var/cache/dev/Container12WSKQZ/App_KernelDevDebugContainer.php line 618

Open in your IDE?
  1. <?php
  2. namespace Container12WSKQZ;
  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.             'bugsnag' => 'getBugsnagService',
  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.             'http_kernel' => 'getHttpKernelService',
  49.             'overblog_graphql.cache_compiler' => 'getOverblogGraphql_CacheCompilerService',
  50.             'overblog_graphql.event_listener.classloader_listener' => 'getOverblogGraphql_EventListener_ClassloaderListenerService',
  51.             'request_stack' => 'getRequestStackService',
  52.             'router' => 'getRouterService',
  53.             'translator' => 'getTranslatorService',
  54.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  55.             'cache_clearer' => 'getCacheClearerService',
  56.             'filesystem' => 'getFilesystemService',
  57.             'serializer' => 'getSerializerService',
  58.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  59.             'form.factory' => 'getForm_FactoryService',
  60.             'form.type.file' => 'getForm_Type_FileService',
  61.             'profiler' => 'getProfilerService',
  62.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63.             'security.token_storage' => 'getSecurity_TokenStorageService',
  64.             'twig' => 'getTwigService',
  65.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  66.             'session' => 'getSessionService',
  67.             'validator' => 'getValidatorService',
  68.         ];
  69.         $this->fileMap = [
  70.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  71.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  72.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  73.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  74.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  75.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  76.             '.container.private.session' => 'get_Container_Private_SessionService',
  77.             'App\\Controller\\Admin\\AvatarCrudController' => 'getAvatarCrudControllerService',
  78.             'App\\Controller\\Admin\\AvatarLevelCrudController' => 'getAvatarLevelCrudControllerService',
  79.             'App\\Controller\\Admin\\CardCrudController' => 'getCardCrudControllerService',
  80.             'App\\Controller\\Admin\\ClassroomCrudController' => 'getClassroomCrudControllerService',
  81.             'App\\Controller\\Admin\\CollectionCrudController' => 'getCollectionCrudControllerService',
  82.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  83.             'App\\Controller\\Admin\\FolderCrudController' => 'getFolderCrudControllerService',
  84.             'App\\Controller\\Admin\\SchoolCrudController' => 'getSchoolCrudControllerService',
  85.             'App\\Controller\\Admin\\SchoolDegreeCrudController' => 'getSchoolDegreeCrudControllerService',
  86.             'App\\Controller\\Admin\\SchoolSubjectCrudController' => 'getSchoolSubjectCrudControllerService',
  87.             'App\\Controller\\Admin\\SettingsCrudController' => 'getSettingsCrudControllerService',
  88.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  89.             'App\\Controller\\HomeController' => 'getHomeControllerService',
  90.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  91.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  92.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  93.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  94.             'Overblog\\GraphQLBundle\\Command\\CompileCommand' => 'getCompileCommandService',
  95.             'Overblog\\GraphQLBundle\\Command\\DebugCommand' => 'getDebugCommandService',
  96.             'Overblog\\GraphQLBundle\\Command\\GraphQLDumpSchemaCommand' => 'getGraphQLDumpSchemaCommandService',
  97.             'Overblog\\GraphQLBundle\\Command\\ValidateCommand' => 'getValidateCommandService',
  98.             'Overblog\\GraphQLBundle\\Controller\\GraphController' => 'getGraphControllerService',
  99.             'Overblog\\GraphQLBundle\\Controller\\ProfilerController' => 'getProfilerController2Service',
  100.             'Overblog\\GraphQLBundle\\EventListener\\ErrorLoggerListener' => 'getErrorLoggerListenerService',
  101.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Mutation\\MutationFieldQuery' => 'getMutationFieldQueryService',
  102.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\GlobalIdFieldQuery' => 'getGlobalIdFieldQueryService',
  103.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\NodeFieldQuery' => 'getNodeFieldQueryService',
  104.             'Overblog\\GraphQLBundle\\GraphQL\\Relay\\Node\\PluralIdentifyingRootFieldQuery' => 'getPluralIdentifyingRootFieldQueryService',
  105.             'SimpleSAML\\Auth\\Simple' => 'getSimpleService',
  106.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  107.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  108.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  109.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  110.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  111.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  112.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  113.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  114.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  115.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  116.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  117.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.avatars' => 'getUniqidNamer_AvatarsService',
  118.             'Vich\\UploaderBundle\\Naming\\UniqidNamer.cards' => 'getUniqidNamer_CardsService',
  119.             'cache.app_clearer' => 'getCache_AppClearerService',
  120.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  121.             'cache.system_clearer' => 'getCache_SystemClearerService',
  122.             'cache_warmer' => 'getCacheWarmerService',
  123.             'console.command_loader' => 'getConsole_CommandLoaderService',
  124.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  125.             'error_controller' => 'getErrorControllerService',
  126.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  127.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  128.             'overblog_graphiql.controller' => 'getOverblogGraphiql_ControllerService',
  129.             'overblog_graphql.access_resolver' => 'getOverblogGraphql_AccessResolverService',
  130.             'overblog_graphql.arguments_transformer' => 'getOverblogGraphql_ArgumentsTransformerService',
  131.             'overblog_graphql.mutation_resolver' => 'getOverblogGraphql_MutationResolverService',
  132.             'overblog_graphql.query_resolver' => 'getOverblogGraphql_QueryResolverService',
  133.             'overblog_graphql.react.promise_adapter' => 'getOverblogGraphql_React_PromiseAdapterService',
  134.             'overblog_graphql.request_batch_parser' => 'getOverblogGraphql_RequestBatchParserService',
  135.             'overblog_graphql.request_executor' => 'getOverblogGraphql_RequestExecutorService',
  136.             'overblog_graphql.request_parser' => 'getOverblogGraphql_RequestParserService',
  137.             'overblog_graphql.type_resolver' => 'getOverblogGraphql_TypeResolverService',
  138.             'routing.loader' => 'getRouting_LoaderService',
  139.             'services_resetter' => 'getServicesResetterService',
  140.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  141.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  142.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  143.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  144.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  145.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  146.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  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.             'Overblog\\GraphiQLBundle\\Controller\\GraphiQLController' => 'overblog_graphiql.controller',
  154.             'database_connection' => 'doctrine.dbal.default_connection',
  155.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  156.             'mailer' => 'swiftmailer.mailer.default',
  157.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  158.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  159.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  160.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  161.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  162.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  163.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  164.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  165.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  166.         ];
  167.         $this->privates['service_container'] = function () {
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  175.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  177.             include_once \dirname(__DIR__4).'/src/EventListener/LogoutListener.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  189.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  200.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  207.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  258.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  298.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  300.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  301.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  304.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  308.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  311.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  312.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  314.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  354.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  385.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  387.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  388.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  391.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  392.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  393.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  394.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  413.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  414.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  415.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  416.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  417.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcherInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  419.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  420.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  421.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  422.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  423.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  424.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  425.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  427.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  428.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  429.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  435.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  436.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  437.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  441.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  442.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  443.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  444.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  448.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  449.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag/src/Request/ResolverInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/Request/SymfonyResolver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag/src/FeatureDataStore.php';
  452.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag/src/Client.php';
  453.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/DependencyInjection/ClientFactory.php';
  454.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/EventListener/BugsnagListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag/src/Shutdown/ShutdownStrategyInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/EventListener/BugsnagShutdown.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/overblog/graphql-bundle/src/DataCollector/GraphQLCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/EventListener/ClassLoaderListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  471.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGenerator.php';
  472.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeBuilder.php';
  473.             include_once \dirname(__DIR__4).'/vendor/murtukov/php-code-generator/src/ConverterInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/Converter/ExpressionConverter.php';
  475.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionLanguage.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunction.php';
  477.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction.php';
  478.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Call.php';
  479.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Parameter.php';
  480.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/DependencyInjection/Service.php';
  481.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Arguments.php';
  482.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/IsTypeOf.php';
  483.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Mutation.php';
  484.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Query.php';
  485.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/FromGlobalID.php';
  486.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/GlobalID.php';
  487.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/IdFetcherCallback.php';
  488.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/MutateAndGetPayloadCallback.php';
  489.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Relay/ResolveSingleInputCallback.php';
  490.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/GraphQL/Resolver.php';
  491.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/NewObject.php';
  492.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/GetUser.php';
  493.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyPermission.php';
  494.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasAnyRole.php';
  495.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasPermission.php';
  496.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/HasRole.php';
  497.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAnonymous.php';
  498.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsAuthenticated.php';
  499.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsFullyAuthenticated.php';
  500.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsGranted.php';
  501.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/ExpressionLanguage/ExpressionFunction/Security/IsRememberMe.php';
  502.             include_once \dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Generator/TypeGeneratorOptions.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  505.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  527.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  528.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  532.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  534.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  536.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  537.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  538.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  539.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  540.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  541.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  542.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  543.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  544.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  574.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  580.         };
  581.     }
  582.     public function compile(): void
  583.     {
  584.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  585.     }
  586.     public function isCompiled(): bool
  587.     {
  588.         return true;
  589.     }
  590.     public function getRemovedIds(): array
  591.     {
  592.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  593.     }
  594.     protected function load($file$lazyLoad true)
  595.     {
  596.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  597.             return $class::do($this$lazyLoad);
  598.         }
  599.         if ('.' === $file[-4]) {
  600.             $class substr($class0, -4);
  601.         } else {
  602.             $file .= '.php';
  603.         }
  604.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  605.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  606.     }
  607.     /**
  608.      * Gets the public '.container.private.profiler' shared service.
  609.      *
  610.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  611.      */
  612.     protected function get_Container_Private_ProfilerService()
  613.     {
  614.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  615.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  616.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  617.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  618.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  619.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  620.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  621.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  622.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  623.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  624.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  625.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  626.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  627.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  628.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  629.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  630.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  631.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  632.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  633.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  634.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  635.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  636.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  637.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  638.         if ($this->has('kernel')) {
  639.             $f->setKernel($b);
  640.         }
  641.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  642.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  643.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  644.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  645.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  646.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  647.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  648.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  649.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  650.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  651.         $instance->add($d);
  652.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  653.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  654.         $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())));
  655.         $instance->add($e);
  656.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  657.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  658.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  659.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  660.         $instance->add(($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector())));
  661.         $instance->add($f);
  662.         return $instance;
  663.     }
  664.     /**
  665.      * Gets the public '.container.private.security.authorization_checker' shared service.
  666.      *
  667.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  668.      */
  669.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  670.     {
  671.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  672.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  673.             return $this->services['.container.private.security.authorization_checker'];
  674.         }
  675.         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()), $afalsefalsefalse);
  676.     }
  677.     /**
  678.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  679.      *
  680.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  681.      */
  682.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  683.     {
  684.         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())));
  685.     }
  686.     /**
  687.      * Gets the public '.container.private.security.token_storage' shared service.
  688.      *
  689.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  690.      */
  691.     protected function get_Container_Private_Security_TokenStorageService()
  692.     {
  693.         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, [
  694.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  695.         ], [
  696.             'request_stack' => '?',
  697.         ]));
  698.     }
  699.     /**
  700.      * Gets the public '.container.private.twig' shared service.
  701.      *
  702.      * @return \Twig\Environment
  703.      */
  704.     protected function get_Container_Private_TwigService()
  705.     {
  706.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  707.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  708.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  709.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  710.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  711.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  712.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  713.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  714.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  715.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  716.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  717.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  718.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  719.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  720.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  721.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  722.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  723.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/src/Resources/views'), 'OverblogGraphiQL');
  724.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/src/Resources/views'), '!OverblogGraphiQL');
  725.         $a->addPath((\dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/Resources/views'), 'Bugsnag');
  726.         $a->addPath((\dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/Resources/views'), '!Bugsnag');
  727.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), 'OverblogGraphQL');
  728.         $a->addPath((\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources/views'), '!OverblogGraphQL');
  729.         $a->addPath((\dirname(__DIR__4).'/templates'));
  730.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  731.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  732.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  733.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  734.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  735.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  736.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  737.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  738.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  739.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  740.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  741.         $h = new \Symfony\Bridge\Twig\AppVariable();
  742.         $h->setEnvironment('dev');
  743.         $h->setDebug(true);
  744.         if ($this->has('.container.private.security.token_storage')) {
  745.             $h->setTokenStorage($c);
  746.         }
  747.         if ($this->has('request_stack')) {
  748.             $h->setRequestStack($b);
  749.         }
  750.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  751.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  752.         $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)));
  753.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  754.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  755.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  756.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  757.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  758.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  759.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  760.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  761.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  762.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  763.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  764.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  765.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  766.         $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())));
  767.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  768.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  769.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  770.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  771.         ], [
  772.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  773.         ]), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  774.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()))));
  775.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  776.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  777.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  778.         ], [
  779.             'webpack_encore.entrypoint_lookup_collection' => '?',
  780.             'webpack_encore.tag_renderer' => '?',
  781.         ])));
  782.         $instance->addGlobal('app'$h);
  783.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  784.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  785.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  786.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  787.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  788.         ], [
  789.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  790.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  791.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  792.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  793.         ])));
  794.         $instance->addGlobal('cardsUploadDir'$this->getEnv('CARDS_UPLOAD_DIR'));
  795.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  796.         return $instance;
  797.     }
  798.     /**
  799.      * Gets the public '.container.private.validator' shared service.
  800.      *
  801.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  802.      */
  803.     protected function get_Container_Private_ValidatorService()
  804.     {
  805.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  806.         if (isset($this->services['.container.private.validator'])) {
  807.             return $this->services['.container.private.validator'];
  808.         }
  809.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  810.     }
  811.     /**
  812.      * Gets the public 'bugsnag' shared service.
  813.      *
  814.      * @return \Bugsnag\Client
  815.      */
  816.     protected function getBugsnagService()
  817.     {
  818.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  819.         if (isset($this->services['bugsnag'])) {
  820.             return $this->services['bugsnag'];
  821.         }
  822.         return $this->services['bugsnag'] = (new \Bugsnag\BugsnagBundle\DependencyInjection\ClientFactory(($this->privates['bugsnag.resolver'] ?? ($this->privates['bugsnag.resolver'] = new \Bugsnag\BugsnagBundle\Request\SymfonyResolver())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a$this->getEnv('BUGSNAG_API_KEY'), NULLtruetrueNULLNULLtrueNULLtrueNULLNULL\dirname(__DIR__4), 'dev'NULL$this->parameters['bugsnag.notify_release_stages'], [], ($this->privates['bugsnag.shutdown'] ?? ($this->privates['bugsnag.shutdown'] = new \Bugsnag\BugsnagBundle\EventListener\BugsnagShutdown())), NULLNULLNULLfalse, [], [], [], NULL))->make();
  823.     }
  824.     /**
  825.      * Gets the public 'cache.app' shared service.
  826.      *
  827.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  828.      */
  829.     protected function getCache_AppService()
  830.     {
  831.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Mj5r3LpG2N'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  832.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  833.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  834.     }
  835.     /**
  836.      * Gets the public 'cache.system' shared service.
  837.      *
  838.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  839.      */
  840.     protected function getCache_SystemService()
  841.     {
  842.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Klj9O8bdi6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  843.     }
  844.     /**
  845.      * Gets the public 'cache.validator_expression_language' shared service.
  846.      *
  847.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  848.      */
  849.     protected function getCache_ValidatorExpressionLanguageService()
  850.     {
  851.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7zQ-Ry6eke'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  852.     }
  853.     /**
  854.      * Gets the public 'data_collector.dump' shared service.
  855.      *
  856.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  857.      */
  858.     protected function getDataCollector_DumpService()
  859.     {
  860.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  861.     }
  862.     /**
  863.      * Gets the public 'doctrine' shared service.
  864.      *
  865.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  866.      */
  867.     protected function getDoctrineService()
  868.     {
  869.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  870.     }
  871.     /**
  872.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  873.      *
  874.      * @return \Doctrine\DBAL\Connection
  875.      */
  876.     protected function getDoctrine_Dbal_DefaultConnectionService()
  877.     {
  878.         $a = new \Doctrine\DBAL\Configuration();
  879.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  880.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  881.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  882.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  883.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  884.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('resolve:DATABASE_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci''row_format' => 'DYNAMIC']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  885.             'App\\EventListener\\CollectionIndexer' => ['privates''App\\EventListener\\CollectionIndexer''getCollectionIndexerService'true],
  886.             'App\\EventListener\\FolderIndexer' => ['privates''App\\EventListener\\FolderIndexer''getFolderIndexerService'true],
  887.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  888.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  889.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  890.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  891.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'true],
  892.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  893.             'vich_uploader.listener.clean.avatars' => ['privates''vich_uploader.listener.clean.avatars''getVichUploader_Listener_Clean_AvatarsService'true],
  894.             'vich_uploader.listener.remove.avatars' => ['privates''vich_uploader.listener.remove.avatars''getVichUploader_Listener_Remove_AvatarsService'true],
  895.             'vich_uploader.listener.upload.avatars' => ['privates''vich_uploader.listener.upload.avatars''getVichUploader_Listener_Upload_AvatarsService'true],
  896.             'vich_uploader.listener.upload.cards' => ['privates''vich_uploader.listener.upload.cards''getVichUploader_Listener_Upload_CardsService'true],
  897.         ], [
  898.             'App\\EventListener\\CollectionIndexer' => '?',
  899.             'App\\EventListener\\FolderIndexer' => '?',
  900.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  901.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  902.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  903.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  904.             'stof_doctrine_extensions.listener.sortable' => '?',
  905.             'stof_doctrine_extensions.listener.timestampable' => '?',
  906.             'vich_uploader.listener.clean.avatars' => '?',
  907.             'vich_uploader.listener.remove.avatars' => '?',
  908.             'vich_uploader.listener.upload.avatars' => '?',
  909.             'vich_uploader.listener.upload.cards' => '?',
  910.         ]), [=> 'vich_uploader.listener.clean.avatars'=> '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.upload.cards'=> 'vich_uploader.listener.remove.avatars'=> 'vich_uploader.listener.upload.avatars'=> 'stof_doctrine_extensions.listener.timestampable'=> 'stof_doctrine_extensions.listener.sortable'=> [=> [=> 'postPersist'], => 'App\\EventListener\\CollectionIndexer'], 10 => [=> [=> 'postPersist'], => 'App\\EventListener\\FolderIndexer'], 11 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  911.     }
  912.     /**
  913.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  914.      *
  915.      * @return \Doctrine\ORM\EntityManager
  916.      */
  917.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  918.     {
  919.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  920.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  921.             return $this->services['doctrine.orm.default_entity_manager'];
  922.         }
  923.         $b = new \Doctrine\ORM\Configuration();
  924.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  925.         $c->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')]))), 'App\\Entity');
  926.         $c->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  927.         $b->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  928.         $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  929.         $b->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  930.         $b->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  931.         $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  932.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  933.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  934.         ], [
  935.             'doctrine.ulid_generator' => '?',
  936.             'doctrine.uuid_generator' => '?',
  937.         ])));
  938.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  939.         $b->setProxyNamespace('Proxies');
  940.         $b->setAutoGenerateProxyClasses(true);
  941.         $b->setSchemaIgnoreClasses([]);
  942.         $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  943.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  944.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  945.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  946.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  947.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  948.             'App\\Repository\\AvatarLevelRepository' => ['privates''App\\Repository\\AvatarLevelRepository''getAvatarLevelRepositoryService'true],
  949.             'App\\Repository\\AvatarRepository' => ['privates''App\\Repository\\AvatarRepository''getAvatarRepositoryService'true],
  950.             'App\\Repository\\CardRepository' => ['privates''App\\Repository\\CardRepository''getCardRepositoryService'true],
  951.             'App\\Repository\\ClassroomRepository' => ['privates''App\\Repository\\ClassroomRepository''getClassroomRepositoryService'true],
  952.             'App\\Repository\\CollectionRepository' => ['privates''App\\Repository\\CollectionRepository''getCollectionRepositoryService'true],
  953.             'App\\Repository\\DuelRepository' => ['privates''App\\Repository\\DuelRepository''getDuelRepositoryService'true],
  954.             'App\\Repository\\FolderRepository' => ['privates''App\\Repository\\FolderRepository''getFolderRepositoryService'true],
  955.             'App\\Repository\\ProposalCollectionRepository' => ['privates''App\\Repository\\ProposalCollectionRepository''getProposalCollectionRepositoryService'true],
  956.             'App\\Repository\\SchoolDegreeRepository' => ['privates''App\\Repository\\SchoolDegreeRepository''getSchoolDegreeRepositoryService'true],
  957.             'App\\Repository\\SchoolLevelRepository' => ['privates''App\\Repository\\SchoolLevelRepository''getSchoolLevelRepositoryService'true],
  958.             'App\\Repository\\SchoolRepository' => ['privates''App\\Repository\\SchoolRepository''getSchoolRepositoryService'true],
  959.             'App\\Repository\\SchoolSubjectRepository' => ['privates''App\\Repository\\SchoolSubjectRepository''getSchoolSubjectRepositoryService'true],
  960.             'App\\Repository\\SettingsRepository' => ['privates''App\\Repository\\SettingsRepository''getSettingsRepositoryService'true],
  961.             'App\\Repository\\StatUserCollectionRepository' => ['privates''App\\Repository\\StatUserCollectionRepository''getStatUserCollectionRepositoryService'true],
  962.             'App\\Repository\\UserLinkCardRepository' => ['privates''App\\Repository\\UserLinkCardRepository''getUserLinkCardRepositoryService'true],
  963.             'App\\Repository\\UserLinkCollectionRepository' => ['privates''App\\Repository\\UserLinkCollectionRepository''getUserLinkCollectionRepositoryService'true],
  964.             'App\\Repository\\UserLinkFolderRepository' => ['privates''App\\Repository\\UserLinkFolderRepository''getUserLinkFolderRepositoryService'true],
  965.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  966.         ], [
  967.             'App\\Repository\\AvatarLevelRepository' => '?',
  968.             'App\\Repository\\AvatarRepository' => '?',
  969.             'App\\Repository\\CardRepository' => '?',
  970.             'App\\Repository\\ClassroomRepository' => '?',
  971.             'App\\Repository\\CollectionRepository' => '?',
  972.             'App\\Repository\\DuelRepository' => '?',
  973.             'App\\Repository\\FolderRepository' => '?',
  974.             'App\\Repository\\ProposalCollectionRepository' => '?',
  975.             'App\\Repository\\SchoolDegreeRepository' => '?',
  976.             'App\\Repository\\SchoolLevelRepository' => '?',
  977.             'App\\Repository\\SchoolRepository' => '?',
  978.             'App\\Repository\\SchoolSubjectRepository' => '?',
  979.             'App\\Repository\\SettingsRepository' => '?',
  980.             'App\\Repository\\StatUserCollectionRepository' => '?',
  981.             'App\\Repository\\UserLinkCardRepository' => '?',
  982.             'App\\Repository\\UserLinkCollectionRepository' => '?',
  983.             'App\\Repository\\UserLinkFolderRepository' => '?',
  984.             'App\\Repository\\UserRepository' => '?',
  985.         ])));
  986.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b);
  987.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  988.         return $instance;
  989.     }
  990.     /**
  991.      * Gets the public 'event_dispatcher' shared service.
  992.      *
  993.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  994.      */
  995.     protected function getEventDispatcherService()
  996.     {
  997.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  998.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  999.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1000.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1001.         $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())));
  1002.         $instance->addListener('graphql.error_formatting', [=> function () {
  1003.             return ($this->privates['App\\EventListener\\ErrorCode'] ?? ($this->privates['App\\EventListener\\ErrorCode'] = new \App\EventListener\ErrorCode()));
  1004.         }, => 'onErrorFormatting'], 0);
  1005.         $instance->addListener('kernel.controller', [=> function () {
  1006.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1007.         }, => 'onKernelController'], 0);
  1008.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1009.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1010.         }, => 'checkPassport'], 1024);
  1011.         $instance->addListener('kernel.response', [=> function () {
  1012.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1013.         }, => 'onKernelResponse'], 0);
  1014.         $instance->addListener('kernel.exception', [=> function () {
  1015.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1016.         }, => 'onKernelException'], -64);
  1017.         $instance->addListener('kernel.view', [=> function () {
  1018.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1019.         }, => 'onKernelView'], 0);
  1020.         $instance->addListener('kernel.exception', [=> function () {
  1021.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1022.         }, => 'onKernelException'], 0);
  1023.         $instance->addListener('graphql.error_formatting', [=> function () {
  1024.             return ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] ?? ($this->privates['Overblog\\GraphQLBundle\\Validator\\Formatter'] = new \Overblog\GraphQLBundle\Validator\Formatter()));
  1025.         }, => 'onErrorFormatting'], 0);
  1026.         $instance->addListener('graphql.executor.context', [=> function () {
  1027.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\RequestFilesListener'] ?? $this->load('getRequestFilesListenerService'));
  1028.         }, => 'onExecutorContextEvent'], 0);
  1029.         $instance->addListener('graphql.type_loaded', [=> function () {
  1030.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\TypeDecoratorListener'] ?? $this->load('getTypeDecoratorListenerService'));
  1031.         }, => 'onTypeLoaded'], 0);
  1032.         $instance->addListener('graphql.error_formatting', [=> function () {
  1033.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] ?? ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ValidationErrorsListener'] = new \Overblog\GraphQLBundle\EventListener\ValidationErrorsListener()));
  1034.         }, => 'onErrorFormatting'], 0);
  1035.         $instance->addListener('graphql.post_executor', [=> function () {
  1036.             return ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] ?? ($this->privates['Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector'] = new \Overblog\GraphQLBundle\DataCollector\GraphQLCollector()));
  1037.         }, => 'onPostExecutor'], 0);
  1038.         $instance->addListener('graphql.post_executor', [=> function () {
  1039.             return ($this->privates['Overblog\\GraphQLBundle\\EventListener\\ErrorHandlerListener'] ?? $this->load('getErrorHandlerListenerService'));
  1040.         }, => 'onPostExecutor'], 0);
  1041.         $instance->addListener('graphql.error_formatting', [=> function () {
  1042.             return ($this->services['Overblog\\GraphQLBundle\\EventListener\\ErrorLoggerListener'] ?? $this->load('getErrorLoggerListenerService'));
  1043.         }, => 'onErrorFormatting'], 0);
  1044.         $instance->addListener('kernel.request', [=> function () {
  1045.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1046.         }, => 'load'], 255);
  1047.         $instance->addListener('console.command', [=> function () {
  1048.             return ($this->services['overblog_graphql.event_listener.classloader_listener'] ?? $this->getOverblogGraphql_EventListener_ClassloaderListenerService());
  1049.         }, => 'load'], 255);
  1050.         $instance->addListener('kernel.response', [=> function () {
  1051.             return ($this->privates['App\\EventListener\\LogoutListener'] ?? $this->getLogoutListenerService());
  1052.         }, => 'logout'], 10);
  1053.         $instance->addListener('kernel.response', [=> function () {
  1054.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1055.         }, => 'onKernelResponse'], 0);
  1056.         $instance->addListener('kernel.response', [=> function () {
  1057.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1058.         }, => 'onKernelResponse'], -1024);
  1059.         $instance->addListener('kernel.request', [=> function () {
  1060.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1061.         }, => 'setDefaultLocale'], 100);
  1062.         $instance->addListener('kernel.request', [=> function () {
  1063.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1064.         }, => 'onKernelRequest'], 16);
  1065.         $instance->addListener('kernel.finish_request', [=> function () {
  1066.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1067.         }, => 'onKernelFinishRequest'], 0);
  1068.         $instance->addListener('kernel.request', [=> function () {
  1069.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1070.         }, => 'onKernelRequest'], 256);
  1071.         $instance->addListener('kernel.response', [=> function () {
  1072.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1073.         }, => 'onResponse'], -255);
  1074.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1075.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1076.         }, => 'onControllerArguments'], 0);
  1077.         $instance->addListener('kernel.exception', [=> function () {
  1078.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1079.         }, => 'logKernelException'], 0);
  1080.         $instance->addListener('kernel.exception', [=> function () {
  1081.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1082.         }, => 'onKernelException'], -128);
  1083.         $instance->addListener('kernel.response', [=> function () {
  1084.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1085.         }, => 'removeCspHeader'], -128);
  1086.         $instance->addListener('kernel.request', [=> function () {
  1087.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1088.         }, => 'onKernelRequest'], 15);
  1089.         $instance->addListener('kernel.finish_request', [=> function () {
  1090.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1091.         }, => 'onKernelFinishRequest'], -15);
  1092.         $instance->addListener('console.error', [=> function () {
  1093.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1094.         }, => 'onConsoleError'], -128);
  1095.         $instance->addListener('console.terminate', [=> function () {
  1096.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1097.         }, => 'onConsoleTerminate'], -128);
  1098.         $instance->addListener('console.error', [=> function () {
  1099.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1100.         }, => 'onConsoleError'], 0);
  1101.         $instance->addListener('kernel.request', [=> function () {
  1102.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1103.         }, => 'configure'], 2048);
  1104.         $instance->addListener('console.command', [=> function () {
  1105.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1106.         }, => 'configure'], 2048);
  1107.         $instance->addListener('kernel.request', [=> function () {
  1108.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1109.         }, => 'onKernelRequest'], 32);
  1110.         $instance->addListener('kernel.finish_request', [=> function () {
  1111.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1112.         }, => 'onKernelFinishRequest'], 0);
  1113.         $instance->addListener('kernel.exception', [=> function () {
  1114.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1115.         }, => 'onKernelException'], -64);
  1116.         $instance->addListener('kernel.response', [=> function () {
  1117.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1118.         }, => 'onKernelResponse'], 0);
  1119.         $instance->addListener('kernel.request', [=> function () {
  1120.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1121.         }, => 'onKernelRequest'], 128);
  1122.         $instance->addListener('kernel.response', [=> function () {
  1123.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1124.         }, => 'onKernelResponse'], -1000);
  1125.         $instance->addListener('kernel.finish_request', [=> function () {
  1126.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1127.         }, => 'onFinishRequest'], 0);
  1128.         $instance->addListener('kernel.response', [=> function () {
  1129.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1130.         }, => 'onKernelResponse'], -100);
  1131.         $instance->addListener('kernel.exception', [=> function () {
  1132.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1133.         }, => 'onKernelException'], 0);
  1134.         $instance->addListener('kernel.terminate', [=> function () {
  1135.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1136.         }, => 'onKernelTerminate'], -1024);
  1137.         $instance->addListener('kernel.controller', [=> function () {
  1138.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1139.         }, => 'onKernelController'], 0);
  1140.         $instance->addListener('kernel.response', [=> function () {
  1141.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1142.         }, => 'onKernelResponse'], 0);
  1143.         $instance->addListener('kernel.controller', [=> function () {
  1144.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1145.         }, => 'onKernelController'], 0);
  1146.         $instance->addListener('kernel.controller', [=> function () {
  1147.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1148.         }, => 'onKernelController'], 0);
  1149.         $instance->addListener('kernel.controller', [=> function () {
  1150.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1151.         }, => 'onKernelController'], -128);
  1152.         $instance->addListener('kernel.view', [=> function () {
  1153.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1154.         }, => 'onKernelView'], 0);
  1155.         $instance->addListener('kernel.controller', [=> function () {
  1156.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1157.         }, => 'onKernelController'], 0);
  1158.         $instance->addListener('kernel.response', [=> function () {
  1159.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1160.         }, => 'onKernelResponse'], 0);
  1161.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1162.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1163.         }, => 'onKernelControllerArguments'], 0);
  1164.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1165.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1166.         }, => 'onKernelControllerArguments'], 0);
  1167.         $instance->addListener('kernel.response', [=> function () {
  1168.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1169.         }, => 'onKernelResponse'], 0);
  1170.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1171.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1172.         }, => 'checkPassport'], 0);
  1173.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1174.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1175.         }, => 'onLoginSuccess'], 0);
  1176.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1177.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1178.         }, => 'onVoterVote'], 0);
  1179.         $instance->addListener('kernel.request', [=> function () {
  1180.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1181.         }, => 'configureLogoutUrlGenerator'], 8);
  1182.         $instance->addListener('kernel.request', [=> function () {
  1183.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1184.         }, => 'onKernelRequest'], 8);
  1185.         $instance->addListener('kernel.finish_request', [=> function () {
  1186.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1187.         }, => 'onKernelFinishRequest'], 0);
  1188.         $instance->addListener('kernel.exception', [=> function () {
  1189.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1190.         }, => 'onException'], 0);
  1191.         $instance->addListener('kernel.terminate', [=> function () {
  1192.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1193.         }, => 'onTerminate'], 0);
  1194.         $instance->addListener('console.error', [=> function () {
  1195.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1196.         }, => 'onException'], 0);
  1197.         $instance->addListener('console.terminate', [=> function () {
  1198.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1199.         }, => 'onTerminate'], 0);
  1200.         $instance->addListener('kernel.response', [=> function () {
  1201.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1202.         }, => 'onKernelResponse'], -128);
  1203.         $instance->addListener('console.command', [=> function () {
  1204.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1205.         }, => 'onCommand'], 255);
  1206.         $instance->addListener('console.terminate', [=> function () {
  1207.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1208.         }, => 'onTerminate'], -255);
  1209.         $instance->addListener('console.command', [=> function () {
  1210.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1211.         }, => 'configure'], 1024);
  1212.         $instance->addListener('console.error', [=> function () {
  1213.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1214.         }, => 'onConsoleError'], 0);
  1215.         $instance->addListener('console.terminate', [=> function () {
  1216.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1217.         }, => 'onConsoleTerminate'], 0);
  1218.         $instance->addListener('kernel.request', [=> function () {
  1219.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1220.         }, => 'onKernelRequest'], 0);
  1221.         $instance->addListener('kernel.controller', [=> function () {
  1222.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1223.         }, => 'onKernelController'], 128);
  1224.         $instance->addListener('kernel.request', [=> function () {
  1225.             return ($this->privates['bugsnag.listener'] ?? $this->getBugsnag_ListenerService());
  1226.         }, => 'onKernelRequest'], 256);
  1227.         $instance->addListener('kernel.exception', [=> function () {
  1228.             return ($this->privates['bugsnag.listener'] ?? $this->getBugsnag_ListenerService());
  1229.         }, => 'onKernelException'], 128);
  1230.         $instance->addListener('console.error', [=> function () {
  1231.             return ($this->privates['bugsnag.listener'] ?? $this->getBugsnag_ListenerService());
  1232.         }, => 'onConsoleError'], 128);
  1233.         $instance->addListener('kernel.terminate', [=> function () {
  1234.             return ($this->privates['bugsnag.shutdown'] ?? ($this->privates['bugsnag.shutdown'] = new \Bugsnag\BugsnagBundle\EventListener\BugsnagShutdown()));
  1235.         }, => 'onTerminate'], 10);
  1236.         $instance->addListener('console.terminate', [=> function () {
  1237.             return ($this->privates['bugsnag.shutdown'] ?? ($this->privates['bugsnag.shutdown'] = new \Bugsnag\BugsnagBundle\EventListener\BugsnagShutdown()));
  1238.         }, => 'onTerminate'], 10);
  1239.         $instance->addListener('kernel.finish_request', [=> function () {
  1240.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1241.         }, => 'resetAssets'], 0);
  1242.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1243.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1244.         }, => 'checkPassport'], 512);
  1245.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1246.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1247.         }, => 'onLogout'], 0);
  1248.         return $instance;
  1249.     }
  1250.     /**
  1251.      * Gets the public 'http_kernel' shared service.
  1252.      *
  1253.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1254.      */
  1255.     protected function getHttpKernelService()
  1256.     {
  1257.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1258.         if (isset($this->services['http_kernel'])) {
  1259.             return $this->services['http_kernel'];
  1260.         }
  1261.         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 () {
  1262.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1263.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1264.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1265.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1266.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1267.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1268.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1269.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1270.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1271.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1272.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1273.     }
  1274.     /**
  1275.      * Gets the public 'overblog_graphql.cache_compiler' shared service.
  1276.      *
  1277.      * @return \Overblog\GraphQLBundle\Generator\TypeGenerator
  1278.      */
  1279.     protected function getOverblogGraphql_CacheCompilerService()
  1280.     {
  1281.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1282.         if (isset($this->services['overblog_graphql.cache_compiler'])) {
  1283.             return $this->services['overblog_graphql.cache_compiler'];
  1284.         }
  1285.         $b = new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionLanguage(NULL);
  1286.         $b->addGlobalName('services->get(\'typeResolver\')''typeResolver');
  1287.         $b->addGlobalName('services->get(\'queryResolver\')''queryResolver');
  1288.         $b->addGlobalName('services->get(\'mutationResolver\')''mutationResolver');
  1289.         $b->addGlobalName('services->get(\'argumentFactory\')''argumentFactory');
  1290.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Call());
  1291.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter());
  1292.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service());
  1293.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Arguments());
  1294.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\IsTypeOf());
  1295.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation());
  1296.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query());
  1297.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\FromGlobalID());
  1298.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\GlobalID());
  1299.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\IdFetcherCallback());
  1300.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\MutateAndGetPayloadCallback());
  1301.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Relay\ResolveSingleInputCallback());
  1302.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Resolver());
  1303.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\NewObject());
  1304.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\GetUser());
  1305.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyPermission());
  1306.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasAnyRole());
  1307.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasPermission());
  1308.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\HasRole());
  1309.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAnonymous());
  1310.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsAuthenticated());
  1311.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsFullyAuthenticated());
  1312.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsGranted());
  1313.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\Security\IsRememberMe());
  1314.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Parameter('param'));
  1315.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\DependencyInjection\Service('serv'));
  1316.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Mutation('m'));
  1317.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('q'));
  1318.         $b->addFunction(new \Overblog\GraphQLBundle\ExpressionLanguage\ExpressionFunction\GraphQL\Query('res'));
  1319.         return $this->services['overblog_graphql.cache_compiler'] = new \Overblog\GraphQLBundle\Generator\TypeGenerator($this->parameters['overblog_graphql_types.config'], new \Overblog\GraphQLBundle\Generator\TypeBuilder(new \Overblog\GraphQLBundle\Generator\Converter\ExpressionConverter($b), 'Overblog\\GraphQLBundle\\__DEFINITIONS__'), $a, new \Overblog\GraphQLBundle\Generator\TypeGeneratorOptions('Overblog\\GraphQLBundle\\__DEFINITIONS__'NULLtrue$this->targetDir.''NULL));
  1320.     }
  1321.     /**
  1322.      * Gets the public 'overblog_graphql.event_listener.classloader_listener' shared service.
  1323.      *
  1324.      * @return \Overblog\GraphQLBundle\EventListener\ClassLoaderListener
  1325.      */
  1326.     protected function getOverblogGraphql_EventListener_ClassloaderListenerService()
  1327.     {
  1328.         $a = ($this->services['overblog_graphql.cache_compiler'] ?? $this->getOverblogGraphql_CacheCompilerService());
  1329.         if (isset($this->services['overblog_graphql.event_listener.classloader_listener'])) {
  1330.             return $this->services['overblog_graphql.event_listener.classloader_listener'];
  1331.         }
  1332.         return $this->services['overblog_graphql.event_listener.classloader_listener'] = new \Overblog\GraphQLBundle\EventListener\ClassLoaderListener($a);
  1333.     }
  1334.     /**
  1335.      * Gets the public 'request_stack' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1338.      */
  1339.     protected function getRequestStackService()
  1340.     {
  1341.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1342.     }
  1343.     /**
  1344.      * Gets the public 'router' shared service.
  1345.      *
  1346.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1347.      */
  1348.     protected function getRouterService()
  1349.     {
  1350.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1351.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1352.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1353.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1354.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1355.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1356.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1357.         ], [
  1358.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1359.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1360.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1361.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1362.         return $instance;
  1363.     }
  1364.     /**
  1365.      * Gets the public 'translator' shared service.
  1366.      *
  1367.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1368.      */
  1369.     protected function getTranslatorService()
  1370.     {
  1371.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1372.     }
  1373.     /**
  1374.      * Gets the public 'var_dumper.cloner' shared service.
  1375.      *
  1376.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1377.      */
  1378.     protected function getVarDumper_ClonerService()
  1379.     {
  1380.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1381.         $instance->setMaxItems(2500);
  1382.         $instance->setMinDepth(1);
  1383.         $instance->setMaxString(-1);
  1384.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1385.         return $instance;
  1386.     }
  1387.     /**
  1388.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1389.      *
  1390.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1391.      */
  1392.     protected function get_ServiceLocator_ZJyh7qSService()
  1393.     {
  1394.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1395.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1396.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1397.         ], [
  1398.             'security.firewall.map.context.dev' => '?',
  1399.             'security.firewall.map.context.main' => '?',
  1400.         ]);
  1401.     }
  1402.     /**
  1403.      * Gets the private 'App\EventListener\LogoutListener' shared autowired service.
  1404.      *
  1405.      * @return \App\EventListener\LogoutListener
  1406.      */
  1407.     protected function getLogoutListenerService()
  1408.     {
  1409.         return $this->privates['App\\EventListener\\LogoutListener'] = new \App\EventListener\LogoutListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1410.     }
  1411.     /**
  1412.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1413.      *
  1414.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1415.      */
  1416.     protected function getAdminRouterSubscriberService()
  1417.     {
  1418.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1419.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1420.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1421.         }
  1422.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1423.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1424.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1425.         }
  1426.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService());
  1427.         $d = ($this->services['router'] ?? $this->getRouterService());
  1428.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.'', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory($c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), new \EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher($c)), new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\AvatarCrudController'=> 'App\\Controller\\Admin\\AvatarLevelCrudController'=> 'App\\Controller\\Admin\\CardCrudController'=> 'App\\Controller\\Admin\\ClassroomCrudController'=> 'App\\Controller\\Admin\\CollectionCrudController'=> 'App\\Controller\\Admin\\FolderCrudController'=> 'App\\Controller\\Admin\\SchoolCrudController'=> 'App\\Controller\\Admin\\SchoolDegreeCrudController'=> 'App\\Controller\\Admin\\SchoolSubjectCrudController'=> 'App\\Controller\\Admin\\SettingsCrudController'10 => 'App\\Controller\\Admin\\UserCrudController']), $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $d$d$b);
  1429.     }
  1430.     /**
  1431.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1432.      *
  1433.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1434.      */
  1435.     protected function getActionFactoryService()
  1436.     {
  1437.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1438.     }
  1439.     /**
  1440.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1441.      *
  1442.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1443.      */
  1444.     protected function getControllerFactoryService()
  1445.     {
  1446.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1447.     }
  1448.     /**
  1449.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1450.      *
  1451.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1452.      */
  1453.     protected function getEntityFactoryService()
  1454.     {
  1455.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1456.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1457.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1458.         }
  1459.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1460.         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 () {
  1461.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1462.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1463.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1464.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1465.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1466.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1467.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  1468.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1469.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1470.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1471.             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()));
  1472.             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()));
  1473.             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()));
  1474.             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))));
  1475.             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()));
  1476.             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()));
  1477.             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()));
  1478.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1479.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1480.             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()));
  1481.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator()));
  1482.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator()));
  1483.             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()));
  1484.             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()));
  1485.             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()));
  1486.             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()));
  1487.             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()));
  1488.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1489.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1490.     }
  1491.     /**
  1492.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1493.      *
  1494.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1495.      */
  1496.     protected function getAdminContextProviderService()
  1497.     {
  1498.         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())));
  1499.     }
  1500.     /**
  1501.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1502.      *
  1503.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1504.      */
  1505.     protected function getAdminUrlGeneratorService()
  1506.     {
  1507.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1508.             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']))));
  1509.         };
  1510.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1511.     }
  1512.     /**
  1513.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1514.      *
  1515.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1516.      */
  1517.     protected function getAuthorizationCheckerService()
  1518.     {
  1519.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1520.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1521.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1522.         }
  1523.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1524.     }
  1525.     /**
  1526.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1527.      *
  1528.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1529.      */
  1530.     protected function getResetAssetsEventListenerService()
  1531.     {
  1532.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1533.     }
  1534.     /**
  1535.      * Gets the private 'annotations.cache_adapter' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1538.      */
  1539.     protected function getAnnotations_CacheAdapterService()
  1540.     {
  1541.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1542.     }
  1543.     /**
  1544.      * Gets the private 'annotations.cached_reader' shared service.
  1545.      *
  1546.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1547.      */
  1548.     protected function getAnnotations_CachedReaderService()
  1549.     {
  1550.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1551.     }
  1552.     /**
  1553.      * Gets the private 'annotations.reader' shared service.
  1554.      *
  1555.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1556.      */
  1557.     protected function getAnnotations_ReaderService()
  1558.     {
  1559.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1560.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1561.         $a->registerUniqueLoader('class_exists');
  1562.         $instance->addGlobalIgnoredName('required'$a);
  1563.         return $instance;
  1564.     }
  1565.     /**
  1566.      * Gets the private 'assets.context' shared service.
  1567.      *
  1568.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  1569.      */
  1570.     protected function getAssets_ContextService()
  1571.     {
  1572.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1573.         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());
  1574.     }
  1575.     /**
  1576.      * Gets the private 'assets.packages' shared service.
  1577.      *
  1578.      * @return \Symfony\Component\Asset\Packages
  1579.      */
  1580.     protected function getAssets_PackagesService()
  1581.     {
  1582.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? ($this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), NULLfalse))), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  1583.             yield 'pdf_img' => ($this->privates['assets._package_pdf_img'] ?? $this->load('getAssets_PackagePdfImgService'));
  1584.             yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  1585.         }, 2));
  1586.     }
  1587.     /**
  1588.      * Gets the private 'bugsnag.listener' shared service.
  1589.      *
  1590.      * @return \Bugsnag\BugsnagBundle\EventListener\BugsnagListener
  1591.      */
  1592.     protected function getBugsnag_ListenerService()
  1593.     {
  1594.         $a = ($this->services['bugsnag'] ?? $this->getBugsnagService());
  1595.         if (isset($this->privates['bugsnag.listener'])) {
  1596.             return $this->privates['bugsnag.listener'];
  1597.         }
  1598.         return $this->privates['bugsnag.listener'] = new \Bugsnag\BugsnagBundle\EventListener\BugsnagListener($a, ($this->privates['bugsnag.resolver'] ?? ($this->privates['bugsnag.resolver'] = new \Bugsnag\BugsnagBundle\Request\SymfonyResolver())), true);
  1599.     }
  1600.     /**
  1601.      * Gets the private 'cache.annotations' shared service.
  1602.      *
  1603.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1604.      */
  1605.     protected function getCache_AnnotationsService()
  1606.     {
  1607.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LANLulYUUH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1608.     }
  1609.     /**
  1610.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1611.      *
  1612.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1613.      */
  1614.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1615.     {
  1616.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1617.     }
  1618.     /**
  1619.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1620.      *
  1621.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1622.      */
  1623.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1624.     {
  1625.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1626.     }
  1627.     /**
  1628.      * Gets the private 'cache.property_info' shared service.
  1629.      *
  1630.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1631.      */
  1632.     protected function getCache_PropertyInfoService()
  1633.     {
  1634.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HiNhkKUAuu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1635.     }
  1636.     /**
  1637.      * Gets the private 'cache.security_expression_language' shared service.
  1638.      *
  1639.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1640.      */
  1641.     protected function getCache_SecurityExpressionLanguageService()
  1642.     {
  1643.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4tmBk5KAax'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1644.     }
  1645.     /**
  1646.      * Gets the private 'cache.security_token_verifier' shared service.
  1647.      *
  1648.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1649.      */
  1650.     protected function getCache_SecurityTokenVerifierService()
  1651.     {
  1652.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MhXrnoNBI0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1653.     }
  1654.     /**
  1655.      * Gets the private 'cache.serializer' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1658.      */
  1659.     protected function getCache_SerializerService()
  1660.     {
  1661.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0oT+gbIYmn'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1662.     }
  1663.     /**
  1664.      * Gets the private 'cache.validator' shared service.
  1665.      *
  1666.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1667.      */
  1668.     protected function getCache_ValidatorService()
  1669.     {
  1670.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('aHF4fm9UC0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1671.     }
  1672.     /**
  1673.      * Gets the private 'cache.webpack_encore' shared service.
  1674.      *
  1675.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1676.      */
  1677.     protected function getCache_WebpackEncoreService()
  1678.     {
  1679.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MoYSU07K4y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1680.     }
  1681.     /**
  1682.      * Gets the private 'config_cache_factory' shared service.
  1683.      *
  1684.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1685.      */
  1686.     protected function getConfigCacheFactoryService()
  1687.     {
  1688.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1689.             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)));
  1690.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1691.         }, 2));
  1692.     }
  1693.     /**
  1694.      * Gets the private 'data_collector.form' shared service.
  1695.      *
  1696.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1697.      */
  1698.     protected function getDataCollector_FormService()
  1699.     {
  1700.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1701.     }
  1702.     /**
  1703.      * Gets the private 'data_collector.request' shared service.
  1704.      *
  1705.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1706.      */
  1707.     protected function getDataCollector_RequestService()
  1708.     {
  1709.         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())));
  1710.     }
  1711.     /**
  1712.      * Gets the private 'debug.controller_resolver' shared service.
  1713.      *
  1714.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1715.      */
  1716.     protected function getDebug_ControllerResolverService()
  1717.     {
  1718.         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))));
  1719.     }
  1720.     /**
  1721.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1722.      *
  1723.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1724.      */
  1725.     protected function getDebug_DebugHandlersListenerService()
  1726.     {
  1727.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1728.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1729.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1730.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1731.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1732.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1733.     }
  1734.     /**
  1735.      * Gets the private 'debug.file_link_formatter' shared service.
  1736.      *
  1737.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1738.      */
  1739.     protected function getDebug_FileLinkFormatterService()
  1740.     {
  1741.         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 () {
  1742.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1743.         });
  1744.     }
  1745.     /**
  1746.      * Gets the private 'debug.log_processor' shared service.
  1747.      *
  1748.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1749.      */
  1750.     protected function getDebug_LogProcessorService()
  1751.     {
  1752.         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())));
  1753.     }
  1754.     /**
  1755.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1756.      *
  1757.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1758.      */
  1759.     protected function getDebug_Security_Access_DecisionManagerService()
  1760.     {
  1761.         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 () {
  1762.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1763.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1764.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1765.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1766.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1767.     }
  1768.     /**
  1769.      * Gets the private 'debug.security.firewall' shared service.
  1770.      *
  1771.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1772.      */
  1773.     protected function getDebug_Security_FirewallService()
  1774.     {
  1775.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1776.         if (isset($this->privates['debug.security.firewall'])) {
  1777.             return $this->privates['debug.security.firewall'];
  1778.         }
  1779.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $a, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1780.     }
  1781.     /**
  1782.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  1783.      *
  1784.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  1785.      */
  1786.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  1787.     {
  1788.         $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']);
  1789.         $instance->setGlobalBasename('mapping');
  1790.         return $instance;
  1791.     }
  1792.     /**
  1793.      * Gets the private 'exception_listener' shared service.
  1794.      *
  1795.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1796.      */
  1797.     protected function getExceptionListener2Service()
  1798.     {
  1799.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1800.     }
  1801.     /**
  1802.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1803.      *
  1804.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1805.      */
  1806.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1807.     {
  1808.         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())));
  1809.     }
  1810.     /**
  1811.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1812.      *
  1813.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1814.      */
  1815.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1816.     {
  1817.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1818.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  1819.             return $this->privates['framework_extra_bundle.event.is_granted'];
  1820.         }
  1821.         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);
  1822.     }
  1823.     /**
  1824.      * Gets the private 'locale_aware_listener' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1827.      */
  1828.     protected function getLocaleAwareListenerService()
  1829.     {
  1830.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1831.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1832.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1833.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1834.     }
  1835.     /**
  1836.      * Gets the private 'locale_listener' shared service.
  1837.      *
  1838.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1839.      */
  1840.     protected function getLocaleListenerService()
  1841.     {
  1842.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1843.     }
  1844.     /**
  1845.      * Gets the private 'monolog.handler.console' shared service.
  1846.      *
  1847.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1848.      */
  1849.     protected function getMonolog_Handler_ConsoleService()
  1850.     {
  1851.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1852.     }
  1853.     /**
  1854.      * Gets the private 'monolog.handler.main' shared service.
  1855.      *
  1856.      * @return \Monolog\Handler\StreamHandler
  1857.      */
  1858.     protected function getMonolog_Handler_MainService()
  1859.     {
  1860.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1861.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1862.         return $instance;
  1863.     }
  1864.     /**
  1865.      * Gets the private 'monolog.logger' shared service.
  1866.      *
  1867.      * @return \Symfony\Bridge\Monolog\Logger
  1868.      */
  1869.     protected function getMonolog_LoggerService()
  1870.     {
  1871.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1872.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1873.         $instance->useMicrosecondTimestamps(true);
  1874.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1875.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1876.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1877.         return $instance;
  1878.     }
  1879.     /**
  1880.      * Gets the private 'monolog.logger.cache' shared service.
  1881.      *
  1882.      * @return \Symfony\Bridge\Monolog\Logger
  1883.      */
  1884.     protected function getMonolog_Logger_CacheService()
  1885.     {
  1886.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1887.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1888.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1889.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1890.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1891.         return $instance;
  1892.     }
  1893.     /**
  1894.      * Gets the private 'monolog.logger.request' shared service.
  1895.      *
  1896.      * @return \Symfony\Bridge\Monolog\Logger
  1897.      */
  1898.     protected function getMonolog_Logger_RequestService()
  1899.     {
  1900.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1901.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1902.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1903.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1904.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1905.         return $instance;
  1906.     }
  1907.     /**
  1908.      * Gets the private 'monolog.logger.security' shared service.
  1909.      *
  1910.      * @return \Symfony\Bridge\Monolog\Logger
  1911.      */
  1912.     protected function getMonolog_Logger_SecurityService()
  1913.     {
  1914.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1915.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1916.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1917.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1919.         return $instance;
  1920.     }
  1921.     /**
  1922.      * Gets the private 'parameter_bag' shared service.
  1923.      *
  1924.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1925.      */
  1926.     protected function getParameterBagService()
  1927.     {
  1928.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1929.     }
  1930.     /**
  1931.      * Gets the private 'profiler_listener' shared service.
  1932.      *
  1933.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1934.      */
  1935.     protected function getProfilerListenerService()
  1936.     {
  1937.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1938.         if (isset($this->privates['profiler_listener'])) {
  1939.             return $this->privates['profiler_listener'];
  1940.         }
  1941.         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);
  1942.     }
  1943.     /**
  1944.      * Gets the private 'property_info' shared service.
  1945.      *
  1946.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1947.      */
  1948.     protected function getPropertyInfoService()
  1949.     {
  1950.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1951.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1952.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1953.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1954.         }, 3), new RewindableGenerator(function () {
  1955.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1956.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1957.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1958.         }, 3), new RewindableGenerator(function () {
  1959.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1960.         }, 1), new RewindableGenerator(function () {
  1961.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1962.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1963.         }, 2), new RewindableGenerator(function () {
  1964.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1965.         }, 1));
  1966.     }
  1967.     /**
  1968.      * Gets the private 'router.expression_language_provider' shared service.
  1969.      *
  1970.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1971.      */
  1972.     protected function getRouter_ExpressionLanguageProviderService()
  1973.     {
  1974.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1975.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1976.         ], [
  1977.             'env' => 'Closure',
  1978.         ]));
  1979.     }
  1980.     /**
  1981.      * Gets the private 'router.request_context' shared service.
  1982.      *
  1983.      * @return \Symfony\Component\Routing\RequestContext
  1984.      */
  1985.     protected function getRouter_RequestContextService()
  1986.     {
  1987.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1988.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1989.         return $instance;
  1990.     }
  1991.     /**
  1992.      * Gets the private 'router_listener' shared service.
  1993.      *
  1994.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1995.      */
  1996.     protected function getRouterListenerService()
  1997.     {
  1998.         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);
  1999.     }
  2000.     /**
  2001.      * Gets the private 'security.context_listener.0' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2004.      */
  2005.     protected function getSecurity_ContextListener_0Service()
  2006.     {
  2007.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2008.             yield => ($this->privates['security.user.provider.concrete.db_users'] ?? $this->load('getSecurity_User_Provider_Concrete_DbUsersService'));
  2009.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2010.     }
  2011.     /**
  2012.      * Gets the private 'security.csrf.token_storage' shared service.
  2013.      *
  2014.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2015.      */
  2016.     protected function getSecurity_Csrf_TokenStorageService()
  2017.     {
  2018.         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())));
  2019.     }
  2020.     /**
  2021.      * Gets the private 'security.event_dispatcher.main' shared service.
  2022.      *
  2023.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2024.      */
  2025.     protected function getSecurity_EventDispatcher_MainService()
  2026.     {
  2027.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2028.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2029.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2030.         }, => 'checkPassport'], 2048);
  2031.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2032.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2033.         }, => 'onSuccessfulLogin'], 0);
  2034.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2035.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2036.         }, => 'onLogout'], 64);
  2037.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2038.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2039.         }, => 'onLogout'], 0);
  2040.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2041.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2042.         }, => 'onSuccessfulLogin'], -32);
  2043.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2044.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2045.         }, => 'onSuccessfulLogin'], -64);
  2046.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2047.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2048.         }, => 'clearCookie'], 0);
  2049.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2050.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2051.         }, => 'clearCookie'], 0);
  2052.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2053.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2054.         }, => 'clearCookie'], 0);
  2055.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2056.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2057.         }, => 'preCheckCredentials'], 256);
  2058.         $instance->addListener('security.authentication.success', [=> function () {
  2059.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2060.         }, => 'postCheckCredentials'], 256);
  2061.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2062.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2063.         }, => 'checkPassport'], 1024);
  2064.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2065.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2066.         }, => 'checkPassport'], 0);
  2067.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2068.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2069.         }, => 'onLoginSuccess'], 0);
  2070.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2071.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2072.         }, => 'checkPassport'], 512);
  2073.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2074.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2075.         }, => 'onLogout'], 0);
  2076.         return $instance;
  2077.     }
  2078.     /**
  2079.      * Gets the private 'security.firewall.map' shared service.
  2080.      *
  2081.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2082.      */
  2083.     protected function getSecurity_Firewall_MapService()
  2084.     {
  2085.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  2086.         if (isset($this->privates['security.firewall.map'])) {
  2087.             return $this->privates['security.firewall.map'];
  2088.         }
  2089.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2090.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2091.             yield 'security.firewall.map.context.main' => NULL;
  2092.         }, 2));
  2093.     }
  2094.     /**
  2095.      * Gets the private 'security.logout_url_generator' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2098.      */
  2099.     protected function getSecurity_LogoutUrlGeneratorService()
  2100.     {
  2101.         $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()));
  2102.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  2103.         return $instance;
  2104.     }
  2105.     /**
  2106.      * Gets the private 'security.role_hierarchy' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2109.      */
  2110.     protected function getSecurity_RoleHierarchyService()
  2111.     {
  2112.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2113.     }
  2114.     /**
  2115.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2116.      *
  2117.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2118.      */
  2119.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2120.     {
  2121.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2122.     }
  2123.     /**
  2124.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2125.      *
  2126.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2127.      */
  2128.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2129.     {
  2130.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2131.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2132.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2133.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2134.     }
  2135.     /**
  2136.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2137.      *
  2138.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2139.      */
  2140.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2141.     {
  2142.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2143.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2144.             return $this->privates['sensio_framework_extra.security.listener'];
  2145.         }
  2146.         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()));
  2147.     }
  2148.     /**
  2149.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2150.      *
  2151.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2152.      */
  2153.     protected function getSensioFrameworkExtra_View_ListenerService()
  2154.     {
  2155.         $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))));
  2156.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2157.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2158.         ], [
  2159.             'twig' => '?',
  2160.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2161.         return $instance;
  2162.     }
  2163.     /**
  2164.      * Gets the private 'session_listener' shared service.
  2165.      *
  2166.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2167.      */
  2168.     protected function getSessionListenerService()
  2169.     {
  2170.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2171.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2172.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2173.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2174.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2175.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2176.         ], [
  2177.             'initialized_session' => '?',
  2178.             'logger' => '?',
  2179.             'session' => '?',
  2180.             'session_collector' => '?',
  2181.             'session_factory' => '?',
  2182.         ]), true$this->parameters['session.storage.options']);
  2183.     }
  2184.     /**
  2185.      * Gets the private 'translator.default' shared service.
  2186.      *
  2187.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2188.      */
  2189.     protected function getTranslator_DefaultService()
  2190.     {
  2191.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2192.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2193.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2194.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2195.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2196.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2197.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2198.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2199.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2200.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2201.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2202.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2203.         ], [
  2204.             'translation.loader.csv' => '?',
  2205.             'translation.loader.dat' => '?',
  2206.             'translation.loader.ini' => '?',
  2207.             'translation.loader.json' => '?',
  2208.             'translation.loader.mo' => '?',
  2209.             'translation.loader.php' => '?',
  2210.             'translation.loader.po' => '?',
  2211.             'translation.loader.qt' => '?',
  2212.             'translation.loader.res' => '?',
  2213.             'translation.loader.xliff' => '?',
  2214.             'translation.loader.yml' => '?',
  2215.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], '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')], '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')], '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')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/translations/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.he.php')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], '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')], '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')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sk.php')], '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')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], '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')]], '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/bugsnag/bugsnag-symfony/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-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/doctrine/doctrine-fixtures-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/overblog/graphql-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/bugsnag/bugsnag-symfony/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/swiftmailer-bundle/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/debug-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'19 => 'vendor/stof/doctrine-extensions-bundle/src/translations'20 => 'vendor/overblog/graphiql-bundle/src/translations'21 => 'vendor/knplabs/knp-snappy-bundle/src/translations'22 => 'vendor/symfony/webpack-encore-bundle/src/translations'23 => 'vendor/overblog/graphql-bundle/src/translations']]], []);
  2216.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2217.         $instance->setFallbackLocales([=> 'fr']);
  2218.         return $instance;
  2219.     }
  2220.     /**
  2221.      * Gets the private 'validator.builder' shared service.
  2222.      *
  2223.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2224.      */
  2225.     protected function getValidator_BuilderService()
  2226.     {
  2227.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2228.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2229.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  2230.         if ($this->has('translator')) {
  2231.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2232.         }
  2233.         $instance->setTranslationDomain('validators');
  2234.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2235.         $instance->enableAnnotationMapping(true);
  2236.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2237.         $instance->addMethodMapping('loadValidatorMetadata');
  2238.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2239.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2240.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2241.         return $instance;
  2242.     }
  2243.     /**
  2244.      * Gets the private 'validator.validator_factory' shared service.
  2245.      *
  2246.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  2247.      */
  2248.     protected function getValidator_ValidatorFactoryService()
  2249.     {
  2250.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2251.             'App\\Validator\\CardValidator' => ['privates''App\\Validator\\CardValidator''getCardValidatorService'true],
  2252.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2253.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2254.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2255.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2256.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2257.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2258.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2259.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2260.         ], [
  2261.             'App\\Validator\\CardValidator' => '?',
  2262.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2263.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2264.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2265.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2266.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2267.             'doctrine.orm.validator.unique' => '?',
  2268.             'security.validator.user_password' => '?',
  2269.             'validator.expression' => '?',
  2270.         ]));
  2271.     }
  2272.     /**
  2273.      * Gets the private 'var_dumper.html_dumper' shared service.
  2274.      *
  2275.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2276.      */
  2277.     protected function getVarDumper_HtmlDumperService()
  2278.     {
  2279.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2280.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2281.         return $instance;
  2282.     }
  2283.     /**
  2284.      * Gets the private 'var_dumper.server_connection' shared service.
  2285.      *
  2286.      * @return \Symfony\Component\VarDumper\Server\Connection
  2287.      */
  2288.     protected function getVarDumper_ServerConnectionService()
  2289.     {
  2290.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2291.     }
  2292.     /**
  2293.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2294.      *
  2295.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2296.      */
  2297.     protected function getVichUploader_MetadataReaderService()
  2298.     {
  2299.         $a = new \Metadata\Driver\FileLocator([]);
  2300.         $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);
  2301.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2302.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2303.     }
  2304.     /**
  2305.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2306.      *
  2307.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2308.      */
  2309.     protected function getVichUploader_PropertyMappingFactoryService()
  2310.     {
  2311.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  2312.     }
  2313.     /**
  2314.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2315.      *
  2316.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2317.      */
  2318.     protected function getVichUploader_Storage_FileSystemService()
  2319.     {
  2320.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2321.     }
  2322.     /**
  2323.      * Gets the private 'web_profiler.csp.handler' shared service.
  2324.      *
  2325.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2326.      */
  2327.     protected function getWebProfiler_Csp_HandlerService()
  2328.     {
  2329.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2330.     }
  2331.     /**
  2332.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2333.      *
  2334.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2335.      */
  2336.     protected function getWebProfiler_DebugToolbarService()
  2337.     {
  2338.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2339.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2340.             return $this->privates['web_profiler.debug_toolbar'];
  2341.         }
  2342.         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()));
  2343.     }
  2344.     /**
  2345.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2346.      *
  2347.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2348.      */
  2349.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2350.     {
  2351.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2352.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2353.         ], [
  2354.             '_default' => '?',
  2355.         ]), '_default');
  2356.     }
  2357.     /**
  2358.      * Gets the public 'cache_clearer' alias.
  2359.      *
  2360.      * @return object The ".container.private.cache_clearer" service.
  2361.      */
  2362.     protected function getCacheClearerService()
  2363.     {
  2364.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2365.         return $this->get('.container.private.cache_clearer');
  2366.     }
  2367.     /**
  2368.      * Gets the public 'filesystem' alias.
  2369.      *
  2370.      * @return object The ".container.private.filesystem" service.
  2371.      */
  2372.     protected function getFilesystemService()
  2373.     {
  2374.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2375.         return $this->get('.container.private.filesystem');
  2376.     }
  2377.     /**
  2378.      * Gets the public 'serializer' alias.
  2379.      *
  2380.      * @return object The ".container.private.serializer" service.
  2381.      */
  2382.     protected function getSerializerService()
  2383.     {
  2384.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2385.         return $this->get('.container.private.serializer');
  2386.     }
  2387.     /**
  2388.      * Gets the public 'security.csrf.token_manager' alias.
  2389.      *
  2390.      * @return object The ".container.private.security.csrf.token_manager" service.
  2391.      */
  2392.     protected function getSecurity_Csrf_TokenManagerService()
  2393.     {
  2394.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2395.         return $this->get('.container.private.security.csrf.token_manager');
  2396.     }
  2397.     /**
  2398.      * Gets the public 'form.factory' alias.
  2399.      *
  2400.      * @return object The ".container.private.form.factory" service.
  2401.      */
  2402.     protected function getForm_FactoryService()
  2403.     {
  2404.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2405.         return $this->get('.container.private.form.factory');
  2406.     }
  2407.     /**
  2408.      * Gets the public 'form.type.file' alias.
  2409.      *
  2410.      * @return object The ".container.private.form.type.file" service.
  2411.      */
  2412.     protected function getForm_Type_FileService()
  2413.     {
  2414.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2415.         return $this->get('.container.private.form.type.file');
  2416.     }
  2417.     /**
  2418.      * Gets the public 'profiler' alias.
  2419.      *
  2420.      * @return object The ".container.private.profiler" service.
  2421.      */
  2422.     protected function getProfilerService()
  2423.     {
  2424.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2425.         return $this->get('.container.private.profiler');
  2426.     }
  2427.     /**
  2428.      * Gets the public 'security.authorization_checker' alias.
  2429.      *
  2430.      * @return object The ".container.private.security.authorization_checker" service.
  2431.      */
  2432.     protected function getSecurity_AuthorizationCheckerService()
  2433.     {
  2434.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2435.         return $this->get('.container.private.security.authorization_checker');
  2436.     }
  2437.     /**
  2438.      * Gets the public 'security.token_storage' alias.
  2439.      *
  2440.      * @return object The ".container.private.security.token_storage" service.
  2441.      */
  2442.     protected function getSecurity_TokenStorageService()
  2443.     {
  2444.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2445.         return $this->get('.container.private.security.token_storage');
  2446.     }
  2447.     /**
  2448.      * Gets the public 'twig' alias.
  2449.      *
  2450.      * @return object The ".container.private.twig" service.
  2451.      */
  2452.     protected function getTwigService()
  2453.     {
  2454.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2455.         return $this->get('.container.private.twig');
  2456.     }
  2457.     /**
  2458.      * Gets the public 'security.password_encoder' alias.
  2459.      *
  2460.      * @return object The ".container.private.security.password_encoder" service.
  2461.      */
  2462.     protected function getSecurity_PasswordEncoderService()
  2463.     {
  2464.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2465.         return $this->get('.container.private.security.password_encoder');
  2466.     }
  2467.     /**
  2468.      * Gets the public 'session' alias.
  2469.      *
  2470.      * @return object The ".container.private.session" service.
  2471.      */
  2472.     protected function getSessionService()
  2473.     {
  2474.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2475.         return $this->get('.container.private.session');
  2476.     }
  2477.     /**
  2478.      * Gets the public 'validator' alias.
  2479.      *
  2480.      * @return object The ".container.private.validator" service.
  2481.      */
  2482.     protected function getValidatorService()
  2483.     {
  2484.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2485.         return $this->get('.container.private.validator');
  2486.     }
  2487.     /**
  2488.      * @return array|bool|float|int|string|\UnitEnum|null
  2489.      */
  2490.     public function getParameter(string $name)
  2491.     {
  2492.         if (isset($this->buildParameters[$name])) {
  2493.             return $this->buildParameters[$name];
  2494.         }
  2495.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2496.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2497.         }
  2498.         if (isset($this->loadedDynamicParameters[$name])) {
  2499.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2500.         }
  2501.         return $this->parameters[$name];
  2502.     }
  2503.     public function hasParameter(string $name): bool
  2504.     {
  2505.         if (isset($this->buildParameters[$name])) {
  2506.             return true;
  2507.         }
  2508.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2509.     }
  2510.     public function setParameter(string $name$value): void
  2511.     {
  2512.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2513.     }
  2514.     public function getParameterBag(): ParameterBagInterface
  2515.     {
  2516.         if (null === $this->parameterBag) {
  2517.             $parameters $this->parameters;
  2518.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2519.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2520.             }
  2521.             foreach ($this->buildParameters as $name => $value) {
  2522.                 $parameters[$name] = $value;
  2523.             }
  2524.             $this->parameterBag = new FrozenParameterBag($parameters);
  2525.         }
  2526.         return $this->parameterBag;
  2527.     }
  2528.     private $loadedDynamicParameters = [
  2529.         'kernel.runtime_environment' => false,
  2530.         'kernel.build_dir' => false,
  2531.         'kernel.cache_dir' => false,
  2532.         'card_upload_dir' => false,
  2533.         'avatars_upload_dir' => false,
  2534.         'limit_per_page' => false,
  2535.         'base_url' => false,
  2536.         'kernel.secret' => false,
  2537.         'debug.container.dump' => false,
  2538.         'serializer.mapping.cache.file' => false,
  2539.         'session.save_path' => false,
  2540.         'validator.mapping.cache.file' => false,
  2541.         'profiler.storage.dsn' => false,
  2542.         'doctrine.orm.proxy_dir' => false,
  2543.         'swiftmailer.spool.default.memory.path' => false,
  2544.         'vich_uploader.mappings' => false,
  2545.         'bugsnag.api_key' => false,
  2546.         'knp_snappy.pdf.binary' => false,
  2547.     ];
  2548.     private $dynamicParameters = [];
  2549.     private function getDynamicParameter(string $name)
  2550.     {
  2551.         switch ($name) {
  2552.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2553.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2554.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2555.             case 'card_upload_dir'$value = (\dirname(__DIR__4).'/public'.$this->getEnv('string:CARDS_UPLOAD_DIR')); break;
  2556.             case 'avatars_upload_dir'$value = (\dirname(__DIR__4).'/public'.$this->getEnv('string:AVATARS_UPLOAD_DIR')); break;
  2557.             case 'limit_per_page'$value $this->getEnv('LIMIT_PER_PAGE'); break;
  2558.             case 'base_url'$value $this->getEnv('ASSETS_BASE_URL'); break;
  2559.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2560.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2561.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2562.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2563.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2564.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2565.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2566.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  2567.             case 'vich_uploader.mappings'$value = [
  2568.                 'cards' => [
  2569.                     'uri_prefix' => $this->getEnv('CARDS_UPLOAD_DIR'),
  2570.                     'upload_destination' => (\dirname(__DIR__4).'/public'.$this->getEnv('string:CARDS_UPLOAD_DIR')),
  2571.                     'namer' => [
  2572.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.cards',
  2573.                         'options' => [
  2574.                         ],
  2575.                     ],
  2576.                     'delete_on_update' => false,
  2577.                     'delete_on_remove' => false,
  2578.                     'directory_namer' => [
  2579.                         'service' => NULL,
  2580.                         'options' => NULL,
  2581.                     ],
  2582.                     'inject_on_load' => false,
  2583.                     'db_driver' => 'orm',
  2584.                 ],
  2585.                 'avatars' => [
  2586.                     'uri_prefix' => $this->getEnv('AVATARS_UPLOAD_DIR'),
  2587.                     'upload_destination' => (\dirname(__DIR__4).'/public'.$this->getEnv('string:AVATARS_UPLOAD_DIR')),
  2588.                     'namer' => [
  2589.                         'service' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer.avatars',
  2590.                         'options' => [
  2591.                         ],
  2592.                     ],
  2593.                     'delete_on_remove' => true,
  2594.                     'directory_namer' => [
  2595.                         'service' => NULL,
  2596.                         'options' => NULL,
  2597.                     ],
  2598.                     'delete_on_update' => true,
  2599.                     'inject_on_load' => false,
  2600.                     'db_driver' => 'orm',
  2601.                 ],
  2602.             ]; break;
  2603.             case 'bugsnag.api_key'$value $this->getEnv('BUGSNAG_API_KEY'); break;
  2604.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  2605.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2606.         }
  2607.         $this->loadedDynamicParameters[$name] = true;
  2608.         return $this->dynamicParameters[$name] = $value;
  2609.     }
  2610.     protected function getDefaultParameters(): array
  2611.     {
  2612.         return [
  2613.             'kernel.project_dir' => \dirname(__DIR__4),
  2614.             'kernel.environment' => 'dev',
  2615.             'kernel.debug' => true,
  2616.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2617.             'kernel.bundles' => [
  2618.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2619.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2620.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2621.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2622.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2623.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2624.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2625.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2626.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2627.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2628.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2629.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2630.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2631.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2632.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2633.                 'OverblogGraphiQLBundle' => 'Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle',
  2634.                 'BugsnagBundle' => 'Bugsnag\\BugsnagBundle\\BugsnagBundle',
  2635.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  2636.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2637.                 'OverblogGraphQLBundle' => 'Overblog\\GraphQLBundle\\OverblogGraphQLBundle',
  2638.             ],
  2639.             'kernel.bundles_metadata' => [
  2640.                 'FrameworkBundle' => [
  2641.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2642.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2643.                 ],
  2644.                 'SensioFrameworkExtraBundle' => [
  2645.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2646.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2647.                 ],
  2648.                 'DoctrineBundle' => [
  2649.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2650.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2651.                 ],
  2652.                 'DoctrineMigrationsBundle' => [
  2653.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2654.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2655.                 ],
  2656.                 'SecurityBundle' => [
  2657.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2658.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2659.                 ],
  2660.                 'SwiftmailerBundle' => [
  2661.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  2662.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2663.                 ],
  2664.                 'WebProfilerBundle' => [
  2665.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2666.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2667.                 ],
  2668.                 'TwigBundle' => [
  2669.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2670.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2671.                 ],
  2672.                 'MonologBundle' => [
  2673.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2674.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2675.                 ],
  2676.                 'DebugBundle' => [
  2677.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2678.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2679.                 ],
  2680.                 'MakerBundle' => [
  2681.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2682.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2683.                 ],
  2684.                 'DoctrineFixturesBundle' => [
  2685.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2686.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2687.                 ],
  2688.                 'EasyAdminBundle' => [
  2689.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  2690.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2691.                 ],
  2692.                 'VichUploaderBundle' => [
  2693.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  2694.                     'namespace' => 'Vich\\UploaderBundle',
  2695.                 ],
  2696.                 'StofDoctrineExtensionsBundle' => [
  2697.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  2698.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2699.                 ],
  2700.                 'OverblogGraphiQLBundle' => [
  2701.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphiql-bundle/src'),
  2702.                     'namespace' => 'Overblog\\GraphiQLBundle',
  2703.                 ],
  2704.                 'BugsnagBundle' => [
  2705.                     'path' => (\dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony'),
  2706.                     'namespace' => 'Bugsnag\\BugsnagBundle',
  2707.                 ],
  2708.                 'KnpSnappyBundle' => [
  2709.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  2710.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  2711.                 ],
  2712.                 'WebpackEncoreBundle' => [
  2713.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2714.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2715.                 ],
  2716.                 'OverblogGraphQLBundle' => [
  2717.                     'path' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src'),
  2718.                     'namespace' => 'Overblog\\GraphQLBundle',
  2719.                 ],
  2720.             ],
  2721.             'kernel.charset' => 'UTF-8',
  2722.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2723.             'container.autowiring.strict_mode' => true,
  2724.             'container.dumper.inline_class_loader' => true,
  2725.             'env(DATABASE_URL)' => '',
  2726.             'locale' => 'fr',
  2727.             'event_dispatcher.event_aliases' => [
  2728.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2729.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2730.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2731.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2732.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2733.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2734.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2735.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2736.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2737.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2738.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2739.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2740.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2741.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2742.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2743.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2744.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2745.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2746.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2747.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2748.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2749.             ],
  2750.             'fragment.renderer.hinclude.global_template' => NULL,
  2751.             'fragment.path' => '/_fragment',
  2752.             'kernel.http_method_override' => true,
  2753.             'kernel.trusted_hosts' => [
  2754.             ],
  2755.             'kernel.default_locale' => 'fr',
  2756.             'kernel.enabled_locales' => [
  2757.             ],
  2758.             'kernel.error_controller' => 'error_controller',
  2759.             'debug.file_link_format' => NULL,
  2760.             'asset.request_context.base_path' => NULL,
  2761.             'asset.request_context.secure' => NULL,
  2762.             'translator.logging' => false,
  2763.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2764.             'debug.error_handler.throw_at' => -1,
  2765.             'router.request_context.host' => 'localhost',
  2766.             'router.request_context.scheme' => 'http',
  2767.             'router.request_context.base_url' => '',
  2768.             'router.resource' => 'kernel::loadRoutes',
  2769.             'request_listener.http_port' => 80,
  2770.             'request_listener.https_port' => 443,
  2771.             'session.metadata.storage_key' => '_sf2_meta',
  2772.             'session.storage.options' => [
  2773.                 'cache_limiter' => '0',
  2774.                 'cookie_httponly' => true,
  2775.                 'gc_probability' => 1,
  2776.             ],
  2777.             'session.metadata.update_threshold' => 0,
  2778.             'form.type_extension.csrf.enabled' => true,
  2779.             'form.type_extension.csrf.field_name' => '_token',
  2780.             'validator.translation_domain' => 'validators',
  2781.             'profiler_listener.only_exceptions' => false,
  2782.             'profiler_listener.only_main_requests' => false,
  2783.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2784.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2785.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2786.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2787.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2788.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2789.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2790.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2791.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2792.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2793.             'doctrine.entity_managers' => [
  2794.                 'default' => 'doctrine.orm.default_entity_manager',
  2795.             ],
  2796.             'doctrine.default_entity_manager' => 'default',
  2797.             'doctrine.dbal.connection_factory.types' => [
  2798.                 'uuid' => [
  2799.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2800.                 ],
  2801.                 'ulid' => [
  2802.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2803.                 ],
  2804.             ],
  2805.             'doctrine.connections' => [
  2806.                 'default' => 'doctrine.dbal.default_connection',
  2807.             ],
  2808.             'doctrine.default_connection' => 'default',
  2809.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2810.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2811.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2812.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2813.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2814.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2815.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2816.             'doctrine.orm.cache.memcache_port' => 11211,
  2817.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2818.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2819.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2820.             'doctrine.orm.cache.memcached_port' => 11211,
  2821.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2822.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2823.             'doctrine.orm.cache.redis_host' => 'localhost',
  2824.             'doctrine.orm.cache.redis_port' => 6379,
  2825.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2826.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2827.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2828.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2829.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2830.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2831.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2832.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2833.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2834.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2835.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2836.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2837.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2838.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2839.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2840.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2841.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2842.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2843.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2844.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2845.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2846.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2847.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2848.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2849.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2850.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2851.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2852.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2853.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2854.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2855.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2856.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2857.             'doctrine.migrations.preferred_em' => NULL,
  2858.             'doctrine.migrations.preferred_connection' => NULL,
  2859.             'security.role_hierarchy.roles' => [
  2860.                 'ROLE_ADMIN' => [
  2861.                     => 'ROLE_USER',
  2862.                 ],
  2863.                 'ROLE_HEADTEACHER' => [
  2864.                     => 'ROLE_USER',
  2865.                 ],
  2866.                 'ROLE_SUPER_ADMIN' => [
  2867.                     => 'ROLE_ADMIN',
  2868.                     => 'ROLE_ALLOWED_TO_SWITCH',
  2869.                 ],
  2870.             ],
  2871.             'security.access.denied_url' => NULL,
  2872.             'security.authentication.manager.erase_credentials' => true,
  2873.             'security.authentication.session_strategy.strategy' => 'migrate',
  2874.             'security.access.always_authenticate_before_granting' => false,
  2875.             'security.authentication.hide_user_not_found' => true,
  2876.             'security.firewalls' => [
  2877.                 => 'dev',
  2878.                 => 'main',
  2879.             ],
  2880.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2881.             'swiftmailer.mailer.default.spool.enabled' => true,
  2882.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2883.             'swiftmailer.mailer.default.single_address' => NULL,
  2884.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2885.             'swiftmailer.spool.enabled' => true,
  2886.             'swiftmailer.delivery.enabled' => true,
  2887.             'swiftmailer.single_address' => NULL,
  2888.             'swiftmailer.mailers' => [
  2889.                 'default' => 'swiftmailer.mailer.default',
  2890.             ],
  2891.             'swiftmailer.default_mailer' => 'default',
  2892.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2893.             'web_profiler.debug_toolbar.mode' => 2,
  2894.             'twig.form.resources' => [
  2895.                 => '@VichUploader/Form/fields.html.twig',
  2896.                 => 'form_div_layout.html.twig',
  2897.             ],
  2898.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2899.             'monolog.use_microseconds' => true,
  2900.             'monolog.swift_mailer.handlers' => [
  2901.             ],
  2902.             'monolog.handlers_to_channels' => [
  2903.                 'monolog.handler.console' => [
  2904.                     'type' => 'exclusive',
  2905.                     'elements' => [
  2906.                         => 'event',
  2907.                         => 'doctrine',
  2908.                         => 'console',
  2909.                     ],
  2910.                 ],
  2911.                 'monolog.handler.main' => [
  2912.                     'type' => 'exclusive',
  2913.                     'elements' => [
  2914.                         => 'event',
  2915.                     ],
  2916.                 ],
  2917.             ],
  2918.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2919.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  2920.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  2921.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2922.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  2923.             'stof_doctrine_extensions.default_locale' => 'en_US',
  2924.             'stof_doctrine_extensions.translation_fallback' => false,
  2925.             'stof_doctrine_extensions.persist_default_translation' => false,
  2926.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2927.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2928.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2929.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2930.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  2931.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  2932.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  2933.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  2934.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  2935.             'overblog_graphiql.endpoint_resolver' => 'Overblog\\GraphiQLBundle\\Config\\GraphQLEndpoint\\Helpers\\OverblogGraphQLBundleEndpointResolver',
  2936.             'bugsnag.notify_release_stages' => [
  2937.                 => 'production',
  2938.             ],
  2939.             'bugsnag.endpoint' => NULL,
  2940.             'bugsnag.callbacks' => true,
  2941.             'bugsnag.user' => true,
  2942.             'bugsnag.app_type' => NULL,
  2943.             'bugsnag.app_version' => NULL,
  2944.             'bugsnag.batch_sending' => true,
  2945.             'bugsnag.hostname' => NULL,
  2946.             'bugsnag.send_code' => true,
  2947.             'bugsnag.release_stage' => NULL,
  2948.             'bugsnag.strip_path' => NULL,
  2949.             'bugsnag.project_root' => NULL,
  2950.             'bugsnag.auto_notify' => true,
  2951.             'bugsnag.resolver' => 'Bugsnag\\BugsnagBundle\\Request\\SymfonyResolver',
  2952.             'bugsnag.factory' => 'Bugsnag\\BugsnagBundle\\DependencyInjection\\ClientFactory',
  2953.             'bugsnag.client' => 'Bugsnag\\Client',
  2954.             'bugsnag.listener' => 'Bugsnag\\BugsnagBundle\\EventListener\\BugsnagListener',
  2955.             'bugsnag.filters' => [
  2956.             ],
  2957.             'bugsnag.shutdown' => 'Bugsnag\\BugsnagBundle\\EventListener\\BugsnagShutdown',
  2958.             'bugsnag.strip_path_regex' => NULL,
  2959.             'bugsnag.project_root_regex' => NULL,
  2960.             'bugsnag.guzzle' => NULL,
  2961.             'bugsnag.memory_limit_increase' => false,
  2962.             'bugsnag.discard_classes' => [
  2963.             ],
  2964.             'bugsnag.redacted_keys' => [
  2965.             ],
  2966.             'bugsnag.feature_flags' => [
  2967.             ],
  2968.             'bugsnag.max_breadcrumbs' => NULL,
  2969.             'bugsnag.symfony_root' => \dirname(__DIR__4),
  2970.             'knp_snappy.pdf.options' => [
  2971.             ],
  2972.             'knp_snappy.pdf.env' => [
  2973.             ],
  2974.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  2975.             'knp_snappy.image.options' => [
  2976.             ],
  2977.             'knp_snappy.image.env' => [
  2978.             ],
  2979.             'overblog_graphql_types.config' => [
  2980.                 'ProposalCollection' => [
  2981.                     'type' => 'object',
  2982.                     'class_name' => 'ProposalCollectionType',
  2983.                     'inherits' => [
  2984.                     ],
  2985.                     'decorator' => false,
  2986.                     'config' => [
  2987.                         'description' => 'ProposeCollection type',
  2988.                         'fields' => [
  2989.                             'id' => [
  2990.                                 'type' => 'ID!',
  2991.                             ],
  2992.                             'collection' => [
  2993.                                 'type' => 'Collection!',
  2994.                             ],
  2995.                             'student' => [
  2996.                                 'type' => 'User!',
  2997.                             ],
  2998.                             'teacher' => [
  2999.                                 'type' => 'User!',
  3000.                             ],
  3001.                         ],
  3002.                         'name' => 'ProposalCollection',
  3003.                         'builders' => [
  3004.                         ],
  3005.                         'interfaces' => [
  3006.                         ],
  3007.                     ],
  3008.                 ],
  3009.                 'StatUserCollection' => [
  3010.                     'type' => 'object',
  3011.                     'class_name' => 'StatUserCollectionType',
  3012.                     'inherits' => [
  3013.                     ],
  3014.                     'decorator' => false,
  3015.                     'config' => [
  3016.                         'description' => 'StatUserCollection type',
  3017.                         'fields' => [
  3018.                             'id' => [
  3019.                                 'type' => 'ID!',
  3020.                             ],
  3021.                             'user' => [
  3022.                                 'type' => 'User!',
  3023.                             ],
  3024.                             'collection' => [
  3025.                                 'type' => 'Collection!',
  3026.                             ],
  3027.                             'game' => [
  3028.                                 'type' => 'Game!',
  3029.                             ],
  3030.                             'score' => [
  3031.                                 'type' => 'Int!',
  3032.                             ],
  3033.                             'played' => [
  3034.                                 'type' => 'Int!',
  3035.                             ],
  3036.                             'won' => [
  3037.                                 'type' => 'Int!',
  3038.                             ],
  3039.                             'time' => [
  3040.                                 'type' => 'Int!',
  3041.                             ],
  3042.                             'unfinished' => [
  3043.                                 'type' => 'Int!',
  3044.                             ],
  3045.                         ],
  3046.                         'name' => 'StatUserCollection',
  3047.                         'builders' => [
  3048.                         ],
  3049.                         'interfaces' => [
  3050.                         ],
  3051.                     ],
  3052.                 ],
  3053.                 'Game' => [
  3054.                     'type' => 'enum',
  3055.                     'class_name' => 'GameType',
  3056.                     'inherits' => [
  3057.                     ],
  3058.                     'decorator' => false,
  3059.                     'config' => [
  3060.                         'values' => [
  3061.                             'GAME_MEMO' => [
  3062.                                 'value' => '@=constant("App\\\\Entity\\\\Games::MEMO")',
  3063.                             ],
  3064.                             'GAME_BRIO' => [
  3065.                                 'value' => '@=constant("App\\\\Entity\\\\Games::BRIO")',
  3066.                             ],
  3067.                             'GAME_TYPO' => [
  3068.                                 'value' => '@=constant("App\\\\Entity\\\\Games::TYPO")',
  3069.                             ],
  3070.                             'GAME_ASSO' => [
  3071.                                 'value' => '@=constant("App\\\\Entity\\\\Games::ASSO")',
  3072.                             ],
  3073.                         ],
  3074.                         'name' => 'Game',
  3075.                     ],
  3076.                 ],
  3077.                 'SchoolDegree' => [
  3078.                     'type' => 'object',
  3079.                     'class_name' => 'SchoolDegreeType',
  3080.                     'inherits' => [
  3081.                     ],
  3082.                     'decorator' => false,
  3083.                     'config' => [
  3084.                         'description' => 'SchoolDegree type',
  3085.                         'fields' => [
  3086.                             'id' => [
  3087.                                 'type' => 'ID!',
  3088.                             ],
  3089.                             'name' => [
  3090.                                 'type' => 'String!',
  3091.                             ],
  3092.                             'schoolLevel' => [
  3093.                                 'type' => 'SchoolLevel',
  3094.                             ],
  3095.                             'schoolSubjects' => [
  3096.                                 'type' => '[SchoolSubject]',
  3097.                             ],
  3098.                             'collections' => [
  3099.                                 'type' => '[Collection]',
  3100.                             ],
  3101.                             'folders' => [
  3102.                                 'type' => '[Folder]',
  3103.                             ],
  3104.                             'recommendations' => [
  3105.                                 'type' => '[Collection]',
  3106.                             ],
  3107.                         ],
  3108.                         'name' => 'SchoolDegree',
  3109.                         'builders' => [
  3110.                         ],
  3111.                         'interfaces' => [
  3112.                         ],
  3113.                     ],
  3114.                 ],
  3115.                 'SchoolSubject' => [
  3116.                     'type' => 'object',
  3117.                     'class_name' => 'SchoolSubjectType',
  3118.                     'inherits' => [
  3119.                     ],
  3120.                     'decorator' => false,
  3121.                     'config' => [
  3122.                         'description' => 'SchoolSubject type',
  3123.                         'fields' => [
  3124.                             'id' => [
  3125.                                 'type' => 'ID!',
  3126.                             ],
  3127.                             'name' => [
  3128.                                 'type' => 'String!',
  3129.                             ],
  3130.                             'color' => [
  3131.                                 'type' => 'String!',
  3132.                             ],
  3133.                             'schoolDegrees' => [
  3134.                                 'type' => 'SchoolDegree',
  3135.                             ],
  3136.                             'collections' => [
  3137.                                 'type' => '[Collection]',
  3138.                             ],
  3139.                             'folders' => [
  3140.                                 'type' => '[Folder]',
  3141.                             ],
  3142.                         ],
  3143.                         'name' => 'SchoolSubject',
  3144.                         'builders' => [
  3145.                         ],
  3146.                         'interfaces' => [
  3147.                         ],
  3148.                     ],
  3149.                 ],
  3150.                 'FilterBy' => [
  3151.                     'type' => 'input-object',
  3152.                     'class_name' => 'FilterByType',
  3153.                     'inherits' => [
  3154.                     ],
  3155.                     'decorator' => false,
  3156.                     'config' => [
  3157.                         'description' => 'FilterBy type',
  3158.                         'fields' => [
  3159.                             'join' => [
  3160.                                 'type' => 'String',
  3161.                             ],
  3162.                             'property' => [
  3163.                                 'type' => 'String!',
  3164.                             ],
  3165.                             'where' => [
  3166.                                 'type' => 'String',
  3167.                             ],
  3168.                             'search' => [
  3169.                                 'type' => 'Boolean',
  3170.                             ],
  3171.                             'not' => [
  3172.                                 'type' => 'String',
  3173.                             ],
  3174.                             'in' => [
  3175.                                 'type' => '[String]',
  3176.                             ],
  3177.                         ],
  3178.                         'name' => 'FilterBy',
  3179.                     ],
  3180.                 ],
  3181.                 'DateTime' => [
  3182.                     'type' => 'custom-scalar',
  3183.                     'class_name' => 'DateTimeType',
  3184.                     'inherits' => [
  3185.                     ],
  3186.                     'decorator' => false,
  3187.                     'config' => [
  3188.                         'serialize' => [
  3189.                             => 'App\\GraphQL\\Type\\DateTimeType',
  3190.                             => 'serialize',
  3191.                         ],
  3192.                         'parseValue' => [
  3193.                             => 'App\\GraphQL\\Type\\DateTimeType',
  3194.                             => 'parseValue',
  3195.                         ],
  3196.                         'parseLiteral' => [
  3197.                             => 'App\\GraphQL\\Type\\DateTimeType',
  3198.                             => 'parseLiteral',
  3199.                         ],
  3200.                         'name' => 'DateTime',
  3201.                     ],
  3202.                 ],
  3203.                 'Mutation' => [
  3204.                     'type' => 'object',
  3205.                     'class_name' => 'MutationType',
  3206.                     'inherits' => [
  3207.                     ],
  3208.                     'decorator' => false,
  3209.                     'config' => [
  3210.                         'fields' => [
  3211.                             'AddCollection' => [
  3212.                                 'type' => 'Collection',
  3213.                                 'resolve' => '@=mutation(\'addCollection\', args)',
  3214.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3215.                                 'args' => [
  3216.                                     'input' => [
  3217.                                         'type' => 'AddCollectionInput',
  3218.                                     ],
  3219.                                 ],
  3220.                             ],
  3221.                             'removeCollection' => [
  3222.                                 'type' => 'Boolean',
  3223.                                 'resolve' => '@=mutation(\'removeCollection\', args)',
  3224.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3225.                                 'args' => [
  3226.                                     'collection' => [
  3227.                                         'type' => 'ID!',
  3228.                                     ],
  3229.                                 ],
  3230.                             ],
  3231.                             'AddFolder' => [
  3232.                                 'type' => 'Folder',
  3233.                                 'resolve' => '@=mutation(\'addFolder\', args)',
  3234.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3235.                                 'args' => [
  3236.                                     'input' => [
  3237.                                         'type' => 'AddFolderInput',
  3238.                                     ],
  3239.                                 ],
  3240.                             ],
  3241.                             'SingleUpload' => [
  3242.                                 'type' => 'String!',
  3243.                                 'resolve' => '@=mutation(\'upload\', args)',
  3244.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3245.                                 'args' => [
  3246.                                     'file' => [
  3247.                                         'type' => 'Upload!',
  3248.                                     ],
  3249.                                 ],
  3250.                             ],
  3251.                             'RemoveFile' => [
  3252.                                 'type' => 'Boolean',
  3253.                                 'resolve' => '@=mutation(\'removeFile\', args)',
  3254.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3255.                                 'args' => [
  3256.                                     'filename' => [
  3257.                                         'type' => 'String!',
  3258.                                     ],
  3259.                                     'cardId' => [
  3260.                                         'type' => 'ID!',
  3261.                                     ],
  3262.                                 ],
  3263.                             ],
  3264.                             'toggleFavoriteCollection' => [
  3265.                                 'type' => 'Collection',
  3266.                                 'resolve' => '@=mutation(\'toggleFavoriteCollection\', args)',
  3267.                                 'args' => [
  3268.                                     'collection' => [
  3269.                                         'type' => 'ID!',
  3270.                                     ],
  3271.                                 ],
  3272.                             ],
  3273.                             'togglePublicationStatusCollection' => [
  3274.                                 'type' => 'Collection',
  3275.                                 'resolve' => '@=mutation(\'togglePublicationStatusCollection\', args)',
  3276.                                 'args' => [
  3277.                                     'collection' => [
  3278.                                         'type' => 'ID!',
  3279.                                     ],
  3280.                                 ],
  3281.                             ],
  3282.                             'toggleSubscriptionFolder' => [
  3283.                                 'type' => 'Folder',
  3284.                                 'resolve' => '@=mutation(\'toggleSubscriptionFolder\', args)',
  3285.                                 'args' => [
  3286.                                     'folder' => [
  3287.                                         'type' => 'ID!',
  3288.                                     ],
  3289.                                 ],
  3290.                             ],
  3291.                             'togglePublicationStatusFolder' => [
  3292.                                 'type' => 'Folder',
  3293.                                 'resolve' => '@=mutation(\'togglePublicationStatusFolder\', args)',
  3294.                                 'args' => [
  3295.                                     'folder' => [
  3296.                                         'type' => 'ID!',
  3297.                                     ],
  3298.                                 ],
  3299.                             ],
  3300.                             'setCollectionSeen' => [
  3301.                                 'type' => 'Folder',
  3302.                                 'resolve' => '@=mutation(\'setCollectionSeen\', args)',
  3303.                                 'args' => [
  3304.                                     'collection' => [
  3305.                                         'type' => 'ID!',
  3306.                                     ],
  3307.                                 ],
  3308.                             ],
  3309.                             'setCollectionStatus' => [
  3310.                                 'type' => 'Collection',
  3311.                                 'resolve' => '@=mutation(\'setCollectionStatus\', args)',
  3312.                                 'args' => [
  3313.                                     'collection' => [
  3314.                                         'type' => 'ID!',
  3315.                                     ],
  3316.                                     'status' => [
  3317.                                         'type' => 'String!',
  3318.                                     ],
  3319.                                 ],
  3320.                             ],
  3321.                             'setCollectionsOfFolder' => [
  3322.                                 'type' => 'Folder',
  3323.                                 'resolve' => '@=mutation(\'setCollectionsOfFolder\', args)',
  3324.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3325.                                 'args' => [
  3326.                                     'folder' => [
  3327.                                         'type' => 'ID!',
  3328.                                     ],
  3329.                                     'collections' => [
  3330.                                         'type' => '[ID!]',
  3331.                                     ],
  3332.                                 ],
  3333.                             ],
  3334.                             'RemoveFolder' => [
  3335.                                 'type' => 'Boolean',
  3336.                                 'resolve' => '@=mutation(\'removeFolder\', args)',
  3337.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3338.                                 'args' => [
  3339.                                     'folder' => [
  3340.                                         'type' => 'ID!',
  3341.                                     ],
  3342.                                 ],
  3343.                             ],
  3344.                             'updateUser' => [
  3345.                                 'type' => 'User',
  3346.                                 'resolve' => '@=mutation(\'updateUser\', args)',
  3347.                                 'access' => '@=isAuthenticated()',
  3348.                                 'args' => [
  3349.                                     'input' => [
  3350.                                         'type' => 'UpdateUserInput',
  3351.                                     ],
  3352.                                 ],
  3353.                             ],
  3354.                             'removeUser' => [
  3355.                                 'type' => 'Boolean',
  3356.                                 'resolve' => '@=mutation(\'removeUser\')',
  3357.                             ],
  3358.                             'setCardStatus' => [
  3359.                                 'type' => 'Card',
  3360.                                 'resolve' => '@=mutation(\'setCardStatus\', args)',
  3361.                                 'args' => [
  3362.                                     'card' => [
  3363.                                         'type' => 'ID!',
  3364.                                     ],
  3365.                                     'status' => [
  3366.                                         'type' => 'String!',
  3367.                                     ],
  3368.                                 ],
  3369.                             ],
  3370.                             'saveScore' => [
  3371.                                 'type' => 'Collection',
  3372.                                 'resolve' => '@=mutation(\'saveScore\', args)',
  3373.                                 'args' => [
  3374.                                     'score' => [
  3375.                                         'type' => 'Int!',
  3376.                                     ],
  3377.                                     'time' => [
  3378.                                         'type' => 'Int!',
  3379.                                     ],
  3380.                                     'errors' => [
  3381.                                         'type' => 'Int!',
  3382.                                     ],
  3383.                                     'game' => [
  3384.                                         'type' => 'String!',
  3385.                                     ],
  3386.                                     'collection' => [
  3387.                                         'type' => 'ID!',
  3388.                                     ],
  3389.                                     'duel' => [
  3390.                                         'type' => 'ID',
  3391.                                     ],
  3392.                                 ],
  3393.                             ],
  3394.                             'addCollectionToFolders' => [
  3395.                                 'type' => 'Collection',
  3396.                                 'resolve' => '@=mutation(\'addCollectionToFolders\', args)',
  3397.                                 'args' => [
  3398.                                     'collection' => [
  3399.                                         'type' => 'ID!',
  3400.                                     ],
  3401.                                     'folders' => [
  3402.                                         'type' => '[ID!]',
  3403.                                     ],
  3404.                                 ],
  3405.                             ],
  3406.                             'addDuel' => [
  3407.                                 'type' => 'Duel',
  3408.                                 'resolve' => '@=mutation(\'addDuel\', args)',
  3409.                                 'args' => [
  3410.                                     'input' => [
  3411.                                         'type' => 'AddDuelInput',
  3412.                                     ],
  3413.                                 ],
  3414.                             ],
  3415.                             'generateDuels' => [
  3416.                                 'type' => 'Boolean',
  3417.                                 'resolve' => '@=mutation(\'generateDuels\', args)',
  3418.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3419.                                 'args' => [
  3420.                                     'input' => [
  3421.                                         'type' => 'AddDuelsClassroomInput',
  3422.                                     ],
  3423.                                 ],
  3424.                             ],
  3425.                             'addClassroom' => [
  3426.                                 'type' => 'Classroom',
  3427.                                 'resolve' => '@=mutation(\'addClassroom\', args)',
  3428.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3429.                                 'args' => [
  3430.                                     'input' => [
  3431.                                         'type' => 'AddClassroomInput',
  3432.                                     ],
  3433.                                 ],
  3434.                             ],
  3435.                             'removeClassroom' => [
  3436.                                 'type' => 'Boolean',
  3437.                                 'resolve' => '@=mutation(\'removeClassroom\', args)',
  3438.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3439.                                 'args' => [
  3440.                                     'classroom' => [
  3441.                                         'type' => 'ID!',
  3442.                                     ],
  3443.                                 ],
  3444.                             ],
  3445.                             'addStudentToClassroom' => [
  3446.                                 'type' => 'Classroom',
  3447.                                 'resolve' => '@=mutation(\'addStudentToClassroom\', args)',
  3448.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3449.                                 'args' => [
  3450.                                     'classroom' => [
  3451.                                         'type' => 'ID!',
  3452.                                     ],
  3453.                                     'student' => [
  3454.                                         'type' => 'ID!',
  3455.                                     ],
  3456.                                 ],
  3457.                             ],
  3458.                             'removeStudentFromClassroom' => [
  3459.                                 'type' => 'Classroom',
  3460.                                 'resolve' => '@=mutation(\'removeStudentFromClassroom\', args)',
  3461.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3462.                                 'args' => [
  3463.                                     'classroom' => [
  3464.                                         'type' => 'ID!',
  3465.                                     ],
  3466.                                     'student' => [
  3467.                                         'type' => 'ID!',
  3468.                                     ],
  3469.                                 ],
  3470.                             ],
  3471.                             'joinClassroom' => [
  3472.                                 'type' => 'Boolean',
  3473.                                 'resolve' => '@=mutation(\'joinClassroom\', args)',
  3474.                                 'access' => '@=hasPermission(object, \'ROLE_STUDENT\')',
  3475.                                 'args' => [
  3476.                                     'classroom' => [
  3477.                                         'type' => 'ID!',
  3478.                                     ],
  3479.                                 ],
  3480.                             ],
  3481.                             'saveDuelScore' => [
  3482.                                 'type' => 'Duel',
  3483.                                 'resolve' => '@=mutation(\'saveDuelScore\', args)',
  3484.                                 'args' => [
  3485.                                     'duel' => [
  3486.                                         'type' => 'ID',
  3487.                                     ],
  3488.                                     'answers' => [
  3489.                                         'type' => 'Int!',
  3490.                                     ],
  3491.                                     'score' => [
  3492.                                         'type' => 'Int!',
  3493.                                     ],
  3494.                                     'time' => [
  3495.                                         'type' => 'Int!',
  3496.                                     ],
  3497.                                     'errors' => [
  3498.                                         'type' => 'Int!',
  3499.                                     ],
  3500.                                 ],
  3501.                             ],
  3502.                             'uploadAvatar' => [
  3503.                                 'type' => 'Avatar',
  3504.                                 'resolve' => '@=mutation(\'uploadAvatar\', args)',
  3505.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3506.                                 'args' => [
  3507.                                     'file' => [
  3508.                                         'type' => 'Upload!',
  3509.                                     ],
  3510.                                 ],
  3511.                             ],
  3512.                             'removeAvatar' => [
  3513.                                 'type' => 'Avatar',
  3514.                                 'resolve' => '@=mutation(\'removeAvatar\', args)',
  3515.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3516.                                 'args' => [
  3517.                                     'avatarId' => [
  3518.                                         'type' => 'ID!',
  3519.                                     ],
  3520.                                 ],
  3521.                             ],
  3522.                             'startGame' => [
  3523.                                 'type' => 'Boolean',
  3524.                                 'resolve' => '@=mutation(\'startGame\', args)',
  3525.                                 'access' => '@=isAuthenticated()',
  3526.                                 'args' => [
  3527.                                     'collection' => [
  3528.                                         'type' => 'ID!',
  3529.                                     ],
  3530.                                     'game' => [
  3531.                                         'type' => 'String!',
  3532.                                     ],
  3533.                                 ],
  3534.                             ],
  3535.                             'finishGame' => [
  3536.                                 'type' => 'Boolean',
  3537.                                 'resolve' => '@=mutation(\'finishGame\', args)',
  3538.                                 'access' => '@=isAuthenticated()',
  3539.                                 'args' => [
  3540.                                     'collection' => [
  3541.                                         'type' => 'ID!',
  3542.                                     ],
  3543.                                     'game' => [
  3544.                                         'type' => 'String!',
  3545.                                     ],
  3546.                                     'won' => [
  3547.                                         'type' => 'Boolean!',
  3548.                                     ],
  3549.                                     'score' => [
  3550.                                         'type' => 'Int!',
  3551.                                     ],
  3552.                                     'time' => [
  3553.                                         'type' => 'Int!',
  3554.                                     ],
  3555.                                 ],
  3556.                             ],
  3557.                             'proposeCollection' => [
  3558.                                 'type' => 'Boolean',
  3559.                                 'resolve' => '@=mutation(\'proposeToClassroom\', args)',
  3560.                                 'access' => '@=hasPermission(object, \'ROLE_TEACHER\')',
  3561.                                 'args' => [
  3562.                                     'collection' => [
  3563.                                         'type' => 'ID!',
  3564.                                     ],
  3565.                                     'classroom' => [
  3566.                                         'type' => 'ID!',
  3567.                                     ],
  3568.                                 ],
  3569.                             ],
  3570.                             'removeProposedCollection' => [
  3571.                                 'type' => 'Boolean',
  3572.                                 'resolve' => '@=mutation(\'removeProposedCollection\', args)',
  3573.                                 'access' => '@=isAuthenticated()',
  3574.                                 'args' => [
  3575.                                     'collection' => [
  3576.                                         'type' => 'ID!',
  3577.                                     ],
  3578.                                     'teacher' => [
  3579.                                         'type' => 'ID!',
  3580.                                     ],
  3581.                                 ],
  3582.                             ],
  3583.                         ],
  3584.                         'name' => 'Mutation',
  3585.                         'builders' => [
  3586.                         ],
  3587.                         'interfaces' => [
  3588.                         ],
  3589.                     ],
  3590.                 ],
  3591.                 'AddCardInput' => [
  3592.                     'type' => 'input-object',
  3593.                     'class_name' => 'AddCardInputType',
  3594.                     'inherits' => [
  3595.                     ],
  3596.                     'decorator' => false,
  3597.                     'config' => [
  3598.                         'fields' => [
  3599.                             'id' => [
  3600.                                 'type' => 'ID',
  3601.                             ],
  3602.                             'frontText' => [
  3603.                                 'type' => 'String',
  3604.                             ],
  3605.                             'frontDescription' => [
  3606.                                 'type' => 'String',
  3607.                             ],
  3608.                             'frontImage' => [
  3609.                                 'type' => 'String',
  3610.                             ],
  3611.                             'frontAudio' => [
  3612.                                 'type' => 'String',
  3613.                             ],
  3614.                             'backText' => [
  3615.                                 'type' => 'String',
  3616.                             ],
  3617.                             'backDescription' => [
  3618.                                 'type' => 'String',
  3619.                             ],
  3620.                             'backImage' => [
  3621.                                 'type' => 'String',
  3622.                             ],
  3623.                             'backAudio' => [
  3624.                                 'type' => 'String',
  3625.                             ],
  3626.                             'position' => [
  3627.                                 'type' => 'Int',
  3628.                             ],
  3629.                         ],
  3630.                         'name' => 'AddCardInput',
  3631.                     ],
  3632.                 ],
  3633.                 'SchoolSubjectInput' => [
  3634.                     'type' => 'input-object',
  3635.                     'class_name' => 'SchoolSubjectInputType',
  3636.                     'inherits' => [
  3637.                     ],
  3638.                     'decorator' => false,
  3639.                     'config' => [
  3640.                         'fields' => [
  3641.                             'id' => [
  3642.                                 'type' => 'ID!',
  3643.                             ],
  3644.                         ],
  3645.                         'name' => 'SchoolSubjectInput',
  3646.                     ],
  3647.                 ],
  3648.                 'SchoolDegreeInput' => [
  3649.                     'type' => 'input-object',
  3650.                     'class_name' => 'SchoolDegreeInputType',
  3651.                     'inherits' => [
  3652.                     ],
  3653.                     'decorator' => false,
  3654.                     'config' => [
  3655.                         'fields' => [
  3656.                             'id' => [
  3657.                                 'type' => 'ID!',
  3658.                             ],
  3659.                         ],
  3660.                         'name' => 'SchoolDegreeInput',
  3661.                     ],
  3662.                 ],
  3663.                 'FolderInput' => [
  3664.                     'type' => 'input-object',
  3665.                     'class_name' => 'FolderInputType',
  3666.                     'inherits' => [
  3667.                     ],
  3668.                     'decorator' => false,
  3669.                     'config' => [
  3670.                         'fields' => [
  3671.                             'id' => [
  3672.                                 'type' => 'ID!',
  3673.                             ],
  3674.                         ],
  3675.                         'name' => 'FolderInput',
  3676.                     ],
  3677.                 ],
  3678.                 'AvatarInput' => [
  3679.                     'type' => 'input-object',
  3680.                     'class_name' => 'AvatarInputType',
  3681.                     'inherits' => [
  3682.                     ],
  3683.                     'decorator' => false,
  3684.                     'config' => [
  3685.                         'fields' => [
  3686.                             'id' => [
  3687.                                 'type' => 'ID!',
  3688.                             ],
  3689.                         ],
  3690.                         'name' => 'AvatarInput',
  3691.                     ],
  3692.                 ],
  3693.                 'RelationIdInput' => [
  3694.                     'type' => 'input-object',
  3695.                     'class_name' => 'RelationIdInputType',
  3696.                     'inherits' => [
  3697.                     ],
  3698.                     'decorator' => false,
  3699.                     'config' => [
  3700.                         'fields' => [
  3701.                             'id' => [
  3702.                                 'type' => 'ID!',
  3703.                             ],
  3704.                         ],
  3705.                         'name' => 'RelationIdInput',
  3706.                     ],
  3707.                 ],
  3708.                 'AddCollectionInput' => [
  3709.                     'type' => 'input-object',
  3710.                     'class_name' => 'AddCollectionInputType',
  3711.                     'inherits' => [
  3712.                     ],
  3713.                     'decorator' => false,
  3714.                     'config' => [
  3715.                         'fields' => [
  3716.                             'id' => [
  3717.                                 'type' => 'ID',
  3718.                             ],
  3719.                             'title' => [
  3720.                                 'type' => 'String!',
  3721.                             ],
  3722.                             'description' => [
  3723.                                 'type' => 'String',
  3724.                             ],
  3725.                             'isPublished' => [
  3726.                                 'type' => 'Boolean',
  3727.                             ],
  3728.                             'cards' => [
  3729.                                 'type' => '[AddCardInput]',
  3730.                             ],
  3731.                             'schoolSubject' => [
  3732.                                 'type' => 'SchoolSubjectInput',
  3733.                             ],
  3734.                             'schoolDegrees' => [
  3735.                                 'type' => '[SchoolDegreeInput]',
  3736.                             ],
  3737.                             'folders' => [
  3738.                                 'type' => '[FolderInput]',
  3739.                             ],
  3740.                             'assoMode' => [
  3741.                                 'type' => 'Boolean!',
  3742.                             ],
  3743.                             'memoMode' => [
  3744.                                 'type' => 'Boolean!',
  3745.                             ],
  3746.                             'typoMode' => [
  3747.                                 'type' => 'Boolean!',
  3748.                             ],
  3749.                             'brioMode' => [
  3750.                                 'type' => 'Boolean!',
  3751.                             ],
  3752.                             'ignoreCase' => [
  3753.                                 'type' => 'Boolean!',
  3754.                             ],
  3755.                             'ignoreOrder' => [
  3756.                                 'type' => 'Boolean!',
  3757.                             ],
  3758.                             'ignoreSpaces' => [
  3759.                                 'type' => 'Boolean!',
  3760.                             ],
  3761.                             'ignoreCharacters' => [
  3762.                                 'type' => 'String',
  3763.                             ],
  3764.                         ],
  3765.                         'name' => 'AddCollectionInput',
  3766.                     ],
  3767.                 ],
  3768.                 'AddFolderInput' => [
  3769.                     'type' => 'input-object',
  3770.                     'class_name' => 'AddFolderInputType',
  3771.                     'inherits' => [
  3772.                     ],
  3773.                     'decorator' => false,
  3774.                     'config' => [
  3775.                         'fields' => [
  3776.                             'id' => [
  3777.                                 'type' => 'ID',
  3778.                             ],
  3779.                             'title' => [
  3780.                                 'type' => 'String!',
  3781.                             ],
  3782.                             'isPublished' => [
  3783.                                 'type' => 'Boolean',
  3784.                             ],
  3785.                             'schoolSubject' => [
  3786.                                 'type' => 'SchoolSubjectInput',
  3787.                             ],
  3788.                             'schoolDegrees' => [
  3789.                                 'type' => '[SchoolDegreeInput]',
  3790.                             ],
  3791.                         ],
  3792.                         'name' => 'AddFolderInput',
  3793.                     ],
  3794.                 ],
  3795.                 'UpdateUserInput' => [
  3796.                     'type' => 'input-object',
  3797.                     'class_name' => 'UpdateUserInputType',
  3798.                     'inherits' => [
  3799.                     ],
  3800.                     'decorator' => false,
  3801.                     'config' => [
  3802.                         'fields' => [
  3803.                             'schoolLevel' => [
  3804.                                 'type' => 'SchoolSubjectInput',
  3805.                             ],
  3806.                             'schoolDegree' => [
  3807.                                 'type' => 'SchoolDegreeInput',
  3808.                             ],
  3809.                             'avatar' => [
  3810.                                 'type' => 'AvatarInput',
  3811.                             ],
  3812.                             'friends' => [
  3813.                                 'type' => '[FriendInput]',
  3814.                             ],
  3815.                             'schoolSubjects' => [
  3816.                                 'type' => '[SchoolSubjectInput]',
  3817.                             ],
  3818.                             'score' => [
  3819.                                 'type' => 'Int',
  3820.                             ],
  3821.                             'hasBeenReset' => [
  3822.                                 'type' => 'Boolean',
  3823.                             ],
  3824.                         ],
  3825.                         'name' => 'UpdateUserInput',
  3826.                     ],
  3827.                 ],
  3828.                 'FriendInput' => [
  3829.                     'type' => 'input-object',
  3830.                     'class_name' => 'FriendInputType',
  3831.                     'inherits' => [
  3832.                     ],
  3833.                     'decorator' => false,
  3834.                     'config' => [
  3835.                         'fields' => [
  3836.                             'id' => [
  3837.                                 'type' => 'ID',
  3838.                             ],
  3839.                         ],
  3840.                         'name' => 'FriendInput',
  3841.                     ],
  3842.                 ],
  3843.                 'AddDuelsClassroomInput' => [
  3844.                     'type' => 'input-object',
  3845.                     'class_name' => 'AddDuelsClassroomInputType',
  3846.                     'inherits' => [
  3847.                     ],
  3848.                     'decorator' => false,
  3849.                     'config' => [
  3850.                         'fields' => [
  3851.                             'collection' => [
  3852.                                 'type' => 'RelationIdInput!',
  3853.                             ],
  3854.                             'users' => [
  3855.                                 'type' => '[RelationIdInput]!',
  3856.                             ],
  3857.                             'game' => [
  3858.                                 'type' => 'String!',
  3859.                             ],
  3860.                             'difficulty' => [
  3861.                                 'type' => 'String!',
  3862.                             ],
  3863.                         ],
  3864.                         'name' => 'AddDuelsClassroomInput',
  3865.                     ],
  3866.                 ],
  3867.                 'AddDuelInput' => [
  3868.                     'type' => 'input-object',
  3869.                     'class_name' => 'AddDuelInputType',
  3870.                     'inherits' => [
  3871.                     ],
  3872.                     'decorator' => false,
  3873.                     'config' => [
  3874.                         'fields' => [
  3875.                             'opponent' => [
  3876.                                 'type' => 'RelationIdInput!',
  3877.                             ],
  3878.                             'collection' => [
  3879.                                 'type' => 'RelationIdInput!',
  3880.                             ],
  3881.                             'game' => [
  3882.                                 'type' => 'String!',
  3883.                             ],
  3884.                             'difficulty' => [
  3885.                                 'type' => 'String!',
  3886.                             ],
  3887.                             'cardsOrder' => [
  3888.                                 'type' => '[String]',
  3889.                             ],
  3890.                             'scoreChallenger' => [
  3891.                                 'type' => 'Int',
  3892.                             ],
  3893.                             'scoreOpponent' => [
  3894.                                 'type' => 'Int',
  3895.                             ],
  3896.                             'timeChallenger' => [
  3897.                                 'type' => 'Int',
  3898.                             ],
  3899.                             'timeOpponent' => [
  3900.                                 'type' => 'Int',
  3901.                             ],
  3902.                         ],
  3903.                         'name' => 'AddDuelInput',
  3904.                     ],
  3905.                 ],
  3906.                 'AddClassroomInput' => [
  3907.                     'type' => 'input-object',
  3908.                     'class_name' => 'AddClassroomInputType',
  3909.                     'inherits' => [
  3910.                     ],
  3911.                     'decorator' => false,
  3912.                     'config' => [
  3913.                         'fields' => [
  3914.                             'id' => [
  3915.                                 'type' => 'ID',
  3916.                             ],
  3917.                             'name' => [
  3918.                                 'type' => 'String!',
  3919.                             ],
  3920.                             'students' => [
  3921.                                 'type' => '[RelationIdInput]',
  3922.                             ],
  3923.                         ],
  3924.                         'name' => 'AddClassroomInput',
  3925.                     ],
  3926.                 ],
  3927.                 'OrderBy' => [
  3928.                     'type' => 'input-object',
  3929.                     'class_name' => 'OrderByType',
  3930.                     'inherits' => [
  3931.                     ],
  3932.                     'decorator' => false,
  3933.                     'config' => [
  3934.                         'description' => 'OrderBy type',
  3935.                         'fields' => [
  3936.                             'property' => [
  3937.                                 'type' => 'String!',
  3938.                             ],
  3939.                             'order' => [
  3940.                                 'type' => 'String!',
  3941.                             ],
  3942.                         ],
  3943.                         'name' => 'OrderBy',
  3944.                     ],
  3945.                 ],
  3946.                 'Query' => [
  3947.                     'type' => 'object',
  3948.                     'class_name' => 'QueryType',
  3949.                     'inherits' => [
  3950.                     ],
  3951.                     'decorator' => false,
  3952.                     'config' => [
  3953.                         'fields' => [
  3954.                             'me' => [
  3955.                                 'type' => 'User',
  3956.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\UserQuery::me")',
  3957.                             ],
  3958.                             'users' => [
  3959.                                 'type' => 'PaginationUser',
  3960.                                 'args' => [
  3961.                                     'page' => [
  3962.                                         'type' => 'Int',
  3963.                                     ],
  3964.                                     'limit' => [
  3965.                                         'type' => 'Int',
  3966.                                     ],
  3967.                                     'filterBy' => [
  3968.                                         'description' => 'If omitted, no filter applied',
  3969.                                         'type' => '[FilterBy]',
  3970.                                     ],
  3971.                                     'orderBy' => [
  3972.                                         'description' => 'If omitted, no sort applied',
  3973.                                         'type' => '[OrderBy]',
  3974.                                     ],
  3975.                                     'onlyStudent' => [
  3976.                                         'description' => 'Get only student users',
  3977.                                         'type' => 'Boolean',
  3978.                                     ],
  3979.                                 ],
  3980.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\UserQuery::users", args)',
  3981.                             ],
  3982.                             'students' => [
  3983.                                 'type' => 'PaginationUser',
  3984.                                 'args' => [
  3985.                                     'page' => [
  3986.                                         'type' => 'Int',
  3987.                                     ],
  3988.                                     'limit' => [
  3989.                                         'type' => 'Int',
  3990.                                     ],
  3991.                                     'filterBy' => [
  3992.                                         'description' => 'If omitted, no filter applied',
  3993.                                         'type' => '[FilterBy]',
  3994.                                     ],
  3995.                                     'orderBy' => [
  3996.                                         'description' => 'If omitted, no sort applied',
  3997.                                         'type' => '[OrderBy]',
  3998.                                     ],
  3999.                                 ],
  4000.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\UserQuery::students", args)',
  4001.                             ],
  4002.                             'student' => [
  4003.                                 'type' => 'User',
  4004.                                 'args' => [
  4005.                                     'id' => [
  4006.                                         'type' => 'ID!',
  4007.                                     ],
  4008.                                 ],
  4009.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\UserQuery::student", args)',
  4010.                             ],
  4011.                             'degrees' => [
  4012.                                 'type' => '[SchoolDegree]',
  4013.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\SchoolDegreeQuery::degrees")',
  4014.                             ],
  4015.                             'levels' => [
  4016.                                 'type' => '[SchoolLevel]',
  4017.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\SchoolLevelQuery::levels")',
  4018.                             ],
  4019.                             'subjects' => [
  4020.                                 'type' => '[SchoolSubject]',
  4021.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\SchoolSubjectQuery::subjects")',
  4022.                             ],
  4023.                             'subjectsOfTheFoldersToWhichTheUserIsSubscribed' => [
  4024.                                 'type' => '[SchoolSubject]',
  4025.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\SchoolSubjectQuery::subjectsOfTheFoldersToWhichTheUserIsSubscribed")',
  4026.                             ],
  4027.                             'collection' => [
  4028.                                 'type' => 'Collection',
  4029.                                 'args' => [
  4030.                                     'id' => [
  4031.                                         'type' => 'ID!',
  4032.                                     ],
  4033.                                 ],
  4034.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\CollectionQuery::collection", args)',
  4035.                             ],
  4036.                             'collections' => [
  4037.                                 'type' => 'PaginationCollection',
  4038.                                 'args' => [
  4039.                                     'page' => [
  4040.                                         'type' => 'Int',
  4041.                                     ],
  4042.                                     'limit' => [
  4043.                                         'type' => 'Int',
  4044.                                     ],
  4045.                                     'filterBy' => [
  4046.                                         'description' => 'If omitted, no filter applied',
  4047.                                         'type' => '[FilterBy]',
  4048.                                     ],
  4049.                                     'orderBy' => [
  4050.                                         'description' => 'If omitted, no sort applied',
  4051.                                         'type' => '[OrderBy]',
  4052.                                     ],
  4053.                                 ],
  4054.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\CollectionQuery::collections", value, args)',
  4055.                             ],
  4056.                             'officialCollections' => [
  4057.                                 'type' => '[Collection]',
  4058.                                 'args' => [
  4059.                                     'schoolDegree' => [
  4060.                                         'type' => 'ID!',
  4061.                                     ],
  4062.                                 ],
  4063.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\CollectionQuery::officialCollections", args)',
  4064.                             ],
  4065.                             'folder' => [
  4066.                                 'type' => 'Folder',
  4067.                                 'args' => [
  4068.                                     'id' => [
  4069.                                         'type' => 'ID!',
  4070.                                     ],
  4071.                                 ],
  4072.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\FolderQuery::folder", args)',
  4073.                             ],
  4074.                             'folders' => [
  4075.                                 'type' => 'PaginationFolder',
  4076.                                 'args' => [
  4077.                                     'page' => [
  4078.                                         'type' => 'Int',
  4079.                                     ],
  4080.                                     'limit' => [
  4081.                                         'type' => 'Int',
  4082.                                     ],
  4083.                                     'orderBy' => [
  4084.                                         'description' => 'If omitted, no sort applied',
  4085.                                         'type' => '[OrderBy]',
  4086.                                     ],
  4087.                                     'filterBy' => [
  4088.                                         'description' => 'If omitted, no filter applied',
  4089.                                         'type' => '[FilterBy]',
  4090.                                     ],
  4091.                                 ],
  4092.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\FolderQuery::folders", args)',
  4093.                             ],
  4094.                             'officialFolders' => [
  4095.                                 'type' => '[Folder]',
  4096.                                 'args' => [
  4097.                                     'schoolDegree' => [
  4098.                                         'type' => 'ID!',
  4099.                                     ],
  4100.                                 ],
  4101.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\FolderQuery::officialFolders", args)',
  4102.                             ],
  4103.                             'classroom' => [
  4104.                                 'type' => 'Classroom',
  4105.                                 'args' => [
  4106.                                     'id' => [
  4107.                                         'type' => 'ID!',
  4108.                                     ],
  4109.                                 ],
  4110.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\ClassroomQuery::classroom", args)',
  4111.                             ],
  4112.                             'classrooms' => [
  4113.                                 'type' => 'PaginationClassroom',
  4114.                                 'args' => [
  4115.                                     'page' => [
  4116.                                         'type' => 'Int',
  4117.                                     ],
  4118.                                     'limit' => [
  4119.                                         'type' => 'Int',
  4120.                                     ],
  4121.                                     'filterBy' => [
  4122.                                         'description' => 'If omitted, no filter applied',
  4123.                                         'type' => '[FilterBy]',
  4124.                                     ],
  4125.                                     'orderBy' => [
  4126.                                         'description' => 'If omitted, no sort applied',
  4127.                                         'type' => '[OrderBy]',
  4128.                                     ],
  4129.                                 ],
  4130.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\ClassroomQuery::classrooms", args)',
  4131.                             ],
  4132.                             'avatars' => [
  4133.                                 'type' => '[Avatar]',
  4134.                                 'args' => [
  4135.                                     'type' => [
  4136.                                         'type' => 'String!',
  4137.                                     ],
  4138.                                 ],
  4139.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\AvatarQuery::avatars", args)',
  4140.                             ],
  4141.                             'avatarLevels' => [
  4142.                                 'type' => '[AvatarLevel]',
  4143.                                 'args' => [
  4144.                                     'type' => [
  4145.                                         'type' => 'String!',
  4146.                                     ],
  4147.                                     'score' => [
  4148.                                         'type' => 'Int',
  4149.                                     ],
  4150.                                 ],
  4151.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\AvatarLevelQuery::avatarLevels", args)',
  4152.                             ],
  4153.                             'rankings' => [
  4154.                                 'type' => 'Rankings',
  4155.                                 'args' => [
  4156.                                     'collection' => [
  4157.                                         'type' => 'ID!',
  4158.                                     ],
  4159.                                     'game' => [
  4160.                                         'type' => 'String!',
  4161.                                     ],
  4162.                                 ],
  4163.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\UserQuery::rankings", args)',
  4164.                             ],
  4165.                             'duel' => [
  4166.                                 'type' => 'Duel',
  4167.                                 'args' => [
  4168.                                     'id' => [
  4169.                                         'type' => 'ID!',
  4170.                                     ],
  4171.                                 ],
  4172.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\DuelQuery::duel", args)',
  4173.                             ],
  4174.                             'duels' => [
  4175.                                 'type' => 'PaginationDuel',
  4176.                                 'args' => [
  4177.                                     'page' => [
  4178.                                         'type' => 'Int',
  4179.                                     ],
  4180.                                     'limit' => [
  4181.                                         'type' => 'Int',
  4182.                                     ],
  4183.                                     'old' => [
  4184.                                         'type' => 'Boolean',
  4185.                                     ],
  4186.                                     'orderBy' => [
  4187.                                         'description' => 'If omitted, no sort applied',
  4188.                                         'type' => '[OrderBy]',
  4189.                                     ],
  4190.                                 ],
  4191.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\DuelQuery::duels", value, args)',
  4192.                             ],
  4193.                             'settings' => [
  4194.                                 'type' => 'Settings',
  4195.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\SettingsQuery::settings", args)',
  4196.                             ],
  4197.                             'collectionStats' => [
  4198.                                 'type' => '[StatUserCollection]',
  4199.                                 'args' => [
  4200.                                     'collection' => [
  4201.                                         'type' => 'ID!',
  4202.                                     ],
  4203.                                     'classroom' => [
  4204.                                         'type' => 'ID',
  4205.                                     ],
  4206.                                     'student' => [
  4207.                                         'type' => 'ID',
  4208.                                     ],
  4209.                                 ],
  4210.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\StatUserCollectionQuery::collectionStats", args)',
  4211.                             ],
  4212.                             'proposedCollections' => [
  4213.                                 'type' => 'PaginationProposalCollection',
  4214.                                 'args' => [
  4215.                                     'page' => [
  4216.                                         'type' => 'Int',
  4217.                                     ],
  4218.                                     'limit' => [
  4219.                                         'type' => 'Int',
  4220.                                     ],
  4221.                                     'orderBy' => [
  4222.                                         'description' => 'If omitted, no sort applied',
  4223.                                         'type' => '[OrderBy]',
  4224.                                     ],
  4225.                                     'filterBy' => [
  4226.                                         'description' => 'If omitted, no filter applied',
  4227.                                         'type' => '[FilterBy]',
  4228.                                     ],
  4229.                                 ],
  4230.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\ProposalCollectionQuery::proposedCollections", args)',
  4231.                             ],
  4232.                         ],
  4233.                         'name' => 'Query',
  4234.                         'builders' => [
  4235.                         ],
  4236.                         'interfaces' => [
  4237.                         ],
  4238.                     ],
  4239.                 ],
  4240.                 'PaginationCollection' => [
  4241.                     'type' => 'object',
  4242.                     'class_name' => 'PaginationCollectionType',
  4243.                     'inherits' => [
  4244.                     ],
  4245.                     'decorator' => false,
  4246.                     'config' => [
  4247.                         'fields' => [
  4248.                             'count' => [
  4249.                                 'type' => 'Int!',
  4250.                             ],
  4251.                             'results' => [
  4252.                                 'type' => '[Collection]',
  4253.                             ],
  4254.                         ],
  4255.                         'name' => 'PaginationCollection',
  4256.                         'builders' => [
  4257.                         ],
  4258.                         'interfaces' => [
  4259.                         ],
  4260.                     ],
  4261.                 ],
  4262.                 'PaginationUser' => [
  4263.                     'type' => 'object',
  4264.                     'class_name' => 'PaginationUserType',
  4265.                     'inherits' => [
  4266.                     ],
  4267.                     'decorator' => false,
  4268.                     'config' => [
  4269.                         'fields' => [
  4270.                             'count' => [
  4271.                                 'type' => 'Int!',
  4272.                             ],
  4273.                             'results' => [
  4274.                                 'type' => '[User]',
  4275.                             ],
  4276.                         ],
  4277.                         'name' => 'PaginationUser',
  4278.                         'builders' => [
  4279.                         ],
  4280.                         'interfaces' => [
  4281.                         ],
  4282.                     ],
  4283.                 ],
  4284.                 'PaginationFolder' => [
  4285.                     'type' => 'object',
  4286.                     'class_name' => 'PaginationFolderType',
  4287.                     'inherits' => [
  4288.                     ],
  4289.                     'decorator' => false,
  4290.                     'config' => [
  4291.                         'fields' => [
  4292.                             'count' => [
  4293.                                 'type' => 'Int!',
  4294.                             ],
  4295.                             'results' => [
  4296.                                 'type' => '[Folder]',
  4297.                             ],
  4298.                         ],
  4299.                         'name' => 'PaginationFolder',
  4300.                         'builders' => [
  4301.                         ],
  4302.                         'interfaces' => [
  4303.                         ],
  4304.                     ],
  4305.                 ],
  4306.                 'PaginationProposalCollection' => [
  4307.                     'type' => 'object',
  4308.                     'class_name' => 'PaginationProposalCollectionType',
  4309.                     'inherits' => [
  4310.                     ],
  4311.                     'decorator' => false,
  4312.                     'config' => [
  4313.                         'fields' => [
  4314.                             'count' => [
  4315.                                 'type' => 'Int!',
  4316.                             ],
  4317.                             'results' => [
  4318.                                 'type' => '[ProposalCollection]',
  4319.                             ],
  4320.                         ],
  4321.                         'name' => 'PaginationProposalCollection',
  4322.                         'builders' => [
  4323.                         ],
  4324.                         'interfaces' => [
  4325.                         ],
  4326.                     ],
  4327.                 ],
  4328.                 'PaginationClassroom' => [
  4329.                     'type' => 'object',
  4330.                     'class_name' => 'PaginationClassroomType',
  4331.                     'inherits' => [
  4332.                     ],
  4333.                     'decorator' => false,
  4334.                     'config' => [
  4335.                         'fields' => [
  4336.                             'count' => [
  4337.                                 'type' => 'Int!',
  4338.                             ],
  4339.                             'results' => [
  4340.                                 'type' => '[Classroom]',
  4341.                             ],
  4342.                         ],
  4343.                         'name' => 'PaginationClassroom',
  4344.                         'builders' => [
  4345.                         ],
  4346.                         'interfaces' => [
  4347.                         ],
  4348.                     ],
  4349.                 ],
  4350.                 'PaginationDuel' => [
  4351.                     'type' => 'object',
  4352.                     'class_name' => 'PaginationDuelType',
  4353.                     'inherits' => [
  4354.                     ],
  4355.                     'decorator' => false,
  4356.                     'config' => [
  4357.                         'fields' => [
  4358.                             'count' => [
  4359.                                 'type' => 'Int!',
  4360.                             ],
  4361.                             'results' => [
  4362.                                 'type' => '[Duel]',
  4363.                             ],
  4364.                         ],
  4365.                         'name' => 'PaginationDuel',
  4366.                         'builders' => [
  4367.                         ],
  4368.                         'interfaces' => [
  4369.                         ],
  4370.                     ],
  4371.                 ],
  4372.                 'Rankings' => [
  4373.                     'type' => 'object',
  4374.                     'class_name' => 'RankingsType',
  4375.                     'inherits' => [
  4376.                     ],
  4377.                     'decorator' => false,
  4378.                     'config' => [
  4379.                         'description' => 'Rankings type',
  4380.                         'fields' => [
  4381.                             'firstRank' => [
  4382.                                 'type' => 'Int!',
  4383.                             ],
  4384.                             'users' => [
  4385.                                 'type' => '[User]',
  4386.                             ],
  4387.                         ],
  4388.                         'name' => 'Rankings',
  4389.                         'builders' => [
  4390.                         ],
  4391.                         'interfaces' => [
  4392.                         ],
  4393.                     ],
  4394.                 ],
  4395.                 'Collection' => [
  4396.                     'type' => 'object',
  4397.                     'class_name' => 'CollectionType',
  4398.                     'inherits' => [
  4399.                     ],
  4400.                     'decorator' => false,
  4401.                     'config' => [
  4402.                         'description' => 'Collection type',
  4403.                         'fields' => [
  4404.                             'id' => [
  4405.                                 'type' => 'ID!',
  4406.                             ],
  4407.                             'serialNumber' => [
  4408.                                 'type' => 'String!',
  4409.                             ],
  4410.                             'title' => [
  4411.                                 'type' => 'String!',
  4412.                             ],
  4413.                             'description' => [
  4414.                                 'type' => 'String',
  4415.                             ],
  4416.                             'isPublished' => [
  4417.                                 'type' => 'Boolean!',
  4418.                             ],
  4419.                             'isOfficial' => [
  4420.                                 'type' => 'Boolean!',
  4421.                             ],
  4422.                             'created' => [
  4423.                                 'type' => 'DateTime!',
  4424.                             ],
  4425.                             'updated' => [
  4426.                                 'type' => 'DateTime!',
  4427.                             ],
  4428.                             'cards' => [
  4429.                                 'type' => '[Card]',
  4430.                             ],
  4431.                             'countCards' => [
  4432.                                 'type' => 'Int!',
  4433.                             ],
  4434.                             'folders' => [
  4435.                                 'type' => '[Folder]',
  4436.                             ],
  4437.                             'schoolSubject' => [
  4438.                                 'type' => 'SchoolSubject',
  4439.                             ],
  4440.                             'schoolDegrees' => [
  4441.                                 'type' => '[SchoolDegree]',
  4442.                             ],
  4443.                             'author' => [
  4444.                                 'type' => 'User',
  4445.                             ],
  4446.                             'linkUsers' => [
  4447.                                 'type' => '[UserLinkCollection]',
  4448.                             ],
  4449.                             'assoMode' => [
  4450.                                 'type' => 'Boolean!',
  4451.                             ],
  4452.                             'memoMode' => [
  4453.                                 'type' => 'Boolean!',
  4454.                             ],
  4455.                             'typoMode' => [
  4456.                                 'type' => 'Boolean!',
  4457.                             ],
  4458.                             'brioMode' => [
  4459.                                 'type' => 'Boolean!',
  4460.                             ],
  4461.                             'ignoreCase' => [
  4462.                                 'type' => 'Boolean!',
  4463.                             ],
  4464.                             'ignoreOrder' => [
  4465.                                 'type' => 'Boolean!',
  4466.                             ],
  4467.                             'ignoreSpaces' => [
  4468.                                 'type' => 'Boolean!',
  4469.                             ],
  4470.                             'ignoreCharacters' => [
  4471.                                 'type' => 'String',
  4472.                             ],
  4473.                         ],
  4474.                         'name' => 'Collection',
  4475.                         'builders' => [
  4476.                         ],
  4477.                         'interfaces' => [
  4478.                         ],
  4479.                     ],
  4480.                 ],
  4481.                 'UserLinkFolder' => [
  4482.                     'type' => 'object',
  4483.                     'class_name' => 'UserLinkFolderType',
  4484.                     'inherits' => [
  4485.                     ],
  4486.                     'decorator' => false,
  4487.                     'config' => [
  4488.                         'description' => 'UserLinkFolder type',
  4489.                         'fields' => [
  4490.                             'id' => [
  4491.                                 'type' => 'ID!',
  4492.                             ],
  4493.                             'user' => [
  4494.                                 'type' => 'User',
  4495.                             ],
  4496.                             'folder' => [
  4497.                                 'type' => 'Folder',
  4498.                             ],
  4499.                         ],
  4500.                         'name' => 'UserLinkFolder',
  4501.                         'builders' => [
  4502.                         ],
  4503.                         'interfaces' => [
  4504.                         ],
  4505.                     ],
  4506.                 ],
  4507.                 'SchoolLevel' => [
  4508.                     'type' => 'object',
  4509.                     'class_name' => 'SchoolLevelType',
  4510.                     'inherits' => [
  4511.                     ],
  4512.                     'decorator' => false,
  4513.                     'config' => [
  4514.                         'description' => 'SchoolLevel type',
  4515.                         'fields' => [
  4516.                             'id' => [
  4517.                                 'type' => 'ID!',
  4518.                             ],
  4519.                             'name' => [
  4520.                                 'type' => 'String!',
  4521.                             ],
  4522.                             'schools' => [
  4523.                                 'type' => '[School]',
  4524.                             ],
  4525.                             'schoolDegrees' => [
  4526.                                 'type' => '[SchoolDegree]',
  4527.                             ],
  4528.                             'settings' => [
  4529.                                 'type' => 'Settings',
  4530.                             ],
  4531.                         ],
  4532.                         'name' => 'SchoolLevel',
  4533.                         'builders' => [
  4534.                         ],
  4535.                         'interfaces' => [
  4536.                         ],
  4537.                     ],
  4538.                 ],
  4539.                 'Folder' => [
  4540.                     'type' => 'object',
  4541.                     'class_name' => 'FolderType',
  4542.                     'inherits' => [
  4543.                     ],
  4544.                     'decorator' => false,
  4545.                     'config' => [
  4546.                         'description' => 'Folder type',
  4547.                         'fields' => [
  4548.                             'id' => [
  4549.                                 'type' => 'ID!',
  4550.                             ],
  4551.                             'title' => [
  4552.                                 'type' => 'String!',
  4553.                             ],
  4554.                             'description' => [
  4555.                                 'type' => 'String',
  4556.                             ],
  4557.                             'isOfficial' => [
  4558.                                 'type' => 'Boolean!',
  4559.                             ],
  4560.                             'isPublished' => [
  4561.                                 'type' => 'Boolean!',
  4562.                             ],
  4563.                             'created' => [
  4564.                                 'type' => 'DateTime!',
  4565.                             ],
  4566.                             'updated' => [
  4567.                                 'type' => 'DateTime!',
  4568.                             ],
  4569.                             'countCollections' => [
  4570.                                 'type' => 'Int!',
  4571.                             ],
  4572.                             'schoolSubject' => [
  4573.                                 'type' => 'SchoolSubject',
  4574.                             ],
  4575.                             'schoolDegrees' => [
  4576.                                 'type' => '[SchoolDegree]',
  4577.                             ],
  4578.                             'author' => [
  4579.                                 'type' => 'User',
  4580.                             ],
  4581.                             'linkUsers' => [
  4582.                                 'type' => '[UserLinkFolder]',
  4583.                             ],
  4584.                             'collections' => [
  4585.                                 'type' => 'PaginationCollection',
  4586.                                 'args' => [
  4587.                                     'page' => [
  4588.                                         'type' => 'Int',
  4589.                                     ],
  4590.                                     'limit' => [
  4591.                                         'type' => 'Int',
  4592.                                     ],
  4593.                                     'orderBy' => [
  4594.                                         'description' => 'If omitted, no sort applied',
  4595.                                         'type' => '[OrderBy]',
  4596.                                     ],
  4597.                                     'filterBy' => [
  4598.                                         'description' => 'If omitted, no filter applied',
  4599.                                         'type' => '[FilterBy]',
  4600.                                     ],
  4601.                                 ],
  4602.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\CollectionQuery::collections", value, args)',
  4603.                             ],
  4604.                             'countCollectionsUnseen' => [
  4605.                                 'type' => 'Int',
  4606.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\UserQuery::countNewCollectionsForFolder", value, args)',
  4607.                             ],
  4608.                         ],
  4609.                         'name' => 'Folder',
  4610.                         'builders' => [
  4611.                         ],
  4612.                         'interfaces' => [
  4613.                         ],
  4614.                     ],
  4615.                 ],
  4616.                 'Upload' => [
  4617.                     'type' => 'custom-scalar',
  4618.                     'class_name' => 'UploadType',
  4619.                     'inherits' => [
  4620.                     ],
  4621.                     'decorator' => false,
  4622.                     'config' => [
  4623.                         'scalarType' => '@=newObject("Overblog\\\\GraphQLBundle\\\\Upload\\\\Type\\\\GraphQLUploadType")',
  4624.                         'name' => 'Upload',
  4625.                     ],
  4626.                 ],
  4627.                 'Classroom' => [
  4628.                     'type' => 'object',
  4629.                     'class_name' => 'ClassroomType',
  4630.                     'inherits' => [
  4631.                     ],
  4632.                     'decorator' => false,
  4633.                     'config' => [
  4634.                         'description' => 'Classroom type',
  4635.                         'fields' => [
  4636.                             'id' => [
  4637.                                 'type' => 'ID!',
  4638.                             ],
  4639.                             'name' => [
  4640.                                 'type' => 'String!',
  4641.                             ],
  4642.                             'students' => [
  4643.                                 'type' => '[User]',
  4644.                             ],
  4645.                             'teacher' => [
  4646.                                 'type' => 'User!',
  4647.                             ],
  4648.                         ],
  4649.                         'name' => 'Classroom',
  4650.                         'builders' => [
  4651.                         ],
  4652.                         'interfaces' => [
  4653.                         ],
  4654.                     ],
  4655.                 ],
  4656.                 'UserLinkCard' => [
  4657.                     'type' => 'object',
  4658.                     'class_name' => 'UserLinkCardType',
  4659.                     'inherits' => [
  4660.                     ],
  4661.                     'decorator' => false,
  4662.                     'config' => [
  4663.                         'description' => 'UserLinkCard type',
  4664.                         'fields' => [
  4665.                             'id' => [
  4666.                                 'type' => 'ID!',
  4667.                             ],
  4668.                             'user' => [
  4669.                                 'type' => 'User',
  4670.                             ],
  4671.                             'card' => [
  4672.                                 'type' => 'Card',
  4673.                             ],
  4674.                             'status' => [
  4675.                                 'type' => 'String',
  4676.                             ],
  4677.                             'failed' => [
  4678.                                 'type' => 'Int',
  4679.                             ],
  4680.                         ],
  4681.                         'name' => 'UserLinkCard',
  4682.                         'builders' => [
  4683.                         ],
  4684.                         'interfaces' => [
  4685.                         ],
  4686.                     ],
  4687.                 ],
  4688.                 'Settings' => [
  4689.                     'type' => 'object',
  4690.                     'class_name' => 'SettingsType',
  4691.                     'inherits' => [
  4692.                     ],
  4693.                     'decorator' => false,
  4694.                     'config' => [
  4695.                         'description' => 'Settings type',
  4696.                         'fields' => [
  4697.                             'memoTimerEasy' => [
  4698.                                 'type' => 'Int!',
  4699.                             ],
  4700.                             'memoTimerMedium' => [
  4701.                                 'type' => 'Int!',
  4702.                             ],
  4703.                             'memoTimerHard' => [
  4704.                                 'type' => 'Int!',
  4705.                             ],
  4706.                             'brioTimerEasy' => [
  4707.                                 'type' => 'Int!',
  4708.                             ],
  4709.                             'brioTimerMedium' => [
  4710.                                 'type' => 'Int!',
  4711.                             ],
  4712.                             'brioTimerHard' => [
  4713.                                 'type' => 'Int!',
  4714.                             ],
  4715.                         ],
  4716.                         'name' => 'Settings',
  4717.                         'builders' => [
  4718.                         ],
  4719.                         'interfaces' => [
  4720.                         ],
  4721.                     ],
  4722.                 ],
  4723.                 'User' => [
  4724.                     'type' => 'object',
  4725.                     'class_name' => 'UserType',
  4726.                     'inherits' => [
  4727.                     ],
  4728.                     'decorator' => false,
  4729.                     'config' => [
  4730.                         'description' => 'User type',
  4731.                         'fields' => [
  4732.                             'id' => [
  4733.                                 'type' => 'ID!',
  4734.                             ],
  4735.                             'email' => [
  4736.                                 'type' => 'String',
  4737.                             ],
  4738.                             'firstname' => [
  4739.                                 'type' => 'String',
  4740.                             ],
  4741.                             'lastname' => [
  4742.                                 'type' => 'String',
  4743.                             ],
  4744.                             'username' => [
  4745.                                 'type' => 'String',
  4746.                             ],
  4747.                             'roles' => [
  4748.                                 'type' => '[String]',
  4749.                             ],
  4750.                             'schools' => [
  4751.                                 'type' => '[School]',
  4752.                             ],
  4753.                             'schoolLevel' => [
  4754.                                 'type' => 'SchoolLevel',
  4755.                             ],
  4756.                             'schoolDegree' => [
  4757.                                 'type' => 'SchoolDegree',
  4758.                             ],
  4759.                             'schoolSubjects' => [
  4760.                                 'type' => '[SchoolSubject]',
  4761.                             ],
  4762.                             'friends' => [
  4763.                                 'type' => '[User]',
  4764.                             ],
  4765.                             'linkCollections' => [
  4766.                                 'type' => '[UserLinkCollection]',
  4767.                             ],
  4768.                             'countCollectionsWithToReviewStatus' => [
  4769.                                 'type' => 'Int!',
  4770.                             ],
  4771.                             'avatar' => [
  4772.                                 'type' => 'Avatar',
  4773.                             ],
  4774.                             'allTimeScore' => [
  4775.                                 'type' => 'Int!',
  4776.                             ],
  4777.                             'score' => [
  4778.                                 'type' => 'Int!',
  4779.                             ],
  4780.                             'scoreAsso' => [
  4781.                                 'type' => 'Int',
  4782.                             ],
  4783.                             'scoreBrio' => [
  4784.                                 'type' => 'Int',
  4785.                             ],
  4786.                             'scoreMemo' => [
  4787.                                 'type' => 'Int',
  4788.                             ],
  4789.                             'scoreTypo' => [
  4790.                                 'type' => 'Int',
  4791.                             ],
  4792.                             'hasBeenReset' => [
  4793.                                 'type' => 'Boolean',
  4794.                             ],
  4795.                             'countCreatedCollections' => [
  4796.                                 'type' => 'Int',
  4797.                             ],
  4798.                             'countCreatedAndPublishedCollections' => [
  4799.                                 'type' => 'Int',
  4800.                             ],
  4801.                             'countPlayersForCollections' => [
  4802.                                 'type' => 'Int',
  4803.                             ],
  4804.                             'countPlayersIterationForCollections' => [
  4805.                                 'type' => 'Int',
  4806.                             ],
  4807.                             'countWaitingDuels' => [
  4808.                                 'type' => 'Int',
  4809.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\DuelQuery::countWaitingDuels", value)',
  4810.                             ],
  4811.                             'countNewCollections' => [
  4812.                                 'type' => 'Int',
  4813.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\UserQuery::countNewCollections")',
  4814.                             ],
  4815.                             'countDuels' => [
  4816.                                 'type' => 'Int',
  4817.                             ],
  4818.                             'countWinningDuels' => [
  4819.                                 'type' => 'Int',
  4820.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\UserQuery::countWinningDuels")',
  4821.                             ],
  4822.                             'countCollections' => [
  4823.                                 'type' => 'Int',
  4824.                             ],
  4825.                             'classrooms' => [
  4826.                                 'type' => '[Classroom]',
  4827.                             ],
  4828.                             'userLinkCards' => [
  4829.                                 'type' => '[UserLinkCard]',
  4830.                             ],
  4831.                         ],
  4832.                         'name' => 'User',
  4833.                         'builders' => [
  4834.                         ],
  4835.                         'interfaces' => [
  4836.                         ],
  4837.                     ],
  4838.                 ],
  4839.                 'Card' => [
  4840.                     'type' => 'object',
  4841.                     'class_name' => 'CardType',
  4842.                     'inherits' => [
  4843.                     ],
  4844.                     'decorator' => false,
  4845.                     'config' => [
  4846.                         'description' => 'Card type',
  4847.                         'fields' => [
  4848.                             'id' => [
  4849.                                 'type' => 'ID!',
  4850.                             ],
  4851.                             'frontText' => [
  4852.                                 'type' => 'String',
  4853.                             ],
  4854.                             'frontDescription' => [
  4855.                                 'type' => 'String',
  4856.                             ],
  4857.                             'frontImage' => [
  4858.                                 'type' => 'String',
  4859.                             ],
  4860.                             'frontAudio' => [
  4861.                                 'type' => 'String',
  4862.                             ],
  4863.                             'backText' => [
  4864.                                 'type' => 'String',
  4865.                             ],
  4866.                             'backDescription' => [
  4867.                                 'type' => 'String',
  4868.                             ],
  4869.                             'backImage' => [
  4870.                                 'type' => 'String',
  4871.                             ],
  4872.                             'backAudio' => [
  4873.                                 'type' => 'String',
  4874.                             ],
  4875.                             'created' => [
  4876.                                 'type' => 'DateTime!',
  4877.                             ],
  4878.                             'updated' => [
  4879.                                 'type' => 'DateTime!',
  4880.                             ],
  4881.                             'collection' => [
  4882.                                 'type' => 'Collection',
  4883.                             ],
  4884.                             'userLinkCard' => [
  4885.                                 'type' => 'UserLinkCard',
  4886.                                 'resolve' => '@=query("App\\\\GraphQL\\\\Query\\\\CardQuery::findUserLinkCard", value)',
  4887.                             ],
  4888.                         ],
  4889.                         'name' => 'Card',
  4890.                         'builders' => [
  4891.                         ],
  4892.                         'interfaces' => [
  4893.                         ],
  4894.                     ],
  4895.                 ],
  4896.                 'AvatarLevel' => [
  4897.                     'type' => 'object',
  4898.                     'class_name' => 'AvatarLevelType',
  4899.                     'inherits' => [
  4900.                     ],
  4901.                     'decorator' => false,
  4902.                     'config' => [
  4903.                         'description' => 'AvatarLevel type',
  4904.                         'fields' => [
  4905.                             'id' => [
  4906.                                 'type' => 'ID!',
  4907.                             ],
  4908.                             'name' => [
  4909.                                 'type' => 'String!',
  4910.                             ],
  4911.                             'score' => [
  4912.                                 'type' => 'Int!',
  4913.                             ],
  4914.                             'avatars' => [
  4915.                                 'type' => '[Avatar]',
  4916.                             ],
  4917.                         ],
  4918.                         'name' => 'AvatarLevel',
  4919.                         'builders' => [
  4920.                         ],
  4921.                         'interfaces' => [
  4922.                         ],
  4923.                     ],
  4924.                 ],
  4925.                 'UserLinkCollection' => [
  4926.                     'type' => 'object',
  4927.                     'class_name' => 'UserLinkCollectionType',
  4928.                     'inherits' => [
  4929.                     ],
  4930.                     'decorator' => false,
  4931.                     'config' => [
  4932.                         'description' => 'UserLinkCollection type',
  4933.                         'fields' => [
  4934.                             'id' => [
  4935.                                 'type' => 'ID!',
  4936.                             ],
  4937.                             'user' => [
  4938.                                 'type' => 'User',
  4939.                             ],
  4940.                             'collection' => [
  4941.                                 'type' => 'Collection',
  4942.                             ],
  4943.                             'status' => [
  4944.                                 'type' => 'String',
  4945.                             ],
  4946.                             'isFavorite' => [
  4947.                                 'type' => 'Boolean',
  4948.                             ],
  4949.                             'playedMemo' => [
  4950.                                 'type' => 'Int',
  4951.                             ],
  4952.                             'playedAsso' => [
  4953.                                 'type' => 'Int',
  4954.                             ],
  4955.                             'playedTypo' => [
  4956.                                 'type' => 'Int',
  4957.                             ],
  4958.                             'playedBrio' => [
  4959.                                 'type' => 'Int',
  4960.                             ],
  4961.                             'scoreMemo' => [
  4962.                                 'type' => 'Int',
  4963.                             ],
  4964.                             'scoreAsso' => [
  4965.                                 'type' => 'Int',
  4966.                             ],
  4967.                             'scoreTypo' => [
  4968.                                 'type' => 'Int',
  4969.                             ],
  4970.                             'scoreBrio' => [
  4971.                                 'type' => 'Int',
  4972.                             ],
  4973.                             'timeMemo' => [
  4974.                                 'type' => 'Int',
  4975.                             ],
  4976.                             'timeAsso' => [
  4977.                                 'type' => 'Int',
  4978.                             ],
  4979.                             'timeTypo' => [
  4980.                                 'type' => 'Int',
  4981.                             ],
  4982.                             'timeBrio' => [
  4983.                                 'type' => 'Int',
  4984.                             ],
  4985.                         ],
  4986.                         'name' => 'UserLinkCollection',
  4987.                         'builders' => [
  4988.                         ],
  4989.                         'interfaces' => [
  4990.                         ],
  4991.                     ],
  4992.                 ],
  4993.                 'School' => [
  4994.                     'type' => 'object',
  4995.                     'class_name' => 'SchoolType',
  4996.                     'inherits' => [
  4997.                     ],
  4998.                     'decorator' => false,
  4999.                     'config' => [
  5000.                         'description' => 'School type',
  5001.                         'fields' => [
  5002.                             'id' => [
  5003.                                 'type' => 'ID!',
  5004.                             ],
  5005.                             'name' => [
  5006.                                 'type' => 'String!',
  5007.                             ],
  5008.                             'uoId' => [
  5009.                                 'type' => 'String!',
  5010.                             ],
  5011.                             'schoolLevel' => [
  5012.                                 'type' => 'SchoolLevel',
  5013.                             ],
  5014.                         ],
  5015.                         'name' => 'School',
  5016.                         'builders' => [
  5017.                         ],
  5018.                         'interfaces' => [
  5019.                         ],
  5020.                     ],
  5021.                 ],
  5022.                 'Duel' => [
  5023.                     'type' => 'object',
  5024.                     'class_name' => 'DuelType',
  5025.                     'inherits' => [
  5026.                     ],
  5027.                     'decorator' => false,
  5028.                     'config' => [
  5029.                         'description' => 'Duel type',
  5030.                         'fields' => [
  5031.                             'id' => [
  5032.                                 'type' => 'ID!',
  5033.                             ],
  5034.                             'game' => [
  5035.                                 'type' => 'String!',
  5036.                             ],
  5037.                             'difficulty' => [
  5038.                                 'type' => 'String!',
  5039.                             ],
  5040.                             'scoreChallenger' => [
  5041.                                 'type' => 'Int',
  5042.                             ],
  5043.                             'scoreOpponent' => [
  5044.                                 'type' => 'Int',
  5045.                             ],
  5046.                             'timeChallenger' => [
  5047.                                 'type' => 'Int',
  5048.                             ],
  5049.                             'timeOpponent' => [
  5050.                                 'type' => 'Int',
  5051.                             ],
  5052.                             'answersChallenger' => [
  5053.                                 'type' => 'Int',
  5054.                             ],
  5055.                             'answersOpponent' => [
  5056.                                 'type' => 'Int',
  5057.                             ],
  5058.                             'challenger' => [
  5059.                                 'type' => 'User',
  5060.                             ],
  5061.                             'opponent' => [
  5062.                                 'type' => 'User',
  5063.                             ],
  5064.                             'collection' => [
  5065.                                 'type' => 'Collection',
  5066.                             ],
  5067.                             'expiredAtInDays' => [
  5068.                                 'type' => 'Int',
  5069.                             ],
  5070.                             'errorsChallenger' => [
  5071.                                 'type' => 'Int',
  5072.                             ],
  5073.                             'errorsOpponent' => [
  5074.                                 'type' => 'Int',
  5075.                             ],
  5076.                             'cardsOrder' => [
  5077.                                 'type' => '[String]',
  5078.                             ],
  5079.                             'created' => [
  5080.                                 'type' => 'DateTime!',
  5081.                             ],
  5082.                         ],
  5083.                         'name' => 'Duel',
  5084.                         'builders' => [
  5085.                         ],
  5086.                         'interfaces' => [
  5087.                         ],
  5088.                     ],
  5089.                 ],
  5090.                 'Avatar' => [
  5091.                     'type' => 'object',
  5092.                     'class_name' => 'AvatarType',
  5093.                     'inherits' => [
  5094.                     ],
  5095.                     'decorator' => false,
  5096.                     'config' => [
  5097.                         'description' => 'Avatar type',
  5098.                         'fields' => [
  5099.                             'id' => [
  5100.                                 'type' => 'ID!',
  5101.                             ],
  5102.                             'image' => [
  5103.                                 'type' => 'String!',
  5104.                             ],
  5105.                             'type' => [
  5106.                                 'type' => 'String!',
  5107.                             ],
  5108.                         ],
  5109.                         'name' => 'Avatar',
  5110.                         'builders' => [
  5111.                         ],
  5112.                         'interfaces' => [
  5113.                         ],
  5114.                     ],
  5115.                 ],
  5116.                 'PageInfo' => [
  5117.                     'type' => 'object',
  5118.                     'class_name' => 'PageInfoType',
  5119.                     'inherits' => [
  5120.                     ],
  5121.                     'decorator' => false,
  5122.                     'config' => [
  5123.                         'description' => 'Information about pagination in a connection.',
  5124.                         'fields' => [
  5125.                             'hasNextPage' => [
  5126.                                 'type' => 'Boolean!',
  5127.                                 'description' => 'When paginating forwards, are there more items?',
  5128.                             ],
  5129.                             'hasPreviousPage' => [
  5130.                                 'type' => 'Boolean!',
  5131.                                 'description' => 'When paginating backwards, are there more items?',
  5132.                             ],
  5133.                             'startCursor' => [
  5134.                                 'type' => 'String',
  5135.                                 'description' => 'When paginating backwards, the cursor to continue.',
  5136.                             ],
  5137.                             'endCursor' => [
  5138.                                 'type' => 'String',
  5139.                                 'description' => 'When paginating forwards, the cursor to continue.',
  5140.                             ],
  5141.                         ],
  5142.                         'name' => 'PageInfo',
  5143.                         'builders' => [
  5144.                         ],
  5145.                         'interfaces' => [
  5146.                         ],
  5147.                     ],
  5148.                 ],
  5149.             ],
  5150.             'overblog_graphql.batching_method' => 'apollo',
  5151.             'overblog_graphql.handle_cors' => true,
  5152.             'overblog_graphql.query_max_depth' => 0,
  5153.             'overblog_graphql.query_max_complexity' => 0,
  5154.             'overblog_graphql.enable_introspection' => true,
  5155.             'overblog_graphql.class_namespace' => 'Overblog\\GraphQLBundle\\__DEFINITIONS__',
  5156.             'overblog_graphql.cache_dir' => NULL,
  5157.             'overblog_graphql.cache_dir_permissions' => NULL,
  5158.             'overblog_graphql.argument_class' => 'Overblog\\GraphQLBundle\\Definition\\Argument',
  5159.             'overblog_graphql.use_experimental_executor' => false,
  5160.             'overblog_graphql.profiler.query_match' => NULL,
  5161.             'overblog_graphql.use_classloader_listener' => true,
  5162.             'overblog_graphql.resources_dir' => (\dirname(__DIR__4).'/vendor/overblog/graphql-bundle/src/Resources'),
  5163.             'data_collector.templates' => [
  5164.                 'data_collector.request' => [
  5165.                     => 'request',
  5166.                     => '@WebProfiler/Collector/request.html.twig',
  5167.                 ],
  5168.                 'data_collector.time' => [
  5169.                     => 'time',
  5170.                     => '@WebProfiler/Collector/time.html.twig',
  5171.                 ],
  5172.                 'data_collector.memory' => [
  5173.                     => 'memory',
  5174.                     => '@WebProfiler/Collector/memory.html.twig',
  5175.                 ],
  5176.                 'data_collector.validator' => [
  5177.                     => 'validator',
  5178.                     => '@WebProfiler/Collector/validator.html.twig',
  5179.                 ],
  5180.                 'data_collector.ajax' => [
  5181.                     => 'ajax',
  5182.                     => '@WebProfiler/Collector/ajax.html.twig',
  5183.                 ],
  5184.                 'data_collector.form' => [
  5185.                     => 'form',
  5186.                     => '@WebProfiler/Collector/form.html.twig',
  5187.                 ],
  5188.                 'data_collector.exception' => [
  5189.                     => 'exception',
  5190.                     => '@WebProfiler/Collector/exception.html.twig',
  5191.                 ],
  5192.                 'data_collector.logger' => [
  5193.                     => 'logger',
  5194.                     => '@WebProfiler/Collector/logger.html.twig',
  5195.                 ],
  5196.                 'data_collector.events' => [
  5197.                     => 'events',
  5198.                     => '@WebProfiler/Collector/events.html.twig',
  5199.                 ],
  5200.                 'data_collector.router' => [
  5201.                     => 'router',
  5202.                     => '@WebProfiler/Collector/router.html.twig',
  5203.                 ],
  5204.                 'data_collector.cache' => [
  5205.                     => 'cache',
  5206.                     => '@WebProfiler/Collector/cache.html.twig',
  5207.                 ],
  5208.                 'data_collector.translation' => [
  5209.                     => 'translation',
  5210.                     => '@WebProfiler/Collector/translation.html.twig',
  5211.                 ],
  5212.                 'data_collector.security' => [
  5213.                     => 'security',
  5214.                     => '@Security/Collector/security.html.twig',
  5215.                 ],
  5216.                 'data_collector.twig' => [
  5217.                     => 'twig',
  5218.                     => '@WebProfiler/Collector/twig.html.twig',
  5219.                 ],
  5220.                 'data_collector.doctrine' => [
  5221.                     => 'db',
  5222.                     => '@Doctrine/Collector/db.html.twig',
  5223.                 ],
  5224.                 'swiftmailer.data_collector' => [
  5225.                     => 'swiftmailer',
  5226.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  5227.                 ],
  5228.                 'data_collector.dump' => [
  5229.                     => 'dump',
  5230.                     => '@Debug/Profiler/dump.html.twig',
  5231.                 ],
  5232.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  5233.                     => 'easyadmin',
  5234.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  5235.                 ],
  5236.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  5237.                     => 'vich_uploader.mapping_collector',
  5238.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  5239.                 ],
  5240.                 'Overblog\\GraphQLBundle\\DataCollector\\GraphQLCollector' => [
  5241.                     => 'graphql',
  5242.                     => '@OverblogGraphQL/profiler/panel.html.twig',
  5243.                 ],
  5244.                 'data_collector.config' => [
  5245.                     => 'config',
  5246.                     => '@WebProfiler/Collector/config.html.twig',
  5247.                 ],
  5248.             ],
  5249.             'overblog_graphql_types.classes_map' => [
  5250.             ],
  5251.             'console.command.ids' => [
  5252.             ],
  5253.         ];
  5254.     }
  5255.     protected function throw($message)
  5256.     {
  5257.         throw new RuntimeException($message);
  5258.     }
  5259. }