<?xml version="1.0" encoding="utf-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
  <parameters>
    <parameter key="kernel.project_dir">/home/evenetu/cba</parameter>
    <parameter key="kernel.environment">prod</parameter>
    <parameter key="kernel.runtime_environment">%env(default:kernel.environment:APP_RUNTIME_ENV)%</parameter>
    <parameter key="kernel.runtime_mode">%env(query_string:default:container.runtime_mode:APP_RUNTIME_MODE)%</parameter>
    <parameter key="kernel.runtime_mode.web">%env(bool:default::key:web:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.runtime_mode.cli">%env(not:default:kernel.runtime_mode.web:)%</parameter>
    <parameter key="kernel.runtime_mode.worker">%env(bool:default::key:worker:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.debug">true</parameter>
    <parameter key="kernel.build_dir">/home/evenetu/cba/var/cache/prod</parameter>
    <parameter key="kernel.cache_dir">/home/evenetu/cba/var/cache/prod</parameter>
    <parameter key="kernel.logs_dir">/home/evenetu/cba/var/log</parameter>
    <parameter key="kernel.bundles" type="collection">
      <parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter>
      <parameter key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="DoctrineMigrationsBundle">Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle</parameter>
      <parameter key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</parameter>
      <parameter key="SecurityBundle">Symfony\Bundle\SecurityBundle\SecurityBundle</parameter>
      <parameter key="NelmioCorsBundle">Nelmio\CorsBundle\NelmioCorsBundle</parameter>
      <parameter key="ApiPlatformBundle">ApiPlatform\Symfony\Bundle\ApiPlatformBundle</parameter>
      <parameter key="LexikJWTAuthenticationBundle">Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle</parameter>
      <parameter key="SymfonyCastsVerifyEmailBundle">SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle</parameter>
      <parameter key="GesdinetJWTRefreshTokenBundle">Gesdinet\JWTRefreshTokenBundle\GesdinetJWTRefreshTokenBundle</parameter>
      <parameter key="SymfonyCastsResetPasswordBundle">SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle</parameter>
      <parameter key="KnpPaginatorBundle">Knp\Bundle\PaginatorBundle\KnpPaginatorBundle</parameter>
      <parameter key="EasyAdminBundle">EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle</parameter>
      <parameter key="VichUploaderBundle">Vich\UploaderBundle\VichUploaderBundle</parameter>
      <parameter key="TwigExtraBundle">Twig\Extra\TwigExtraBundle\TwigExtraBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="TwigComponentBundle">Symfony\UX\TwigComponent\TwigComponentBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/symfony/framework-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/doctrine/doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="DoctrineMigrationsBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/doctrine/doctrine-migrations-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\MigrationsBundle</parameter>
      </parameter>
      <parameter key="TwigBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/symfony/twig-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\TwigBundle</parameter>
      </parameter>
      <parameter key="SecurityBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/symfony/security-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SecurityBundle</parameter>
      </parameter>
      <parameter key="NelmioCorsBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/nelmio/cors-bundle</parameter>
        <parameter key="namespace">Nelmio\CorsBundle</parameter>
      </parameter>
      <parameter key="ApiPlatformBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/api-platform/core/src/Symfony/Bundle</parameter>
        <parameter key="namespace">ApiPlatform\Symfony\Bundle</parameter>
      </parameter>
      <parameter key="LexikJWTAuthenticationBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/lexik/jwt-authentication-bundle</parameter>
        <parameter key="namespace">Lexik\Bundle\JWTAuthenticationBundle</parameter>
      </parameter>
      <parameter key="SymfonyCastsVerifyEmailBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src</parameter>
        <parameter key="namespace">SymfonyCasts\Bundle\VerifyEmail</parameter>
      </parameter>
      <parameter key="GesdinetJWTRefreshTokenBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/gesdinet/jwt-refresh-token-bundle</parameter>
        <parameter key="namespace">Gesdinet\JWTRefreshTokenBundle</parameter>
      </parameter>
      <parameter key="SymfonyCastsResetPasswordBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src</parameter>
        <parameter key="namespace">SymfonyCasts\Bundle\ResetPassword</parameter>
      </parameter>
      <parameter key="KnpPaginatorBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle</parameter>
        <parameter key="namespace">Knp\Bundle\PaginatorBundle</parameter>
      </parameter>
      <parameter key="EasyAdminBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/easycorp/easyadmin-bundle</parameter>
        <parameter key="namespace">EasyCorp\Bundle\EasyAdminBundle</parameter>
      </parameter>
      <parameter key="VichUploaderBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/vich/uploader-bundle</parameter>
        <parameter key="namespace">Vich\UploaderBundle</parameter>
      </parameter>
      <parameter key="TwigExtraBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/twig/extra-bundle</parameter>
        <parameter key="namespace">Twig\Extra\TwigExtraBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/symfony/monolog-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="TwigComponentBundle" type="collection">
        <parameter key="path">/home/evenetu/cba/vendor/symfony/ux-twig-component</parameter>
        <parameter key="namespace">Symfony\UX\TwigComponent</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">App_KernelProdDebugContainer</parameter>
    <parameter key="public_directory">/home/evenetu/cba/public</parameter>
    <parameter key="uploads_avatar_directory">/home/evenetu/cba/public/medias</parameter>
    <parameter key="app.path.user_images">/medias/avatars</parameter>
    <parameter key="app.path.event_images">/medias/ateliers</parameter>
    <parameter key="app.path.thumbmail_images">/medias/miniatures</parameter>
    <parameter key="app.path.announce_medias">/medias/annonces</parameter>
    <parameter key="app.path.cba_video">/medias/videos</parameter>
    <parameter key="app.path.cba_replay">/medias/replay</parameter>
    <parameter key="app.path.cba_pdf">/medias/pdfs</parameter>
    <parameter key="app.path.cba_audio">/medias/audios</parameter>
    <parameter key="event_dispatcher.event_aliases" type="collection">
      <parameter key="Symfony\Component\Console\Event\ConsoleCommandEvent">console.command</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleErrorEvent">console.error</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleSignalEvent">console.signal</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleTerminateEvent">console.terminate</parameter>
      <parameter key="Symfony\Component\Form\Event\PreSubmitEvent">form.pre_submit</parameter>
      <parameter key="Symfony\Component\Form\Event\SubmitEvent">form.submit</parameter>
      <parameter key="Symfony\Component\Form\Event\PostSubmitEvent">form.post_submit</parameter>
      <parameter key="Symfony\Component\Form\Event\PreSetDataEvent">form.pre_set_data</parameter>
      <parameter key="Symfony\Component\Form\Event\PostSetDataEvent">form.post_set_data</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent">kernel.controller_arguments</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerEvent">kernel.controller</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ResponseEvent">kernel.response</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\FinishRequestEvent">kernel.finish_request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\RequestEvent">kernel.request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ViewEvent">kernel.view</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ExceptionEvent">kernel.exception</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\TerminateEvent">kernel.terminate</parameter>
      <parameter key="Symfony\Component\Security\Core\Event\AuthenticationSuccessEvent">security.authentication.success</parameter>
      <parameter key="Symfony\Component\Security\Http\Event\InteractiveLoginEvent">security.interactive_login</parameter>
      <parameter key="Symfony\Component\Security\Http\Event\SwitchUserEvent">security.switch_user</parameter>
    </parameter>
    <parameter key="fragment.renderer.hinclude.global_template">null</parameter>
    <parameter key="fragment.path">/_fragment</parameter>
    <parameter key="kernel.secret">%env(APP_SECRET)%</parameter>
    <parameter key="kernel.http_method_override">false</parameter>
    <parameter key="kernel.trust_x_sendfile_type_header">false</parameter>
    <parameter key="kernel.trusted_hosts" type="collection"/>
    <parameter key="kernel.default_locale">fr</parameter>
    <parameter key="kernel.enabled_locales" type="collection"/>
    <parameter key="kernel.error_controller">error_controller</parameter>
    <parameter key="debug.file_link_format">%env(default::SYMFONY_IDE)%</parameter>
    <parameter key="asset.request_context.base_path">null</parameter>
    <parameter key="asset.request_context.secure">null</parameter>
    <parameter key="translator.logging">false</parameter>
    <parameter key="translator.default_path">/home/evenetu/cba/translations</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">/home/evenetu/cba/var/cache/prod/App_KernelProdDebugContainer.xml</parameter>
    <parameter key="router.request_context.host">localhost</parameter>
    <parameter key="router.request_context.scheme">http</parameter>
    <parameter key="router.request_context.base_url"></parameter>
    <parameter key="router.resource">kernel::loadRoutes</parameter>
    <parameter key="router.cache_dir">/home/evenetu/cba/var/cache/prod</parameter>
    <parameter key="request_listener.http_port">80</parameter>
    <parameter key="request_listener.https_port">443</parameter>
    <parameter key="serializer.mapping.cache.file">/home/evenetu/cba/var/cache/prod/serialization.php</parameter>
    <parameter key="cache.prefix.seed">_/home/evenetu/cba.App_KernelProdDebugContainer</parameter>
    <parameter key="session.metadata.storage_key">_sf2_meta</parameter>
    <parameter key="session.storage.options" type="collection">
      <parameter key="cache_limiter" type="string">0</parameter>
      <parameter key="cookie_secure">auto</parameter>
      <parameter key="cookie_httponly">true</parameter>
      <parameter key="cookie_samesite">lax</parameter>
      <parameter key="gc_probability">1</parameter>
    </parameter>
    <parameter key="session.save_path">null</parameter>
    <parameter key="session.metadata.update_threshold">0</parameter>
    <parameter key="form.type_extension.csrf.enabled">true</parameter>
    <parameter key="form.type_extension.csrf.field_name">_token</parameter>
    <parameter key="validator.mapping.cache.file">/home/evenetu/cba/var/cache/prod/validation.php</parameter>
    <parameter key="validator.translation_domain">validators</parameter>
    <parameter key="data_collector.templates" type="collection"/>
    <parameter key="doctrine.dbal.configuration.class">Doctrine\DBAL\Configuration</parameter>
    <parameter key="doctrine.data_collector.class">Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector</parameter>
    <parameter key="doctrine.dbal.connection.event_manager.class">Symfony\Bridge\Doctrine\ContainerAwareEventManager</parameter>
    <parameter key="doctrine.dbal.connection_factory.class">Doctrine\Bundle\DoctrineBundle\ConnectionFactory</parameter>
    <parameter key="doctrine.dbal.events.mysql_session_init.class">Doctrine\DBAL\Event\Listeners\MysqlSessionInit</parameter>
    <parameter key="doctrine.dbal.events.oracle_session_init.class">Doctrine\DBAL\Event\Listeners\OracleSessionInit</parameter>
    <parameter key="doctrine.class">Doctrine\Bundle\DoctrineBundle\Registry</parameter>
    <parameter key="doctrine.entity_managers" type="collection">
      <parameter key="default">doctrine.orm.default_entity_manager</parameter>
    </parameter>
    <parameter key="doctrine.default_entity_manager">default</parameter>
    <parameter key="doctrine.dbal.connection_factory.types" type="collection">
      <parameter key="uuid" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\UuidType</parameter>
      </parameter>
      <parameter key="ulid" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\UlidType</parameter>
      </parameter>
    </parameter>
    <parameter key="doctrine.connections" type="collection">
      <parameter key="default">doctrine.dbal.default_connection</parameter>
    </parameter>
    <parameter key="doctrine.default_connection">default</parameter>
    <parameter key="doctrine.orm.configuration.class">Doctrine\ORM\Configuration</parameter>
    <parameter key="doctrine.orm.entity_manager.class">Doctrine\ORM\EntityManager</parameter>
    <parameter key="doctrine.orm.manager_configurator.class">Doctrine\Bundle\DoctrineBundle\ManagerConfigurator</parameter>
    <parameter key="doctrine.orm.cache.array.class">Doctrine\Common\Cache\ArrayCache</parameter>
    <parameter key="doctrine.orm.cache.apc.class">Doctrine\Common\Cache\ApcCache</parameter>
    <parameter key="doctrine.orm.cache.memcache.class">Doctrine\Common\Cache\MemcacheCache</parameter>
    <parameter key="doctrine.orm.cache.memcache_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcache_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcache_instance.class">Memcache</parameter>
    <parameter key="doctrine.orm.cache.memcached.class">Doctrine\Common\Cache\MemcachedCache</parameter>
    <parameter key="doctrine.orm.cache.memcached_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcached_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcached_instance.class">Memcached</parameter>
    <parameter key="doctrine.orm.cache.redis.class">Doctrine\Common\Cache\RedisCache</parameter>
    <parameter key="doctrine.orm.cache.redis_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.redis_port">6379</parameter>
    <parameter key="doctrine.orm.cache.redis_instance.class">Redis</parameter>
    <parameter key="doctrine.orm.cache.xcache.class">Doctrine\Common\Cache\XcacheCache</parameter>
    <parameter key="doctrine.orm.cache.wincache.class">Doctrine\Common\Cache\WinCacheCache</parameter>
    <parameter key="doctrine.orm.cache.zenddata.class">Doctrine\Common\Cache\ZendDataCache</parameter>
    <parameter key="doctrine.orm.metadata.driver_chain.class">Doctrine\Persistence\Mapping\Driver\MappingDriverChain</parameter>
    <parameter key="doctrine.orm.metadata.annotation.class">Doctrine\ORM\Mapping\Driver\AnnotationDriver</parameter>
    <parameter key="doctrine.orm.metadata.xml.class">Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver</parameter>
    <parameter key="doctrine.orm.metadata.yml.class">Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver</parameter>
    <parameter key="doctrine.orm.metadata.php.class">Doctrine\ORM\Mapping\Driver\PHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.staticphp.class">Doctrine\ORM\Mapping\Driver\StaticPHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.attribute.class">Doctrine\ORM\Mapping\Driver\AttributeDriver</parameter>
    <parameter key="doctrine.orm.proxy_cache_warmer.class">Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer</parameter>
    <parameter key="form.type_guesser.doctrine.class">Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</parameter>
    <parameter key="doctrine.orm.validator.unique.class">Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator</parameter>
    <parameter key="doctrine.orm.validator_initializer.class">Symfony\Bridge\Doctrine\Validator\DoctrineInitializer</parameter>
    <parameter key="doctrine.orm.security.user.provider.class">Symfony\Bridge\Doctrine\Security\User\EntityUserProvider</parameter>
    <parameter key="doctrine.orm.listeners.resolve_target_entity.class">Doctrine\ORM\Tools\ResolveTargetEntityListener</parameter>
    <parameter key="doctrine.orm.listeners.attach_entity_listeners.class">Doctrine\ORM\Tools\AttachEntityListenersListener</parameter>
    <parameter key="doctrine.orm.naming_strategy.default.class">Doctrine\ORM\Mapping\DefaultNamingStrategy</parameter>
    <parameter key="doctrine.orm.naming_strategy.underscore.class">Doctrine\ORM\Mapping\UnderscoreNamingStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.default.class">Doctrine\ORM\Mapping\DefaultQuoteStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.ansi.class">Doctrine\ORM\Mapping\AnsiQuoteStrategy</parameter>
    <parameter key="doctrine.orm.typed_field_mapper.default.class">Doctrine\ORM\Mapping\DefaultTypedFieldMapper</parameter>
    <parameter key="doctrine.orm.entity_listener_resolver.class">Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_cache_factory.class">Doctrine\ORM\Cache\DefaultCacheFactory</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_region.class">Doctrine\ORM\Cache\Region\DefaultRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.filelock_region.class">Doctrine\ORM\Cache\Region\FileLockRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_chain.class">Doctrine\ORM\Cache\Logging\CacheLoggerChain</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_statistics.class">Doctrine\ORM\Cache\Logging\StatisticsCacheLogger</parameter>
    <parameter key="doctrine.orm.second_level_cache.cache_configuration.class">Doctrine\ORM\Cache\CacheConfiguration</parameter>
    <parameter key="doctrine.orm.second_level_cache.regions_configuration.class">Doctrine\ORM\Cache\RegionsConfiguration</parameter>
    <parameter key="doctrine.orm.auto_generate_proxy_classes">false</parameter>
    <parameter key="doctrine.orm.enable_lazy_ghost_objects">false</parameter>
    <parameter key="doctrine.orm.proxy_dir">/home/evenetu/cba/var/cache/prod/doctrine/orm/Proxies</parameter>
    <parameter key="doctrine.orm.proxy_namespace">Proxies</parameter>
    <parameter key="doctrine.migrations.preferred_em">null</parameter>
    <parameter key="doctrine.migrations.preferred_connection">null</parameter>
    <parameter key="twig.form.resources" type="collection">
      <parameter>@VichUploader/Form/fields.html.twig</parameter>
      <parameter>form_div_layout.html.twig</parameter>
      <parameter>bootstrap_5_layout.html.twig</parameter>
    </parameter>
    <parameter key="twig.default_path">/home/evenetu/cba/templates</parameter>
    <parameter key="security.role_hierarchy.roles" type="collection"/>
    <parameter key="security.access.denied_url">null</parameter>
    <parameter key="security.authentication.manager.erase_credentials">true</parameter>
    <parameter key="security.authentication.session_strategy.strategy">migrate</parameter>
    <parameter key="security.authentication.hide_user_not_found">true</parameter>
    <parameter key="security.firewalls" type="collection">
      <parameter>refresh</parameter>
      <parameter>dev</parameter>
      <parameter>login</parameter>
      <parameter>api</parameter>
      <parameter>main</parameter>
    </parameter>
    <parameter key="lexik_jwt_authentication.authenticator_manager_enabled">true</parameter>
    <parameter key="security.logout_uris" type="collection"/>
    <parameter key="nelmio_cors.map" type="collection">
      <parameter key="^/" type="collection"/>
    </parameter>
    <parameter key="nelmio_cors.defaults" type="collection">
      <parameter key="allow_origin" type="collection">
        <parameter>%env(CORS_ALLOW_ORIGIN)%</parameter>
      </parameter>
      <parameter key="allow_credentials">false</parameter>
      <parameter key="allow_headers" type="collection">
        <parameter>content-type</parameter>
        <parameter>authorization</parameter>
      </parameter>
      <parameter key="allow_private_network">false</parameter>
      <parameter key="expose_headers" type="collection">
        <parameter>Link</parameter>
      </parameter>
      <parameter key="allow_methods" type="collection">
        <parameter>GET</parameter>
        <parameter>OPTIONS</parameter>
        <parameter>POST</parameter>
        <parameter>PUT</parameter>
        <parameter>PATCH</parameter>
        <parameter>DELETE</parameter>
      </parameter>
      <parameter key="max_age">3600</parameter>
      <parameter key="hosts" type="collection"/>
      <parameter key="origin_regex">true</parameter>
      <parameter key="forced_allow_origin_value">null</parameter>
      <parameter key="skip_same_as_origin">true</parameter>
    </parameter>
    <parameter key="nelmio_cors.cors_listener.class">Nelmio\CorsBundle\EventListener\CorsListener</parameter>
    <parameter key="nelmio_cors.options_resolver.class">Nelmio\CorsBundle\Options\Resolver</parameter>
    <parameter key="nelmio_cors.options_provider.config.class">Nelmio\CorsBundle\Options\ConfigProvider</parameter>
    <parameter key="api_platform.metadata_backward_compatibility_layer">false</parameter>
    <parameter key="api_platform.enable_entrypoint">true</parameter>
    <parameter key="api_platform.enable_docs">true</parameter>
    <parameter key="api_platform.title"></parameter>
    <parameter key="api_platform.description"></parameter>
    <parameter key="api_platform.version">0.0.0</parameter>
    <parameter key="api_platform.show_webby">true</parameter>
    <parameter key="api_platform.url_generation_strategy">1</parameter>
    <parameter key="api_platform.exception_to_status" type="collection">
      <parameter key="Symfony\Component\Serializer\Exception\ExceptionInterface">400</parameter>
      <parameter key="ApiPlatform\Exception\InvalidArgumentException">400</parameter>
      <parameter key="ApiPlatform\Exception\FilterValidationException">400</parameter>
      <parameter key="Doctrine\ORM\OptimisticLockException">409</parameter>
    </parameter>
    <parameter key="api_platform.formats" type="collection">
      <parameter key="json" type="collection">
        <parameter>application/json</parameter>
      </parameter>
      <parameter key="jsonld" type="collection">
        <parameter>application/ld+json</parameter>
      </parameter>
      <parameter key="html" type="collection">
        <parameter>text/html</parameter>
      </parameter>
      <parameter key="multipart" type="collection">
        <parameter>multipart/form-data</parameter>
      </parameter>
    </parameter>
    <parameter key="api_platform.patch_formats" type="collection">
      <parameter key="json" type="collection">
        <parameter>application/merge-patch+json</parameter>
      </parameter>
    </parameter>
    <parameter key="api_platform.error_formats" type="collection">
      <parameter key="jsonproblem" type="collection">
        <parameter>application/problem+json</parameter>
      </parameter>
      <parameter key="jsonld" type="collection">
        <parameter>application/ld+json</parameter>
      </parameter>
    </parameter>
    <parameter key="api_platform.allow_plain_identifiers">false</parameter>
    <parameter key="api_platform.eager_loading.enabled">true</parameter>
    <parameter key="api_platform.eager_loading.max_joins">30</parameter>
    <parameter key="api_platform.eager_loading.fetch_partial">false</parameter>
    <parameter key="api_platform.eager_loading.force_eager">true</parameter>
    <parameter key="api_platform.collection.exists_parameter_name">exists</parameter>
    <parameter key="api_platform.collection.order">ASC</parameter>
    <parameter key="api_platform.collection.order_parameter_name">order</parameter>
    <parameter key="api_platform.collection.order_nulls_comparison">null</parameter>
    <parameter key="api_platform.collection.pagination.enabled">true</parameter>
    <parameter key="api_platform.collection.pagination.partial">false</parameter>
    <parameter key="api_platform.collection.pagination.client_enabled">false</parameter>
    <parameter key="api_platform.collection.pagination.client_items_per_page">false</parameter>
    <parameter key="api_platform.collection.pagination.client_partial">false</parameter>
    <parameter key="api_platform.collection.pagination.items_per_page">30</parameter>
    <parameter key="api_platform.collection.pagination.maximum_items_per_page">null</parameter>
    <parameter key="api_platform.collection.pagination.page_parameter_name">page</parameter>
    <parameter key="api_platform.collection.pagination.enabled_parameter_name">pagination</parameter>
    <parameter key="api_platform.collection.pagination.items_per_page_parameter_name">itemsPerPage</parameter>
    <parameter key="api_platform.collection.pagination.partial_parameter_name">partial</parameter>
    <parameter key="api_platform.collection.pagination" type="collection">
      <parameter key="enabled">true</parameter>
      <parameter key="partial">false</parameter>
      <parameter key="client_enabled">false</parameter>
      <parameter key="client_items_per_page">false</parameter>
      <parameter key="client_partial">false</parameter>
      <parameter key="items_per_page">30</parameter>
      <parameter key="maximum_items_per_page">null</parameter>
      <parameter key="page_parameter_name">page</parameter>
      <parameter key="enabled_parameter_name">pagination</parameter>
      <parameter key="items_per_page_parameter_name">itemsPerPage</parameter>
      <parameter key="partial_parameter_name">partial</parameter>
    </parameter>
    <parameter key="api_platform.http_cache.etag">true</parameter>
    <parameter key="api_platform.http_cache.max_age">null</parameter>
    <parameter key="api_platform.http_cache.shared_max_age">null</parameter>
    <parameter key="api_platform.http_cache.vary" type="collection">
      <parameter>Accept</parameter>
    </parameter>
    <parameter key="api_platform.http_cache.public">null</parameter>
    <parameter key="api_platform.http_cache.invalidation.max_header_length">7500</parameter>
    <parameter key="api_platform.http_cache.invalidation.xkey.glue"> </parameter>
    <parameter key="api_platform.asset_package">null</parameter>
    <parameter key="api_platform.defaults" type="collection">
      <parameter key="extra_properties" type="collection"/>
      <parameter key="normalization_context" type="collection">
        <parameter key="skip_null_values">true</parameter>
      </parameter>
    </parameter>
    <parameter key="api_platform.resource_class_directories" type="collection">
      <parameter>/home/evenetu/cba/vendor/gesdinet/jwt-refresh-token-bundle/Entity</parameter>
      <parameter>/home/evenetu/cba/src/Entity</parameter>
    </parameter>
    <parameter key="api_platform.oauth.enabled">false</parameter>
    <parameter key="api_platform.oauth.clientId"></parameter>
    <parameter key="api_platform.oauth.clientSecret"></parameter>
    <parameter key="api_platform.oauth.type">oauth2</parameter>
    <parameter key="api_platform.oauth.flow">application</parameter>
    <parameter key="api_platform.oauth.tokenUrl"></parameter>
    <parameter key="api_platform.oauth.authorizationUrl"></parameter>
    <parameter key="api_platform.oauth.refreshUrl"></parameter>
    <parameter key="api_platform.oauth.scopes" type="collection"/>
    <parameter key="api_platform.oauth.pkce">false</parameter>
    <parameter key="api_platform.openapi.termsOfService">null</parameter>
    <parameter key="api_platform.openapi.contact.name">null</parameter>
    <parameter key="api_platform.openapi.contact.url">null</parameter>
    <parameter key="api_platform.openapi.contact.email">null</parameter>
    <parameter key="api_platform.openapi.license.name">null</parameter>
    <parameter key="api_platform.openapi.license.url">null</parameter>
    <parameter key="api_platform.swagger.versions" type="collection">
      <parameter>3</parameter>
    </parameter>
    <parameter key="api_platform.enable_swagger_ui">true</parameter>
    <parameter key="api_platform.enable_re_doc">true</parameter>
    <parameter key="api_platform.swagger.api_keys" type="collection">
      <parameter key="apiKey" type="collection">
        <parameter key="name">Authorization</parameter>
        <parameter key="type">header</parameter>
      </parameter>
    </parameter>
    <parameter key="api_platform.swagger_ui.extra_configuration" type="collection"/>
    <parameter key="api_platform.graphql.enabled">false</parameter>
    <parameter key="api_platform.graphql.graphiql.enabled">false</parameter>
    <parameter key="api_platform.graphql.graphql_playground.enabled">false</parameter>
    <parameter key="api_platform.graphql.collection.pagination" type="collection">
      <parameter key="enabled">true</parameter>
    </parameter>
    <parameter key="api_platform.validator.serialize_payload_fields" type="collection"/>
    <parameter key="api_platform.validator.query_parameter_validation">true</parameter>
    <parameter key="api_platform.elasticsearch.enabled">false</parameter>
    <parameter key="lexik_jwt_authentication.pass_phrase">%env(JWT_PASSPHRASE)%</parameter>
    <parameter key="lexik_jwt_authentication.token_ttl">%env(JWT_TTL)%</parameter>
    <parameter key="lexik_jwt_authentication.clock_skew">0</parameter>
    <parameter key="lexik_jwt_authentication.user_identity_field">username</parameter>
    <parameter key="lexik_jwt_authentication.allow_no_expiration">false</parameter>
    <parameter key="lexik_jwt_authentication.user_id_claim">username</parameter>
    <parameter key="lexik_jwt_authentication.encoder.signature_algorithm">RS256</parameter>
    <parameter key="lexik_jwt_authentication.encoder.crypto_engine">openssl</parameter>
    <parameter key="gesdinet_jwt_refresh_token.ttl">2592000</parameter>
    <parameter key="gesdinet_jwt_refresh_token.ttl_update">false</parameter>
    <parameter key="gesdinet_jwt_refresh_token.security.firewall">api</parameter>
    <parameter key="gesdinet_jwt_refresh_token.user_provider">user_provider_service_id</parameter>
    <parameter key="gesdinet_jwt_refresh_token.user_identity_field">username</parameter>
    <parameter key="gesdinet_jwt_refresh_token.single_use">true</parameter>
    <parameter key="gesdinet_jwt_refresh_token.token_parameter_name">refresh_token</parameter>
    <parameter key="gesdinet_jwt_refresh_token.doctrine_mappings">true</parameter>
    <parameter key="gesdinet_jwt_refresh_token.cookie" type="collection">
      <parameter key="enabled">false</parameter>
      <parameter key="same_site">lax</parameter>
      <parameter key="path">/</parameter>
      <parameter key="domain">null</parameter>
      <parameter key="http_only">true</parameter>
      <parameter key="secure">true</parameter>
      <parameter key="partitioned">false</parameter>
      <parameter key="remove_token_from_body">true</parameter>
    </parameter>
    <parameter key="gesdinet_jwt_refresh_token.logout_firewall_context">security.firewall.map.context.api</parameter>
    <parameter key="gesdinet_jwt_refresh_token.return_expiration">false</parameter>
    <parameter key="gesdinet_jwt_refresh_token.return_expiration_parameter_name">refresh_token_expiration</parameter>
    <parameter key="gesdinet.jwtrefreshtoken.refresh_token.class">App\Entity\RefreshToken</parameter>
    <parameter key="gesdinet.jwtrefreshtoken.object_manager.id">doctrine.orm.entity_manager</parameter>
    <parameter key="gesdinet.jwtrefreshtoken.user_checker.id">security.user_checker</parameter>
    <parameter key="knp_paginator.template.pagination">@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig</parameter>
    <parameter key="knp_paginator.template.filtration">@KnpPaginator/Pagination/filtration.html.twig</parameter>
    <parameter key="knp_paginator.template.sortable">@KnpPaginator/Pagination/sortable_link.html.twig</parameter>
    <parameter key="knp_paginator.page_range">5</parameter>
    <parameter key="knp_paginator.page_limit">null</parameter>
    <parameter key="vich_uploader.default_filename_attribute_suffix">_name</parameter>
    <parameter key="vich_uploader.mappings" type="collection">
      <parameter key="user_images" type="collection">
        <parameter key="uri_prefix">/medias/avatars</parameter>
        <parameter key="upload_destination">/home/evenetu/cba/public/medias/avatars</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.user_images</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="event_images" type="collection">
        <parameter key="uri_prefix">/medias/ateliers</parameter>
        <parameter key="upload_destination">/home/evenetu/cba/public/medias/ateliers</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.event_images</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="thumbmail_images" type="collection">
        <parameter key="uri_prefix">/medias/miniatures</parameter>
        <parameter key="upload_destination">/home/evenetu/cba/public/medias/miniatures</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.thumbmail_images</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="announce_medias" type="collection">
        <parameter key="uri_prefix">/medias/annonces</parameter>
        <parameter key="upload_destination">/home/evenetu/cba/public/medias/annonces</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.announce_medias</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="media_pdf" type="collection">
        <parameter key="uri_prefix">/medias/pdfs</parameter>
        <parameter key="upload_destination">/home/evenetu/cba/public/medias/pdfs</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.media_pdf</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="media_audio" type="collection">
        <parameter key="uri_prefix">/medias/audios</parameter>
        <parameter key="upload_destination">/home/evenetu/cba/public/medias/audios</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.media_audio</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="media_video" type="collection">
        <parameter key="uri_prefix">/medias/videos</parameter>
        <parameter key="upload_destination">/home/evenetu/cba/public/medias/videos</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.media_video</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="media_replay" type="collection">
        <parameter key="uri_prefix">/medias/replay</parameter>
        <parameter key="upload_destination">/home/evenetu/cba/public/medias/replay</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.media_replay</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
    </parameter>
    <parameter key="vich_uploader.file_injector.class">Vich\UploaderBundle\Injector\FileInjector</parameter>
    <parameter key="monolog.use_microseconds">true</parameter>
    <parameter key="monolog.swift_mailer.handlers" type="collection"/>
    <parameter key="monolog.handlers_to_channels" type="collection"/>
    <parameter key="console.command.ids" type="collection"/>
  </parameters>
  <services>
    <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
    <service id="kernel" class="App\Kernel" public="true" synthetic="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.route_loader"/>
    </service>
    <service id="App\Entity" class="App\Entity" abstract="true">
      <tag name="container.excluded" source="in &quot;config/services.yaml&quot;"/>
    </service>
    <service id="App\Controller\AccountController" class="App\Controller\AccountController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\AccountController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\AnnouncementsCrudController" class="App\Controller\Admin\AnnouncementsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument>/medias/annonces</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\AnnouncementsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\AudiosCrudController" class="App\Controller\Admin\AudiosCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\AudiosCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\BabiesCrudController" class="App\Controller\Admin\BabiesCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\BabiesCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\BabyCbaCrudController" class="App\Controller\Admin\BabyCbaCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\BabyCbaCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CbaMediasCrudController" class="App\Controller\Admin\CbaMediasCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\CbaMediasCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CbaNewsContentsCrudController" class="App\Controller\Admin\CbaNewsContentsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\CbaNewsContentsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CbaNewsCrudController" class="App\Controller\Admin\CbaNewsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\CbaNewsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CbaThemesCrudController" class="App\Controller\Admin\CbaThemesCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument>/medias/miniatures</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\CbaThemesCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CommentsCrudController" class="App\Controller\Admin\CommentsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\CommentsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.dashboard_controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\UsersRepository"/>
      <argument type="service" id="App\Repository\CbaNewsRepository"/>
      <argument type="service" id="App\Repository\MessagesRepository"/>
      <argument type="service" id="App\Repository\CbaThemesRepository"/>
      <argument type="service" id="App\Repository\EventsRepository"/>
      <argument type="service" id="App\Repository\CommentsRepository"/>
      <argument type="service" id="App\Repository\UserSubscriptionsRepository"/>
      <argument type="service" id="App\Repository\UserDatasStripeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tVDKN8f.App\Controller\Admin\DashboardController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\EventsCrudController" class="App\Controller\Admin\EventsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument>/medias/ateliers</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\EventsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\MessagesCrudController" class="App\Controller\Admin\MessagesCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\MessagesCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\Pages\PublishAnnounceController" class="App\Controller\Admin\Pages\PublishAnnounceController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Admin\Pages\PublishAnnounceController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\PdfsCrudController" class="App\Controller\Admin\PdfsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\PdfsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\QuestionsCrudController" class="App\Controller\Admin\QuestionsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\QuestionsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\ReplaysCrudController" class="App\Controller\Admin\ReplaysCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\ReplaysCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\RewardsCrudController" class="App\Controller\Admin\RewardsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\RewardsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\SurveysCrudController" class="App\Controller\Admin\SurveysCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\SurveysCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\TagsCrudController" class="App\Controller\Admin\TagsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\TagsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\ThematicsCrudController" class="App\Controller\Admin\ThematicsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\ThematicsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\TopicsCrudController" class="App\Controller\Admin\TopicsCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\TopicsCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\TrackersCrudController" class="App\Controller\Admin\TrackersCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\TrackersCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\UsersCrudController" class="App\Controller\Admin\UsersCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument>/medias/avatars</argument>
      <argument type="service" id="security.user_password_hasher"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\UsersCrudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\VideosCrudController" class="App\Controller\Admin\VideosCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="ea.crud_controller"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.tLT.IXH.App\Controller\Admin\VideosCrudController"/>
      </call>
    </service>
    <service id="App\Controller\AnnouncementController" class="App\Controller\AnnouncementController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\AnnouncementController"/>
      </call>
    </service>
    <service id="App\Controller\Api\ApiREST" class="App\Controller\Api\ApiREST" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\ApiREST"/>
      </call>
    </service>
    <service id="App\Controller\Api\BabyClassesActivities" class="App\Controller\Api\BabyClassesActivities" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesActivities"/>
      </call>
    </service>
    <service id="App\Controller\Api\BabyClassesApaisement" class="App\Controller\Api\BabyClassesApaisement" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesApaisement"/>
      </call>
    </service>
    <service id="App\Controller\Api\BabyClassesDeveloppement" class="App\Controller\Api\BabyClassesDeveloppement" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesDeveloppement"/>
      </call>
    </service>
    <service id="App\Controller\Api\BabyClassesEmotion" class="App\Controller\Api\BabyClassesEmotion" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesEmotion"/>
      </call>
    </service>
    <service id="App\Controller\Api\BabyClassesQuiz" class="App\Controller\Api\BabyClassesQuiz" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesQuiz"/>
      </call>
    </service>
    <service id="App\Controller\Api\BabyProgress" class="App\Controller\Api\BabyProgress" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Controller\Api\CbaCategoriesByTheme" class="App\Controller\Api\CbaCategoriesByTheme" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\CbaCategoriesByTheme"/>
      </call>
    </service>
    <service id="App\Controller\Api\CompleteContentBaby" class="App\Controller\Api\CompleteContentBaby" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Controller\Api\EventWaitingList" class="App\Controller\Api\EventWaitingList" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\EventWaitingList"/>
      </call>
    </service>
    <service id="App\Controller\Api\UserFlagReport" class="App\Controller\Api\UserFlagReport" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\UserFlagReport"/>
      </call>
    </service>
    <service id="App\Controller\Api\UserPostAvatar" class="App\Controller\Api\UserPostAvatar" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\Api\UserPostAvatar"/>
      </call>
    </service>
    <service id="App\Controller\AutoFillUserController" class="App\Controller\AutoFillUserController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\AutoFillUserController"/>
      </call>
    </service>
    <service id="App\Controller\BiblioController" class="App\Controller\BiblioController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\BiblioController"/>
      </call>
    </service>
    <service id="App\Controller\ClassesController" class="App\Controller\ClassesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\ClassesController"/>
      </call>
    </service>
    <service id="App\Controller\ConditionsController" class="App\Controller\ConditionsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\ConditionsController"/>
      </call>
    </service>
    <service id="App\Controller\ForumController" class="App\Controller\ForumController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\ForumController"/>
      </call>
    </service>
    <service id="App\Controller\HelpController" class="App\Controller\HelpController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\HelpController"/>
      </call>
    </service>
    <service id="App\Controller\HomeController" class="App\Controller\HomeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\HomeController"/>
      </call>
    </service>
    <service id="App\Controller\NewsController" class="App\Controller\NewsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\NewsController"/>
      </call>
    </service>
    <service id="App\Controller\PaypalController" class="App\Controller\PaypalController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\PaypalService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\PaypalController"/>
      </call>
    </service>
    <service id="App\Controller\PlanningController" class="App\Controller\PlanningController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\PlanningController"/>
      </call>
    </service>
    <service id="App\Controller\ProfilController" class="App\Controller\ProfilController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\ProfilController"/>
      </call>
    </service>
    <service id="App\Controller\RegistrationController" class="App\Controller\RegistrationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\RegistrationController"/>
      </call>
    </service>
    <service id="App\Controller\ResetPasswordController" class="App\Controller\ResetPasswordController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="symfonycasts.reset_password.helper"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\ResetPasswordController"/>
      </call>
    </service>
    <service id="App\Controller\SecurityController" class="App\Controller\SecurityController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\SecurityController"/>
      </call>
    </service>
    <service id="App\Controller\TeachersController" class="App\Controller\TeachersController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\TeachersController"/>
      </call>
    </service>
    <service id="App\Controller\WebhookController" class="App\Controller\WebhookController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.K1V3Rrx.App\Controller\WebhookController"/>
      </call>
    </service>
    <service id="App\DataFixtures\AppFixtures" class="App\DataFixtures\AppFixtures" autowire="true" autoconfigure="true"/>
    <service id="App\EventListener\BabiesListener" class="App\EventListener\BabiesListener" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_listener" event="postPersist" priority="500" connection="default"/>
    </service>
    <service id="App\EventListener\CommentsListener" class="App\EventListener\CommentsListener" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_listener" event="postPersist" priority="500" connection="default"/>
    </service>
    <service id="App\EventListener\EventWaitingList" class="App\EventListener\EventWaitingList" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_listener" event="postPersist" priority="500" connection="default"/>
      <argument type="service" id="mailer.mailer"/>
    </service>
    <service id="App\EventListener\EventsListener" class="App\EventListener\EventsListener" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_listener" event="postPersist" priority="500" connection="default"/>
      <argument type="service" id="mailer.mailer"/>
    </service>
    <service id="App\EventListener\JWTCreatedListener" class="App\EventListener\JWTCreatedListener" autowire="true" autoconfigure="true">
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\EventListener\MediasListener" class="App\EventListener\MediasListener" autowire="true" autoconfigure="true"/>
    <service id="App\Form\BabyAddFormType" class="App\Form\BabyAddFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\BabyCbaFormType" class="App\Form\BabyCbaFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\BabyFormType" class="App\Form\BabyFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\BabyNewsFormType" class="App\Form\BabyNewsFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\BabyUpdateFormType" class="App\Form\BabyUpdateFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\ChangePasswordFormType" class="App\Form\ChangePasswordFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\CommentFormType" class="App\Form\CommentFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\EventFormType" class="App\Form\EventFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\EventReplayFormType" class="App\Form\EventReplayFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\MediaFormType" class="App\Form\MediaFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\MessageFormType" class="App\Form\MessageFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\PrepaAddFormType" class="App\Form\PrepaAddFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\ProfilFormType" class="App\Form\ProfilFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\ResetPasswordRequestFormType" class="App\Form\ResetPasswordRequestFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\SurveyFormType" class="App\Form\SurveyFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\SurveyStep1BisFormType" class="App\Form\SurveyStep1BisFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\SurveyStep1FormType" class="App\Form\SurveyStep1FormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\SurveyStep1TerFormType" class="App\Form\SurveyStep1TerFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\SurveyStep2BisFormType" class="App\Form\SurveyStep2BisFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\SurveyStep2FormType" class="App\Form\SurveyStep2FormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\SurveyStep3FormType" class="App\Form\SurveyStep3FormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\TagEventFormType" class="App\Form\TagEventFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\TagFormType" class="App\Form\TagFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\TagThematicFormType" class="App\Form\TagThematicFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\TagTopicFormType" class="App\Form\TagTopicFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\TagUserFormType" class="App\Form\TagUserFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\ThematicTopicFormType" class="App\Form\ThematicTopicFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\TopicFormType" class="App\Form\TopicFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\TrackerFormType" class="App\Form\TrackerFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\UserAnnouncementType" class="App\Form\UserAnnouncementType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\UserOrganizersFormType" class="App\Form\UserOrganizersFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\UserRewardsFormType" class="App\Form\UserRewardsFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\UserSubscriptionsFormType" class="App\Form\UserSubscriptionsFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Repository\AnnouncementsRepository" class="App\Repository\AnnouncementsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AnswersRepository" class="App\Repository\AnswersRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BabiesRepository" class="App\Repository\BabiesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BabyCbaRepository" class="App\Repository\BabyCbaRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BabyNewsRepository" class="App\Repository\BabyNewsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CategoriesRepository" class="App\Repository\CategoriesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CbaBabyContentsRepository" class="App\Repository\CbaBabyContentsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CbaCategoriesRepository" class="App\Repository\CbaCategoriesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CbaContentsRepository" class="App\Repository\CbaContentsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CbaMediasRepository" class="App\Repository\CbaMediasRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CbaNewsContentsRepository" class="App\Repository\CbaNewsContentsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CbaNewsRepository" class="App\Repository\CbaNewsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CbaThemesRepository" class="App\Repository\CbaThemesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CommentLikesRepository" class="App\Repository\CommentLikesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CommentsRepository" class="App\Repository\CommentsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ContentMediasRepository" class="App\Repository\ContentMediasRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EventReplaysRepository" class="App\Repository\EventReplaysRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EventWaitingsRepository" class="App\Repository\EventWaitingsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EventsRepository" class="App\Repository\EventsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\MessageLikesRepository" class="App\Repository\MessageLikesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\MessagesRepository" class="App\Repository\MessagesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\QuestionsRepository" class="App\Repository\QuestionsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\QuizMonthRepository" class="App\Repository\QuizMonthRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ResetPasswordRequestRepository" class="App\Repository\ResetPasswordRequestRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\RewardsRepository" class="App\Repository\RewardsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SubscriptionsRepository" class="App\Repository\SubscriptionsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SurveysRepository" class="App\Repository\SurveysRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TagEventsRepository" class="App\Repository\TagEventsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TagNewsRepository" class="App\Repository\TagNewsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TagThematicsRepository" class="App\Repository\TagThematicsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TagTopicsRepository" class="App\Repository\TagTopicsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TagUsersRepository" class="App\Repository\TagUsersRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TagsRepository" class="App\Repository\TagsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ThematicsRepository" class="App\Repository\ThematicsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TopicsRepository" class="App\Repository\TopicsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TrackersRepository" class="App\Repository\TrackersRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TypesRepository" class="App\Repository\TypesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserAnnouncementsRepository" class="App\Repository\UserAnnouncementsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserDatasStripeRepository" class="App\Repository\UserDatasStripeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserLogsRepository" class="App\Repository\UserLogsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserOrganizersRepository" class="App\Repository\UserOrganizersRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserQuizRepository" class="App\Repository\UserQuizRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserRewardsRepository" class="App\Repository\UserRewardsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserSubscriptionsRepository" class="App\Repository\UserSubscriptionsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UsersRepository" class="App\Repository\UsersRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Security\AppAuthenticator" class="App\Security\AppAuthenticator" autowire="true" autoconfigure="true">
      <argument type="service" id="router.default"/>
    </service>
    <service id="App\Service\BabyContentMonth" class="App\Service\BabyContentMonth" autowire="true" autoconfigure="true"/>
    <service id="App\Service\FileUploader" class="App\Service\FileUploader" autowire="true" autoconfigure="true">
      <argument>/home/evenetu/cba/public</argument>
      <argument>/home/evenetu/cba/public/medias</argument>
      <argument type="service" id="slugger"/>
      <argument type="service" id="url_helper"/>
    </service>
    <service id="App\Service\MessageService" class="App\Service\MessageService" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\MessageService&quot;: argument &quot;$messageID&quot; of method &quot;__construct()&quot; has no type-hint, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\PaypalService" class="App\Service\PaypalService" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\StripeService" class="App\Service\StripeService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="cba_api.event.authentication_success_listener" class="App\EventListener\JWTCreatedListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="lexik_jwt_authentication.on_jwt_created" method="onJWTCreated"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="argument_metadata_factory" class="Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory"/>
    <service id="argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.uid" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.datetime" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="argument_resolver.request_payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" lazy="true">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver">controller.targeted_value_resolver</tag>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="serializer"/>
      <argument type="service" id="validator" on-invalid="null"/>
      <argument type="service" id="translator.default" on-invalid="null"/>
    </service>
    <service id="argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">
      <tag priority="50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">
      <tag priority="50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">
      <tag priority="-50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id=".service_locator.IWP6HVz"/>
    </service>
    <service id="argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver">
      <tag priority="-100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver">
      <tag priority="-150" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.query_parameter_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">controller.targeted_value_resolver</tag>
    </service>
    <service id="response_listener" class="Symfony\Component\HttpKernel\EventListener\ResponseListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>UTF-8</argument>
      <argument>false</argument>
    </service>
    <service id="locale_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="request_stack"/>
      <argument>fr</argument>
      <argument type="service" id="router.default" on-invalid="ignore"/>
      <argument>false</argument>
      <argument type="collection"/>
    </service>
    <service id="validate_request_listener" class="Symfony\Component\HttpKernel\EventListener\ValidateRequestListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="disallow_search_engine_index_response_listener" class="Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="error_controller" class="Symfony\Component\HttpKernel\Controller\ErrorController" public="true">
      <argument type="service" id="http_kernel"/>
      <argument>error_controller</argument>
      <argument type="service" id="error_handler.error_renderer.serializer"/>
    </service>
    <service id="exception_listener" class="Symfony\Component\HttpKernel\EventListener\ErrorListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument>error_controller</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="controller.cache_attribute_listener" class="Symfony\Component\HttpKernel\EventListener\CacheAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="parameter_bag" class="Symfony\Component\DependencyInjection\ParameterBag\ContainerBag">
      <argument type="service" id="service_container"/>
    </service>
    <service id="http_kernel" class="Symfony\Component\HttpKernel\HttpKernel" public="true">
      <tag name="container.hot_path"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\ResponseRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\SymfonyRuntime"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="debug.controller_resolver"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="debug.argument_resolver"/>
      <argument>false</argument>
    </service>
    <service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" public="true">
      <tag name="kernel.reset" method="resetRequestFormats" on_invalid="ignore"/>
    </service>
    <service id="http_cache" class="Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache">
      <tag name="container.hot_path"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="http_cache.store"/>
      <argument>null</argument>
      <argument type="collection">
        <argument key="debug">true</argument>
      </argument>
    </service>
    <service id="http_cache.store" class="Symfony\Component\HttpKernel\HttpCache\Store">
      <argument>/home/evenetu/cba/var/cache/prod/http_cache</argument>
    </service>
    <service id="url_helper" class="Symfony\Component\HttpFoundation\UrlHelper">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.default" on-invalid="ignore"/>
    </service>
    <service id="cache_warmer" class="Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate" public="true">
      <tag name="container.no_preload"/>
      <argument type="tagged_iterator" tag="kernel.cache_warmer"/>
      <argument>true</argument>
      <argument>/home/evenetu/cba/var/cache/prod/App_KernelProdDebugContainerDeprecations.log</argument>
    </service>
    <service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer">
      <argument type="tagged_iterator" tag="kernel.cache_clearer"/>
    </service>
    <service id="filesystem" class="Symfony\Component\Filesystem\Filesystem"/>
    <service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
      <argument type="service" id="kernel"/>
    </service>
    <service id="uri_signer" class="Symfony\Component\HttpFoundation\UriSigner">
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory">
      <argument type="tagged_iterator" tag="config_cache.resource_checker"/>
    </service>
    <service id="dependency_injection.config.container_parameters_resource_checker" class="Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker">
      <tag name="config_cache.resource_checker" priority="-980"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="config.resource.self_checking_resource_checker" class="Symfony\Component\Config\Resource\SelfCheckingResourceChecker">
      <tag name="config_cache.resource_checker" priority="-990"/>
    </service>
    <service id="services_resetter" class="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter" public="true">
      <argument type="iterator">
        <argument key="request_stack" type="service" id="request_stack" on-invalid="ignore_uninitialized"/>
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.transport" type="service" id="http_client.transport" on-invalid="ignore_uninitialized"/>
        <argument key="http_client" type="service" id="http_client.uri_template" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.message_logger_listener" type="service" id="mailer.message_logger_listener" on-invalid="ignore_uninitialized"/>
        <argument key="translation.locale_switcher" type="service" id="translation.locale_switcher" on-invalid="ignore_uninitialized"/>
        <argument key="debug.stopwatch" type="service" id="debug.stopwatch" on-invalid="ignore_uninitialized"/>
        <argument key="debug.event_dispatcher" type="service" id="debug.event_dispatcher" on-invalid="ignore_uninitialized"/>
        <argument key="debug.log_processor" type="service" id="debug.log_processor" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter" type="service" id="cache.rate_limiter" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.result_cache_pool" type="service" id="doctrine.result_cache_pool" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.system_cache_pool" type="service" id="doctrine.system_cache_pool" on-invalid="ignore_uninitialized"/>
        <argument key="session_listener" type="service" id="session_listener" on-invalid="ignore_uninitialized"/>
        <argument key="form.choice_list_factory.cached" type="service" id="form.choice_list_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine" type="service" id="doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.debug_data_holder" type="service" id="doctrine.debug_data_holder" on-invalid="ignore_uninitialized"/>
        <argument key="form.type.entity" type="service" id="form.type.entity" on-invalid="ignore_uninitialized"/>
        <argument key="twig" type="service" id="twig" on-invalid="ignore_uninitialized"/>
        <argument key="twig.form.engine" type="service" id="twig.form.engine" on-invalid="ignore_uninitialized"/>
        <argument key="security.token_storage" type="service" id="security.token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall" type="service" id="debug.security.firewall" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.refresh" type="service" id="debug.security.firewall.authenticator.refresh" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.login" type="service" id="debug.security.firewall.authenticator.login" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.api" type="service" id="debug.security.firewall.authenticator.api" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.main" type="service" id="debug.security.firewall.authenticator.main" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.route_name_resolver" type="service" id="api_platform.cache.route_name_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource" type="service" id="api_platform.cache.metadata.resource" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource.legacy" type="service" id="api_platform.cache.metadata.resource.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property.legacy" type="service" id="api_platform.cache.metadata.property.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.subresource_operation_factory" type="service" id="api_platform.cache.subresource_operation_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property" type="service" id="api_platform.cache.metadata.property" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource_collection" type="service" id="api_platform.cache.metadata.resource_collection" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.identifiers_extractor" type="service" id="api_platform.cache.identifiers_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="cache.easyadmin" type="service" id="cache.easyadmin" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_factory" type="service" id="ux.twig_component.component_factory" on-invalid="ignore_uninitialized"/>
        <argument key="ux.twig_component.component_renderer" type="service" id="ux.twig_component.component_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.ux.twig_component" type="service" id="cache.ux.twig_component" on-invalid="ignore_uninitialized"/>
      </argument>
      <argument type="collection">
        <argument key="request_stack" type="collection">
          <argument>?resetRequestFormats</argument>
        </argument>
        <argument key="cache.app" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.system" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.serializer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.annotations" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.property_info" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="http_client.transport" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="http_client" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="mailer.message_logger_listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="translation.locale_switcher" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.stopwatch" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.event_dispatcher" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.log_processor" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.rate_limiter" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine.result_cache_pool" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine.system_cache_pool" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="session_listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="form.choice_list_factory.cached" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine.debug_data_holder" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="form.type.entity" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="twig" type="collection">
          <argument>resetGlobals</argument>
        </argument>
        <argument key="twig.form.engine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="security.token_storage" type="collection">
          <argument>disableUsageTracking</argument>
          <argument>setToken</argument>
        </argument>
        <argument key="cache.security_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.security_is_granted_attribute_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.refresh" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.login" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.api" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.route_name_resolver" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.metadata.resource" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.metadata.resource.legacy" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.metadata.property.legacy" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.subresource_operation_factory" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.metadata.property" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.metadata.resource_collection" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="api_platform.cache.identifiers_extractor" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.easyadmin" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="ux.twig_component.component_factory" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="ux.twig_component.component_renderer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.ux.twig_component" type="collection">
          <argument>reset</argument>
        </argument>
      </argument>
    </service>
    <service id="reverse_container" class="Symfony\Component\DependencyInjection\ReverseContainer">
      <argument type="service" id="service_container"/>
      <argument type="service" id=".service_locator.XXv1IfR"/>
    </service>
    <service id="locale_aware_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleAwareListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="iterator">
        <argument type="service" id="slugger"/>
        <argument type="service" id="translator.default"/>
        <argument type="service" id="translation.locale_switcher"/>
      </argument>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="container.env_var_processor" class="Symfony\Component\DependencyInjection\EnvVarProcessor">
      <tag name="container.env_var_processor"/>
      <argument type="service" id="service_container"/>
      <argument type="tagged_iterator" tag="container.env_var_loader"/>
    </service>
    <service id="slugger" class="Symfony\Component\String\Slugger\AsciiSlugger">
      <tag name="kernel.locale_aware"/>
      <argument>fr</argument>
    </service>
    <service id="container.getenv" class="Closure">
      <tag name="routing.expression_language_function" function="env"/>
      <argument type="collection">
        <argument type="service" id="service_container"/>
        <argument>getEnv</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.get_routing_condition_service" class="Closure" public="true">
      <tag name="routing.expression_language_function" function="service"/>
      <argument type="collection">
        <argument type="service" id=".service_locator.Xbsa8iG"/>
        <argument>get</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.env" class="Symfony\Component\String\LazyString" constructor="fromCallable" abstract="true">
      <argument type="service" id="container.getenv"/>
    </service>
    <service id="config_builder.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="clock" class="Symfony\Component\Clock\Clock"/>
    <service id="Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Request" class="Symfony\Component\HttpFoundation\Request" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Response" class="Symfony\Component\HttpFoundation\Response" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Session\SessionInterface" class="Symfony\Component\HttpFoundation\Session\SessionInterface" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="fragment.handler" class="Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler">
      <argument type="service" id=".service_locator.lLv4pWF"/>
      <argument type="service" id="request_stack"/>
      <argument>true</argument>
    </service>
    <service id="fragment.uri_generator" class="Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator">
      <argument>/_fragment</argument>
      <argument type="service" id="uri_signer"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="fragment.renderer.inline" class="Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer">
      <tag name="kernel.fragment_renderer" alias="inline"/>
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setFragmentPath">
        <argument>/_fragment</argument>
      </call>
    </service>
    <service id="error_handler.error_renderer.html" class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer">
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
        </service>
      </argument>
      <argument>UTF-8</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <argument>/home/evenetu/cba</argument>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="getAndCleanOutputBuffer"/>
        </service>
      </argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener">
      <tag name="monolog.logger" channel="console"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="monolog.logger.console" on-invalid="null"/>
    </service>
    <service id="console.suggest_missing_package_subscriber" class="Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="console.command.about" class="Symfony\Bundle\FrameworkBundle\Command\AboutCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>about</argument>
      </call>
      <call method="setDescription">
        <argument>Display information about the current project</argument>
      </call>
    </service>
    <service id="console.command.assets_install" class="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument>/home/evenetu/cba</argument>
      <call method="setName">
        <argument>assets:install</argument>
      </call>
      <call method="setDescription">
        <argument>Install bundle's web assets under a public directory</argument>
      </call>
    </service>
    <service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_clearer"/>
      <argument type="service" id="filesystem"/>
      <call method="setName">
        <argument>cache:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear the cache</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.rate_limiter</argument>
        <argument>doctrine.result_cache_pool</argument>
        <argument>doctrine.system_cache_pool</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>api_platform.cache.route_name_resolver</argument>
        <argument>api_platform.cache.metadata.resource</argument>
        <argument>api_platform.cache.metadata.resource.legacy</argument>
        <argument>api_platform.cache.metadata.property.legacy</argument>
        <argument>api_platform.cache.subresource_operation_factory</argument>
        <argument>api_platform.cache.metadata.property</argument>
        <argument>api_platform.cache.metadata.resource_collection</argument>
        <argument>api_platform.cache.identifiers_extractor</argument>
        <argument>cache.easyadmin</argument>
        <argument>cache.ux.twig_component</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_prune" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>cache:pool:prune</argument>
      </call>
      <call method="setDescription">
        <argument>Prune cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_invalidate_tags" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.NYCuMTz"/>
      <call method="setName">
        <argument>cache:pool:invalidate-tags</argument>
      </call>
      <call method="setDescription">
        <argument>Invalidate cache tags for all or a specific pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_delete" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.rate_limiter</argument>
        <argument>doctrine.result_cache_pool</argument>
        <argument>doctrine.system_cache_pool</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>api_platform.cache.route_name_resolver</argument>
        <argument>api_platform.cache.metadata.resource</argument>
        <argument>api_platform.cache.metadata.resource.legacy</argument>
        <argument>api_platform.cache.metadata.property.legacy</argument>
        <argument>api_platform.cache.subresource_operation_factory</argument>
        <argument>api_platform.cache.metadata.property</argument>
        <argument>api_platform.cache.metadata.resource_collection</argument>
        <argument>api_platform.cache.identifiers_extractor</argument>
        <argument>cache.easyadmin</argument>
        <argument>cache.ux.twig_component</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:delete</argument>
      </call>
      <call method="setDescription">
        <argument>Delete an item from a cache pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_list" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.rate_limiter</argument>
        <argument>doctrine.result_cache_pool</argument>
        <argument>doctrine.system_cache_pool</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>api_platform.cache.route_name_resolver</argument>
        <argument>api_platform.cache.metadata.resource</argument>
        <argument>api_platform.cache.metadata.resource.legacy</argument>
        <argument>api_platform.cache.metadata.property.legacy</argument>
        <argument>api_platform.cache.subresource_operation_factory</argument>
        <argument>api_platform.cache.metadata.property</argument>
        <argument>api_platform.cache.metadata.resource_collection</argument>
        <argument>api_platform.cache.identifiers_extractor</argument>
        <argument>cache.easyadmin</argument>
        <argument>cache.ux.twig_component</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:list</argument>
      </call>
      <call method="setDescription">
        <argument>List available cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_warmup" class="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_warmer"/>
      <call method="setName">
        <argument>cache:warmup</argument>
      </call>
      <call method="setDescription">
        <argument>Warm up an empty cache</argument>
      </call>
    </service>
    <service id="console.command.config_debug" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>debug:config</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the current configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.config_dump_reference" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>config:dump-reference</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the default configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.container_debug" class="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>debug:container</argument>
      </call>
      <call method="setDescription">
        <argument>Display current services for an application</argument>
      </call>
    </service>
    <service id="console.command.container_lint" class="Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:container</argument>
      </call>
      <call method="setDescription">
        <argument>Ensure that arguments injected into services match type declarations</argument>
      </call>
    </service>
    <service id="console.command.debug_autowiring" class="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:autowiring</argument>
      </call>
      <call method="setDescription">
        <argument>List classes/interfaces you can use for autowiring</argument>
      </call>
    </service>
    <service id="console.command.dotenv_debug" class="Symfony\Component\Dotenv\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>prod</argument>
      <argument>/home/evenetu/cba</argument>
      <call method="setName">
        <argument>debug:dotenv</argument>
      </call>
      <call method="setDescription">
        <argument>List all dotenv files with variables and values</argument>
      </call>
    </service>
    <service id="console.command.event_dispatcher_debug" class="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.clMzvAn"/>
      <call method="setName">
        <argument>debug:event-dispatcher</argument>
      </call>
      <call method="setDescription">
        <argument>Display configured listeners for an application</argument>
      </call>
    </service>
    <service id="console.command.router_debug" class="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:router</argument>
      </call>
      <call method="setDescription">
        <argument>Display current routes for an application</argument>
      </call>
    </service>
    <service id="console.command.router_match" class="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="router.default"/>
      <argument type="tagged_iterator" tag="routing.expression_language_provider"/>
      <call method="setName">
        <argument>router:match</argument>
      </call>
      <call method="setDescription">
        <argument>Help debug routes by simulating a path info match</argument>
      </call>
    </service>
    <service id="console.command.serializer_debug" class="Symfony\Component\Serializer\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
      <call method="setName">
        <argument>debug:serializer</argument>
      </call>
      <call method="setDescription">
        <argument>Display serialization information for classes</argument>
      </call>
    </service>
    <service id="console.command.translation_debug" class="Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translator.default"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>/home/evenetu/cba/translations</argument>
      <argument>/home/evenetu/cba/templates</argument>
      <argument type="collection">
        <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations</argument>
        <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations</argument>
        <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations</argument>
      </argument>
      <argument type="collection">
        <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/src/../templates/</argument>
        <argument>/home/evenetu/cba/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/home/evenetu/cba/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </argument>
      <argument type="collection"/>
      <call method="setName">
        <argument>debug:translation</argument>
      </call>
      <call method="setDescription">
        <argument>Display translation messages information</argument>
      </call>
    </service>
    <service id="console.command.translation_extract" class="Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.writer"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>fr</argument>
      <argument>/home/evenetu/cba/translations</argument>
      <argument>/home/evenetu/cba/templates</argument>
      <argument type="collection">
        <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations</argument>
        <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations</argument>
        <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations</argument>
        <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations</argument>
      </argument>
      <argument type="collection">
        <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/src/../templates/</argument>
        <argument>/home/evenetu/cba/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/home/evenetu/cba/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </argument>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:extract</argument>
      </call>
      <call method="setDescription">
        <argument>Extract missing translations keys from code to translation files</argument>
      </call>
    </service>
    <service id="console.command.validator_debug" class="Symfony\Component\Validator\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="validator"/>
      <call method="setName">
        <argument>debug:validator</argument>
      </call>
      <call method="setDescription">
        <argument>Display validation constraints for classes</argument>
      </call>
    </service>
    <service id="console.command.translation_pull" class="Symfony\Component\Translation\Command\TranslationPullCommand">
      <tag name="console.command" command="translation:pull"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.provider_collection"/>
      <argument type="service" id="translation.writer"/>
      <argument type="service" id="translation.reader"/>
      <argument>fr</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:pull</argument>
      </call>
      <call method="setDescription">
        <argument>Pull translations from a given provider.</argument>
      </call>
    </service>
    <service id="console.command.translation_push" class="Symfony\Component\Translation\Command\TranslationPushCommand">
      <tag name="console.command" command="translation:push"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.provider_collection"/>
      <argument type="service" id="translation.reader"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:push</argument>
      </call>
      <call method="setDescription">
        <argument>Push translations to a given provider.</argument>
      </call>
    </service>
    <service id="console.command.xliff_lint" class="Symfony\Component\Translation\Command\XliffLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:xliff</argument>
      </call>
      <call method="setDescription">
        <argument>Lint an XLIFF file and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.yaml_lint" class="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:yaml</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a YAML file and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.form_debug" class="Symfony\Component\Form\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="form.registry"/>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Core\Type</argument>
        <argument>App\Form</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type</argument>
        <argument>Vich\UploaderBundle\Form\Type</argument>
      </argument>
      <argument type="collection">
        <argument>App\Form\BabyAddFormType</argument>
        <argument>App\Form\BabyCbaFormType</argument>
        <argument>App\Form\BabyFormType</argument>
        <argument>App\Form\BabyNewsFormType</argument>
        <argument>App\Form\BabyUpdateFormType</argument>
        <argument>App\Form\ChangePasswordFormType</argument>
        <argument>App\Form\CommentFormType</argument>
        <argument>App\Form\EventFormType</argument>
        <argument>App\Form\EventReplayFormType</argument>
        <argument>App\Form\MediaFormType</argument>
        <argument>App\Form\MessageFormType</argument>
        <argument>App\Form\PrepaAddFormType</argument>
        <argument>App\Form\ProfilFormType</argument>
        <argument>App\Form\RegistrationFormType</argument>
        <argument>App\Form\ResetPasswordRequestFormType</argument>
        <argument>App\Form\SurveyFormType</argument>
        <argument>App\Form\SurveyStep1BisFormType</argument>
        <argument>App\Form\SurveyStep1FormType</argument>
        <argument>App\Form\SurveyStep1TerFormType</argument>
        <argument>App\Form\SurveyStep2BisFormType</argument>
        <argument>App\Form\SurveyStep2FormType</argument>
        <argument>App\Form\SurveyStep3FormType</argument>
        <argument>App\Form\TagEventFormType</argument>
        <argument>App\Form\TagFormType</argument>
        <argument>App\Form\TagThematicFormType</argument>
        <argument>App\Form\TagTopicFormType</argument>
        <argument>App\Form\TagUserFormType</argument>
        <argument>App\Form\ThematicTopicFormType</argument>
        <argument>App\Form\TopicFormType</argument>
        <argument>App\Form\TrackerFormType</argument>
        <argument>App\Form\UserAnnouncementType</argument>
        <argument>App\Form\UserOrganizersFormType</argument>
        <argument>App\Form\UserRewardsFormType</argument>
        <argument>App\Form\UserSubscriptionsFormType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\FormType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\ChoiceType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\FileType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\ColorType</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type\EntityType</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType</argument>
        <argument>Vich\UploaderBundle\Form\Type\VichFileType</argument>
        <argument>Vich\UploaderBundle\Form\Type\VichImageType</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension</argument>
        <argument>Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension</argument>
        <argument>EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser</argument>
        <argument>Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</argument>
      </argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:form</argument>
      </call>
      <call method="setDescription">
        <argument>Display form type information</argument>
      </call>
    </service>
    <service id="console.command.secrets_set" class="Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:set</argument>
      </call>
      <call method="setDescription">
        <argument>Set a secret in the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_remove" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove a secret from the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_generate_key" class="Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:generate-keys</argument>
      </call>
      <call method="setDescription">
        <argument>Generate new encryption keys</argument>
      </call>
    </service>
    <service id="console.command.secrets_list" class="Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:list</argument>
      </call>
      <call method="setDescription">
        <argument>List all secrets</argument>
      </call>
    </service>
    <service id="console.command.secrets_decrypt_to_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:decrypt-to-local</argument>
      </call>
      <call method="setDescription">
        <argument>Decrypt all secrets and stores them in the local vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_encrypt_from_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:encrypt-from-local</argument>
      </call>
      <call method="setDescription">
        <argument>Encrypt all local secrets to the vault</argument>
      </call>
    </service>
    <service id="console.messenger.application" class="Symfony\Bundle\FrameworkBundle\Console\Application" shared="false">
      <argument type="service" id="kernel"/>
      <call method="setAutoExit">
        <argument>false</argument>
      </call>
    </service>
    <service id="console.messenger.execute_command_handler" class="Symfony\Component\Console\Messenger\RunCommandMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="console.messenger.application"/>
    </service>
    <service id="cache.app" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>AWpPBEzkGz</argument>
      <argument>0</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.app.taggable" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <tag name="cache.taggable" pool="cache.app"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="cache.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>c+aVnrjY-D</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.validator" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>Mlcirq9o0A</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.serializer" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>4pHvwM1tKw</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.annotations" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>oZ5Pr57LpQ</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.property_info" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>jiRFM2fJBX</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.adapter.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" abstract="true">
      <tag name="cache.pool" clearer="cache.system_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.adapter.apcu" class="Symfony\Component\Cache\Adapter\ApcuAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.filesystem" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.psr6" class="Symfony\Component\Cache\Adapter\ProxyAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_psr6_provider" clearer="cache.default_clearer" reset="reset"/>
      <argument type="abstract">PSR-6 provider service</argument>
      <argument></argument>
      <argument>0</argument>
    </service>
    <service id="cache.adapter.redis" class="Symfony\Component\Cache\Adapter\RedisAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.redis_tag_aware" class="Symfony\Component\Cache\Adapter\RedisTagAwareAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.memcached" class="Symfony\Component\Cache\Adapter\MemcachedAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_memcached_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Memcached connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.doctrine_dbal" class="Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_doctrine_dbal_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">DBAL connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.pdo" class="Symfony\Component\Cache\Adapter\PdoAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_pdo_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">PDO connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.array" class="Symfony\Component\Cache\Adapter\ArrayAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument>0</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.default_marshaller" class="Symfony\Component\Cache\Marshaller\DefaultMarshaller">
      <argument>null</argument>
      <argument>true</argument>
    </service>
    <service id="cache.default_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter" type="service" id="cache.rate_limiter" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.result_cache_pool" type="service" id="doctrine.result_cache_pool" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.system_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.system_cache_pool" type="service" id="doctrine.system_cache_pool" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.route_name_resolver" type="service" id="api_platform.cache.route_name_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource" type="service" id="api_platform.cache.metadata.resource" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource.legacy" type="service" id="api_platform.cache.metadata.resource.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property.legacy" type="service" id="api_platform.cache.metadata.property.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.subresource_operation_factory" type="service" id="api_platform.cache.subresource_operation_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property" type="service" id="api_platform.cache.metadata.property" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource_collection" type="service" id="api_platform.cache.metadata.resource_collection" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.identifiers_extractor" type="service" id="api_platform.cache.identifiers_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="cache.easyadmin" type="service" id="cache.easyadmin" on-invalid="ignore_uninitialized"/>
        <argument key="cache.ux.twig_component" type="service" id="cache.ux.twig_component" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.global_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.rate_limiter" type="service" id="cache.rate_limiter" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.result_cache_pool" type="service" id="doctrine.result_cache_pool" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.system_cache_pool" type="service" id="doctrine.system_cache_pool" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.route_name_resolver" type="service" id="api_platform.cache.route_name_resolver" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource" type="service" id="api_platform.cache.metadata.resource" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource.legacy" type="service" id="api_platform.cache.metadata.resource.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property.legacy" type="service" id="api_platform.cache.metadata.property.legacy" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.subresource_operation_factory" type="service" id="api_platform.cache.subresource_operation_factory" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.property" type="service" id="api_platform.cache.metadata.property" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.metadata.resource_collection" type="service" id="api_platform.cache.metadata.resource_collection" on-invalid="ignore_uninitialized"/>
        <argument key="api_platform.cache.identifiers_extractor" type="service" id="api_platform.cache.identifiers_extractor" on-invalid="ignore_uninitialized"/>
        <argument key="cache.easyadmin" type="service" id="cache.easyadmin" on-invalid="ignore_uninitialized"/>
        <argument key="cache.ux.twig_component" type="service" id="cache.ux.twig_component" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="identity_translator" class="Symfony\Component\Translation\IdentityTranslator"/>
    <service id="assets.packages" class="Symfony\Component\Asset\Packages">
      <argument type="service" id="assets._default_package"/>
      <argument type="tagged_iterator" tag="assets.package" index-by="package" default-index-method="getDefaultPackageName" default-priority-method="getDefaultPackagePriority"/>
    </service>
    <service id="assets.empty_package" class="Symfony\Component\Asset\Package">
      <argument type="service" id="assets.empty_version_strategy"/>
    </service>
    <service id="assets.context" class="Symfony\Component\Asset\Context\RequestStackContext">
      <argument type="service" id="request_stack"/>
      <argument type="service">
        <service class="string">
          <factory service="router.request_context" method="getBaseUrl"/>
        </service>
      </argument>
      <argument type="service">
        <service class="bool">
          <factory service="router.request_context" method="isSecure"/>
        </service>
      </argument>
    </service>
    <service id="assets.path_package" class="Symfony\Component\Asset\PathPackage" abstract="true">
      <argument type="abstract">base path</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.url_package" class="Symfony\Component\Asset\UrlPackage" abstract="true">
      <argument type="abstract">base URLs</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.static_version_strategy" class="Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy" abstract="true">
      <argument type="abstract">version</argument>
      <argument type="abstract">format</argument>
    </service>
    <service id="assets.empty_version_strategy" class="Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy"/>
    <service id="assets.json_manifest_version_strategy" class="Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy" abstract="true">
      <argument type="abstract">manifest path</argument>
      <argument type="service" id="http_client.uri_template" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="assets._default_package" class="Symfony\Component\Asset\PathPackage">
      <argument></argument>
      <argument type="service" id="assets.empty_version_strategy"/>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="http_client.transport" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <tag name="monolog.logger" channel="http_client"/>
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <argument type="collection"/>
      <argument>6</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.http_client" on-invalid="ignore"/>
      </call>
      <factory class="Symfony\Component\HttpClient\HttpClient" method="create"/>
    </service>
    <service id="http_client.abstract_retry_strategy" class="Symfony\Component\HttpClient\Retry\GenericRetryStrategy" abstract="true">
      <argument type="abstract">http codes</argument>
      <argument type="abstract">delay ms</argument>
      <argument type="abstract">multiplier</argument>
      <argument type="abstract">max delay ms</argument>
      <argument type="abstract">jitter</argument>
    </service>
    <service id="http_client.uri_template" class="Symfony\Component\HttpClient\UriTemplateHttpClient">
      <tag name="http_client.client"/>
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <tag name="container.decorator" id="http_client" inner="http_client.uri_template.inner"/>
      <argument type="service" id="http_client.uri_template.inner"/>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="http_client.uri_template_expander.guzzle" class="Closure">
      <argument type="collection">
        <argument>GuzzleHttp\UriTemplate\UriTemplate</argument>
        <argument>expand</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="http_client.uri_template_expander.rize" class="Closure">
      <argument type="collection">
        <argument type="service">
          <service class="Rize\UriTemplate"/>
        </argument>
        <argument>expand</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="http_client.messenger.ping_webhook_handler" class="Symfony\Component\HttpClient\Messenger\PingWebhookMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="mailer.mailer" class="Symfony\Component\Mailer\Mailer">
      <argument type="service" id="mailer.transports"/>
      <argument>null</argument>
      <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
    </service>
    <service id="mailer.transports" class="Symfony\Component\Mailer\Transport\Transports">
      <argument type="collection">
        <argument key="main">%env(MAILER_DSN)%</argument>
      </argument>
      <factory service="mailer.transport_factory" method="fromStrings"/>
    </service>
    <service id="mailer.transport_factory" class="Symfony\Component\Mailer\Transport">
      <argument type="tagged_iterator" tag="mailer.transport_factory"/>
    </service>
    <service id="mailer.default_transport" class="Symfony\Component\Mailer\Transport\TransportInterface">
      <argument>%env(MAILER_DSN)%</argument>
      <factory service="mailer.transport_factory" method="fromString"/>
    </service>
    <service id="mailer.messenger.message_handler" class="Symfony\Component\Mailer\Messenger\MessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="mailer.transports"/>
    </service>
    <service id="mailer.envelope_listener" class="Symfony\Component\Mailer\EventListener\EnvelopeListener">
      <tag name="kernel.event_subscriber"/>
      <argument>cba@evenetmoi.com</argument>
      <argument type="collection"/>
    </service>
    <service id="mailer.message_listener" class="Symfony\Component\Mailer\EventListener\MessageListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service">
        <service class="Symfony\Component\Mime\Header\Headers">
          <call method="addHeader">
            <argument>From</argument>
            <argument type="collection">
              <argument>Cool Baby Academy &lt;cba@evenetmoi.com&gt;</argument>
            </argument>
          </call>
          <call method="addHeader">
            <argument>X-Custom-Header</argument>
            <argument>foobar</argument>
          </call>
        </service>
      </argument>
    </service>
    <service id="mailer.message_logger_listener" class="Symfony\Component\Mailer\EventListener\MessageLoggerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="mailer.messenger_transport_listener" class="Symfony\Component\Mailer\EventListener\MessengerTransportListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="console.command.mailer_test" class="Symfony\Component\Mailer\Command\MailerTestCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.transports"/>
      <call method="setName">
        <argument>mailer:test</argument>
      </call>
      <call method="setDescription">
        <argument>Test Mailer transports by sending an email</argument>
      </call>
    </service>
    <service id="mailer.transport_factory.abstract" class="Symfony\Component\Mailer\Transport\AbstractTransportFactory" abstract="true">
      <tag name="monolog.logger" channel="mailer"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.gmail" class="Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.null" class="Symfony\Component\Mailer\Transport\NullTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.sendmail" class="Symfony\Component\Mailer\Transport\SendmailTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.smtp" class="Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory">
      <tag name="mailer.transport_factory" priority="-100"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.native" class="Symfony\Component\Mailer\Transport\NativeTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="translator.default" class="Symfony\Bundle\FrameworkBundle\Translation\Translator">
      <tag name="kernel.locale_aware"/>
      <argument type="service" id=".service_locator.yY.p4P7"/>
      <argument type="service" id="translator.formatter.default"/>
      <argument>fr</argument>
      <argument type="collection">
        <argument key="translation.loader.php" type="collection">
          <argument>php</argument>
        </argument>
        <argument key="translation.loader.yml" type="collection">
          <argument>yaml</argument>
          <argument>yml</argument>
        </argument>
        <argument key="translation.loader.xliff" type="collection">
          <argument>xlf</argument>
          <argument>xliff</argument>
        </argument>
        <argument key="translation.loader.po" type="collection">
          <argument>po</argument>
        </argument>
        <argument key="translation.loader.mo" type="collection">
          <argument>mo</argument>
        </argument>
        <argument key="translation.loader.qt" type="collection">
          <argument>ts</argument>
        </argument>
        <argument key="translation.loader.csv" type="collection">
          <argument>csv</argument>
        </argument>
        <argument key="translation.loader.res" type="collection">
          <argument>res</argument>
        </argument>
        <argument key="translation.loader.dat" type="collection">
          <argument>dat</argument>
        </argument>
        <argument key="translation.loader.ini" type="collection">
          <argument>ini</argument>
        </argument>
        <argument key="translation.loader.json" type="collection">
          <argument>json</argument>
        </argument>
      </argument>
      <argument type="collection">
        <argument key="cache_dir">/home/evenetu/cba/var/cache/prod/translations</argument>
        <argument key="debug">true</argument>
        <argument key="resource_files" type="collection">
          <argument key="af" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.af.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.af.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.af.xlf</argument>
          </argument>
          <argument key="ar" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.ar.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.ar.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.ar.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ar.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ar.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.ar.yaml</argument>
          </argument>
          <argument key="az" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.az.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.az.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.az.xlf</argument>
          </argument>
          <argument key="be" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.be.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.be.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.be.xlf</argument>
          </argument>
          <argument key="bg" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.bg.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.bg.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.bg.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.bg.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.bg.yaml</argument>
          </argument>
          <argument key="bs" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.bs.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.bs.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.bs.xlf</argument>
          </argument>
          <argument key="ca" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.ca.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.ca.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.ca.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ca.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ca.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.ca.yaml</argument>
          </argument>
          <argument key="cs" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.cs.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.cs.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.cs.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.cs.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.cs.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.cs.yaml</argument>
          </argument>
          <argument key="cy" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.cy.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.cy.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.cy.xlf</argument>
          </argument>
          <argument key="da" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.da.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.da.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.da.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.da.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.da.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.da.php</argument>
          </argument>
          <argument key="de" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.de.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.de.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.de.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.de.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.de.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.de.yaml</argument>
          </argument>
          <argument key="el" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.el.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.el.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.el.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.el.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.el.php</argument>
          </argument>
          <argument key="en" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.en.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.en.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.en.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.en.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.en.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.en.yaml</argument>
          </argument>
          <argument key="es" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.es.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.es.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.es.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.es.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.es.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.es.yaml</argument>
          </argument>
          <argument key="et" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.et.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.et.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.et.xlf</argument>
          </argument>
          <argument key="eu" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.eu.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.eu.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.eu.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.eu.php</argument>
          </argument>
          <argument key="fa" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.fa.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.fa.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.fa.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fa.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fa.php</argument>
          </argument>
          <argument key="fi" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.fi.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.fi.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.fi.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fi.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fi.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.fi.yaml</argument>
          </argument>
          <argument key="fr" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.fr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.fr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.fr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.fr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.fr.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.fr.yaml</argument>
          </argument>
          <argument key="gl" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.gl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.gl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.gl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.gl.php</argument>
          </argument>
          <argument key="he" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.he.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.he.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.he.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.he.php</argument>
          </argument>
          <argument key="hr" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.hr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.hr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.hr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hr.php</argument>
          </argument>
          <argument key="hu" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.hu.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.hu.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.hu.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.hu.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hu.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.hu.yaml</argument>
          </argument>
          <argument key="hy" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.hy.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.hy.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.hy.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.hy.php</argument>
          </argument>
          <argument key="id" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.id.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.id.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.id.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.id.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.id.php</argument>
          </argument>
          <argument key="it" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.it.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.it.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.it.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.it.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.it.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.it.yaml</argument>
          </argument>
          <argument key="ja" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.ja.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.ja.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.ja.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ja.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff</argument>
          </argument>
          <argument key="lb" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.lb.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.lb.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.lb.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.lb.php</argument>
          </argument>
          <argument key="lt" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.lt.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.lt.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.lt.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.lt.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.lt.yaml</argument>
          </argument>
          <argument key="lv" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.lv.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.lv.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.lv.xlf</argument>
          </argument>
          <argument key="mk" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.mk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.mk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.mk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.mk.php</argument>
          </argument>
          <argument key="mn" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.mn.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.mn.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.mn.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mn.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.mn.xlf</argument>
          </argument>
          <argument key="my" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.my.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.my.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.my.xlf</argument>
          </argument>
          <argument key="nb" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.nb.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.nb.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.nb.xlf</argument>
          </argument>
          <argument key="nl" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.nl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.nl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.nl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle+intl-icu.nl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.nl.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.nl.yaml</argument>
          </argument>
          <argument key="nn" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.nn.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.nn.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.nn.xlf</argument>
          </argument>
          <argument key="no" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.no.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.no.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.no.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.no.php</argument>
          </argument>
          <argument key="pl" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.pl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.pl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.pl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pl.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.pl.yaml</argument>
          </argument>
          <argument key="pt" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.pt.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.pt.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.pt.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.pt.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pt.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.pt.yaml</argument>
          </argument>
          <argument key="pt_BR" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.pt_BR.php</argument>
          </argument>
          <argument key="ro" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.ro.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.ro.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.ro.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ro.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ro.php</argument>
          </argument>
          <argument key="ru" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.ru.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.ru.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.ru.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.ru.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.ru.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.ru.yaml</argument>
          </argument>
          <argument key="sk" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.sk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.sk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.sk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sk.php</argument>
          </argument>
          <argument key="sl" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.sl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.sl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.sl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sl.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.sl.yaml</argument>
          </argument>
          <argument key="sq" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.sq.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.sq.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.sq.xlf</argument>
          </argument>
          <argument key="sr_Cyrl" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf</argument>
          </argument>
          <argument key="sr_Latn" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf</argument>
          </argument>
          <argument key="sv" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.sv.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.sv.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.sv.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sv.php</argument>
          </argument>
          <argument key="th" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.th.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.th.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.th.xlf</argument>
          </argument>
          <argument key="tl" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.tl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.tl.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.tl.xlf</argument>
          </argument>
          <argument key="tr" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.tr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.tr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.tr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.tr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.tr.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.tr.yaml</argument>
          </argument>
          <argument key="uk" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.uk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.uk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.uk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.uk.xlf</argument>
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.uk.php</argument>
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.uk.yaml</argument>
          </argument>
          <argument key="ur" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.ur.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.ur.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.ur.xlf</argument>
          </argument>
          <argument key="uz" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.uz.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.uz.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.uz.xlf</argument>
          </argument>
          <argument key="vi" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.vi.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.vi.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.vi.xlf</argument>
          </argument>
          <argument key="zh_CN" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.zh_CN.php</argument>
          </argument>
          <argument key="zh_TW" type="collection">
            <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf</argument>
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.zh_TW.php</argument>
          </argument>
          <argument key="sr" type="collection">
            <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf</argument>
            <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations/ResetPasswordBundle.sr.xlf</argument>
          </argument>
          <argument key="ky" type="collection">
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff</argument>
          </argument>
          <argument key="sw" type="collection">
            <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff</argument>
          </argument>
          <argument key="sr_RS" type="collection">
            <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations/EasyAdminBundle.sr_RS.php</argument>
          </argument>
          <argument key="vn" type="collection">
            <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations/messages.vn.yaml</argument>
          </argument>
        </argument>
        <argument key="scanned_directories" type="collection">
          <argument>/home/evenetu/cba/vendor/symfony/validator/Resources/translations</argument>
          <argument>/home/evenetu/cba/vendor/symfony/form/Resources/translations</argument>
          <argument>/home/evenetu/cba/vendor/symfony/security-core/Resources/translations</argument>
          <argument>/home/evenetu/cba/vendor/symfonycasts/verify-email-bundle/src/Resources/translations</argument>
          <argument>/home/evenetu/cba/vendor/symfonycasts/reset-password-bundle/src/Resources/translations</argument>
          <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/translations</argument>
          <argument>/home/evenetu/cba/translations</argument>
          <argument>/home/evenetu/cba/vendor/symfony/framework-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/doctrine/doctrine-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/doctrine/doctrine-migrations-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/symfony/twig-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/symfony/security-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/nelmio/cors-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/api-platform/core/src/Symfony/Bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/lexik/jwt-authentication-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/gesdinet/jwt-refresh-token-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/twig/extra-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/symfony/monolog-bundle/translations</argument>
          <argument>/home/evenetu/cba/vendor/symfony/ux-twig-component/translations</argument>
        </argument>
        <argument key="cache_vary" type="collection">
          <argument key="scanned_directories" type="collection">
            <argument>vendor/symfony/validator/Resources/translations</argument>
            <argument>vendor/symfony/form/Resources/translations</argument>
            <argument>vendor/symfony/security-core/Resources/translations</argument>
            <argument>vendor/symfonycasts/verify-email-bundle/src/Resources/translations</argument>
            <argument>vendor/symfonycasts/reset-password-bundle/src/Resources/translations</argument>
            <argument>vendor/knplabs/knp-paginator-bundle/translations</argument>
            <argument>vendor/easycorp/easyadmin-bundle/translations</argument>
            <argument>vendor/vich/uploader-bundle/translations</argument>
            <argument>translations</argument>
            <argument>vendor/symfony/framework-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-migrations-bundle/translations</argument>
            <argument>vendor/symfony/twig-bundle/translations</argument>
            <argument>vendor/symfony/security-bundle/translations</argument>
            <argument>vendor/nelmio/cors-bundle/translations</argument>
            <argument>vendor/api-platform/core/src/Symfony/Bundle/translations</argument>
            <argument>vendor/lexik/jwt-authentication-bundle/translations</argument>
            <argument>vendor/gesdinet/jwt-refresh-token-bundle/translations</argument>
            <argument>vendor/twig/extra-bundle/translations</argument>
            <argument>vendor/symfony/monolog-bundle/translations</argument>
            <argument>vendor/symfony/ux-twig-component/translations</argument>
          </argument>
        </argument>
      </argument>
      <argument type="collection"/>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
      <call method="setFallbackLocales">
        <argument type="collection">
          <argument>fr</argument>
        </argument>
      </call>
    </service>
    <service id="translator.logging" class="Symfony\Component\Translation\LoggingTranslator">
      <tag name="monolog.logger" channel="translation"/>
      <argument type="service" id="translator.logging.inner"/>
      <argument type="service" id="monolog.logger.translation"/>
    </service>
    <service id="translator.formatter.default" class="Symfony\Component\Translation\Formatter\MessageFormatter">
      <argument type="service" id="identity_translator"/>
    </service>
    <service id="translation.loader.php" class="Symfony\Component\Translation\Loader\PhpFileLoader">
      <tag name="translation.loader" alias="php"/>
    </service>
    <service id="translation.loader.yml" class="Symfony\Component\Translation\Loader\YamlFileLoader">
      <tag name="translation.loader" alias="yaml" legacy-alias="yml"/>
    </service>
    <service id="translation.loader.xliff" class="Symfony\Component\Translation\Loader\XliffFileLoader">
      <tag name="translation.loader" alias="xlf" legacy-alias="xliff"/>
    </service>
    <service id="translation.loader.po" class="Symfony\Component\Translation\Loader\PoFileLoader">
      <tag name="translation.loader" alias="po"/>
    </service>
    <service id="translation.loader.mo" class="Symfony\Component\Translation\Loader\MoFileLoader">
      <tag name="translation.loader" alias="mo"/>
    </service>
    <service id="translation.loader.qt" class="Symfony\Component\Translation\Loader\QtFileLoader">
      <tag name="translation.loader" alias="ts"/>
    </service>
    <service id="translation.loader.csv" class="Symfony\Component\Translation\Loader\CsvFileLoader">
      <tag name="translation.loader" alias="csv"/>
    </service>
    <service id="translation.loader.res" class="Symfony\Component\Translation\Loader\IcuResFileLoader">
      <tag name="translation.loader" alias="res"/>
    </service>
    <service id="translation.loader.dat" class="Symfony\Component\Translation\Loader\IcuDatFileLoader">
      <tag name="translation.loader" alias="dat"/>
    </service>
    <service id="translation.loader.ini" class="Symfony\Component\Translation\Loader\IniFileLoader">
      <tag name="translation.loader" alias="ini"/>
    </service>
    <service id="translation.loader.json" class="Symfony\Component\Translation\Loader\JsonFileLoader">
      <tag name="translation.loader" alias="json"/>
    </service>
    <service id="translation.dumper.php" class="Symfony\Component\Translation\Dumper\PhpFileDumper">
      <tag name="translation.dumper" alias="php"/>
    </service>
    <service id="translation.dumper.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xlf"/>
    </service>
    <service id="translation.dumper.xliff.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xliff"/>
      <argument>xliff</argument>
    </service>
    <service id="translation.dumper.po" class="Symfony\Component\Translation\Dumper\PoFileDumper">
      <tag name="translation.dumper" alias="po"/>
    </service>
    <service id="translation.dumper.mo" class="Symfony\Component\Translation\Dumper\MoFileDumper">
      <tag name="translation.dumper" alias="mo"/>
    </service>
    <service id="translation.dumper.yml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yml"/>
    </service>
    <service id="translation.dumper.yaml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yaml"/>
      <argument>yaml</argument>
    </service>
    <service id="translation.dumper.qt" class="Symfony\Component\Translation\Dumper\QtFileDumper">
      <tag name="translation.dumper" alias="ts"/>
    </service>
    <service id="translation.dumper.csv" class="Symfony\Component\Translation\Dumper\CsvFileDumper">
      <tag name="translation.dumper" alias="csv"/>
    </service>
    <service id="translation.dumper.ini" class="Symfony\Component\Translation\Dumper\IniFileDumper">
      <tag name="translation.dumper" alias="ini"/>
    </service>
    <service id="translation.dumper.json" class="Symfony\Component\Translation\Dumper\JsonFileDumper">
      <tag name="translation.dumper" alias="json"/>
    </service>
    <service id="translation.dumper.res" class="Symfony\Component\Translation\Dumper\IcuResFileDumper">
      <tag name="translation.dumper" alias="res"/>
    </service>
    <service id="translation.extractor.php_ast" class="Symfony\Component\Translation\Extractor\PhpAstExtractor">
      <tag name="translation.extractor" alias="php"/>
      <argument type="tagged_iterator" tag="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.trans_method" class="Symfony\Component\Translation\Extractor\Visitor\TransMethodVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.translatable_message" class="Symfony\Component\Translation\Extractor\Visitor\TranslatableMessageVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.constraint" class="Symfony\Component\Translation\Extractor\Visitor\ConstraintVisitor">
      <tag name="translation.extractor.visitor"/>
      <argument type="collection">
        <argument>All</argument>
        <argument>AtLeastOneOf</argument>
        <argument>Bic</argument>
        <argument>Blank</argument>
        <argument>Callback</argument>
        <argument>CardScheme</argument>
        <argument>Choice</argument>
        <argument>Cidr</argument>
        <argument>Collection</argument>
        <argument>Compound</argument>
        <argument>Count</argument>
        <argument>Country</argument>
        <argument>CssColor</argument>
        <argument>Currency</argument>
        <argument>DateTime</argument>
        <argument>Date</argument>
        <argument>DivisibleBy</argument>
        <argument>Email</argument>
        <argument>EqualTo</argument>
        <argument>ExpressionSyntax</argument>
        <argument>Expression</argument>
        <argument>File</argument>
        <argument>GreaterThanOrEqual</argument>
        <argument>GreaterThan</argument>
        <argument>Hostname</argument>
        <argument>Iban</argument>
        <argument>IdenticalTo</argument>
        <argument>Image</argument>
        <argument>Ip</argument>
        <argument>IsFalse</argument>
        <argument>IsNull</argument>
        <argument>IsTrue</argument>
        <argument>Isbn</argument>
        <argument>Isin</argument>
        <argument>Issn</argument>
        <argument>Json</argument>
        <argument>Language</argument>
        <argument>Length</argument>
        <argument>LessThanOrEqual</argument>
        <argument>LessThan</argument>
        <argument>Locale</argument>
        <argument>Luhn</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>NotBlank</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>NotEqualTo</argument>
        <argument>NotIdenticalTo</argument>
        <argument>NotNull</argument>
        <argument>PasswordStrength</argument>
        <argument>Range</argument>
        <argument>Regex</argument>
        <argument>Sequentially</argument>
        <argument>Time</argument>
        <argument>Timezone</argument>
        <argument>Type</argument>
        <argument>Ulid</argument>
        <argument>Unique</argument>
        <argument>Url</argument>
        <argument>Uuid</argument>
        <argument>Valid</argument>
        <argument>When</argument>
        <argument>Expression</argument>
        <argument>Email</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>When</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>UniqueEntity</argument>
        <argument>UserPassword</argument>
      </argument>
    </service>
    <service id="translation.reader" class="Symfony\Component\Translation\Reader\TranslationReader">
      <call method="addLoader">
        <argument>php</argument>
        <argument type="service" id="translation.loader.php"/>
      </call>
      <call method="addLoader">
        <argument>yaml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>yml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>xlf</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>xliff</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>po</argument>
        <argument type="service" id="translation.loader.po"/>
      </call>
      <call method="addLoader">
        <argument>mo</argument>
        <argument type="service" id="translation.loader.mo"/>
      </call>
      <call method="addLoader">
        <argument>ts</argument>
        <argument type="service" id="translation.loader.qt"/>
      </call>
      <call method="addLoader">
        <argument>csv</argument>
        <argument type="service" id="translation.loader.csv"/>
      </call>
      <call method="addLoader">
        <argument>res</argument>
        <argument type="service" id="translation.loader.res"/>
      </call>
      <call method="addLoader">
        <argument>dat</argument>
        <argument type="service" id="translation.loader.dat"/>
      </call>
      <call method="addLoader">
        <argument>ini</argument>
        <argument type="service" id="translation.loader.ini"/>
      </call>
      <call method="addLoader">
        <argument>json</argument>
        <argument type="service" id="translation.loader.json"/>
      </call>
    </service>
    <service id="translation.extractor" class="Symfony\Component\Translation\Extractor\ChainExtractor">
      <call method="addExtractor">
        <argument>php</argument>
        <argument type="service" id="translation.extractor.php_ast"/>
      </call>
      <call method="addExtractor">
        <argument>twig</argument>
        <argument type="service" id="twig.translation.extractor"/>
      </call>
    </service>
    <service id="translation.writer" class="Symfony\Component\Translation\Writer\TranslationWriter">
      <call method="addDumper">
        <argument>php</argument>
        <argument type="service" id="translation.dumper.php"/>
      </call>
      <call method="addDumper">
        <argument>xlf</argument>
        <argument type="service" id="translation.dumper.xliff"/>
      </call>
      <call method="addDumper">
        <argument>xliff</argument>
        <argument type="service" id="translation.dumper.xliff.xliff"/>
      </call>
      <call method="addDumper">
        <argument>po</argument>
        <argument type="service" id="translation.dumper.po"/>
      </call>
      <call method="addDumper">
        <argument>mo</argument>
        <argument type="service" id="translation.dumper.mo"/>
      </call>
      <call method="addDumper">
        <argument>yml</argument>
        <argument type="service" id="translation.dumper.yml"/>
      </call>
      <call method="addDumper">
        <argument>yaml</argument>
        <argument type="service" id="translation.dumper.yaml"/>
      </call>
      <call method="addDumper">
        <argument>ts</argument>
        <argument type="service" id="translation.dumper.qt"/>
      </call>
      <call method="addDumper">
        <argument>csv</argument>
        <argument type="service" id="translation.dumper.csv"/>
      </call>
      <call method="addDumper">
        <argument>ini</argument>
        <argument type="service" id="translation.dumper.ini"/>
      </call>
      <call method="addDumper">
        <argument>json</argument>
        <argument type="service" id="translation.dumper.json"/>
      </call>
      <call method="addDumper">
        <argument>res</argument>
        <argument type="service" id="translation.dumper.res"/>
      </call>
    </service>
    <service id="translation.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer">
      <tag name="container.service_subscriber" id="translator"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.fuYM_Z..translation.warmer"/>
    </service>
    <service id="translation.locale_switcher" class="Symfony\Component\Translation\LocaleSwitcher">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.locale_aware"/>
      <argument>fr</argument>
      <argument type="tagged_iterator" tag="kernel.locale_aware" exclude="translation.locale_switcher"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
    </service>
    <service id="translation.provider_collection" class="Symfony\Component\Translation\Provider\TranslationProviderCollection">
      <argument type="collection"/>
      <factory service="translation.provider_collection_factory" method="fromConfig"/>
    </service>
    <service id="translation.provider_collection_factory" class="Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory">
      <argument type="tagged_iterator" tag="translation.provider_factory"/>
      <argument type="collection"/>
    </service>
    <service id="translation.provider_factory.null" class="Symfony\Component\Translation\Provider\NullProviderFactory">
      <tag name="translation.provider_factory"/>
    </service>
    <service id="debug.error_handler_configurator" class="Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator" public="true">
      <tag name="monolog.logger" channel="php"/>
      <argument type="service" id="monolog.logger.php"/>
      <argument>null</argument>
      <argument>-1</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="service" id="monolog.logger.deprecation"/>
    </service>
    <service id="debug.debug_handlers_listener" class="Symfony\Component\HttpKernel\EventListener\DebugHandlersListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>null</argument>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="debug.file_link_formatter" class="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter">
      <argument>%env(default::SYMFONY_IDE)%</argument>
    </service>
    <service id="debug.stopwatch" class="Symfony\Component\Stopwatch\Stopwatch" public="true">
      <tag name="kernel.reset" method="reset"/>
      <argument>true</argument>
    </service>
    <service id="debug.event_dispatcher" class="Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher">
      <tag name="container.hot_path"/>
      <tag name="event_dispatcher">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="event_dispatcher" inner="debug.event_dispatcher.inner"/>
      <argument type="service" id="debug.event_dispatcher.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger.event" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>lexik_jwt_authentication.on_jwt_created</argument>
        <argument type="collection">
          <argument type="service_closure" id="cba_api.event.authentication_success_listener"/>
          <argument>onJWTCreated</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine_migrations.schema_filter_listener"/>
          <argument>onConsoleCommand</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.context_listener.0"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cors_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>250</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cors_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cacheable_response_vary_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.view.write.legacy"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>32</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.request.read.legacy"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>4</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.swagger.listener.ui"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.hydra.listener.response.add_link_header"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.http_cache.listener.response.configure"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-1</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.view.validate"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.view.validate_query_parameters"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.security.listener.request.deny_access"/>
          <argument>onSecurity</argument>
        </argument>
        <argument>3</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.security.listener.request.deny_access"/>
          <argument>onSecurityPostDenormalize</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.security.listener.request.deny_access"/>
          <argument>onSecurityPostValidation</argument>
        </argument>
        <argument>63</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.request.add_format"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>28</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.request.read"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>4</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.view.write"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>32</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.request.deserialize"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>2</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.view.serialize"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.view.respond"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.exception.validation"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="api_platform.listener.exception"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-96</argument>
      </call>
      <call method="addListener">
        <argument>lexik_jwt_authentication.on_authentication_success</argument>
        <argument type="collection">
          <argument type="service_closure" id="gesdinet.jwtrefreshtoken.send_token"/>
          <argument>attachRefreshToken</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sliding_pagination"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-64</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="argument_resolver.request_payload"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>setDefaultLocale</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="validate_request_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="disallow_search_engine_index_response_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>logKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>removeCspHeader</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>-15</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.suggest_missing_package_subscriber"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.envelope_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.message_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.message_logger_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.messenger_transport_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>32</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-64</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="web_link.add_link_header_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="session_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="session_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-1000</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.template_attribute_listener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="twig.mailer.message_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.is_granted_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>20</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>debug.security.authorization.vote</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.voter.vote_listener"/>
          <argument>onVoterVote</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>configureLogoutUrlGenerator</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.paginate"/>
          <argument>before</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.pagination</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.paginate"/>
          <argument>pagination</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sortable"/>
          <argument>before</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.filtration"/>
          <argument>before</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.pagination</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sliding_pagination"/>
          <argument>pagination</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber"/>
          <argument>onKernelRequestPrettyUrls</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>128</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\UX\TwigComponent\Event\PreRenderEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="ux.twig_component.component_logger_listener"/>
          <argument>onPreRender</argument>
        </argument>
        <argument>255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\UX\TwigComponent\Event\PostRenderEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="ux.twig_component.component_logger_listener"/>
          <argument>onPostRender</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.controller_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableControllerResolver">
      <tag name="monolog.logger" channel="request"/>
      <tag name="container.decorator" id="controller_resolver" inner="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver">
      <tag name="container.decorator" id="argument_resolver" inner="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver">
      <tag name="controller.argument_value_resolver" priority="-200"/>
      <argument type="service" id=".service_locator.IWP6HVz"/>
    </service>
    <service id="debug.log_processor" class="Symfony\Bridge\Monolog\Processor\DebugProcessor">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="debug.debug_logger_configurator" class="Symfony\Component\HttpKernel\Log\DebugLoggerConfigurator">
      <argument type="service" id="debug.log_processor"/>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="routing.resolver" class="Symfony\Component\Config\Loader\LoaderResolver">
      <call method="addLoader">
        <argument type="service" id="routing.loader.xml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.php"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.glob"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.container"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="api_platform.route_loader"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.file"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.psr4"/>
      </call>
    </service>
    <service id="routing.loader.xml" class="Symfony\Component\Routing\Loader\XmlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.glob" class="Symfony\Component\Routing\Loader\GlobFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.container" class="Symfony\Component\Routing\Loader\ContainerLoader">
      <tag name="routing.loader"/>
      <argument type="service" id=".service_locator.LD5oJC8"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.attribute" class="Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="annotations.cached_reader"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.attribute.directory" class="Symfony\Component\Routing\Loader\AttributeDirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.attribute.file" class="Symfony\Component\Routing\Loader\AttributeFileLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.psr4" class="Symfony\Component\Routing\Loader\Psr4DirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
    </service>
    <service id="routing.loader" class="Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader" public="true">
      <argument type="service" id="routing.resolver"/>
      <argument type="collection">
        <argument key="utf8">true</argument>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
      <tag name="monolog.logger" channel="router"/>
      <tag name="container.service_subscriber" id="routing.loader"/>
      <argument type="service" id=".service_locator.LjVnriP.router.default"/>
      <argument>kernel::loadRoutes</argument>
      <argument type="collection">
        <argument key="cache_dir">/home/evenetu/cba/var/cache/prod</argument>
        <argument key="debug">true</argument>
        <argument key="generator_class">Symfony\Component\Routing\Generator\CompiledUrlGenerator</argument>
        <argument key="generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\CompiledUrlGeneratorDumper</argument>
        <argument key="matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher</argument>
        <argument key="matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherDumper</argument>
        <argument key="strict_requirements">null</argument>
        <argument key="resource_type">service</argument>
      </argument>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="parameter_bag" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.router" on-invalid="ignore"/>
      <argument>fr</argument>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
      <call method="addExpressionLanguageProvider">
        <argument type="service" id="router.expression_language_provider"/>
      </call>
    </service>
    <service id="router.request_context" class="Symfony\Component\Routing\RequestContext" constructor="fromUri">
      <argument></argument>
      <argument>localhost</argument>
      <argument>http</argument>
      <argument>80</argument>
      <argument>443</argument>
      <call method="setParameter">
        <argument>_functions</argument>
        <argument type="service" id="router.expression_language_provider" on-invalid="ignore"/>
      </call>
    </service>
    <service id="router.expression_language_provider" class="Symfony\Component\Routing\Matcher\ExpressionLanguageProvider">
      <tag name="routing.expression_language_provider"/>
      <argument type="service" id=".service_locator.Kl0E_Fe"/>
    </service>
    <service id="router.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer">
      <tag name="container.service_subscriber" id="router"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.cUcW89y.router.cache_warmer"/>
    </service>
    <service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <argument>/home/evenetu/cba</argument>
      <argument>true</argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" class="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" public="true">
      <argument type="service" id="router.default"/>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpPort"/>
        </service>
      </argument>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpsPort"/>
        </service>
      </argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" class="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" public="true">
      <argument type="service" id="twig" on-invalid="ignore"/>
    </service>
    <service id="annotations.reader" class="Doctrine\Common\Annotations\AnnotationReader">
      <call method="addGlobalIgnoredName">
        <argument>required</argument>
      </call>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="annotations.cached_reader" class="Doctrine\Common\Annotations\PsrCachedReader">
      <tag name="annotations.cached_reader"/>
      <tag name="container.do_not_inline"/>
      <argument type="service" id="annotations.reader"/>
      <argument type="service">
        <service class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
      </argument>
      <argument>true</argument>
      <argument type="service_closure" id="annotations.cache_adapter"/>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="annotations.filesystem_cache_adapter" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument></argument>
      <argument>0</argument>
      <argument type="abstract">Cache-Directory</argument>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="annotations.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="annotations.reader"/>
      <argument>/home/evenetu/cba/var/cache/prod/annotations.php</argument>
      <argument>#^Symfony\\(?:Component\\HttpKernel\\|Bundle\\FrameworkBundle\\Controller\\(?!.*Controller$))#</argument>
      <argument>true</argument>
      <argument>false</argument>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="annotations.cache_adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <tag name="container.hot_path"/>
      <argument>/home/evenetu/cba/var/cache/prod/annotations.php</argument>
      <argument type="service" id="cache.annotations"/>
      <deprecated package="symfony/framework-bundle" version="6.4">The "%service_id%" service is deprecated without replacement.</deprecated>
    </service>
    <service id="property_accessor" class="Symfony\Component\PropertyAccess\PropertyAccessor">
      <argument>3</argument>
      <argument>2</argument>
      <argument type="service" id="cache.property_access" on-invalid="ignore"/>
      <argument type="service" id="property_info.reflection_extractor" on-invalid="null"/>
      <argument type="service" id="property_info.reflection_extractor" on-invalid="null"/>
    </service>
    <service id="secrets.vault" class="Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault">
      <tag name="container.env_var_loader"/>
      <argument>/home/evenetu/cba/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)%</argument>
      <argument type="service" id="secrets.decryption_key" on-invalid="ignore"/>
    </service>
    <service id="secrets.decryption_key" class="Symfony\Component\String\LazyString" constructor="fromCallable">
      <argument type="service" id="container.getenv"/>
      <argument>base64:default::SYMFONY_DECRYPTION_SECRET</argument>
    </service>
    <service id="secrets.local_vault" class="Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault">
      <argument>/home/evenetu/cba/.env.prod.local</argument>
    </service>
    <service id="serializer" class="Symfony\Component\Serializer\Serializer">
      <argument type="collection">
        <argument type="service" id="serializer.denormalizer.unwrapping"/>
        <argument type="service" id="api_platform.openapi.normalizer.api_gateway"/>
        <argument type="service" id="api_platform.swagger.normalizer.api_gateway"/>
        <argument type="service" id="api_platform.hydra.normalizer.constraint_violation_list"/>
        <argument type="service" id="api_platform.problem.normalizer.constraint_violation_list"/>
        <argument type="service" id="api_platform.swagger.normalizer.api_gateway"/>
        <argument type="service" id="api_platform.openapi.normalizer.api_gateway"/>
        <argument type="service" id="api_platform.hydra.normalizer.documentation"/>
        <argument type="service" id="api_platform.hydra.normalizer.entrypoint"/>
        <argument type="service" id="api_platform.hydra.normalizer.error"/>
        <argument type="service" id="api_platform.problem.normalizer.error"/>
        <argument type="service" id="serializer.normalizer.problem"/>
        <argument type="service" id="serializer.normalizer.uid"/>
        <argument type="service" id="api_platform.jsonld.normalizer.item"/>
        <argument type="service" id="api_platform.serializer.normalizer.item"/>
        <argument type="service" id="serializer.normalizer.datetime"/>
        <argument type="service" id="serializer.normalizer.constraint_violation_list"/>
        <argument type="service" id="serializer.normalizer.mime_message"/>
        <argument type="service" id="serializer.normalizer.datetimezone"/>
        <argument type="service" id="serializer.normalizer.dateinterval"/>
        <argument type="service" id="serializer.normalizer.form_error"/>
        <argument type="service" id="serializer.normalizer.backed_enum"/>
        <argument type="service" id="serializer.normalizer.data_uri"/>
        <argument type="service" id="serializer.normalizer.translatable"/>
        <argument type="service" id="serializer.normalizer.json_serializable"/>
        <argument type="service" id="api_platform.hydra.normalizer.collection_filters"/>
        <argument type="service" id="serializer.denormalizer.array"/>
        <argument type="service" id="api_platform.jsonld.normalizer.object"/>
        <argument type="service" id="serializer.normalizer.object"/>
      </argument>
      <argument type="collection">
        <argument type="service" id="serializer.encoder.xml"/>
        <argument type="service" id="serializer.encoder.json"/>
        <argument type="service" id="serializer.encoder.yaml"/>
        <argument type="service" id="serializer.encoder.csv"/>
        <argument type="service" id="api_platform.jsonld.encoder"/>
        <argument type="service" id="api_platform.problem.encoder"/>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.mapping.class_discriminator_resolver" class="Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata">
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="serializer.normalizer.constraint_violation_list" class="Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer" autowire="true">
      <tag name="serializer.normalizer" priority="-915"/>
      <argument type="collection"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
    </service>
    <service id="serializer.normalizer.mime_message" class="Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
      <argument type="service" id="serializer.normalizer.property"/>
    </service>
    <service id="serializer.normalizer.datetimezone" class="Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.dateinterval" class="Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.data_uri" class="Symfony\Component\Serializer\Normalizer\DataUriNormalizer">
      <tag name="serializer.normalizer" priority="-920"/>
      <argument type="service" id="mime_types" on-invalid="null"/>
    </service>
    <service id="serializer.normalizer.datetime" class="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer">
      <tag name="serializer.normalizer" priority="-910"/>
    </service>
    <service id="serializer.normalizer.json_serializable" class="Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer">
      <tag name="serializer.normalizer" priority="-950"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.normalizer.problem" class="Symfony\Component\Serializer\Normalizer\ProblemNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
      <argument key="0">true</argument>
      <argument key="translator" type="service" id="translator.default" on-invalid="null"/>
    </service>
    <service id="serializer.denormalizer.unwrapping" class="Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer">
      <tag name="serializer.normalizer" priority="1000"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="serializer.normalizer.uid" class="Symfony\Component\Serializer\Normalizer\UidNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
    </service>
    <service id="serializer.normalizer.translatable" class="Symfony\Component\Serializer\Normalizer\TranslatableNormalizer">
      <tag name="serializer.normalizer" priority="-920"/>
      <argument type="service" id="translator.default"/>
    </service>
    <service id="serializer.normalizer.form_error" class="Symfony\Component\Serializer\Normalizer\FormErrorNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.object" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
      <tag name="serializer.normalizer" priority="-1000"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
      <argument type="service" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="collection"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
    </service>
    <service id="serializer.normalizer.property" class="Symfony\Component\Serializer\Normalizer\PropertyNormalizer">
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
      <argument type="service" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.denormalizer.array" class="Symfony\Component\Serializer\Normalizer\ArrayDenormalizer">
      <tag name="serializer.normalizer" priority="-990"/>
    </service>
    <service id="serializer.mapping.chain_loader" class="Symfony\Component\Serializer\Mapping\Loader\LoaderChain">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AttributeLoader">
            <argument type="service" id="annotations.cached_reader" on-invalid="null"/>
          </service>
        </argument>
      </argument>
    </service>
    <service id="serializer.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AttributeLoader">
            <argument type="service" id="annotations.cached_reader" on-invalid="null"/>
          </service>
        </argument>
      </argument>
      <argument>/home/evenetu/cba/var/cache/prod/serialization.php</argument>
    </service>
    <service id="serializer.mapping.cache.symfony" class="Psr\Cache\CacheItemPoolInterface">
      <argument>/home/evenetu/cba/var/cache/prod/serialization.php</argument>
      <argument type="service" id="cache.serializer"/>
      <factory class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" method="create"/>
    </service>
    <service id="serializer.encoder.xml" class="Symfony\Component\Serializer\Encoder\XmlEncoder">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.encoder.json" class="Symfony\Component\Serializer\Encoder\JsonEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.yaml" class="Symfony\Component\Serializer\Encoder\YamlEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.csv" class="Symfony\Component\Serializer\Encoder\CsvEncoder">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.name_converter.camel_case_to_snake_case" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter"/>
    <service id="serializer.name_converter.metadata_aware" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter">
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="property_info.serializer_extractor" class="Symfony\Component\PropertyInfo\Extractor\SerializerExtractor">
      <tag name="property_info.list_extractor" priority="-999"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="error_handler.error_renderer.serializer" class="Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer">
      <argument type="service" id="serializer"/>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer" method="getPreferredFormat"/>
        </service>
      </argument>
      <argument type="service" id="twig.error_renderer.html"/>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
        </service>
      </argument>
    </service>
    <service id="serializer.normalizer.backed_enum" class="Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="property_info" class="Symfony\Component\PropertyInfo\PropertyInfoExtractor">
      <argument type="iterator">
        <argument type="service" id="property_info.serializer_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.phpstan_extractor"/>
        <argument type="service" id="property_info.php_doc_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="property_info.php_doc_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
    </service>
    <service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor">
      <tag name="property_info.list_extractor" priority="-1000"/>
      <tag name="property_info.type_extractor" priority="-1002"/>
      <tag name="property_info.access_extractor" priority="-1000"/>
      <tag name="property_info.initializable_extractor" priority="-1000"/>
    </service>
    <service id="property_info.phpstan_extractor" class="Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor">
      <tag name="property_info.type_extractor" priority="-1000"/>
    </service>
    <service id="property_info.php_doc_extractor" class="Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor">
      <tag name="property_info.description_extractor" priority="-1000"/>
      <tag name="property_info.type_extractor" priority="-1001"/>
    </service>
    <service id="lock.store.combined.abstract" class="Symfony\Component\Lock\Store\CombinedStore" abstract="true">
      <argument type="abstract">List of stores</argument>
      <argument type="service" id="lock.strategy.majority"/>
    </service>
    <service id="lock.strategy.majority" class="Symfony\Component\Lock\Strategy\ConsensusStrategy"/>
    <service id="lock.factory.abstract" class="Symfony\Component\Lock\LockFactory" abstract="true">
      <tag name="monolog.logger" channel="lock"/>
      <argument type="abstract">Store</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.lock" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".lock.default.store.TTEh_gT" class="Symfony\Component\Lock\PersistingStoreInterface">
      <tag name="lock.store"/>
      <argument>%env(LOCK_DSN)%</argument>
      <factory class="Symfony\Component\Lock\Store\StoreFactory" method="createStore"/>
    </service>
    <service id="lock.default.factory" class="Symfony\Component\Lock\LockFactory">
      <tag name="container.error" message="Invalid service &quot;lock.default.factory&quot;: class &quot;Symfony\Component\Lock\LockFactory&quot; does not exist."/>
      <argument type="service" id=".lock.default.store.TTEh_gT"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.lock" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.rate_limiter" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>spjf-7gNMU</argument>
      <argument>0</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="limiter" class="Symfony\Component\RateLimiter\RateLimiterFactory" abstract="true">
      <argument type="abstract">config</argument>
      <argument type="abstract">storage</argument>
      <argument>null</argument>
    </service>
    <service id="web_link.http_header_serializer" class="Symfony\Component\WebLink\HttpHeaderSerializer"/>
    <service id="web_link.add_link_header_listener" class="Symfony\Component\WebLink\EventListener\AddLinkHeaderListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="web_link.http_header_serializer"/>
    </service>
    <service id="ulid.factory" class="Symfony\Component\Uid\Factory\UlidFactory"/>
    <service id="uuid.factory" class="Symfony\Component\Uid\Factory\UuidFactory">
      <argument>7</argument>
      <argument>7</argument>
      <argument>5</argument>
      <argument>Symfony\Component\Uid\UuidV4</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="name_based_uuid.factory" class="Symfony\Component\Uid\Factory\NameBasedUuidFactory">
      <argument type="abstract">Please set the "framework.uid.name_based_uuid_namespace" configuration option to use the "name_based_uuid.factory" service</argument>
      <factory service="uuid.factory" method="nameBased"/>
    </service>
    <service id="random_based_uuid.factory" class="Symfony\Component\Uid\Factory\RandomBasedUuidFactory">
      <factory service="uuid.factory" method="randomBased"/>
    </service>
    <service id="time_based_uuid.factory" class="Symfony\Component\Uid\Factory\TimeBasedUuidFactory">
      <factory service="uuid.factory" method="timeBased"/>
    </service>
    <service id=".cache_connection.GD_MSZC" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>redis://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".cache_connection.JKE6keX" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>memcached://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".doctrine.result_cache_pool.taggable" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <tag name="cache.taggable" pool="doctrine.result_cache_pool"/>
      <argument type="service" id="doctrine.result_cache_pool"/>
    </service>
    <service id="doctrine.result_cache_pool" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>NGGySRbxNY</argument>
      <argument>0</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".doctrine.system_cache_pool.taggable" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <tag name="cache.taggable" pool="doctrine.system_cache_pool"/>
      <argument type="service" id="doctrine.system_cache_pool"/>
    </service>
    <service id="doctrine.system_cache_pool" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>7Mm4luyAH7</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.property_access" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id="session.factory" class="Symfony\Component\HttpFoundation\Session\SessionFactory">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="session.storage.factory.native"/>
      <argument type="collection">
        <argument type="service" id="session_listener"/>
        <argument>onSessionUsage</argument>
      </argument>
    </service>
    <service id="session.storage.factory.native" class="Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory">
      <argument>%session.storage.options%</argument>
      <argument type="service" id="session.handler.native"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.php_bridge" class="Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorageFactory">
      <argument type="service" id="session.handler.native"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorageFactory">
      <argument>/home/evenetu/cba/var/cache/prod/sessions</argument>
      <argument>MOCKSESSID</argument>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
    </service>
    <service id="session.handler.native" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler">
      <argument type="service">
        <service class="SessionHandler"/>
      </argument>
    </service>
    <service id="session.handler.native_file" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler">
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler">
          <argument>null</argument>
        </service>
      </argument>
    </service>
    <service id="session.abstract_handler" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler">
      <argument type="abstract">A string or a connection object</argument>
      <argument type="collection"/>
      <factory class="Symfony\Component\HttpFoundation\Session\Storage\Handler\SessionHandlerFactory" method="createHandler"/>
    </service>
    <service id="session_listener" class="Symfony\Component\HttpKernel\EventListener\SessionListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id=".service_locator.TpoC7U9"/>
      <argument>true</argument>
      <argument>%session.storage.options%</argument>
    </service>
    <service id="session.marshaller" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\IdentityMarshaller"/>
    <service id="security.csrf.token_generator" class="Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator"/>
    <service id="security.csrf.token_storage" class="Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.csrf.token_manager" class="Symfony\Component\Security\Csrf\CsrfTokenManager">
      <argument type="service" id="security.csrf.token_generator"/>
      <argument type="service" id="security.csrf.token_storage"/>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
    </service>
    <service id="twig.runtime.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="security.csrf.token_manager"/>
    </service>
    <service id="twig.extension.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="form.resolved_type_factory" class="Symfony\Component\Form\ResolvedFormTypeFactory"/>
    <service id="form.registry" class="Symfony\Component\Form\FormRegistry">
      <argument type="collection">
        <argument type="service" id="form.extension"/>
      </argument>
      <argument type="service" id="form.resolved_type_factory"/>
    </service>
    <service id="form.factory" class="Symfony\Component\Form\FormFactory">
      <argument type="service" id="form.registry"/>
    </service>
    <service id="form.extension" class="Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension">
      <argument type="service" id=".service_locator.F0c9EKj"/>
      <argument type="collection">
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="iterator">
          <argument type="service" id="form.type_extension.form.transformation_failure_handling"/>
          <argument type="service" id="form.type_extension.form.http_foundation"/>
          <argument type="service" id="form.type_extension.form.validator"/>
          <argument type="service" id="form.type_extension.upload.validator"/>
          <argument type="service" id="form.type_extension.csrf"/>
          <argument type="service" id="form.type_extension.form.password_hasher"/>
          <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\RepeatedType" type="iterator">
          <argument type="service" id="form.type_extension.repeated.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\SubmitType" type="iterator">
          <argument type="service" id="form.type_extension.submit.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\PasswordType" type="iterator">
          <argument type="service" id="form.type_extension.password.password_hasher"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\CollectionType" type="iterator">
          <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension"/>
        </argument>
      </argument>
      <argument type="iterator">
        <argument type="service" id="form.type_guesser.validator"/>
        <argument type="service" id="form.type_guesser.doctrine"/>
      </argument>
    </service>
    <service id="form.type_guesser.validator" class="Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="validator"/>
    </service>
    <service id="form.choice_list_factory.default" class="Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory"/>
    <service id="form.choice_list_factory.property_access" class="Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator">
      <argument type="service" id="form.choice_list_factory.default"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="form.choice_list_factory.cached" class="Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="form.choice_list_factory.property_access"/>
    </service>
    <service id="form.type.form" class="Symfony\Component\Form\Extension\Core\Type\FormType">
      <tag name="form.type"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="form.type.choice" class="Symfony\Component\Form\Extension\Core\Type\ChoiceType">
      <tag name="form.type"/>
      <argument type="service" id="form.choice_list_factory.cached"/>
      <argument type="service" id="translator.default" on-invalid="ignore"/>
    </service>
    <service id="form.type.file" class="Symfony\Component\Form\Extension\Core\Type\FileType">
      <tag name="form.type"/>
      <argument type="service" id="translator.default" on-invalid="ignore"/>
    </service>
    <service id="form.type.color" class="Symfony\Component\Form\Extension\Core\Type\ColorType">
      <tag name="form.type"/>
      <argument type="service" id="translator.default" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.form.transformation_failure_handling" class="Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="translator.default" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.form.http_foundation" class="Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="form.type_extension.form.request_handler"/>
    </service>
    <service id="form.type_extension.form.request_handler" class="Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler">
      <argument type="service" id="form.server_params"/>
    </service>
    <service id="form.server_params" class="Symfony\Component\Form\Util\ServerParams">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="form.type_extension.form.validator" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="validator"/>
      <argument>false</argument>
      <argument type="service" id="twig.form.renderer" on-invalid="ignore"/>
      <argument type="service" id="translator.default" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.repeated.validator" class="Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension">
      <tag name="form.type_extension"/>
    </service>
    <service id="form.type_extension.submit.validator" class="Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\SubmitType"/>
    </service>
    <service id="form.type_extension.upload.validator" class="Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="translator.default"/>
      <argument>validators</argument>
    </service>
    <service id="form.type_extension.csrf" class="Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="security.csrf.token_manager"/>
      <argument>true</argument>
      <argument>_token</argument>
      <argument type="service" id="translator.default" on-invalid="null"/>
      <argument>validators</argument>
      <argument type="service" id="form.server_params"/>
    </service>
    <service id="validator" class="Symfony\Component\Validator\Validator\ValidatorInterface">
      <factory service="validator.builder" method="getValidator"/>
    </service>
    <service id="validator.builder" class="Symfony\Component\Validator\ValidatorBuilder">
      <call method="setConstraintValidatorFactory">
        <argument type="service" id="validator.validator_factory"/>
      </call>
      <call method="setGroupProviderLocator">
        <argument type="service" id=".service_locator.Xbsa8iG"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="translator.default" on-invalid="ignore"/>
      </call>
      <call method="setTranslationDomain">
        <argument>validators</argument>
      </call>
      <call method="addXmlMappings">
        <argument type="collection">
          <argument>/home/evenetu/cba/vendor/symfony/form/Resources/config/validation.xml</argument>
        </argument>
      </call>
      <call method="enableAttributeMapping">
        <argument>true</argument>
      </call>
      <call method="setDoctrineAnnotationReader">
        <argument type="service" id="annotations.cached_reader"/>
      </call>
      <call method="addMethodMapping">
        <argument>loadValidatorMetadata</argument>
      </call>
      <call method="addObjectInitializers">
        <argument type="collection">
          <argument type="service" id="doctrine.orm.validator_initializer"/>
        </argument>
      </call>
      <call method="addLoader">
        <argument type="service" id="validator.property_info_loader"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="doctrine.orm.default_entity_manager.validator_loader"/>
      </call>
      <factory class="Symfony\Component\Validator\Validation" method="createValidatorBuilder"/>
    </service>
    <service id="validator.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="validator.builder"/>
      <argument>/home/evenetu/cba/var/cache/prod/validation.php</argument>
    </service>
    <service id="validator.mapping.cache.adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>/home/evenetu/cba/var/cache/prod/validation.php</argument>
      <argument type="service" id="cache.validator"/>
    </service>
    <service id="validator.validator_factory" class="Symfony\Component\Validator\ContainerConstraintValidatorFactory">
      <argument type="service" id=".service_locator.F9PKc.7"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator" class="Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator" abstract="true">
      <tag name="container.excluded" source="in &quot;config/validator.php&quot;"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AllValidator" class="Symfony\Component\Validator\Constraints\AllValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" class="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BicValidator" class="Symfony\Component\Validator\Constraints\BicValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BlankValidator" class="Symfony\Component\Validator\Constraints\BlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CallbackValidator" class="Symfony\Component\Validator\Constraints\CallbackValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CardSchemeValidator" class="Symfony\Component\Validator\Constraints\CardSchemeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ChoiceValidator" class="Symfony\Component\Validator\Constraints\ChoiceValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CidrValidator" class="Symfony\Component\Validator\Constraints\CidrValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CollectionValidator" class="Symfony\Component\Validator\Constraints\CollectionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CompoundValidator" class="Symfony\Component\Validator\Constraints\CompoundValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountValidator" class="Symfony\Component\Validator\Constraints\CountValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountryValidator" class="Symfony\Component\Validator\Constraints\CountryValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CssColorValidator" class="Symfony\Component\Validator\Constraints\CssColorValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CurrencyValidator" class="Symfony\Component\Validator\Constraints\CurrencyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateTimeValidator" class="Symfony\Component\Validator\Constraints\DateTimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateValidator" class="Symfony\Component\Validator\Constraints\DateValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DivisibleByValidator" class="Symfony\Component\Validator\Constraints\DivisibleByValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EmailValidator" class="Symfony\Component\Validator\Constraints\EmailValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EqualToValidator" class="Symfony\Component\Validator\Constraints\EqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" class="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionValidator" class="Symfony\Component\Validator\Constraints\ExpressionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\FileValidator" class="Symfony\Component\Validator\Constraints\FileValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanValidator" class="Symfony\Component\Validator\Constraints\GreaterThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\HostnameValidator" class="Symfony\Component\Validator\Constraints\HostnameValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IbanValidator" class="Symfony\Component\Validator\Constraints\IbanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IdenticalToValidator" class="Symfony\Component\Validator\Constraints\IdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ImageValidator" class="Symfony\Component\Validator\Constraints\ImageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IpValidator" class="Symfony\Component\Validator\Constraints\IpValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsFalseValidator" class="Symfony\Component\Validator\Constraints\IsFalseValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsNullValidator" class="Symfony\Component\Validator\Constraints\IsNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsTrueValidator" class="Symfony\Component\Validator\Constraints\IsTrueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsbnValidator" class="Symfony\Component\Validator\Constraints\IsbnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsinValidator" class="Symfony\Component\Validator\Constraints\IsinValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IssnValidator" class="Symfony\Component\Validator\Constraints\IssnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\JsonValidator" class="Symfony\Component\Validator\Constraints\JsonValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LanguageValidator" class="Symfony\Component\Validator\Constraints\LanguageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LengthValidator" class="Symfony\Component\Validator\Constraints\LengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanValidator" class="Symfony\Component\Validator\Constraints\LessThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LocaleValidator" class="Symfony\Component\Validator\Constraints\LocaleValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LuhnValidator" class="Symfony\Component\Validator\Constraints\LuhnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" class="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotBlankValidator" class="Symfony\Component\Validator\Constraints\NotBlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotEqualToValidator" class="Symfony\Component\Validator\Constraints\NotEqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" class="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotNullValidator" class="Symfony\Component\Validator\Constraints\NotNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" class="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RangeValidator" class="Symfony\Component\Validator\Constraints\RangeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RegexValidator" class="Symfony\Component\Validator\Constraints\RegexValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\SequentiallyValidator" class="Symfony\Component\Validator\Constraints\SequentiallyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimeValidator" class="Symfony\Component\Validator\Constraints\TimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimezoneValidator" class="Symfony\Component\Validator\Constraints\TimezoneValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TypeValidator" class="Symfony\Component\Validator\Constraints\TypeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UlidValidator" class="Symfony\Component\Validator\Constraints\UlidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UniqueValidator" class="Symfony\Component\Validator\Constraints\UniqueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UrlValidator" class="Symfony\Component\Validator\Constraints\UrlValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UuidValidator" class="Symfony\Component\Validator\Constraints\UuidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ValidValidator" class="Symfony\Component\Validator\Constraints\ValidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\WhenValidator" class="Symfony\Component\Validator\Constraints\WhenValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="validator.expression" class="Symfony\Component\Validator\Constraints\ExpressionValidator">
      <tag name="validator.constraint_validator" alias="validator.expression"/>
      <argument type="service" id="validator.expression_language" on-invalid="null"/>
    </service>
    <service id="validator.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.validator_expression_language" on-invalid="null"/>
      <call method="registerProvider">
        <argument type="service" id="validator.expression_language_provider" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.validator_expression_language" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>1L8h2jdAtK</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="validator.expression_language_provider" class="Symfony\Component\Validator\Constraints\ExpressionLanguageProvider"/>
    <service id="validator.email" class="Symfony\Component\Validator\Constraints\EmailValidator">
      <tag name="validator.constraint_validator"/>
      <argument>html5</argument>
    </service>
    <service id="validator.not_compromised_password" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="http_client.uri_template" on-invalid="null"/>
      <argument>UTF-8</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="validator.when" class="Symfony\Component\Validator\Constraints\WhenValidator">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="validator.expression_language" on-invalid="null"/>
    </service>
    <service id="validator.no_suspicious_characters" class="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator">
      <tag name="validator.constraint_validator" alias="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"/>
      <argument type="collection"/>
    </service>
    <service id="validator.property_info_loader" class="Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader">
      <tag name="validator.auto_mapper"/>
      <argument type="service" id="property_info"/>
      <argument type="service" id="property_info"/>
      <argument type="service" id="property_info"/>
      <argument>null</argument>
    </service>
    <service id="mime_types" class="Symfony\Component\Mime\MimeTypes">
      <call method="setDefault">
        <argument type="service" id="mime_types"/>
      </call>
    </service>
    <service id="data_collector.doctrine" class="Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector">
      <tag name="data_collector" template="@Doctrine/Collector/db.html.twig" id="db" priority="250"/>
      <argument type="service" id="doctrine"/>
      <argument>true</argument>
      <argument type="service" id="doctrine.debug_data_holder" on-invalid="null"/>
    </service>
    <service id="doctrine.dbal.connection_factory" class="Doctrine\Bundle\DoctrineBundle\ConnectionFactory">
      <argument>%doctrine.dbal.connection_factory.types%</argument>
      <argument type="service" id="doctrine.dbal.connection_factory.dsn_parser"/>
    </service>
    <service id="doctrine.dbal.connection_factory.dsn_parser" class="Doctrine\DBAL\Tools\DsnParser">
      <argument type="collection">
        <argument key="db2">ibm_db2</argument>
        <argument key="mssql">pdo_sqlsrv</argument>
        <argument key="mysql">pdo_mysql</argument>
        <argument key="mysql2">pdo_mysql</argument>
        <argument key="postgres">pdo_pgsql</argument>
        <argument key="postgresql">pdo_pgsql</argument>
        <argument key="pgsql">pdo_pgsql</argument>
        <argument key="sqlite">pdo_sqlite</argument>
        <argument key="sqlite3">pdo_sqlite</argument>
      </argument>
    </service>
    <service id="doctrine.dbal.connection" class="Doctrine\DBAL\Connection" abstract="true">
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="doctrine.dbal.connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager" abstract="true">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.dbal.connection.configuration" class="Doctrine\DBAL\Configuration" abstract="true"/>
    <service id="doctrine" class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="service_container"/>
      <argument>%doctrine.connections%</argument>
      <argument>%doctrine.entity_managers%</argument>
      <argument>default</argument>
      <argument>default</argument>
    </service>
    <service id="doctrine.twig.doctrine_extension" class="Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="doctrine.dbal.schema_asset_filter_manager" class="Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager" abstract="true"/>
    <service id="doctrine.dbal.well_known_schema_asset_filter" class="Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter">
      <argument type="collection"/>
    </service>
    <service id="doctrine.database_create_command" class="Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:create</argument>
      </call>
    </service>
    <service id="doctrine.database_drop_command" class="Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:drop</argument>
      </call>
    </service>
    <service id="doctrine.query_sql_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand">
      <tag name="console.command" command="doctrine:query:sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>doctrine:query:sql</argument>
      </call>
    </service>
    <service id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" class="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand">
      <tag name="console.command" command="dbal:run-sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>dbal:run-sql</argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_schema_manager_factory" class="Doctrine\DBAL\Schema\DefaultSchemaManagerFactory"/>
    <service id="doctrine.dbal.legacy_schema_manager_factory" class="Doctrine\DBAL\Schema\LegacySchemaManagerFactory"/>
    <service id="doctrine.dbal.default_connection.configuration" class="Doctrine\DBAL\Configuration">
      <call method="setSchemaManagerFactory">
        <argument type="service" id="doctrine.dbal.legacy_schema_manager_factory"/>
      </call>
      <call method="setSchemaAssetsFilter">
        <argument type="service" id="doctrine.dbal.default_schema_asset_filter_manager"/>
      </call>
      <call method="setMiddlewares">
        <argument type="collection">
          <argument type="service" id="doctrine.dbal.logging_middleware.default"/>
          <argument type="service" id="doctrine.dbal.debug_middleware.default"/>
        </argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager">
      <argument type="service" id=".service_locator.aKcX2Ph"/>
      <argument type="collection">
        <argument type="collection">
          <argument type="collection">
            <argument>postPersist</argument>
          </argument>
          <argument>App\EventListener\BabiesListener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postPersist</argument>
          </argument>
          <argument>App\EventListener\CommentsListener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postPersist</argument>
          </argument>
          <argument>App\EventListener\EventWaitingList</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postPersist</argument>
          </argument>
          <argument>App\EventListener\EventsListener</argument>
        </argument>
        <argument>vich_uploader.listener.clean.user_images</argument>
        <argument>vich_uploader.listener.clean.event_images</argument>
        <argument>vich_uploader.listener.clean.thumbmail_images</argument>
        <argument>vich_uploader.listener.clean.announce_medias</argument>
        <argument>vich_uploader.listener.clean.media_pdf</argument>
        <argument>vich_uploader.listener.clean.media_audio</argument>
        <argument>vich_uploader.listener.clean.media_video</argument>
        <argument>vich_uploader.listener.clean.media_replay</argument>
        <argument>vich_uploader.listener.remove.user_images</argument>
        <argument>vich_uploader.listener.upload.user_images</argument>
        <argument>vich_uploader.listener.remove.event_images</argument>
        <argument>vich_uploader.listener.upload.event_images</argument>
        <argument>vich_uploader.listener.remove.thumbmail_images</argument>
        <argument>vich_uploader.listener.upload.thumbmail_images</argument>
        <argument>vich_uploader.listener.remove.announce_medias</argument>
        <argument>vich_uploader.listener.upload.announce_medias</argument>
        <argument>vich_uploader.listener.remove.media_pdf</argument>
        <argument>vich_uploader.listener.upload.media_pdf</argument>
        <argument>vich_uploader.listener.remove.media_audio</argument>
        <argument>vich_uploader.listener.upload.media_audio</argument>
        <argument>vich_uploader.listener.remove.media_video</argument>
        <argument>vich_uploader.listener.upload.media_video</argument>
        <argument>vich_uploader.listener.remove.media_replay</argument>
        <argument>vich_uploader.listener.upload.media_replay</argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_token_provider_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.pdo_session_handler_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.lock_store_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>doctrine.orm.default_listeners.attach_entity_listeners</argument>
        </argument>
      </argument>
    </service>
    <service id="doctrine.dbal.default_connection" class="Doctrine\DBAL\Connection" public="true">
      <argument type="collection">
        <argument key="url">%env(resolve:DATABASE_URL)%</argument>
        <argument key="driver">pdo_mysql</argument>
        <argument key="idle_connection_ttl">600</argument>
        <argument key="host">localhost</argument>
        <argument key="port">null</argument>
        <argument key="user">root</argument>
        <argument key="password">null</argument>
        <argument key="driverOptions" type="collection"/>
        <argument key="serverVersion" type="string">5.6</argument>
        <argument key="defaultTableOptions" type="collection"/>
      </argument>
      <argument type="service" id="doctrine.dbal.default_connection.configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <argument type="collection"/>
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" class="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider">
      <argument type="service">
        <service class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
          <tag name="kernel.reset" method="reset"/>
          <argument type="service" id="service_container"/>
          <argument>%doctrine.connections%</argument>
          <argument>%doctrine.entity_managers%</argument>
          <argument>default</argument>
          <argument>default</argument>
        </service>
      </argument>
    </service>
    <service id="doctrine.dbal.connection_expiries" class="ArrayObject"/>
    <service id="doctrine.dbal.logging_middleware" class="Doctrine\DBAL\Logging\Middleware" abstract="true">
      <tag name="monolog.logger" channel="doctrine"/>
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.debug_data_holder" class="Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder">
      <tag name="kernel.reset" method="reset"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.dbal.debug_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware" abstract="true">
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
    </service>
    <service id=".1_ServiceLocator~wqrSSmQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.proxy_cache_warmer" class="Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type_guesser.doctrine" class="Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.entity" class="Symfony\Bridge\Doctrine\Form\Type\EntityType">
      <tag name="form.type" alias="entity"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.configuration" class="Doctrine\ORM\Configuration" abstract="true"/>
    <service id="doctrine.orm.entity_manager.abstract" class="Doctrine\ORM\EntityManager" lazy="true" abstract="true"/>
    <service id="doctrine.orm.container_repository_factory" class="Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory">
      <argument type="service" id=".service_locator.i0ugtHS"/>
    </service>
    <service id="doctrine.orm.manager_configurator.abstract" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator" abstract="true">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.validator.unique" class="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator">
      <tag name="validator.constraint_validator" alias="doctrine.orm.validator.unique"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.validator_initializer" class="Symfony\Bridge\Doctrine\Validator\DoctrineInitializer">
      <tag name="validator.initializer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.security.user.provider" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.listeners.resolve_target_entity" class="Doctrine\ORM\Tools\ResolveTargetEntityListener"/>
    <service id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.listeners.doctrine_token_provider_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="security.remember_me_handler"/>
    </service>
    <service id="doctrine.orm.listeners.pdo_session_handler_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\PdoSessionHandlerSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="service" id="session.handler.native"/>
    </service>
    <service id="doctrine.orm.listeners.lock_store_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\LockStoreSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="lock.store"/>
    </service>
    <service id="doctrine.orm.naming_strategy.default" class="Doctrine\ORM\Mapping\DefaultNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore_number_aware" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy">
      <argument>0</argument>
      <argument>true</argument>
    </service>
    <service id="doctrine.orm.quote_strategy.default" class="Doctrine\ORM\Mapping\DefaultQuoteStrategy"/>
    <service id="doctrine.orm.quote_strategy.ansi" class="Doctrine\ORM\Mapping\AnsiQuoteStrategy"/>
    <service id="doctrine.orm.typed_field_mapper.default" class="Doctrine\ORM\Mapping\DefaultTypedFieldMapper"/>
    <service id="doctrine.ulid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument type="service" id="ulid.factory" on-invalid="ignore"/>
    </service>
    <service id="doctrine.uuid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument type="service" id="uuid.factory" on-invalid="ignore"/>
    </service>
    <service id="doctrine.orm.command.entity_manager_provider" class="Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.entity_value_resolver" class="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver">
      <tag name="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" priority="110">controller.argument_value_resolver</tag>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="doctrine.orm.entity_value_resolver.expression_language" on-invalid="ignore"/>
    </service>
    <service id="doctrine.orm.entity_value_resolver.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage"/>
    <service id="doctrine.cache_clear_metadata_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand">
      <tag name="console.command" command="doctrine:cache:clear-metadata"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-metadata</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_query_cache_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand">
      <tag name="console.command" command="doctrine:cache:clear-query"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_result_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand">
      <tag name="console.command" command="doctrine:cache:clear-result"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-result</argument>
      </call>
    </service>
    <service id="doctrine.cache_collection_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-collection-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-collection-region</argument>
      </call>
    </service>
    <service id="doctrine.mapping_convert_command" class="Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand">
      <tag name="console.command" command="doctrine:mapping:convert"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:convert</argument>
      </call>
    </service>
    <service id="doctrine.schema_create_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand">
      <tag name="console.command" command="doctrine:schema:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:create</argument>
      </call>
    </service>
    <service id="doctrine.schema_drop_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand">
      <tag name="console.command" command="doctrine:schema:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:drop</argument>
      </call>
    </service>
    <service id="doctrine.ensure_production_settings_command" class="Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand">
      <tag name="console.command" command="doctrine:ensure-production-settings"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:ensure-production-settings</argument>
      </call>
    </service>
    <service id="doctrine.clear_entity_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-entity-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-entity-region</argument>
      </call>
    </service>
    <service id="doctrine.mapping_info_command" class="Doctrine\ORM\Tools\Console\Command\InfoCommand">
      <tag name="console.command" command="doctrine:mapping:info"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:info</argument>
      </call>
    </service>
    <service id="doctrine.clear_query_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-query-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query-region</argument>
      </call>
    </service>
    <service id="doctrine.query_dql_command" class="Doctrine\ORM\Tools\Console\Command\RunDqlCommand">
      <tag name="console.command" command="doctrine:query:dql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:query:dql</argument>
      </call>
    </service>
    <service id="doctrine.schema_update_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand">
      <tag name="console.command" command="doctrine:schema:update"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:update</argument>
      </call>
    </service>
    <service id="doctrine.schema_validate_command" class="Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand">
      <tag name="console.command" command="doctrine:schema:validate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:validate</argument>
      </call>
    </service>
    <service id="doctrine.mapping_import_command" class="Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand">
      <tag name="console.command" command="doctrine:mapping:import"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <argument>%kernel.bundles%</argument>
      <call method="setName">
        <argument>doctrine:mapping:import</argument>
      </call>
    </service>
    <service id="doctrine.orm.default_configuration" class="Doctrine\ORM\Configuration">
      <tag name="doctrine.orm.configuration"/>
      <call method="setEntityNamespaces">
        <argument type="collection">
          <argument key="App">App\Entity</argument>
          <argument key="GesdinetJWTRefreshTokenBundle">Gesdinet\JWTRefreshTokenBundle\Entity</argument>
          <argument key="VichUploaderBundle">Vich\UploaderBundle\Entity</argument>
        </argument>
      </call>
      <call method="setMetadataCache">
        <argument type="service" id="cache.doctrine.orm.default.metadata"/>
      </call>
      <call method="setQueryCache">
        <argument type="service" id="doctrine.system_cache_pool"/>
      </call>
      <call method="setResultCache">
        <argument type="service" id="doctrine.result_cache_pool"/>
      </call>
      <call method="setMetadataDriverImpl">
        <argument type="service" id=".doctrine.orm.default_metadata_driver"/>
      </call>
      <call method="setProxyDir">
        <argument>/home/evenetu/cba/var/cache/prod/doctrine/orm/Proxies</argument>
      </call>
      <call method="setProxyNamespace">
        <argument>Proxies</argument>
      </call>
      <call method="setAutoGenerateProxyClasses">
        <argument>false</argument>
      </call>
      <call method="setSchemaIgnoreClasses">
        <argument type="collection"/>
      </call>
      <call method="setClassMetadataFactoryName">
        <argument>Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory</argument>
      </call>
      <call method="setDefaultRepositoryClassName">
        <argument>Doctrine\ORM\EntityRepository</argument>
      </call>
      <call method="setNamingStrategy">
        <argument type="service" id="doctrine.orm.naming_strategy.underscore_number_aware"/>
      </call>
      <call method="setQuoteStrategy">
        <argument type="service" id="doctrine.orm.quote_strategy.default"/>
      </call>
      <call method="setTypedFieldMapper">
        <argument type="service" id="doctrine.orm.typed_field_mapper.default"/>
      </call>
      <call method="setEntityListenerResolver">
        <argument type="service" id="doctrine.orm.default_entity_listener_resolver"/>
      </call>
      <call method="setLazyGhostObjectEnabled">
        <argument>false</argument>
      </call>
      <call method="setIdentityGenerationPreferences">
        <argument type="collection"/>
      </call>
      <call method="setRepositoryFactory">
        <argument type="service" id="doctrine.orm.container_repository_factory"/>
      </call>
      <call method="addCustomDatetimeFunction">
        <argument>DATE_FORMAT</argument>
        <argument>DoctrineExtensions\Query\Mysql\DateFormat</argument>
      </call>
      <call method="addCustomDatetimeFunction">
        <argument>DAY</argument>
        <argument>DoctrineExtensions\Query\Mysql\Day</argument>
      </call>
      <call method="addCustomDatetimeFunction">
        <argument>MONTH</argument>
        <argument>DoctrineExtensions\Query\Mysql\Month</argument>
      </call>
      <call method="addCustomDatetimeFunction">
        <argument>YEAR</argument>
        <argument>DoctrineExtensions\Query\Mysql\Year</argument>
      </call>
    </service>
    <service id="doctrine.orm.default_attribute_metadata_driver" class="Doctrine\ORM\Mapping\Driver\AttributeDriver">
      <argument type="collection">
        <argument>/home/evenetu/cba/src/Entity</argument>
      </argument>
      <argument>false</argument>
    </service>
    <service id="doctrine.orm.default_xml_metadata_driver" class="Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver">
      <argument type="collection">
        <argument key="/home/evenetu/cba/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine">Gesdinet\JWTRefreshTokenBundle\Entity</argument>
        <argument key="/home/evenetu/cba/vendor/vich/uploader-bundle/config/doctrine">Vich\UploaderBundle\Entity</argument>
      </argument>
      <argument>.orm.xml</argument>
      <argument>false</argument>
      <call method="setGlobalBasename">
        <argument>mapping</argument>
      </call>
    </service>
    <service id="cache.doctrine.orm.default.metadata" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="doctrine.orm.default_entity_listener_resolver" class="Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.orm.default_listeners.attach_entity_listeners" class="Doctrine\ORM\Tools\AttachEntityListenersListener">
      <tag name="doctrine.event_listener" event="loadClassMetadata"/>
    </service>
    <service id="doctrine.orm.default_manager_configurator" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.default_entity_manager" class="Doctrine\ORM\EntityManager" public="true" lazy="true">
      <tag name="container.preload" class="Doctrine\ORM\Proxy\Autoloader"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="doctrine.orm.default_configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <configurator service="doctrine.orm.default_manager_configurator" method="configure"/>
    </service>
    <service id="doctrine.orm.default_entity_manager.property_info_extractor" class="Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor">
      <tag name="property_info.list_extractor" priority="-1001"/>
      <tag name="property_info.type_extractor" priority="-999"/>
      <tag name="property_info.access_extractor" priority="-999"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="doctrine.orm.default_entity_manager.validator_loader" class="Symfony\Bridge\Doctrine\Validator\DoctrineLoader">
      <tag name="validator.auto_mapper" priority="-100"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>null</argument>
    </service>
    <service id="doctrine.migrations.dependency_factory" class="Doctrine\Migrations\DependencyFactory" constructor="fromEntityManager">
      <argument type="service" id="doctrine.migrations.configuration_loader"/>
      <argument type="service" id="doctrine.migrations.entity_manager_registry_loader"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <call method="setDefinition">
        <argument>Doctrine\Migrations\Version\MigrationFactory</argument>
        <argument type="service_closure" id="doctrine.migrations.container_aware_migrations_factory"/>
      </call>
    </service>
    <service id="doctrine.migrations.configuration_loader" class="Doctrine\Migrations\Configuration\Migration\ExistingConfiguration">
      <argument type="service" id="doctrine.migrations.configuration"/>
    </service>
    <service id="doctrine.migrations.connection_loader" class="Doctrine\Migrations\Configuration\Connection\ExistingConnection"/>
    <service id="doctrine.migrations.em_loader" class="Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager"/>
    <service id="doctrine.migrations.entity_manager_registry_loader" class="Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager" constructor="withSimpleDefault">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.migrations.connection_registry_loader" class="Doctrine\Migrations\Configuration\Connection\ConnectionRegistryConnection" constructor="withSimpleDefault">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.migrations.configuration" class="Doctrine\Migrations\Configuration\Configuration">
      <call method="addMigrationsDirectory">
        <argument>DoctrineMigrations</argument>
        <argument>/home/evenetu/cba/migrations</argument>
      </call>
      <call method="setAllOrNothing">
        <argument>false</argument>
      </call>
      <call method="setCheckDatabasePlatform">
        <argument>true</argument>
      </call>
      <call method="setTransactional">
        <argument>true</argument>
      </call>
      <call method="setMetadataStorageConfiguration">
        <argument type="service" id="doctrine.migrations.storage.table_storage"/>
      </call>
    </service>
    <service id="doctrine.migrations.container_aware_migrations_factory" class="Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory">
      <tag name="container.decorator" id="doctrine.migrations.migrations_factory" inner="doctrine.migrations.container_aware_migrations_factory.inner"/>
      <argument type="service" id="doctrine.migrations.container_aware_migrations_factory.inner"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine_migrations.diff_command" class="Doctrine\Migrations\Tools\Console\Command\DiffCommand">
      <tag name="console.command" command="doctrine:migrations:diff"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:diff</argument>
      <call method="setName">
        <argument>doctrine:migrations:diff</argument>
      </call>
      <call method="setDescription">
        <argument>Generate a migration by comparing your current database to your mapping information.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.sync_metadata_command" class="Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand">
      <tag name="console.command" command="doctrine:migrations:sync-metadata-storage"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:sync-metadata-storage</argument>
      <call method="setName">
        <argument>doctrine:migrations:sync-metadata-storage</argument>
      </call>
      <call method="setDescription">
        <argument>Ensures that the metadata storage is at the latest version.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.versions_command" class="Doctrine\Migrations\Tools\Console\Command\ListCommand">
      <tag name="console.command" command="doctrine:migrations:list"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:versions</argument>
      <call method="setName">
        <argument>doctrine:migrations:list</argument>
      </call>
      <call method="setDescription">
        <argument>Display a list of all available migrations and their status.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.current_command" class="Doctrine\Migrations\Tools\Console\Command\CurrentCommand">
      <tag name="console.command" command="doctrine:migrations:current"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:current</argument>
      <call method="setName">
        <argument>doctrine:migrations:current</argument>
      </call>
      <call method="setDescription">
        <argument>Outputs the current version</argument>
      </call>
    </service>
    <service id="doctrine_migrations.dump_schema_command" class="Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand">
      <tag name="console.command" command="doctrine:migrations:dump-schema"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:dump-schema</argument>
      <call method="setName">
        <argument>doctrine:migrations:dump-schema</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the schema for your database to a migration.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.execute_command" class="Doctrine\Migrations\Tools\Console\Command\ExecuteCommand">
      <tag name="console.command" command="doctrine:migrations:execute"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:execute</argument>
      <call method="setName">
        <argument>doctrine:migrations:execute</argument>
      </call>
      <call method="setDescription">
        <argument>Execute one or more migration versions up or down manually.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.generate_command" class="Doctrine\Migrations\Tools\Console\Command\GenerateCommand">
      <tag name="console.command" command="doctrine:migrations:generate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:generate</argument>
      <call method="setName">
        <argument>doctrine:migrations:generate</argument>
      </call>
      <call method="setDescription">
        <argument>Generate a blank migration class.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.latest_command" class="Doctrine\Migrations\Tools\Console\Command\LatestCommand">
      <tag name="console.command" command="doctrine:migrations:latest"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:latest</argument>
      <call method="setName">
        <argument>doctrine:migrations:latest</argument>
      </call>
      <call method="setDescription">
        <argument>Outputs the latest version</argument>
      </call>
    </service>
    <service id="doctrine_migrations.migrate_command" class="Doctrine\Migrations\Tools\Console\Command\MigrateCommand">
      <tag name="console.command" command="doctrine:migrations:migrate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:migrate</argument>
      <call method="setName">
        <argument>doctrine:migrations:migrate</argument>
      </call>
      <call method="setDescription">
        <argument>Execute a migration to a specified version or the latest available version.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.rollup_command" class="Doctrine\Migrations\Tools\Console\Command\RollupCommand">
      <tag name="console.command" command="doctrine:migrations:rollup"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:rollup</argument>
      <call method="setName">
        <argument>doctrine:migrations:rollup</argument>
      </call>
      <call method="setDescription">
        <argument>Rollup migrations by deleting all tracked versions and insert the one version that exists.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.status_command" class="Doctrine\Migrations\Tools\Console\Command\StatusCommand">
      <tag name="console.command" command="doctrine:migrations:status"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:status</argument>
      <call method="setName">
        <argument>doctrine:migrations:status</argument>
      </call>
      <call method="setDescription">
        <argument>View the status of a set of migrations.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.up_to_date_command" class="Doctrine\Migrations\Tools\Console\Command\UpToDateCommand">
      <tag name="console.command" command="doctrine:migrations:up-to-date"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:up-to-date</argument>
      <call method="setName">
        <argument>doctrine:migrations:up-to-date</argument>
      </call>
      <call method="setDescription">
        <argument>Tells you if your schema is up-to-date.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.version_command" class="Doctrine\Migrations\Tools\Console\Command\VersionCommand">
      <tag name="console.command" command="doctrine:migrations:version"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:version</argument>
      <call method="setName">
        <argument>doctrine:migrations:version</argument>
      </call>
      <call method="setDescription">
        <argument>Manually add and delete migration versions from the version table.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.schema_filter_listener" class="Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener">
      <tag name="doctrine.dbal.schema_filter"/>
      <tag name="kernel.event_listener" event="console.command" method="onConsoleCommand"/>
      <tag name="container.no_preload"/>
      <argument>doctrine_migration_versions</argument>
    </service>
    <service id="doctrine_migrations.migrations_flattener" class="Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener"/>
    <service id="doctrine_migrations.migrations_collector" class="Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector">
      <tag name="data_collector" template="@DoctrineMigrations/Collector/migrations.html.twig" id="doctrine_migrations" priority="249"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument type="service" id="doctrine_migrations.migrations_flattener"/>
    </service>
    <service id="doctrine.migrations.storage.table_storage" class="Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration"/>
    <service id="twig" class="Twig\Environment">
      <tag name="container.preload" class="Twig\Cache\FilesystemCache"/>
      <tag name="container.preload" class="Twig\Extension\CoreExtension"/>
      <tag name="container.preload" class="Twig\Extension\EscaperExtension"/>
      <tag name="container.preload" class="Twig\Extension\OptimizerExtension"/>
      <tag name="container.preload" class="Twig\Extension\StagingExtension"/>
      <tag name="container.preload" class="Twig\ExtensionSet"/>
      <tag name="container.preload" class="Twig\Template"/>
      <tag name="container.preload" class="Twig\TemplateWrapper"/>
      <tag name="kernel.reset" method="resetGlobals"/>
      <argument type="service" id="twig.loader.native_filesystem"/>
      <argument type="collection">
        <argument key="autoescape">name</argument>
        <argument key="cache">/home/evenetu/cba/var/cache/prod/twig</argument>
        <argument key="charset">UTF-8</argument>
        <argument key="debug">true</argument>
        <argument key="strict_variables">true</argument>
      </argument>
      <call method="addExtension">
        <argument type="service" id="twig.extension.security_csrf"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.profiler"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.trans"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.assets"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.code"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.routing"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.yaml"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.debug.stopwatch"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.expression"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.httpkernel"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.httpfoundation"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.weblink"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.serializer"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.form"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.logout_url"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.security"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="doctrine.twig.doctrine_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.debug"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="knp_paginator.twig.extension.pagination"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Vich\UploaderBundle\Twig\Extension\UploaderExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.html"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="ux.twig_component.twig.component_extension"/>
      </call>
      <call method="addGlobal">
        <argument>app</argument>
        <argument type="service" id="twig.app_variable"/>
      </call>
      <call method="addRuntimeLoader">
        <argument type="service" id="twig.runtime_loader"/>
      </call>
      <call method="registerUndefinedFilterCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestFilter</argument>
        </argument>
      </call>
      <call method="registerUndefinedFunctionCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestFunction</argument>
        </argument>
      </call>
      <call method="registerUndefinedTokenParserCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestTag</argument>
        </argument>
      </call>
      <configurator service="ux.twig_component.twig.environment_configurator" method="configure"/>
    </service>
    <service id="twig.app_variable" class="Symfony\Bridge\Twig\AppVariable">
      <call method="setEnvironment">
        <argument>prod</argument>
      </call>
      <call method="setDebug">
        <argument>true</argument>
      </call>
      <call method="setTokenStorage">
        <argument type="service" id="security.token_storage" on-invalid="ignore"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack" on-invalid="ignore"/>
      </call>
      <call method="setLocaleSwitcher">
        <argument type="service" id="translation.locale_switcher" on-invalid="ignore"/>
      </call>
      <call method="setEnabledLocales">
        <argument type="collection"/>
      </call>
    </service>
    <service id="twig.template_iterator" class="Symfony\Bundle\TwigBundle\TemplateIterator">
      <argument type="service" id="kernel"/>
      <argument type="collection">
        <argument key="/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/src/../templates/">ea</argument>
        <argument key="/home/evenetu/cba/vendor/symfony/twig-bridge/Resources/views/Email">email</argument>
        <argument key="/home/evenetu/cba/vendor/symfony/twig-bridge/Resources/views/Form">null</argument>
      </argument>
      <argument>/home/evenetu/cba/templates</argument>
      <argument type="collection"/>
    </service>
    <service id="twig.template_cache_warmer" class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <tag name="container.service_subscriber" id="twig"/>
      <argument type="service" id=".service_locator.etVElvN.twig.template_cache_warmer"/>
      <argument type="service" id="twig.template_iterator"/>
    </service>
    <service id="twig.loader.native_filesystem" class="Twig\Loader\FilesystemLoader">
      <tag name="twig.loader"/>
      <argument type="collection"/>
      <argument>/home/evenetu/cba</argument>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/src/../templates/</argument>
        <argument>ea</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/doctrine/doctrine-bundle/templates</argument>
        <argument>Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/doctrine/doctrine-bundle/templates</argument>
        <argument>!Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/doctrine/doctrine-migrations-bundle/templates</argument>
        <argument>DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/doctrine/doctrine-migrations-bundle/templates</argument>
        <argument>!DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/templates/bundles/TwigBundle</argument>
        <argument>Twig</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/templates/bundles/TwigBundle</argument>
        <argument>!Twig</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>Security</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>!Security</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/api-platform/core/src/Symfony/Bundle/Resources/views</argument>
        <argument>ApiPlatform</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/api-platform/core/src/Symfony/Bundle/Resources/views</argument>
        <argument>!ApiPlatform</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/templates</argument>
        <argument>KnpPaginator</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/knplabs/knp-paginator-bundle/templates</argument>
        <argument>!KnpPaginator</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/templates</argument>
        <argument>EasyAdmin</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/easycorp/easyadmin-bundle/templates</argument>
        <argument>!EasyAdmin</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/templates</argument>
        <argument>VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/vich/uploader-bundle/templates</argument>
        <argument>!VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/symfony/ux-twig-component/templates</argument>
        <argument>TwigComponent</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/symfony/ux-twig-component/templates</argument>
        <argument>!TwigComponent</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/templates</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>email</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>!email</argument>
      </call>
      <call method="addPath">
        <argument>/home/evenetu/cba/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </call>
    </service>
    <service id="twig.loader.chain" class="Twig\Loader\ChainLoader"/>
    <service id="twig.extension.profiler" class="Symfony\Bridge\Twig\Extension\ProfilerExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="twig.profile"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
    </service>
    <service id="twig.profile" class="Twig\Profiler\Profile"/>
    <service id="data_collector.twig" class="Symfony\Bridge\Twig\DataCollector\TwigDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/twig.html.twig" id="twig" priority="257"/>
      <argument type="service" id="twig.profile"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.extension.trans" class="Symfony\Bridge\Twig\Extension\TranslationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="translator.default" on-invalid="null"/>
    </service>
    <service id="twig.extension.assets" class="Symfony\Bridge\Twig\Extension\AssetExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="assets.packages"/>
    </service>
    <service id="twig.extension.code" class="Symfony\Bridge\Twig\Extension\CodeExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
      <argument>/home/evenetu/cba</argument>
      <argument>UTF-8</argument>
    </service>
    <service id="twig.extension.routing" class="Symfony\Bridge\Twig\Extension\RoutingExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="twig.extension.yaml" class="Symfony\Bridge\Twig\Extension\YamlExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.debug.stopwatch" class="Symfony\Bridge\Twig\Extension\StopwatchExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument>true</argument>
    </service>
    <service id="twig.extension.expression" class="Symfony\Bridge\Twig\Extension\ExpressionExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.htmlsanitizer" class="Symfony\Bridge\Twig\Extension\HtmlSanitizerExtension">
      <argument type="service" id=".service_locator.Xbsa8iG"/>
    </service>
    <service id="twig.extension.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.runtime.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="fragment.handler"/>
      <argument type="service" id="fragment.uri_generator" on-invalid="ignore"/>
    </service>
    <service id="twig.extension.httpfoundation" class="Symfony\Bridge\Twig\Extension\HttpFoundationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="url_helper"/>
    </service>
    <service id="twig.extension.debug" class="Twig\Extension\DebugExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.weblink" class="Symfony\Bridge\Twig\Extension\WebLinkExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="twig.translation.extractor" class="Symfony\Bridge\Twig\Translation\TwigExtractor">
      <tag name="translation.extractor" alias="twig"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.runtime_loader" class="Twig\RuntimeLoader\ContainerRuntimeLoader">
      <argument type="service" id=".service_locator.lHNa0cB"/>
    </service>
    <service id="twig.error_renderer.html" class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer">
      <argument type="service" id="twig"/>
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument type="service">
        <service class="bool">
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer" method="isDebug"/>
        </service>
      </argument>
    </service>
    <service id="twig.runtime.serializer" class="Symfony\Bridge\Twig\Extension\SerializerRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="serializer"/>
    </service>
    <service id="twig.extension.serializer" class="Symfony\Bridge\Twig\Extension\SerializerExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="controller.template_attribute_listener" class="Symfony\Bridge\Twig\EventListener\TemplateAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.extension.form" class="Symfony\Bridge\Twig\Extension\FormExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="translator.default" on-invalid="null"/>
    </service>
    <service id="twig.form.engine" class="Symfony\Bridge\Twig\Form\TwigRendererEngine">
      <tag name="kernel.reset" method="reset"/>
      <argument>%twig.form.resources%</argument>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.form.renderer" class="Symfony\Component\Form\FormRenderer">
      <tag name="twig.runtime"/>
      <argument type="service" id="twig.form.engine"/>
      <argument type="service" id="security.csrf.token_manager" on-invalid="null"/>
    </service>
    <service id="twig.command.debug" class="Symfony\Bridge\Twig\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument>/home/evenetu/cba</argument>
      <argument>%kernel.bundles_metadata%</argument>
      <argument>/home/evenetu/cba/templates</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Show a list of twig functions, filters, globals and tests</argument>
      </call>
    </service>
    <service id="twig.command.lint" class="Symfony\Bundle\TwigBundle\Command\LintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument>*.twig</argument>
      </argument>
      <call method="setName">
        <argument>lint:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a Twig template and outputs encountered errors</argument>
      </call>
    </service>
    <service id="twig.mailer.message_listener" class="Symfony\Component\Mailer\EventListener\MessageListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument type="service" id="twig.mime_body_renderer"/>
    </service>
    <service id="twig.mime_body_renderer" class="Symfony\Bridge\Twig\Mime\BodyRenderer">
      <argument key="0" type="service" id="twig"/>
      <argument key="localeSwitcher" type="service" id="translation.locale_switcher" on-invalid="ignore"/>
    </service>
    <service id="security.authorization_checker" class="Symfony\Component\Security\Core\Authorization\AuthorizationChecker">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="security.token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage">
      <tag name="kernel.reset" method="disableUsageTracking"/>
      <tag name="kernel.reset" method="setToken"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id=".service_locator.LcVn9Hr"/>
    </service>
    <service id="security.untracked_token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage"/>
    <service id="security.helper" class="Symfony\Bundle\SecurityBundle\Security">
      <argument type="service" id=".service_locator.e_.xxAP"/>
      <argument type="collection">
        <argument key="refresh" type="service" id=".service_locator.RwV9Ugh"/>
        <argument key="dev">null</argument>
        <argument key="login" type="service" id=".service_locator.df1HHDL"/>
        <argument key="api" type="service" id=".service_locator.5y4U6aa"/>
        <argument key="main" type="service" id=".service_locator.SfGnQiG"/>
      </argument>
    </service>
    <service id="security.user_value_resolver" class="Symfony\Component\Security\Http\Controller\UserValueResolver">
      <tag priority="120" name="Symfony\Component\Security\Http\Controller\UserValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.security_token_value_resolver" class="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver">
      <tag priority="120" name="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.authentication.trust_resolver" class="Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver"/>
    <service id="security.authentication.session_strategy" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
      <argument>migrate</argument>
      <argument type="service" id="security.csrf.token_storage" on-invalid="ignore"/>
    </service>
    <service id="security.authentication.session_strategy_noop" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
      <argument>none</argument>
    </service>
    <service id="security.user_checker" class="Symfony\Component\Security\Core\User\InMemoryUserChecker"/>
    <service id="security.user_checker_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="refresh" type="service_closure" id="security.user_checker"/>
        <argument key="login" type="service_closure" id="security.user_checker"/>
        <argument key="api" type="service_closure" id="security.user_checker"/>
        <argument key="main" type="service_closure" id="security.user_checker"/>
      </argument>
    </service>
    <service id="security.expression_language" class="Symfony\Component\Security\Core\Authorization\ExpressionLanguage">
      <argument type="service" id="cache.security_expression_language" on-invalid="null"/>
      <call method="registerProvider">
        <argument type="service" id="api_platform.security.expression_language_provider"/>
      </call>
    </service>
    <service id="security.authentication_utils" class="Symfony\Component\Security\Http\Authentication\AuthenticationUtils">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.role_hierarchy" class="Symfony\Component\Security\Core\Role\RoleHierarchy">
      <argument type="collection"/>
    </service>
    <service id="security.access.simple_role_voter" class="Symfony\Component\Security\Core\Authorization\Voter\RoleVoter">
      <tag name="security.voter" priority="245"/>
    </service>
    <service id="security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter">
      <tag name="security.voter" priority="250"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
    </service>
    <service id="security.access.expression_voter" class="Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.expression_language"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.authorization_checker"/>
      <argument type="service" id="security.role_hierarchy" on-invalid="null"/>
    </service>
    <service id="security.impersonate_url_generator" class="Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.firewall.map" class="Symfony\Bundle\SecurityBundle\Security\FirewallMap">
      <argument type="service" id=".service_locator.0Zhv3qV"/>
      <argument type="iterator">
        <argument key="security.firewall.map.context.refresh" type="service" id=".security.request_matcher.pTtTi_Q"/>
        <argument key="security.firewall.map.context.dev" type="service" id=".security.request_matcher.kLbKLHa"/>
        <argument key="security.firewall.map.context.login" type="service" id=".security.request_matcher.0QxrXJt"/>
        <argument key="security.firewall.map.context.api" type="service" id=".security.request_matcher.vhy2oy3"/>
        <argument key="security.firewall.map.context.main">null</argument>
      </argument>
    </service>
    <service id="security.firewall.context" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext" abstract="true">
      <argument type="collection"/>
      <argument type="service" id="security.exception_listener"/>
      <argument type="abstract">LogoutListener</argument>
      <argument type="abstract">FirewallConfig</argument>
    </service>
    <service id="security.firewall.lazy_context" class="Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext" abstract="true">
      <argument type="collection"/>
      <argument type="service" id="security.exception_listener"/>
      <argument type="abstract">LogoutListener</argument>
      <argument type="abstract">FirewallConfig</argument>
      <argument type="service" id="security.untracked_token_storage"/>
    </service>
    <service id="security.firewall.config" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig" abstract="true">
      <argument type="abstract">name</argument>
      <argument type="abstract">user_checker</argument>
      <argument type="abstract">request_matcher</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.logout_url_generator" class="Symfony\Component\Security\Http\Logout\LogoutUrlGenerator">
      <argument type="service" id="request_stack" on-invalid="null"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <call method="registerListener">
        <argument>main</argument>
        <argument>app_logout</argument>
        <argument>logout</argument>
        <argument>_csrf_token</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.route_loader.logout" class="Symfony\Bundle\SecurityBundle\Routing\LogoutRouteLoader">
      <tag name="routing.route_loader"/>
      <argument type="collection"/>
      <argument>security.logout_uris</argument>
    </service>
    <service id="security.user.provider.missing" class="Symfony\Component\Security\Core\User\MissingUserProvider" abstract="true">
      <argument type="abstract">firewall</argument>
    </service>
    <service id="security.user.provider.in_memory" class="Symfony\Component\Security\Core\User\InMemoryUserProvider" abstract="true"/>
    <service id="security.user.provider.ldap" class="Symfony\Component\Ldap\Security\LdapUserProvider" abstract="true">
      <argument type="abstract">security.ldap.ldap</argument>
      <argument type="abstract">base dn</argument>
      <argument type="abstract">search dn</argument>
      <argument type="abstract">search password</argument>
      <argument type="abstract">default_roles</argument>
      <argument type="abstract">uid key</argument>
      <argument type="abstract">filter</argument>
      <argument type="abstract">password_attribute</argument>
      <argument type="abstract">extra_fields (email etc)</argument>
    </service>
    <service id="security.user.provider.chain" class="Symfony\Component\Security\Core\User\ChainUserProvider" abstract="true"/>
    <service id="security.http_utils" class="Symfony\Component\Security\Http\HttpUtils">
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument>{^https?://%%s$}i</argument>
      <argument>{^https://%%s$}i</argument>
    </service>
    <service id="security.validator.user_password" class="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator">
      <tag name="validator.constraint_validator" alias="security.validator.user_password"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="cache.security_expression_language" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>7VZlUzrVoC</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="controller.is_granted_attribute_listener" class="Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.authorization_checker"/>
      <argument type="service" id="security.is_granted_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="security.is_granted_attribute_expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="cache.security_is_granted_attribute_expression_language" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>HwHZ+1B-RX</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="security.password_hasher_factory" class="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory">
      <argument type="collection">
        <argument key="Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" type="collection">
          <argument key="algorithm">auto</argument>
          <argument key="migrate_from" type="collection"/>
          <argument key="hash_algorithm">sha512</argument>
          <argument key="key_length">40</argument>
          <argument key="ignore_case">false</argument>
          <argument key="encode_as_base64">true</argument>
          <argument key="iterations">5000</argument>
          <argument key="cost">null</argument>
          <argument key="memory_cost">null</argument>
          <argument key="time_cost">null</argument>
        </argument>
        <argument key="App\Entity\Users" type="collection">
          <argument key="algorithm">auto</argument>
          <argument key="migrate_from" type="collection"/>
          <argument key="hash_algorithm">sha512</argument>
          <argument key="key_length">40</argument>
          <argument key="ignore_case">false</argument>
          <argument key="encode_as_base64">true</argument>
          <argument key="iterations">5000</argument>
          <argument key="cost">null</argument>
          <argument key="memory_cost">null</argument>
          <argument key="time_cost">null</argument>
        </argument>
      </argument>
    </service>
    <service id="security.user_password_hasher" class="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher">
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="form.listener.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\EventListener\PasswordHasherListener">
      <argument type="service" id="security.user_password_hasher"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="form.type_extension.form.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="form.type_extension.password.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\PasswordType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="security.channel_listener" class="Symfony\Component\Security\Http\Firewall\ChannelListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpPort"/>
        </service>
      </argument>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpsPort"/>
        </service>
      </argument>
    </service>
    <service id="security.access_map" class="Symfony\Component\Security\Http\AccessMap">
      <call method="add">
        <argument type="service" id=".security.request_matcher.toyFHkx"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher._LPAaOJ"/>
        <argument type="collection">
          <argument>IS_AUTHENTICATED_ANONYMOUSLY</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.OipCI0K"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.28NqKnb"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.v8NUoeW"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
          <argument>ROLE_USER</argument>
          <argument>ROLE_CBA</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.MrMu6nc"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
          <argument>ROLE_USER</argument>
          <argument>ROLE_CBA</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.zrK6pYs"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
          <argument>ROLE_USER</argument>
          <argument>ROLE_CBA</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.a7bWaP1"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
          <argument>ROLE_USER</argument>
          <argument>ROLE_CBA</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.WYnmMre"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
          <argument>ROLE_TEACHER</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.QkTw6uO"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
          <argument>ROLE_TEACHER</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.N8Q8z.i"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
          <argument>ROLE_TEACHER</argument>
        </argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.context_listener" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      </argument>
      <argument type="abstract">Provider Key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.logout_listener" class="Symfony\Component\Security\Http\Firewall\LogoutListener" abstract="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">event dispatcher</argument>
      <argument type="collection"/>
    </service>
    <service id="security.logout.listener.session" class="Symfony\Component\Security\Http\EventListener\SessionLogoutListener" abstract="true"/>
    <service id="security.logout.listener.clear_site_data" class="Symfony\Component\Security\Http\EventListener\ClearSiteDataLogoutListener" abstract="true"/>
    <service id="security.logout.listener.cookie_clearing" class="Symfony\Component\Security\Http\EventListener\CookieClearingLogoutListener" abstract="true"/>
    <service id="security.logout.listener.default" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">target url</argument>
    </service>
    <service id="security.authentication.listener.abstract" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument type="service" id="security.authentication.session_strategy"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Provider-shared Key</argument>
      <argument type="service" id="security.authentication.success_handler"/>
      <argument type="service" id="security.authentication.failure_handler"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.custom_success_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler" abstract="true">
      <argument type="abstract">The custom success handler service</argument>
      <argument type="collection"/>
      <argument type="abstract">Provider-shared Key</argument>
    </service>
    <service id="security.authentication.success_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="security.authentication.custom_failure_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler" abstract="true">
      <argument type="abstract">The custom failure handler service</argument>
      <argument type="collection"/>
    </service>
    <service id="security.authentication.failure_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.exception_listener" class="Symfony\Component\Security\Http\Firewall\ExceptionListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Provider-shared Key</argument>
      <argument type="service" id="security.authentication.entry_point" on-invalid="null"/>
      <argument>null</argument>
      <argument type="service" id="security.access.denied_handler" on-invalid="null"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="security.authentication.switchuser_listener" class="Symfony\Component\Security\Http\Firewall\SwitchUserListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">User Provider</argument>
      <argument type="abstract">User Checker</argument>
      <argument type="abstract">Provider Key</argument>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>_switch_user</argument>
      <argument>ROLE_ALLOWED_TO_SWITCH</argument>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument>false</argument>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="abstract">Target Route</argument>
    </service>
    <service id="security.access_listener" class="Symfony\Component\Security\Http\Firewall\AccessListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.access_map"/>
      <argument>false</argument>
    </service>
    <service id="security.firewall.event_dispatcher_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="refresh" type="service_closure" id="debug.security.event_dispatcher.refresh"/>
        <argument key="login" type="service_closure" id="debug.security.event_dispatcher.login"/>
        <argument key="api" type="service_closure" id="debug.security.event_dispatcher.api"/>
        <argument key="main" type="service_closure" id="debug.security.event_dispatcher.main"/>
      </argument>
    </service>
    <service id="security.authenticator.manager" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">authenticators</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="abstract">provider key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="abstract">required badges</argument>
    </service>
    <service id="security.authenticator.managers_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="refresh" type="service_closure" id="security.authenticator.manager.refresh"/>
        <argument key="login" type="service_closure" id="security.authenticator.manager.login"/>
        <argument key="api" type="service_closure" id="security.authenticator.manager.api"/>
        <argument key="main" type="service_closure" id="security.authenticator.manager.main"/>
      </argument>
    </service>
    <service id="security.user_authenticator" class="Symfony\Bundle\SecurityBundle\Security\UserAuthenticator">
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="security.authenticator.managers_locator"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.firewall.authenticator" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener" abstract="true">
      <argument type="abstract">authenticator manager</argument>
    </service>
    <service id="security.listener.check_authenticator_credentials" class="Symfony\Component\Security\Http\EventListener\CheckCredentialsListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="security.listener.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="1024" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
    </service>
    <service id="security.listener.user_provider.abstract" class="Symfony\Component\Security\Http\EventListener\UserProviderListener" abstract="true">
      <argument type="abstract">user provider</argument>
    </service>
    <service id="security.listener.password_migrating" class="Symfony\Component\Security\Http\EventListener\PasswordMigratingListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="security.listener.user_checker" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener" abstract="true">
      <argument type="abstract">user checker</argument>
    </service>
    <service id="security.listener.session" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener" abstract="true">
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.listener.login_throttling" class="Symfony\Component\Security\Http\EventListener\LoginThrottlingListener" abstract="true">
      <argument type="service" id="request_stack"/>
      <argument type="abstract">request rate limiter</argument>
    </service>
    <service id="security.authenticator.http_basic" class="Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">realm name</argument>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.form_login" class="Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">user provider</argument>
      <argument type="abstract">authentication success handler</argument>
      <argument type="abstract">authentication failure handler</argument>
      <argument type="abstract">options</argument>
    </service>
    <service id="security.authenticator.json_login" class="Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">user provider</argument>
      <argument type="abstract">authentication success handler</argument>
      <argument type="abstract">authentication failure handler</argument>
      <argument type="abstract">options</argument>
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <call method="setTranslator">
        <argument type="service" id="translator.default" on-invalid="ignore"/>
      </call>
    </service>
    <service id="security.authenticator.x509" class="Symfony\Component\Security\Http\Authenticator\X509Authenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">firewall name</argument>
      <argument type="abstract">user key</argument>
      <argument type="abstract">credentials key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="abstract">credentials user identifier</argument>
    </service>
    <service id="security.authenticator.remote_user" class="Symfony\Component\Security\Http\Authenticator\RemoteUserAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">firewall name</argument>
      <argument type="abstract">user key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.access_token_extractor.header" class="Symfony\Component\Security\Http\AccessToken\HeaderAccessTokenExtractor"/>
    <service id="security.access_token_extractor.query_string" class="Symfony\Component\Security\Http\AccessToken\QueryAccessTokenExtractor"/>
    <service id="security.access_token_extractor.request_body" class="Symfony\Component\Security\Http\AccessToken\FormEncodedBodyExtractor"/>
    <service id="security.authenticator.access_token" class="Symfony\Component\Security\Http\Authenticator\AccessTokenAuthenticator" abstract="true">
      <argument type="abstract">access token handler</argument>
      <argument type="abstract">access token extractor</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.authenticator.access_token.chain_extractor" class="Symfony\Component\Security\Http\AccessToken\ChainAccessTokenExtractor" abstract="true">
      <argument type="abstract">access token extractors</argument>
    </service>
    <service id="security.access_token_handler.oidc_user_info.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface" abstract="true">
      <argument type="abstract">http client options</argument>
      <factory service="http_client.uri_template" method="withOptions"/>
    </service>
    <service id="security.access_token_handler.oidc_user_info" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcUserInfoTokenHandler" abstract="true">
      <argument type="abstract">http client</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="abstract">claim</argument>
    </service>
    <service id="security.access_token_handler.oidc" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcTokenHandler" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <argument type="abstract">signature key</argument>
      <argument type="abstract">audience</argument>
      <argument type="abstract">issuers</argument>
      <argument>sub</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="clock"/>
    </service>
    <service id="security.access_token_handler.oidc.jwk" class="Jose\Component\Core\JWK" constructor="createFromJson" abstract="true">
      <argument type="abstract">signature key</argument>
    </service>
    <service id="security.access_token_handler.oidc.signature" class="Jose\Component\Core\Algorithm" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES256" class="Jose\Component\Signature\Algorithm\ES256">
      <argument>ES256</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES384" class="Jose\Component\Signature\Algorithm\ES384">
      <argument>ES384</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES512" class="Jose\Component\Signature\Algorithm\ES512">
      <argument>ES512</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="twig.extension.logout_url" class="Symfony\Bridge\Twig\Extension\LogoutUrlExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="twig.extension.security" class="Symfony\Bridge\Twig\Extension\SecurityExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.authorization_checker" on-invalid="ignore"/>
      <argument type="service" id="security.impersonate_url_generator" on-invalid="ignore"/>
    </service>
    <service id="data_collector.security" class="Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector">
      <tag name="data_collector" template="@Security/Collector/security.html.twig" id="security" priority="270"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id="security.role_hierarchy"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.security.firewall" on-invalid="null"/>
    </service>
    <service id="debug.security.access.decision_manager" class="Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager">
      <tag name="container.decorator" id="security.access.decision_manager" inner="debug.security.access.decision_manager.inner"/>
      <argument type="service" id="debug.security.access.decision_manager.inner"/>
    </service>
    <service id="debug.security.voter.vote_listener" class="Symfony\Bundle\SecurityBundle\EventListener\VoteListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
    </service>
    <service id="debug.security.firewall" class="Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="security.command.debug_firewall" class="Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand">
      <tag name="console.command" command="debug:firewall"/>
      <tag name="container.no_preload"/>
      <argument>%security.firewalls%</argument>
      <argument type="service" id=".service_locator.0Zhv3qV"/>
      <argument type="service" id=".service_locator.clMzvAn"/>
      <argument type="collection">
        <argument key="refresh" type="collection">
          <argument type="service" id="security.authenticator.refresh_jwt.refresh"/>
        </argument>
        <argument key="login" type="collection">
          <argument type="service" id="security.authenticator.json_login.login"/>
        </argument>
        <argument key="api" type="collection">
          <argument type="service" id="security.authenticator.jwt.api"/>
        </argument>
        <argument key="main" type="collection">
          <argument type="service" id="security.authenticator.form_login.main"/>
        </argument>
      </argument>
      <argument>false</argument>
      <call method="setName">
        <argument>debug:firewall</argument>
      </call>
      <call method="setDescription">
        <argument>Display information about your security firewall(s)</argument>
      </call>
    </service>
    <service id="security.user.provider.concrete.app_user_provider" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider">
      <argument type="service" id="doctrine"/>
      <argument>App\Entity\Users</argument>
      <argument>email</argument>
      <argument>null</argument>
    </service>
    <service id="security.firewall.map.config.refresh" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>refresh</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.pTtTi_Q</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>null</argument>
      <argument>security.authenticator.refresh_jwt.refresh</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>refresh_jwt</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.aFChmGz" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/token/refresh</argument>
    </service>
    <service id=".security.request_matcher.pTtTi_Q" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.aFChmGz"/>
      </argument>
    </service>
    <service id="security.user_checker.chain.refresh" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.refresh"/>
    </service>
    <service id="security.authenticator.refresh_jwt.refresh" class="Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator">
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.request.extractor.chain"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      <argument type="service" id="security.authentication.success_handler.refresh.refresh_jwt"/>
      <argument type="service" id="security.authentication.failure_handler.refresh.refresh_jwt"/>
      <argument type="collection">
        <argument key="check_path">null</argument>
        <argument key="ttl">%gesdinet_jwt_refresh_token.ttl%</argument>
        <argument key="ttl_update">%gesdinet_jwt_refresh_token.ttl_update%</argument>
        <argument key="token_parameter_name">%gesdinet_jwt_refresh_token.token_parameter_name%</argument>
      </argument>
      <argument type="service" id="security.http_utils"/>
    </service>
    <service id="security.authentication.success_handler.refresh.refresh_jwt" class="Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationSuccessHandler">
      <argument type="service" id="lexik_jwt_authentication.handler.authentication_success"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setFirewallName">
        <argument>refresh</argument>
      </call>
    </service>
    <service id="security.authentication.failure_handler.refresh.refresh_jwt" class="Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationFailureHandler">
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="security.authenticator.manager.refresh" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="security.authenticator.refresh_jwt.refresh"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.refresh"/>
      <argument>refresh</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.refresh" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.refresh" inner="debug.security.firewall.authenticator.refresh.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.refresh.inner"/>
    </service>
    <service id="security.listener.user_checker.refresh" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.refresh"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.refresh" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>refresh</argument>
      <argument type="service" id="security.authenticator.refresh_jwt.refresh"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id=".service_locator.RwV9Ugh" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.refresh_jwt.refresh" type="service_closure" id="security.authenticator.refresh_jwt.refresh"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.refresh" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="debug.security.firewall.authenticator.refresh"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.refresh"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.refresh"/>
    </service>
    <service id="security.firewall.map.config.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>dev</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.kLbKLHa</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.q1UFWmc" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(_(profiler|wdt)|css|images|js)/</argument>
    </service>
    <service id=".security.request_matcher.kLbKLHa" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.q1UFWmc"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.dev"/>
    </service>
    <service id="security.firewall.map.config.login" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>login</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.0QxrXJt</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>json_login</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.lyVOED." class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/login</argument>
    </service>
    <service id=".security.request_matcher.0QxrXJt" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.lyVOED."/>
      </argument>
    </service>
    <service id="security.listener.login.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.login" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
    </service>
    <service id="security.user_checker.chain.login" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.login"/>
    </service>
    <service id="security.authenticator.json_login.login" class="Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      <argument type="service" id="security.authentication.success_handler.login.json_login"/>
      <argument type="service" id="security.authentication.failure_handler.login.json_login"/>
      <argument type="collection">
        <argument key="check_path">/api/login_check</argument>
        <argument key="use_forward">false</argument>
        <argument key="require_previous_session">false</argument>
        <argument key="login_path">/login</argument>
        <argument key="username_path">username</argument>
        <argument key="password_path">password</argument>
      </argument>
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <call method="setTranslator">
        <argument type="service" id="translator.default" on-invalid="ignore"/>
      </call>
    </service>
    <service id="security.authentication.success_handler.login.json_login" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler">
      <argument type="service">
        <service class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler">
          <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
          <argument type="service" id="debug.event_dispatcher"/>
          <argument type="collection"/>
          <argument>true</argument>
        </service>
      </argument>
      <argument type="collection"/>
      <argument>login</argument>
    </service>
    <service id="security.authentication.failure_handler.login.json_login" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler">
      <argument type="service">
        <service class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler">
          <argument type="service" id="debug.event_dispatcher"/>
          <argument type="service" id="translator.default" on-invalid="null"/>
        </service>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="security.authenticator.manager.login" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="security.authenticator.json_login.login"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.login"/>
      <argument>login</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.login" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.login" inner="debug.security.firewall.authenticator.login.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.login.inner"/>
    </service>
    <service id="security.listener.user_checker.login" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.login"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.login" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>login</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id=".service_locator.df1HHDL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.json_login.login" type="service_closure" id="security.authenticator.json_login.login"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.login" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="debug.security.firewall.authenticator.login"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.login"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.login"/>
    </service>
    <service id="security.firewall.map.config.api" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>api</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.vhy2oy3</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>null</argument>
      <argument>security.authenticator.jwt.api</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>jwt</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.AMZT15Y" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api</argument>
    </service>
    <service id=".security.request_matcher.vhy2oy3" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.AMZT15Y"/>
      </argument>
    </service>
    <service id="security.user_checker.chain.api" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.api"/>
    </service>
    <service id="security.authenticator.jwt.api" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator">
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="lexik_jwt_authentication.extractor.chain_extractor"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      <argument type="service" id="translator.default" on-invalid="null"/>
    </service>
    <service id="security.authenticator.manager.api" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="security.authenticator.jwt.api"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.api"/>
      <argument>api</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.api" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.api" inner="debug.security.firewall.authenticator.api.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.api.inner"/>
    </service>
    <service id="security.listener.user_checker.api" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.api"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.api" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>api</argument>
      <argument type="service" id="security.authenticator.jwt.api"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id=".service_locator.5y4U6aa" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.jwt.api" type="service_closure" id="security.authenticator.jwt.api"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.api" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="debug.security.firewall.authenticator.api"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.api"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.api"/>
    </service>
    <service id="security.firewall.map.config.main" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>main</argument>
      <argument>security.user_checker</argument>
      <argument>null</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>main</argument>
      <argument>security.authenticator.form_login.main</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>login_throttling</argument>
        <argument>form_login</argument>
      </argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="path">app_logout</argument>
        <argument key="enable_csrf">null</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="target">/</argument>
        <argument key="invalidate_session">true</argument>
        <argument key="clear_site_data" type="collection"/>
        <argument key="delete_cookies" type="collection"/>
      </argument>
    </service>
    <service id="security.listener.main.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.main" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
    </service>
    <service id="security.user_checker.chain.main" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.main"/>
    </service>
    <service id="security.context_listener.0" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      </argument>
      <argument>main</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.listener.session.main" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.logout_listener.main" class="Symfony\Component\Security\Http\Firewall\LogoutListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument type="collection">
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="logout_path">app_logout</argument>
      </argument>
    </service>
    <service id="security.logout.listener.default.main" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.http_utils"/>
      <argument>/</argument>
    </service>
    <service id="security.logout.listener.session.main" class="Symfony\Component\Security\Http\EventListener\SessionLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
    </service>
    <service id="limiter._login_local_main" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">3</argument>
        <argument key="interval">15 minutes</argument>
        <argument key="id">_login_local_main</argument>
      </argument>
      <argument type="service" id="limiter.storage._login_local_main"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage._login_local_main" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter._login_global_main" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">15</argument>
        <argument key="interval">15 minutes</argument>
        <argument key="id">_login_global_main</argument>
      </argument>
      <argument type="service" id="limiter.storage._login_global_main"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage._login_global_main" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="security.login_throttling.main.limiter" class="Symfony\Component\Security\Http\RateLimiter\DefaultLoginRateLimiter">
      <argument type="service" id="limiter._login_global_main"/>
      <argument type="service" id="limiter._login_local_main"/>
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="security.listener.login_throttling.main" class="Symfony\Component\Security\Http\EventListener\LoginThrottlingListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="security.login_throttling.main.limiter"/>
    </service>
    <service id="security.authenticator.form_login.main" class="Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      <argument type="service" id="security.authentication.success_handler.main.form_login"/>
      <argument type="service" id="security.authentication.failure_handler.main.form_login"/>
      <argument type="collection">
        <argument key="login_path">app_login</argument>
        <argument key="check_path">app_login</argument>
        <argument key="enable_csrf">true</argument>
        <argument key="use_forward">false</argument>
        <argument key="require_previous_session">false</argument>
        <argument key="username_parameter">_username</argument>
        <argument key="password_parameter">_password</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">authenticate</argument>
        <argument key="post_only">true</argument>
        <argument key="form_only">false</argument>
      </argument>
    </service>
    <service id="security.authentication.success_handler.main.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="login_path">app_login</argument>
          <argument key="default_target_path">app_home</argument>
          <argument key="always_use_default_target_path">false</argument>
          <argument key="target_path_parameter">_target_path</argument>
          <argument key="use_referer">false</argument>
        </argument>
      </call>
      <call method="setFirewallName">
        <argument>main</argument>
      </call>
    </service>
    <service id="security.authentication.failure_handler.main.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="login_path">app_login</argument>
          <argument key="failure_path">null</argument>
          <argument key="failure_forward">false</argument>
          <argument key="failure_path_parameter">_failure_path</argument>
        </argument>
      </call>
    </service>
    <service id="security.authenticator.manager.main" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="security.authenticator.form_login.main"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument>main</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.main" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.main" inner="debug.security.firewall.authenticator.main.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.main.inner"/>
    </service>
    <service id="security.listener.user_checker.main" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.main" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>main</argument>
      <argument type="service" id="security.authenticator.form_login.main"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id=".service_locator.SfGnQiG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.form_login.main" type="service_closure" id="security.authenticator.form_login.main"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.main" class="Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="security.context_listener.0"/>
        <argument type="service" id="debug.security.firewall.authenticator.main"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.main"/>
      <argument type="service" id="security.logout_listener.main"/>
      <argument type="service" id="security.firewall.map.config.main"/>
      <argument type="service" id="security.untracked_token_storage"/>
    </service>
    <service id=".service_locator.0Zhv3qV" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.firewall.map.context.api" type="service_closure" id="security.firewall.map.context.api"/>
        <argument key="security.firewall.map.context.dev" type="service_closure" id="security.firewall.map.context.dev"/>
        <argument key="security.firewall.map.context.login" type="service_closure" id="security.firewall.map.context.login"/>
        <argument key="security.firewall.map.context.main" type="service_closure" id="security.firewall.map.context.main"/>
        <argument key="security.firewall.map.context.refresh" type="service_closure" id="security.firewall.map.context.refresh"/>
      </argument>
    </service>
    <service id=".security.request_matcher.3M0wdcL" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/EM0622/documentation</argument>
    </service>
    <service id=".security.request_matcher.toyFHkx" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.3M0wdcL"/>
      </argument>
    </service>
    <service id=".security.request_matcher._LPAaOJ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.aFChmGz"/>
      </argument>
    </service>
    <service id=".security.request_matcher.wGO_5CG" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/(login|token/refresh)</argument>
    </service>
    <service id=".security.request_matcher.OipCI0K" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.wGO_5CG"/>
      </argument>
    </service>
    <service id=".security.request_matcher.obhk0jm" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin</argument>
    </service>
    <service id=".security.request_matcher.28NqKnb" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.obhk0jm"/>
      </argument>
    </service>
    <service id=".security.request_matcher.fOcekG_" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/home</argument>
    </service>
    <service id=".security.request_matcher.v8NUoeW" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.fOcekG_"/>
      </argument>
    </service>
    <service id=".security.request_matcher.4_MhgRf" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/classes</argument>
    </service>
    <service id=".security.request_matcher.MrMu6nc" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.4_MhgRf"/>
      </argument>
    </service>
    <service id=".security.request_matcher.5n3kuDd" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/contents</argument>
    </service>
    <service id=".security.request_matcher.zrK6pYs" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.5n3kuDd"/>
      </argument>
    </service>
    <service id=".security.request_matcher.zmzPw9t" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/profil</argument>
    </service>
    <service id=".security.request_matcher.a7bWaP1" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.zmzPw9t"/>
      </argument>
    </service>
    <service id=".security.request_matcher.Ds4XsE8" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/teachers</argument>
    </service>
    <service id=".security.request_matcher.WYnmMre" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.Ds4XsE8"/>
      </argument>
    </service>
    <service id=".security.request_matcher.OexoRVH" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/list-events-free</argument>
    </service>
    <service id=".security.request_matcher.QkTw6uO" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.OexoRVH"/>
      </argument>
    </service>
    <service id=".security.request_matcher.0Jy0d3Q" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/list-events-pay</argument>
    </service>
    <service id=".security.request_matcher.N8Q8z.i" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.0Jy0d3Q"/>
      </argument>
    </service>
    <service id="security.command.user_password_hash" class="Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="security.password_hasher_factory"/>
      <argument type="collection">
        <argument>Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface</argument>
        <argument>App\Entity\Users</argument>
      </argument>
      <call method="setName">
        <argument>security:hash-password</argument>
      </call>
      <call method="setDescription">
        <argument>Hash a user password</argument>
      </call>
    </service>
    <service id="nelmio_cors.cors_listener" class="Nelmio\CorsBundle\EventListener\CorsListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="250"/>
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="0"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="nelmio_cors.options_resolver"/>
    </service>
    <service id="nelmio_cors.options_resolver" class="Nelmio\CorsBundle\Options\Resolver">
      <argument type="collection">
        <argument type="service" id="nelmio_cors.options_provider.config"/>
      </argument>
    </service>
    <service id="nelmio_cors.options_provider.config" class="Nelmio\CorsBundle\Options\ConfigProvider">
      <tag name="nelmio_cors.options_provider" priority="-1"/>
      <argument>%nelmio_cors.map%</argument>
      <argument>%nelmio_cors.defaults%</argument>
    </service>
    <service id="nelmio_cors.cacheable_response_vary_listener" class="Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onResponse" priority="-10"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="api_platform.negotiator" class="Negotiation\Negotiator"/>
    <service id="api_platform.resource_class_resolver" class="ApiPlatform\Api\ResourceClassResolver">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
    </service>
    <service id="api_platform.route_name_resolver.cached" class="ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver">
      <tag name="container.decorator" id="api_platform.route_name_resolver" inner="api_platform.route_name_resolver.cached.inner"/>
      <argument type="service" id="api_platform.cache.route_name_resolver"/>
      <argument type="service" id="api_platform.route_name_resolver.cached.inner"/>
    </service>
    <service id="api_platform.router" class="ApiPlatform\Symfony\Routing\Router">
      <argument type="service" id="router.default"/>
      <argument>1</argument>
    </service>
    <service id="api_platform.serializer.context_builder.filter" class="ApiPlatform\Serializer\SerializerFilterContextBuilder">
      <tag name="container.decorator" id="api_platform.serializer.context_builder" inner="api_platform.serializer.context_builder.filter.inner"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument type="service" id="api_platform.serializer.context_builder.filter.inner"/>
    </service>
    <service id="api_platform.serializer.property_filter" class="ApiPlatform\Serializer\Filter\PropertyFilter" abstract="true">
      <argument>properties</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.serializer.group_filter" class="ApiPlatform\Serializer\Filter\GroupFilter" abstract="true"/>
    <service id="api_platform.serializer.normalizer.item" class="ApiPlatform\Serializer\ItemNormalizer">
      <tag name="serializer.normalizer" priority="-895"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory" on-invalid="ignore"/>
      <argument type="service" id="api_platform.item_data_provider" on-invalid="ignore"/>
      <argument>false</argument>
      <argument>null</argument>
      <argument type="tagged_iterator" tag="api_platform.data_transformer"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached" on-invalid="ignore"/>
      <argument type="service" id="api_platform.security.resource_access_checker" on-invalid="ignore"/>
    </service>
    <service id="api_platform.serializer.mapping.class_metadata_factory" class="ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory">
      <tag name="container.decorator" id="serializer.mapping.class_metadata_factory" inner="api_platform.serializer.mapping.class_metadata_factory.inner"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory.inner"/>
    </service>
    <service id="api_platform.operation_path_resolver.custom" class="ApiPlatform\PathResolver\CustomOperationPathResolver">
      <argument type="service" id="api_platform.operation_path_resolver.generator"/>
    </service>
    <service id="api_platform.operation_path_resolver.generator" class="ApiPlatform\PathResolver\OperationPathResolver">
      <argument type="service" id="api_platform.path_segment_name_generator.underscore"/>
    </service>
    <service id="api_platform.path_segment_name_generator.underscore" class="ApiPlatform\Operation\UnderscorePathSegmentNameGenerator"/>
    <service id="api_platform.path_segment_name_generator.dash" class="ApiPlatform\Operation\DashPathSegmentNameGenerator"/>
    <service id="api_platform.action.placeholder" class="ApiPlatform\Action\PlaceholderAction" public="true"/>
    <service id="api_platform.action.not_found" class="ApiPlatform\Action\NotFoundAction" public="true"/>
    <service id="api_platform.action.not_exposed" class="ApiPlatform\Action\NotExposedAction" public="true"/>
    <service id="api_platform.action.entrypoint" class="ApiPlatform\Action\EntrypointAction" public="true">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
    </service>
    <service id="api_platform.action.documentation" class="ApiPlatform\Documentation\Action\DocumentationAction" public="true">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument></argument>
      <argument></argument>
      <argument>0.0.0</argument>
      <argument>null</argument>
      <argument>%api_platform.swagger.versions%</argument>
      <argument type="service" id="api_platform.openapi.factory.next" on-invalid="null"/>
    </service>
    <service id="api_platform.action.exception" class="ApiPlatform\Action\ExceptionAction" public="true">
      <argument type="service" id="serializer"/>
      <argument>%api_platform.error_formats%</argument>
      <argument>%api_platform.exception_to_status%</argument>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    </service>
    <service id="api_platform.cache.route_name_resolver" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>rJMHGoecAv</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="api_platform.symfony.iri_converter" class="ApiPlatform\Symfony\Routing\IriConverter">
      <argument type="service" id="api_platform.state_provider.locator"/>
      <argument type="service" id="api_platform.router"/>
      <argument type="service" id="api_platform.api.identifiers_extractor"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.uri_variables.converter"/>
      <argument type="service" id="api_platform.symfony.iri_converter.skolem" on-invalid="null"/>
    </service>
    <service id="api_platform.symfony.iri_converter.skolem" class="ApiPlatform\Symfony\Routing\SkolemIriConverter">
      <argument type="service" id="api_platform.router"/>
    </service>
    <service id="api_platform.api.identifiers_extractor" class="ApiPlatform\Api\IdentifiersExtractor">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="api_platform.uri_variables.converter" class="ApiPlatform\Api\UriVariablesConverter">
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="tagged_iterator" tag="api_platform.uri_variables.transformer"/>
    </service>
    <service id="api_platform.uri_variables.transformer.integer" class="ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer">
      <tag name="api_platform.uri_variables.transformer" priority="-100"/>
    </service>
    <service id="api_platform.uri_variables.transformer.date_time" class="ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer">
      <tag name="api_platform.uri_variables.transformer" priority="-100"/>
    </service>
    <service id="api_platform.error_listener" class="ApiPlatform\Symfony\EventListener\ErrorListener">
      <argument>api_platform.action.exception</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="api_platform.state_provider.locator" class="ApiPlatform\State\CallableProvider">
      <argument type="service" id=".service_locator.ZbWGXmi"/>
    </service>
    <service id="api_platform.pagination.next" class="ApiPlatform\State\Pagination\Pagination">
      <argument>%api_platform.collection.pagination%</argument>
      <argument>%api_platform.graphql.collection.pagination%</argument>
    </service>
    <service id="api_platform.state_processor.locator" class="ApiPlatform\State\CallableProcessor">
      <argument type="service" id=".service_locator.LiilhZb"/>
    </service>
    <service id="api_platform.route_loader" class="ApiPlatform\Symfony\Routing\ApiLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.operation_path_resolver.custom"/>
      <argument type="service" id="service_container"/>
      <argument>%api_platform.formats%</argument>
      <argument>%api_platform.resource_class_directories%</argument>
      <argument>null</argument>
      <argument>false</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
    </service>
    <service id="api_platform.item_data_provider" class="ApiPlatform\Core\DataProvider\ChainItemDataProvider">
      <argument type="tagged_iterator" tag="api_platform.item_data_provider"/>
    </service>
    <service id="api_platform.collection_data_provider" class="ApiPlatform\Core\DataProvider\ChainCollectionDataProvider">
      <argument type="tagged_iterator" tag="api_platform.collection_data_provider"/>
    </service>
    <service id="api_platform.subresource_data_provider" class="ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider">
      <argument type="tagged_iterator" tag="api_platform.subresource_data_provider"/>
    </service>
    <service id="api_platform.pagination.legacy" class="ApiPlatform\Core\DataProvider\Pagination">
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.cached"/>
      <argument>%api_platform.collection.pagination%</argument>
      <argument>%api_platform.graphql.collection.pagination%</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata" class="ApiPlatform\Metadata\Resource\Factory\LegacyResourceMetadataResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.attributes"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument>%api_platform.defaults%</argument>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.legacy_property_metadata" class="ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.xml"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata" class="ApiPlatform\Metadata\Resource\Factory\LegacySubresourceMetadataResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.subresource_operation_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata"/>
    </service>
    <service id="api_platform.listener.view.write.legacy" class="ApiPlatform\Core\EventListener\WriteListener">
      <tag name="kernel.event_listener" event="kernel.view" method="onKernelView" priority="32"/>
      <argument type="service" id="api_platform.data_persister"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.cached"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument>false</argument>
    </service>
    <service id="api_platform.listener.request.read.legacy" class="ApiPlatform\Core\EventListener\ReadListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="4"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="api_platform.collection_data_provider"/>
      <argument type="service" id="api_platform.item_data_provider"/>
      <argument type="service" id="api_platform.subresource_data_provider"/>
      <argument type="service" id="api_platform.serializer.context_builder.filter"/>
      <argument type="service" id="api_platform.identifier.converter"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.cached"/>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="api_platform.data_persister" class="ApiPlatform\Core\DataPersister\ChainDataPersister">
      <argument type="tagged_iterator" tag="api_platform.data_persister"/>
    </service>
    <service id="api_platform.serializer_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="serializer" type="service_closure" id="serializer"/>
      </argument>
    </service>
    <service id="api_platform.pagination_options" class="ApiPlatform\State\Pagination\PaginationOptions">
      <argument>true</argument>
      <argument>page</argument>
      <argument>false</argument>
      <argument>itemsPerPage</argument>
      <argument>false</argument>
      <argument>pagination</argument>
      <argument>30</argument>
      <argument>null</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>partial</argument>
    </service>
    <service id="api_platform.filter_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="annotated_app_entity_announcements_api_platform_doctrine_orm_filter_boolean_filter" type="service_closure" id="annotated_app_entity_announcements_api_platform_doctrine_orm_filter_boolean_filter"/>
        <argument key="annotated_app_entity_announcements_api_platform_doctrine_orm_filter_date_filter" type="service_closure" id="annotated_app_entity_announcements_api_platform_doctrine_orm_filter_date_filter"/>
        <argument key="annotated_app_entity_babies_api_platform_doctrine_orm_filter_search_filter" type="service_closure" id="annotated_app_entity_babies_api_platform_doctrine_orm_filter_search_filter"/>
        <argument key="annotated_app_entity_cba_medias_api_platform_core_bridge_doctrine_orm_filter_search_filter" type="service_closure" id="annotated_app_entity_cba_medias_api_platform_core_bridge_doctrine_orm_filter_search_filter"/>
        <argument key="annotated_app_entity_cba_news_api_platform_doctrine_orm_filter_order_filter" type="service_closure" id="annotated_app_entity_cba_news_api_platform_doctrine_orm_filter_order_filter"/>
        <argument key="annotated_app_entity_cba_news_api_platform_doctrine_orm_filter_search_filter" type="service_closure" id="annotated_app_entity_cba_news_api_platform_doctrine_orm_filter_search_filter"/>
        <argument key="annotated_app_entity_events_api_platform_doctrine_orm_filter_date_filter" type="service_closure" id="annotated_app_entity_events_api_platform_doctrine_orm_filter_date_filter"/>
        <argument key="annotated_app_entity_messages_api_platform_doctrine_orm_filter_order_filter" type="service_closure" id="annotated_app_entity_messages_api_platform_doctrine_orm_filter_order_filter"/>
        <argument key="annotated_app_entity_messages_api_platform_doctrine_orm_filter_search_filter" type="service_closure" id="annotated_app_entity_messages_api_platform_doctrine_orm_filter_search_filter"/>
        <argument key="annotated_app_entity_thematics_api_platform_doctrine_orm_filter_boolean_filter" type="service_closure" id="annotated_app_entity_thematics_api_platform_doctrine_orm_filter_boolean_filter"/>
        <argument key="annotated_app_entity_thematics_api_platform_doctrine_orm_filter_date_filter" type="service_closure" id="annotated_app_entity_thematics_api_platform_doctrine_orm_filter_date_filter"/>
        <argument key="annotated_app_entity_topics_api_platform_core_bridge_doctrine_orm_filter_date_filter" type="service_closure" id="annotated_app_entity_topics_api_platform_core_bridge_doctrine_orm_filter_date_filter"/>
      </argument>
    </service>
    <service id="api_platform.filter_collection_factory" class="ApiPlatform\Core\Api\FilterCollectionFactory">
      <argument type="collection">
        <argument>annotated_app_entity_announcements_api_platform_doctrine_orm_filter_date_filter</argument>
        <argument>annotated_app_entity_announcements_api_platform_doctrine_orm_filter_boolean_filter</argument>
        <argument>annotated_app_entity_babies_api_platform_doctrine_orm_filter_search_filter</argument>
        <argument>annotated_app_entity_cba_medias_api_platform_core_bridge_doctrine_orm_filter_search_filter</argument>
        <argument>annotated_app_entity_cba_news_api_platform_doctrine_orm_filter_search_filter</argument>
        <argument>annotated_app_entity_cba_news_api_platform_doctrine_orm_filter_order_filter</argument>
        <argument>annotated_app_entity_events_api_platform_doctrine_orm_filter_date_filter</argument>
        <argument>annotated_app_entity_messages_api_platform_doctrine_orm_filter_search_filter</argument>
        <argument>annotated_app_entity_messages_api_platform_doctrine_orm_filter_order_filter</argument>
        <argument>annotated_app_entity_thematics_api_platform_doctrine_orm_filter_date_filter</argument>
        <argument>annotated_app_entity_thematics_api_platform_doctrine_orm_filter_boolean_filter</argument>
        <argument>annotated_app_entity_topics_api_platform_core_bridge_doctrine_orm_filter_date_filter</argument>
      </argument>
    </service>
    <service id="api_platform.filters" class="ApiPlatform\Core\Api\FilterCollection">
      <argument type="service" id="api_platform.filter_locator"/>
      <factory service="api_platform.filter_collection_factory" method="createFilterCollectionFromLocator"/>
      <deprecated package="api-platform/core" version="2.1">The "%service_id%" service is deprecated since 2.1 and will be removed in 3.0. Use the "api_platform.filter_locator" service instead.</deprecated>
    </service>
    <service id="api_platform.identifier.symfony_ulid_normalizer" class="ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UlidNormalizer">
      <tag name="api_platform.identifier.denormalizer"/>
    </service>
    <service id="api_platform.identifier.symfony_uuid_normalizer" class="ApiPlatform\Core\Bridge\Symfony\Identifier\Normalizer\UuidNormalizer">
      <tag name="api_platform.identifier.denormalizer"/>
    </service>
    <service id="api_platform.symfony.uri_variables.transformer.ulid" class="ApiPlatform\Symfony\UriVariableTransformer\UlidUriVariableTransformer">
      <tag name="api_platform.uri_variables.transformer"/>
    </service>
    <service id="api_platform.symfony.uri_variables.transformer.uuid" class="ApiPlatform\Symfony\UriVariableTransformer\UuidUriVariableTransformer">
      <tag name="api_platform.uri_variables.transformer"/>
    </service>
    <service id="api_platform.cache.metadata.resource" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>7IdSZPRUIL</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.cached" class="ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory">
      <argument type="service" id="api_platform.cache.metadata.resource"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.yaml"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.xml" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.xml"/>
    </service>
    <service id="api_platform.metadata.property.name_collection_factory.property_info" class="ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory">
      <argument type="service" id="property_info"/>
    </service>
    <service id="api_platform.metadata.property.name_collection_factory.cached" class="ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory">
      <argument type="service" id="api_platform.cache.metadata.property"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.yaml"/>
    </service>
    <service id="api_platform.metadata.property.name_collection_factory.xml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.xml"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.property_info"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_factory.input_output" class="ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.yaml"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_factory.short_name" class="ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.php_doc"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_factory.operation" class="ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory">
      <argument type="service" id="api_platform.metadata.resource.filter_metadata_factory.annotation"/>
      <argument>%api_platform.patch_formats%</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_factory.formats" class="ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.operation"/>
      <argument>%api_platform.formats%</argument>
      <argument>%api_platform.patch_formats%</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_factory.cached" class="ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory">
      <argument type="service" id="api_platform.cache.metadata.resource.legacy"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.formats"/>
    </service>
    <service id="api_platform.cache.metadata.resource.legacy" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>sroeL0M1Bc</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.property_info.legacy" class="ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory">
      <argument type="service" id="property_info"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.xml.legacy"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.serializer.legacy" class="ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.cached"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.property.metadata_factory.legacy"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.cached.legacy" class="ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory">
      <argument type="service" id="api_platform.cache.metadata.property.legacy"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.yaml.legacy"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.default_property.legacy" class="ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property.metadata_factory.serializer.legacy"/>
    </service>
    <service id="api_platform.metadata.extractor.xml.legacy" class="ApiPlatform\Core\Metadata\Extractor\XmlExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.xml.legacy" class="ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.extractor.xml.legacy"/>
    </service>
    <service id="api_platform.cache.metadata.property.legacy" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>Wo1xgACZwL</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_factory.xml" class="ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory">
      <argument type="service" id="api_platform.metadata.extractor.xml.legacy"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.xml.legacy" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.extractor.xml.legacy"/>
    </service>
    <service id="api_platform.subresource_operation_factory.cached" class="ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory">
      <tag name="container.decorator" id="api_platform.subresource_operation_factory" inner="api_platform.subresource_operation_factory.cached.inner"/>
      <argument type="service" id="api_platform.cache.subresource_operation_factory"/>
      <argument type="service" id="api_platform.subresource_operation_factory.cached.inner"/>
    </service>
    <service id="api_platform.cache.subresource_operation_factory" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>Eh1ha9H-P2</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.annotation" class="ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory">
      <argument type="service" id="annotations.cached_reader"/>
      <argument>%api_platform.resource_class_directories%</argument>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.xml"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_factory.annotation" class="ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory">
      <argument type="service" id="annotations.cached_reader"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.xml"/>
      <argument>%api_platform.defaults%</argument>
    </service>
    <service id="api_platform.metadata.resource.filter_metadata_factory.annotation" class="ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory">
      <argument type="service" id="annotations.cached_reader"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.short_name"/>
    </service>
    <service id="api_platform.metadata.subresource.metadata_factory.annotation.legacy" class="ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory">
      <argument type="service" id="annotations.cached_reader"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.default_property.legacy"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.annotation.legacy" class="ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory">
      <argument type="service" id="annotations.cached_reader"/>
      <argument type="service" id="api_platform.metadata.subresource.metadata_factory.annotation.legacy"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_factory.php_doc" class="ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.input_output"/>
    </service>
    <service id="api_platform.metadata.extractor.yaml.legacy" class="ApiPlatform\Core\Metadata\Extractor\YamlExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.yaml.legacy" class="ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.extractor.yaml.legacy"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.annotation.legacy"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_factory.yaml" class="ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory">
      <argument type="service" id="api_platform.metadata.extractor.yaml.legacy"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.annotation"/>
      <argument>%api_platform.defaults%</argument>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.yaml.legacy" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.extractor.yaml.legacy"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.annotation"/>
    </service>
    <service id="api_platform.metadata.resource_extractor.xml" class="ApiPlatform\Metadata\Extractor\XmlResourceExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.property_extractor.xml" class="ApiPlatform\Metadata\Extractor\XmlPropertyExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.resource.link_factory" class="ApiPlatform\Metadata\Resource\Factory\LinkFactory">
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.identifier_metadata_factory.xml"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.property_info" class="ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory">
      <argument type="service" id="property_info"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.legacy_property_metadata"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.attribute" class="ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property.metadata_factory.default_property"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.serializer" class="ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory">
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.property.metadata_factory"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.cached" class="ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory">
      <argument type="service" id="api_platform.cache.metadata.property"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.validator"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.default_property" class="ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property.metadata_factory.serializer"/>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.xml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.xml"/>
    </service>
    <service id="api_platform.metadata.property.identifier_metadata_factory.property_info" class="ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory">
      <argument type="service" id="property_info"/>
    </service>
    <service id="api_platform.metadata.property.identifier_metadata_factory.attribute" class="ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory">
      <argument type="service" id="api_platform.doctrine.orm.metadata.property.identifier_metadata_factory"/>
    </service>
    <service id="api_platform.metadata.property.identifier_metadata_factory.xml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.xml"/>
      <argument type="service" id="api_platform.metadata.property.identifier_metadata_factory.yaml"/>
    </service>
    <service id="api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata" class="ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="service" id="api_platform.metadata.property.identifier_metadata_factory.property_info"/>
    </service>
    <service id="api_platform.cache.metadata.property" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>m62scWxWAX</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.attributes" class="ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory">
      <argument>null</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument>%api_platform.defaults%</argument>
      <argument>false</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.xml" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.xml"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata"/>
      <argument>%api_platform.defaults%</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" class="ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.link_factory"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.yaml"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.uri_template" class="ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.link_factory"/>
      <argument type="service" id="api_platform.path_segment_name_generator.underscore"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.link" class="ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.link_factory"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.uri_template"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.operation_name" class="ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.link"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.input_output" class="ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.operation_name"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.formats" class="ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.input_output"/>
      <argument>%api_platform.formats%</argument>
      <argument>%api_platform.patch_formats%</argument>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.filters" class="ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.formats"/>
      <argument type="service" id="annotations.cached_reader"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.alternate_uri" class="ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.filters"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.cached" class="ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.cache.metadata.resource_collection"/>
      <argument type="service" id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
    </service>
    <service id="api_platform.cache.metadata.resource_collection" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>r7dW4FC6x5</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.attributes" class="ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory">
      <argument>%api_platform.resource_class_directories%</argument>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.yaml.legacy"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.php_doc" class="ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.alternate_uri"/>
    </service>
    <service id="api_platform.metadata.resource_extractor.yaml" class="ApiPlatform\Metadata\Extractor\YamlResourceExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.property_extractor.yaml" class="ApiPlatform\Metadata\Extractor\YamlPropertyExtractor">
      <argument type="collection"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.metadata.resource.name_collection_factory.yaml" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.yaml"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.attributes"/>
    </service>
    <service id="api_platform.metadata.resource.metadata_collection_factory.yaml" class="ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory">
      <argument type="service" id="api_platform.metadata.resource_extractor.yaml"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.xml"/>
      <argument>%api_platform.defaults%</argument>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.yaml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.yaml"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.attribute"/>
    </service>
    <service id="api_platform.metadata.property.name_collection_factory.yaml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.yaml"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.xml"/>
    </service>
    <service id="api_platform.metadata.property.identifier_metadata_factory.yaml" class="ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory">
      <argument type="service" id="api_platform.metadata.property_extractor.yaml"/>
      <argument type="service" id="api_platform.metadata.property.identifier_metadata_factory.attribute"/>
    </service>
    <service id="api_platform.json_schema.type_factory" class="ApiPlatform\JsonSchema\TypeFactory">
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <call method="setSchemaFactory">
        <argument type="service" id="api_platform.hydra.json_schema.schema_factory"/>
      </call>
    </service>
    <service id="api_platform.json_schema.json_schema_generate_command" class="ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="api_platform.hydra.json_schema.schema_factory"/>
      <argument>%api_platform.formats%</argument>
      <call method="setName">
        <argument>api:json-schema:generate</argument>
      </call>
    </service>
    <service id=".2_ObjectNormalizer~RKQhHAV" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="property_info"/>
    </service>
    <service id=".1_Serializer~RKQhHAV" class="Symfony\Component\Serializer\Serializer">
      <argument type="collection">
        <argument type="service" id=".2_ObjectNormalizer~RKQhHAV"/>
      </argument>
      <argument type="collection">
        <argument type="service" id="serializer.encoder.json"/>
      </argument>
    </service>
    <service id="api_platform.openapi.options" class="ApiPlatform\OpenApi\Options">
      <argument></argument>
      <argument></argument>
      <argument>0.0.0</argument>
      <argument>false</argument>
      <argument>oauth2</argument>
      <argument>application</argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument type="collection"/>
      <argument>%api_platform.swagger.api_keys%</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="api_platform.openapi.command" class="ApiPlatform\Symfony\Bundle\Command\OpenApiCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="api_platform.openapi.factory.next"/>
      <argument type="service" id="serializer"/>
      <call method="setName">
        <argument>api:openapi:export</argument>
      </call>
    </service>
    <service id="api_platform.openapi.normalizer.api_gateway" class="ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer">
      <tag name="serializer.normalizer" priority="-780"/>
      <tag name="container.decorator" id="api_platform.openapi.normalizer" inner="api_platform.openapi.normalizer.api_gateway.inner"/>
      <argument type="service" id="api_platform.openapi.normalizer.api_gateway.inner"/>
    </service>
    <service id="api_platform.swagger.listener.ui" class="ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="api_platform.swagger_ui.context" class="ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext">
      <argument>true</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="api_platform.swagger.action.ui" class="ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction" public="true">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="serializer"/>
      <argument type="service" id="twig" on-invalid="null"/>
      <argument type="service" id="router.default"/>
      <argument></argument>
      <argument></argument>
      <argument>0.0.0</argument>
      <argument>%api_platform.formats%</argument>
      <argument>false</argument>
      <argument></argument>
      <argument></argument>
      <argument>oauth2</argument>
      <argument>application</argument>
      <argument></argument>
      <argument></argument>
      <argument type="collection"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>%api_platform.swagger.versions%</argument>
      <argument type="service" id="api_platform.swagger_ui.action"/>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>false</argument>
    </service>
    <service id="api_platform.operation_path_resolver.underscore" class="ApiPlatform\Core\PathResolver\UnderscoreOperationPathResolver"/>
    <service id="api_platform.operation_path_resolver.dash" class="ApiPlatform\Core\PathResolver\DashOperationPathResolver"/>
    <service id="api_platform.operation_path_resolver.router" class="ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver">
      <argument type="service" id="api_platform.router"/>
      <argument type="service" id="api_platform.operation_path_resolver.custom"/>
      <argument type="service" id="api_platform.subresource_operation_factory.cached"/>
    </service>
    <service id="api_platform.swagger.normalizer.api_gateway" class="ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer">
      <tag name="serializer.normalizer" priority="-780"/>
      <tag name="container.decorator" id="api_platform.swagger.normalizer.documentation" inner="api_platform.swagger.normalizer.api_gateway.inner"/>
      <argument type="service" id="api_platform.swagger.normalizer.api_gateway.inner"/>
    </service>
    <service id="api_platform.swagger.command.swagger_command" class="ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="serializer"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument></argument>
      <argument></argument>
      <argument>0.0.0</argument>
      <argument>null</argument>
      <argument>%api_platform.swagger.versions%</argument>
      <argument>false</argument>
      <call method="setName">
        <argument>api:swagger:export</argument>
      </call>
    </service>
    <service id="api_platform.openapi.factory.next" class="ApiPlatform\OpenApi\Factory\OpenApiFactory">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.hydra.json_schema.schema_factory"/>
      <argument type="service" id="api_platform.json_schema.type_factory"/>
      <argument type="service" id="api_platform.operation_path_resolver.custom"/>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument>%api_platform.formats%</argument>
      <argument type="service" id="api_platform.openapi.options"/>
      <argument type="service" id="api_platform.pagination_options"/>
      <argument type="service" id="api_platform.router"/>
    </service>
    <service id="api_platform.swagger_ui.action" class="ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiAction" public="true">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="twig" on-invalid="null"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="serializer"/>
      <argument type="service" id="api_platform.openapi.factory.next"/>
      <argument type="service" id="api_platform.openapi.options"/>
      <argument type="service" id="api_platform.swagger_ui.context"/>
      <argument>%api_platform.formats%</argument>
      <argument></argument>
      <argument></argument>
      <argument>false</argument>
    </service>
    <service id="api_platform.jsonld.context_builder" class="ApiPlatform\JsonLd\ContextBuilder">
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.router"/>
      <argument>null</argument>
      <argument type="service" id="api_platform.symfony.iri_converter.skolem"/>
    </service>
    <service id="api_platform.jsonld.normalizer.item" class="ApiPlatform\JsonLd\Serializer\ItemNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.jsonld.context_builder"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory" on-invalid="ignore"/>
      <argument type="collection"/>
      <argument type="tagged_iterator" tag="api_platform.data_transformer"/>
      <argument type="service" id="api_platform.security.resource_access_checker" on-invalid="ignore"/>
    </service>
    <service id="api_platform.jsonld.normalizer.object" class="ApiPlatform\JsonLd\Serializer\ObjectNormalizer">
      <tag name="serializer.normalizer" priority="-995"/>
      <argument type="service" id="serializer.normalizer.object"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.jsonld.context_builder"/>
    </service>
    <service id="api_platform.jsonld.encoder" class="ApiPlatform\Serializer\JsonEncoder">
      <tag name="serializer.encoder"/>
      <argument>jsonld</argument>
    </service>
    <service id="api_platform.jsonld.action.context" class="ApiPlatform\JsonLd\Action\ContextAction" public="true">
      <argument type="service" id="api_platform.jsonld.context_builder"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    </service>
    <service id="api_platform.hydra.normalizer.documentation" class="ApiPlatform\Hydra\Serializer\DocumentationNormalizer">
      <tag name="serializer.normalizer" priority="-800"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument>null</argument>
      <argument type="service" id="api_platform.router"/>
      <argument>null</argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.hydra.listener.response.add_link_header" class="ApiPlatform\Hydra\EventListener\AddLinkHeaderListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="api_platform.router"/>
    </service>
    <service id="api_platform.hydra.normalizer.constraint_violation_list" class="ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer">
      <tag name="serializer.normalizer" priority="-780"/>
      <argument type="service" id="api_platform.router"/>
      <argument type="collection"/>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.hydra.normalizer.entrypoint" class="ApiPlatform\Hydra\Serializer\EntrypointNormalizer">
      <tag name="serializer.normalizer" priority="-800"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.router"/>
    </service>
    <service id="api_platform.hydra.normalizer.error" class="ApiPlatform\Hydra\Serializer\ErrorNormalizer">
      <tag name="serializer.normalizer" priority="-800"/>
      <argument type="service" id="api_platform.router"/>
      <argument>true</argument>
    </service>
    <service id="api_platform.hydra.normalizer.partial_collection_view" class="ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer">
      <argument type="service" id="api_platform.hydra.normalizer.partial_collection_view.inner"/>
      <argument>page</argument>
      <argument>pagination</argument>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="api_platform.hydra.normalizer.collection_filters" class="ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer">
      <tag name="serializer.normalizer" priority="-985"/>
      <tag name="container.decorator" id="api_platform.hydra.normalizer.collection" inner="api_platform.hydra.normalizer.partial_collection_view.inner"/>
      <argument type="service" id="api_platform.hydra.normalizer.partial_collection_view"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="api_platform.hydra.json_schema.schema_factory" class="ApiPlatform\Hydra\JsonSchema\SchemaFactory">
      <tag name="container.decorator" id="api_platform.json_schema.schema_factory" inner="api_platform.hydra.json_schema.schema_factory.inner"/>
      <argument type="service" id="api_platform.hydra.json_schema.schema_factory.inner"/>
    </service>
    <service id="api_platform.problem.encoder" class="ApiPlatform\Serializer\JsonEncoder">
      <tag name="serializer.encoder"/>
      <argument>jsonproblem</argument>
    </service>
    <service id="api_platform.problem.normalizer.constraint_violation_list" class="ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer">
      <tag name="serializer.normalizer" priority="-780"/>
      <argument type="collection"/>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.problem.normalizer.error" class="ApiPlatform\Problem\Serializer\ErrorNormalizer">
      <tag name="serializer.normalizer" priority="-810"/>
      <argument>true</argument>
    </service>
    <service id="api_platform.doctrine.metadata_factory" class="Doctrine\Persistence\Mapping\ClassMetadataFactory">
      <factory service="doctrine.orm.default_entity_manager" method="getMetadataFactory"/>
    </service>
    <service id="ApiPlatform\Doctrine\Common\State\RemoveProcessor" class="ApiPlatform\Doctrine\Common\State\RemoveProcessor">
      <tag name="api_platform.state_processor" priority="-100"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="ApiPlatform\Doctrine\Common\State\PersistProcessor" class="ApiPlatform\Doctrine\Common\State\PersistProcessor">
      <tag name="api_platform.state_processor" priority="-100"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="api_platform.doctrine.orm.data_persister" class="ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister">
      <tag name="api_platform.data_persister" priority="-1000"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="api_platform.doctrine.orm.collection_data_provider" abstract="true">
      <argument type="service" id="doctrine"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.collection"/>
    </service>
    <service id="api_platform.doctrine.orm.item_data_provider" abstract="true">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.item"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached" on-invalid="null"/>
    </service>
    <service id="api_platform.doctrine.orm.subresource_data_provider" abstract="true">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.collection"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.item"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached" on-invalid="null"/>
    </service>
    <service id="api_platform.doctrine.orm.default.collection_data_provider" class="ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider">
      <tag name="api_platform.collection_data_provider"/>
      <argument type="service" id="doctrine"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.collection"/>
    </service>
    <service id="api_platform.doctrine.orm.default.item_data_provider" class="ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider">
      <tag name="api_platform.item_data_provider"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.item"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached" on-invalid="null"/>
    </service>
    <service id="api_platform.doctrine.orm.default.subresource_data_provider" class="ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider">
      <tag name="api_platform.subresource_data_provider"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.collection"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.item"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached" on-invalid="null"/>
    </service>
    <service id="api_platform.doctrine.orm.metadata.property.metadata_factory.legacy" class="ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.property_info.legacy"/>
    </service>
    <service id="api_platform.doctrine.orm.search_filter" class="ApiPlatform\Doctrine\Orm\Filter\SearchFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="api_platform.symfony.iri_converter"/>
      <argument key="2" type="service" id="property_accessor"/>
      <argument key="3" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.order_filter" class="ApiPlatform\Doctrine\Orm\Filter\OrderFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1">order</argument>
      <argument key="2" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
      <argument key="orderNullsComparison">null</argument>
    </service>
    <service id="api_platform.doctrine.orm.range_filter" class="ApiPlatform\Doctrine\Orm\Filter\RangeFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.date_filter" class="ApiPlatform\Doctrine\Orm\Filter\DateFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.boolean_filter" class="ApiPlatform\Doctrine\Orm\Filter\BooleanFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.numeric_filter" class="ApiPlatform\Doctrine\Orm\Filter\NumericFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="nameConverter" type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.exists_filter" class="ApiPlatform\Doctrine\Orm\Filter\ExistsFilter" abstract="true">
      <argument key="0" type="service" id="doctrine"/>
      <argument key="1" type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument key="existsParameterName">exists</argument>
      <argument key="nameConverter" type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.eager_loading" class="ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension">
      <tag name="api_platform.doctrine.orm.query_extension.item" priority="-8"/>
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-18"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument>30</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument type="service" id="api_platform.serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.filter" class="ApiPlatform\Doctrine\Orm\Extension\FilterExtension">
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-16"/>
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.filter_eager_loading" class="ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension">
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-17"/>
      <argument>true</argument>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.pagination" class="ApiPlatform\Doctrine\Orm\Extension\PaginationExtension">
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-64"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.pagination.next"/>
    </service>
    <service id="api_platform.doctrine.orm.query_extension.order" class="ApiPlatform\Doctrine\Orm\Extension\OrderExtension">
      <tag name="api_platform.doctrine.orm.query_extension.collection" priority="-32"/>
      <argument>ASC</argument>
    </service>
    <service id="api_platform.doctrine.orm.metadata.property.metadata_factory" class="ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.property_info"/>
    </service>
    <service id="api_platform.doctrine.orm.metadata.property.identifier_metadata_factory" class="ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata"/>
    </service>
    <service id="ApiPlatform\Doctrine\Orm\State\CollectionProvider" class="ApiPlatform\Doctrine\Orm\State\CollectionProvider">
      <tag name="api_platform.state_provider" priority="-100"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="doctrine"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.collection"/>
    </service>
    <service id="ApiPlatform\Doctrine\Orm\State\ItemProvider" class="ApiPlatform\Doctrine\Orm\State\ItemProvider">
      <tag name="api_platform.state_provider" priority="-100"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="doctrine"/>
      <argument type="tagged_iterator" tag="api_platform.doctrine.orm.query_extension.item"/>
    </service>
    <service id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" class="ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory">
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.php_doc"/>
    </service>
    <service id="api_platform.http_cache.listener.response.configure" class="ApiPlatform\HttpCache\EventListener\AddHeadersListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="-1"/>
      <tag name="container.hot_path"/>
      <argument>true</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>%api_platform.http_cache.vary%</argument>
      <argument>null</argument>
      <argument>api_platform.metadata.resource.metadata_collection_factory.retro_compatible</argument>
    </service>
    <service id="api_platform.metadata.property.metadata_factory.validator" class="ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory">
      <argument type="service" id="validator"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.yaml"/>
      <argument type="tagged_iterator" tag="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.choice_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.collection_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
      <argument type="tagged_iterator" tag="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.count_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.greater_than_or_equal_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.greater_than_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.length_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.less_than_or_equal_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.less_than_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.one_of_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
      <argument type="tagged_iterator" tag="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.range_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.regex_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.format_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.metadata.property_schema.unique_restriction" class="ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction">
      <tag name="api_platform.metadata.property_schema_restriction"/>
    </service>
    <service id="api_platform.validator" class="ApiPlatform\Symfony\Validator\Validator">
      <argument type="service" id="validator"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="api_platform.listener.view.validate" class="ApiPlatform\Symfony\EventListener\ValidateListener">
      <tag name="kernel.event_listener" event="kernel.view" method="onKernelView" priority="64"/>
      <argument type="service" id="api_platform.validator"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    </service>
    <service id="api_platform.validator.query_parameter_validator" class="ApiPlatform\Api\QueryParameterValidator\QueryParameterValidator">
      <argument type="service" id="api_platform.filter_locator"/>
    </service>
    <service id="api_platform.listener.view.validate_query_parameters" class="ApiPlatform\Symfony\EventListener\QueryParameterValidateListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="16"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.validator.query_parameter_validator"/>
      <argument>true</argument>
    </service>
    <service id="api_platform.data_collector.request" class="ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector">
      <tag name="data_collector" template="@ApiPlatform/DataCollector/request.html.twig" id="api_platform.data_collector.request" priority="334"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument type="service" id="api_platform.collection_data_provider"/>
      <argument type="service" id="api_platform.item_data_provider"/>
      <argument type="service" id="api_platform.subresource_data_provider"/>
      <argument type="service" id="api_platform.data_persister"/>
    </service>
    <service id="debug.var_dumper.cloner" class="Symfony\Component\VarDumper\Cloner\VarCloner"/>
    <service id="debug.var_dumper.cli_dumper" class="Symfony\Component\VarDumper\Dumper\CliDumper"/>
    <service id="debug.api_platform.debug_resource.command" class="ApiPlatform\Symfony\Bundle\Command\DebugResourceCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="debug.var_dumper.cloner"/>
      <argument type="service" id="debug.var_dumper.cli_dumper"/>
      <call method="setName">
        <argument>debug:api-resource</argument>
      </call>
    </service>
    <service id="api_platform.security.resource_access_checker" class="ApiPlatform\Symfony\Security\ResourceAccessChecker">
      <argument type="service" id="security.expression_language" on-invalid="null"/>
      <argument type="service" id="security.authentication.trust_resolver" on-invalid="null"/>
      <argument type="service" id="security.role_hierarchy" on-invalid="null"/>
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <argument type="service" id="security.authorization_checker" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="api_platform.security.listener.request.deny_access" class="ApiPlatform\Symfony\EventListener\DenyAccessListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onSecurity" priority="3"/>
      <tag name="kernel.event_listener" event="kernel.request" method="onSecurityPostDenormalize" priority="1"/>
      <tag name="kernel.event_listener" event="kernel.view" method="onSecurityPostValidation" priority="63"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.security.resource_access_checker"/>
    </service>
    <service id="api_platform.security.expression_language_provider" class="ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider">
      <tag name="security.expression_language_provider"/>
    </service>
    <service id="api_platform.maker.command.data_provider" class="ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider">
      <tag name="maker.command"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
    </service>
    <service id="api_platform.maker.command.data_persister" class="ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister">
      <tag name="maker.command"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
    </service>
    <service id="api_platform.maker.command.state_processor" class="ApiPlatform\Symfony\Maker\MakeStateProcessor">
      <tag name="maker.command"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
    </service>
    <service id="api_platform.maker.command.state_provider" class="ApiPlatform\Symfony\Maker\MakeStateProvider">
      <tag name="maker.command"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
    </service>
    <service id="api_platform.argument_resolver.payload" class="ApiPlatform\Symfony\Bundle\ArgumentResolver\PayloadArgumentResolver">
      <tag name="controller.argument_value_resolver"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.serializer.context_builder.filter"/>
    </service>
    <service id="api_platform.identifiers_extractor.cached" class="ApiPlatform\Core\Api\CachedIdentifiersExtractor">
      <tag name="container.decorator" id="api_platform.identifiers_extractor.legacy" inner="api_platform.identifiers_extractor.cached.inner"/>
      <argument type="service" id="api_platform.cache.identifiers_extractor"/>
      <argument type="service" id="api_platform.identifiers_extractor.cached.inner"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.cache.identifiers_extractor" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>2LozKBRq5H</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="api_platform.identifier.converter" class="ApiPlatform\Core\Identifier\IdentifierConverter">
      <argument type="service" id="api_platform.identifiers_extractor.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="tagged_iterator" tag="api_platform.identifier.denormalizer"/>
    </service>
    <service id="api_platform.listener.request.add_format" class="ApiPlatform\Symfony\EventListener\AddFormatListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="28"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="api_platform.negotiator"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument>%api_platform.formats%</argument>
    </service>
    <service id="api_platform.listener.request.read" class="ApiPlatform\Symfony\EventListener\ReadListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="4"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="api_platform.state_provider.locator"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.serializer.context_builder.filter"/>
      <argument type="service" id="api_platform.uri_variables.converter"/>
    </service>
    <service id="api_platform.listener.view.write" class="ApiPlatform\Symfony\EventListener\WriteListener">
      <tag name="kernel.event_listener" event="kernel.view" method="onKernelView" priority="32"/>
      <argument type="service" id="api_platform.state_processor.locator"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.uri_variables.converter"/>
    </service>
    <service id="api_platform.listener.request.deserialize" class="ApiPlatform\Symfony\EventListener\DeserializeListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="2"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="serializer"/>
      <argument type="service" id="api_platform.serializer.context_builder.filter"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    </service>
    <service id="api_platform.listener.view.serialize" class="ApiPlatform\Symfony\EventListener\SerializeListener">
      <tag name="kernel.event_listener" event="kernel.view" method="onKernelView" priority="16"/>
      <argument type="service" id="serializer"/>
      <argument type="service" id="api_platform.serializer.context_builder.filter"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.listener.view.respond" class="ApiPlatform\Symfony\EventListener\RespondListener">
      <tag name="kernel.event_listener" event="kernel.view" method="onKernelView" priority="8"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.symfony.iri_converter" on-invalid="null"/>
    </service>
    <service id="api_platform.listener.exception.validation" class="ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener">
      <tag name="kernel.event_listener" event="kernel.exception" method="onKernelException"/>
      <argument type="service" id="serializer"/>
      <argument>%api_platform.error_formats%</argument>
      <argument>%api_platform.exception_to_status%</argument>
    </service>
    <service id="api_platform.listener.exception" class="ApiPlatform\Symfony\EventListener\ExceptionListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_listener" event="kernel.exception" method="onKernelException" priority="-96"/>
      <argument>api_platform.action.exception</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>false</argument>
      <argument type="service" id="api_platform.error_listener" on-invalid="null"/>
    </service>
    <service id="api_platform.cache_warmer.cache_pool_clearer" class="ApiPlatform\Symfony\Bundle\CacheWarmer\CachePoolClearerCacheWarmer">
      <tag name="kernel.cache_warmer" priority="64"/>
      <argument type="service" id="cache.system_clearer"/>
      <argument type="collection">
        <argument>api_platform.cache.metadata.property</argument>
        <argument>api_platform.cache.metadata.property.legacy</argument>
        <argument>api_platform.cache.metadata.resource</argument>
        <argument>api_platform.cache.metadata.resource.legacy</argument>
        <argument>api_platform.cache.metadata.resource_collection</argument>
        <argument>api_platform.cache.route_name_resolver</argument>
        <argument>api_platform.cache.identifiers_extractor</argument>
        <argument>api_platform.cache.subresource_operation_factory</argument>
        <argument>api_platform.elasticsearch.cache.metadata.document</argument>
      </argument>
    </service>
    <service id="api_platform.upgrade.subresource_transformer" class="ApiPlatform\Core\Upgrade\SubresourceTransformer"/>
    <service id="api_platform.upgrade_resource.command" class="ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="api_platform.metadata.resource.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.cached"/>
      <argument type="service" id="api_platform.subresource_operation_factory.cached"/>
      <argument type="service" id="api_platform.upgrade.subresource_transformer"/>
      <argument type="service" id="api_platform.identifiers_extractor.cached"/>
      <argument type="service" id="annotations.reader" on-invalid="ignore"/>
      <call method="setName">
        <argument>api:upgrade-resource</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.security.authentication.provider" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Authentication\Provider\JWTProvider">
      <argument></argument>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>username</argument>
      <call method="setUserIdentityField">
        <argument>username</argument>
      </call>
      <deprecated package="lexik/jwt-authentication-bundle" version="2.0">The "%service_id%" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0</deprecated>
    </service>
    <service id="lexik_jwt_authentication.security.authentication.listener" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Firewall\JWTListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument></argument>
      <call method="setDispatcher">
        <argument type="service" id="debug.event_dispatcher"/>
      </call>
      <deprecated package="lexik/jwt-authentication-bundle" version="2.0">The "%service_id%" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0</deprecated>
    </service>
    <service id="lexik_jwt_authentication.security.authentication.entry_point" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\EntryPoint\JWTEntryPoint">
      <deprecated package="lexik/jwt-authentication-bundle" version="2.0">The "%service_id%" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0</deprecated>
    </service>
    <service id="lexik_jwt_authentication.key_loader.openssl" class="Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\OpenSSLKeyLoader">
      <argument></argument>
      <argument></argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument type="collection"/>
      <deprecated package="lexik/jwt-authentication-bundle" version="2.5">The "%service_id%" service is deprecated since version 2.5 and will be removed in 3.0. Use lexik_jwt_authentication.key_loader.raw instead.</deprecated>
    </service>
    <service id="lexik_jwt_authentication.jws_provider.default" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\DefaultJWSProvider">
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>openssl</argument>
      <argument>RS256</argument>
      <argument>%env(JWT_TTL)%</argument>
      <argument>0</argument>
      <deprecated package="lexik/jwt-authentication-bundle" version="2.5">The "%service_id%" is deprecated since version 2.5 and will be removed in 5.0, use "lexik_jwt_authentication.jws_provider.lcobucci" instead.</deprecated>
    </service>
    <service id="lexik_jwt_authentication.jwt_manager" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager" public="true">
      <argument type="service" id="lexik_jwt_authentication.encoder.lcobucci"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>username</argument>
      <argument type="service" id="lexik_jwt_authentication.payload_enrichment"/>
      <call method="setUserIdentityField">
        <argument>username</argument>
        <argument>false</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.payload_enrichment.random_jti_enrichment" class="Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\RandomJtiEnrichment"/>
    <service id="lexik_jwt_authentication.payload_enrichment" class="Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment">
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.key_loader.abstract" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.key_loader.raw" class="Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader">
      <argument>%env(resolve:JWT_SECRET_KEY)%</argument>
      <argument>%env(resolve:JWT_PUBLIC_KEY)%</argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.encoder.default" class="Lexik\Bundle\JWTAuthenticationBundle\Encoder\DefaultEncoder">
      <argument type="service" id="lexik_jwt_authentication.jws_provider.default"/>
    </service>
    <service id="lexik_jwt_authentication.encoder.lcobucci" class="Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder">
      <argument type="service" id="lexik_jwt_authentication.jws_provider.lcobucci"/>
    </service>
    <service id="lexik_jwt_authentication.jws_provider.lcobucci" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider">
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>openssl</argument>
      <argument>RS256</argument>
      <argument>%env(JWT_TTL)%</argument>
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id="lexik_jwt_authentication.handler.authentication_success" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="collection"/>
      <argument>true</argument>
    </service>
    <service id="lexik_jwt_authentication.handler.authentication_failure" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="translator.default" on-invalid="null"/>
    </service>
    <service id="lexik_jwt_authentication.security.jwt_authenticator" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" abstract="true">
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="lexik_jwt_authentication.extractor.chain_extractor"/>
      <argument></argument>
      <argument type="service" id="translator.default" on-invalid="null"/>
    </service>
    <service id="lexik_jwt_authentication.extractor.chain_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor">
      <argument type="collection">
        <argument type="service" id="lexik_jwt_authentication.extractor.authorization_header_extractor"/>
      </argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.authorization_header_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor">
      <argument>Bearer</argument>
      <argument>Authorization</argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.query_parameter_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\QueryParameterTokenExtractor">
      <argument></argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.cookie_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor">
      <argument></argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.split_cookie_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\SplitCookieExtractor">
      <argument></argument>
    </service>
    <service id="lexik_jwt_authentication.security.jwt_user_provider" class="Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider">
      <argument></argument>
    </service>
    <service id=".1_TokenStorage~ZxyCD0q" class="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage"/>
    <service id="lexik_jwt_authentication.security.guard.jwt_token_authenticator" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator">
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="lexik_jwt_authentication.extractor.chain_extractor"/>
      <argument type="service" id=".1_TokenStorage~ZxyCD0q"/>
      <argument type="service" id="translator.default" on-invalid="null"/>
      <deprecated package="lexik/jwt-authentication-bundle" version="2.7">The "%service_id%" service is deprecated and will be removed in 3.0, use the new "jwt" authenticator instead.</deprecated>
    </service>
    <service id="lexik_jwt_authentication.check_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand">
      <tag name="console.command" command="lexik:jwt:check-config"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:check-config</argument>
      </call>
      <call method="setDescription">
        <argument>Checks that the bundle is properly configured.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.migrate_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand">
      <tag name="console.command" command="lexik:jwt:migrate-config"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:migrate-config</argument>
      </call>
      <call method="setDescription">
        <argument>Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.enable_encryption_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand">
      <tag name="console.command" command="lexik:jwt:enable-encryption"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <call method="setName">
        <argument>lexik:jwt:enable-encryption</argument>
      </call>
      <call method="setDescription">
        <argument>Enable Web-Token encryption support.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.generate_token_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand" public="true">
      <tag name="console.command" command="lexik:jwt:generate-token"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      </argument>
      <call method="setName">
        <argument>lexik:jwt:generate-token</argument>
      </call>
      <call method="setDescription">
        <argument>Generates a JWT token for a given user.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.generate_keypair_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand">
      <tag name="console.command" command="lexik:jwt:generate-keypair"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument>%env(resolve:JWT_SECRET_KEY)%</argument>
      <argument>%env(resolve:JWT_PUBLIC_KEY)%</argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:generate-keypair</argument>
      </call>
      <call method="setDescription">
        <argument>Generate public/private keys for use in your application.</argument>
      </call>
    </service>
    <service id="symfonycasts.verify_email.token_generator" class="SymfonyCasts\Bundle\VerifyEmail\Generator\VerifyEmailTokenGenerator">
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="symfonycasts.verify_email.query_utility" class="SymfonyCasts\Bundle\VerifyEmail\Util\VerifyEmailQueryUtility"/>
    <service id="symfonycasts.verify_email.uri_signer_factory" class="SymfonyCasts\Bundle\VerifyEmail\Factory\UriSignerFactory">
      <argument>%env(APP_SECRET)%</argument>
      <argument>signature</argument>
    </service>
    <service id="symfonycasts.verify_email.uri_signer" class="Symfony\Component\HttpFoundation\UriSigner">
      <factory service="symfonycasts.verify_email.uri_signer_factory" method="createUriSigner"/>
    </service>
    <service id="symfonycasts.verify_email.helper" class="SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelper">
      <argument type="service" id="router.default"/>
      <argument type="service" id="symfonycasts.verify_email.uri_signer"/>
      <argument type="service" id="symfonycasts.verify_email.query_utility"/>
      <argument type="service" id="symfonycasts.verify_email.token_generator"/>
      <argument>3600</argument>
    </service>
    <service id="gesdinet.jwtrefreshtoken.send_token" class="Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener">
      <tag name="kernel.event_listener" event="lexik_jwt_authentication.on_authentication_success" method="attachRefreshToken"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
      <argument>2592000</argument>
      <argument type="service" id="request_stack"/>
      <argument>refresh_token</argument>
      <argument>true</argument>
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_generator"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.request.extractor.chain"/>
      <argument>%gesdinet_jwt_refresh_token.cookie%</argument>
      <argument>false</argument>
      <argument>refresh_token_expiration</argument>
    </service>
    <service id="gesdinet.jwtrefreshtoken.refresh_token_generator" class="Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGenerator" public="true">
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
    </service>
    <service id="gesdinet.jwtrefreshtoken.refresh_token_manager" class="Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager" public="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>App\Entity\RefreshToken</argument>
    </service>
    <service id="gesdinet.jwtrefreshtoken.request.extractor.chain" class="Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ChainExtractor" public="true">
      <call method="addExtractor">
        <argument type="service" id="gesdinet.jwtrefreshtoken.request.extractor.request_body"/>
      </call>
      <call method="addExtractor">
        <argument type="service" id="gesdinet.jwtrefreshtoken.request.extractor.request_parameter"/>
      </call>
      <call method="addExtractor">
        <argument type="service" id="gesdinet.jwtrefreshtoken.request.extractor.request_cookie"/>
      </call>
    </service>
    <service id="gesdinet.jwtrefreshtoken.request.extractor.request_body" class="Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestBodyExtractor">
      <tag name="gesdinet_jwt_refresh_token.request_extractor"/>
    </service>
    <service id="gesdinet.jwtrefreshtoken.request.extractor.request_parameter" class="Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestParameterExtractor">
      <tag name="gesdinet_jwt_refresh_token.request_extractor"/>
    </service>
    <service id="gesdinet.jwtrefreshtoken.request.extractor.request_cookie" class="Gesdinet\JWTRefreshTokenBundle\Request\Extractor\RequestCookieExtractor">
      <tag name="gesdinet_jwt_refresh_token.request_extractor"/>
    </service>
    <service id="gesdinet.jwtrefreshtoken" class="Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken" public="true">
      <argument type="service" id="gesdinet.jwtrefreshtoken.authenticator"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.user_provider"/>
      <argument type="service" id="lexik_jwt_authentication.handler.authentication_success"/>
      <argument type="service" id="lexik_jwt_authentication.handler.authentication_failure"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
      <argument>2592000</argument>
      <argument>api</argument>
      <argument>false</argument>
      <argument type="service" id="debug.event_dispatcher"/>
      <deprecated package="gesdinet/jwt-refresh-token-bundle" version="1.0">The "%service_id%" service is deprecated.</deprecated>
    </service>
    <service id="gesdinet.jwtrefreshtoken.user_provider" class="Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider">
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
      <call method="setCustomUserProvider">
        <argument>null</argument>
      </call>
      <deprecated package="gesdinet/jwt-refresh-token-bundle" version="1.0">The "%service_id%" service is deprecated.</deprecated>
    </service>
    <service id="gesdinet.jwtrefreshtoken.authenticator" class="Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator">
      <argument type="service" id="security.user_checker"/>
      <argument>refresh_token</argument>
      <argument type="service" id="gesdinet.jwtrefreshtoken.request.extractor.chain"/>
      <deprecated package="gesdinet/jwt-refresh-token-bundle" version="1.0">The "%service_id%" service is deprecated.</deprecated>
    </service>
    <service id="gesdinet.jwtrefreshtoken.security.authentication.failure_handler" class="Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationFailureHandler">
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="gesdinet.jwtrefreshtoken.security.authentication.success_handler" class="Gesdinet\JWTRefreshTokenBundle\Security\Http\Authentication\AuthenticationSuccessHandler">
      <argument type="service" id="lexik_jwt_authentication.handler.authentication_success"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" class="Gesdinet\JWTRefreshTokenBundle\Security\Http\Authenticator\RefreshTokenAuthenticator" abstract="true">
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.request.extractor.chain"/>
      <argument type="abstract">user provider</argument>
      <argument type="abstract">authentication success handler</argument>
      <argument type="abstract">authentication failure handler</argument>
      <argument type="abstract">options</argument>
      <argument type="service" id="security.http_utils"/>
    </service>
    <service id="Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand" class="Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
      <call method="setName">
        <argument>gesdinet:jwt:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear invalid refresh tokens.</argument>
      </call>
    </service>
    <service id="Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand" class="Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
      <call method="setName">
        <argument>gesdinet:jwt:revoke</argument>
      </call>
      <call method="setDescription">
        <argument>Revoke a refresh token</argument>
      </call>
    </service>
    <service id="Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener" class="Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener">
      <tag name="kernel.event_listener" event="Symfony\Component\Security\Http\Event\LogoutEvent" method="onLogout"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
      <argument type="service" id="gesdinet.jwtrefreshtoken.request.extractor.chain"/>
      <argument>refresh_token</argument>
      <argument>%gesdinet_jwt_refresh_token.cookie%</argument>
      <argument>security.firewall.map.context.api</argument>
    </service>
    <service id="symfonycasts.reset_password.fake_request_repository" class="SymfonyCasts\Bundle\ResetPassword\Persistence\Fake\FakeResetPasswordInternalRepository"/>
    <service id="symfonycasts.reset_password.cleaner" class="SymfonyCasts\Bundle\ResetPassword\Util\ResetPasswordCleaner">
      <argument type="service" id="App\Repository\ResetPasswordRequestRepository"/>
      <argument>true</argument>
    </service>
    <service id="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand" class="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand">
      <tag name="console.command" command="reset-password:remove-expired"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="symfonycasts.reset_password.cleaner"/>
      <call method="setName">
        <argument>reset-password:remove-expired</argument>
      </call>
    </service>
    <service id="symfonycasts.reset_password.random_generator" class="SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordRandomGenerator"/>
    <service id="symfonycasts.reset_password.token_generator" class="SymfonyCasts\Bundle\ResetPassword\Generator\ResetPasswordTokenGenerator">
      <argument>%env(APP_SECRET)%</argument>
      <argument type="service" id="symfonycasts.reset_password.random_generator"/>
    </service>
    <service id="symfonycasts.reset_password.helper" class="SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelper">
      <argument type="service" id="symfonycasts.reset_password.token_generator"/>
      <argument type="service" id="symfonycasts.reset_password.cleaner"/>
      <argument type="service" id="App\Repository\ResetPasswordRequestRepository"/>
      <argument>3600</argument>
      <argument>3600</argument>
    </service>
    <service id="knp_paginator" class="Knp\Component\Pager\Paginator" public="true" lazy="true">
      <tag name="proxy" interface="Knp\Component\Pager\PaginatorInterface"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="request_stack"/>
      <call method="setDefaultPaginatorOptions">
        <argument type="collection">
          <argument key="pageParameterName">page</argument>
          <argument key="sortFieldParameterName">sort</argument>
          <argument key="sortDirectionParameterName">direction</argument>
          <argument key="filterFieldParameterName">filterField</argument>
          <argument key="filterValueParameterName">filterValue</argument>
          <argument key="distinct">true</argument>
          <argument key="pageOutOfRange">ignore</argument>
          <argument key="defaultLimit">10</argument>
        </argument>
      </call>
    </service>
    <service id="knp_paginator.subscriber.paginate" class="Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.sortable" class="Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.filtration" class="Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.sliding_pagination" class="Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <tag name="container.hot_path"/>
      <argument type="collection">
        <argument key="defaultPaginationTemplate">@KnpPaginator/Pagination/twitter_bootstrap_v3_pagination.html.twig</argument>
        <argument key="defaultSortableTemplate">@KnpPaginator/Pagination/sortable_link.html.twig</argument>
        <argument key="defaultFiltrationTemplate">@KnpPaginator/Pagination/filtration.html.twig</argument>
        <argument key="defaultPageRange">5</argument>
        <argument key="defaultPageLimit">null</argument>
      </argument>
    </service>
    <service id="knp_paginator.helper.processor" class="Knp\Bundle\PaginatorBundle\Helper\Processor">
      <argument type="service" id="router.default"/>
      <argument type="service" id="translator.default"/>
    </service>
    <service id="knp_paginator.twig.extension.pagination" class="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="knp_paginator.helper.processor"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand" class="EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand" public="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker"/>
      <argument>/home/evenetu/cba</argument>
      <call method="setName">
        <argument>make:admin:dashboard</argument>
      </call>
      <call method="setDescription">
        <argument>Creates a new EasyAdmin Dashboard class</argument>
      </call>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand" class="EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand" public="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>/home/evenetu/cba</argument>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>make:admin:crud</argument>
      </call>
      <call method="setDescription">
        <argument>Creates a new EasyAdmin CRUD controller class</argument>
      </call>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker" class="EasyCorp\Bundle\EasyAdminBundle\Maker\ClassMaker">
      <argument type="service" id="kernel"/>
      <argument>/home/evenetu/cba</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer" class="EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector" class="EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector">
      <tag name="data_collector" id="easyadmin" template="@EasyAdmin/inspector/data_collector.html.twig"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener" class="EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener">
      <tag name="kernel.event_listener" event="kernel.exception" priority="-64"/>
      <argument>true</argument>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" class="EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="security.csrf.token_manager" on-invalid="null"/>
      <argument>null</argument>
      <argument type="service" id="translator.default"/>
      <argument>null</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension" class="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\EaCrudFormTypeExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension" class="EasyCorp\Bundle\EasyAdminBundle\Form\Extension\CollectionTypeExtension">
      <tag name="form.type_extension"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker" class="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker">
      <argument type="service" id="security.authorization_checker" on-invalid="null"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter" class="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" class="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" class="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver">
      <tag name="controller.argument_value_resolver"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" class="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver">
      <tag name="controller.argument_value_resolver"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" class="EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory"/>
      <argument type="service" id="debug.controller_resolver"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="cache.easyadmin"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator"/>
      <argument>/home/evenetu/cba/var/cache/prod</argument>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory">
      <argument type="service" id="debug.controller_resolver"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener" class="EasyCorp\Bundle\EasyAdminBundle\EventListener\CrudResponseListener">
      <tag name="kernel.event_listener" event="Symfony\Component\HttpKernel\Event\ViewEvent"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory">
      <argument>/home/evenetu/cba/var/cache/prod</argument>
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" class="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" shared="false">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator"/>
    </service>
    <service id="service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      </argument>
    </service>
    <service id="cache.easyadmin" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>L5PN6jREdZ</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator" class="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator">
      <argument type="tagged_iterator" tag="ea.dashboard_controller"/>
      <argument type="tagged_iterator" tag="ea.crud_controller"/>
      <argument type="service" id="cache.easyadmin"/>
      <argument type="service" id="filesystem"/>
      <argument>/home/evenetu/cba/var/cache/prod</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader" class="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteLoader">
      <tag name="routing.loader" type="easyadmin.routes"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator"/>
      <argument type="service" id="filesystem"/>
      <argument>/home/evenetu/cba/var/cache/prod</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner" class="EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner">
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher" class="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminRouteGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" class="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" class="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" class="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater">
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="validator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory">
      <argument type="service" id="form.factory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="tagged_iterator" tag="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider" class="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="tagged_iterator" tag="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" class="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType">
      <tag name="form.type" alias="ea_filters"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" class="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType">
      <tag name="form.type"/>
      <argument>/home/evenetu/cba</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator">
      <tag name="ea.filter_configurator" priority="9999"/>
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator">
      <tag name="ea.filter_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" class="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="security.csrf.token_manager" on-invalid="null"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" class="EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter">
      <tag name="security.voter"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" class="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType">
      <tag name="form.type" alias="ea_crud"/>
      <argument type="service" id="form.type_guesser.doctrine"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
      <argument type="service" id="security.csrf.token_manager" on-invalid="null"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator">
      <tag name="ea.field_configurator" priority="-9999"/>
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
      <argument>UTF-8</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator">
      <tag name="ea.field_configurator" priority="9999"/>
      <tag name="ea.field_configurator"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator">
      <tag name="ea.field_configurator"/>
      <argument>/home/evenetu/cba</argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator">
      <tag name="ea.field_configurator"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator">
      <tag name="ea.field_configurator"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage" class="EasyCorp\Bundle\EasyAdminBundle\Asset\AssetPackage">
      <tag name="assets.package" package="easyadmin.assets.package"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon" class="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon" shared="false">
      <tag name="twig.component"/>
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag" class="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag" shared="false">
      <tag name="twig.component"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert" class="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert" shared="false">
      <tag name="twig.component"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.user_images" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.event_images" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.thumbmail_images" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.announce_medias" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.media_pdf" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.media_audio" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.media_video" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.media_replay" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="vich_uploader.adapter.mongodb" class="Vich\UploaderBundle\Adapter\ODM\MongoDB\MongoDBAdapter"/>
    <service id="vich_uploader.adapter.orm" class="Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter"/>
    <service id="vich_uploader.adapter.phpcr" class="Vich\UploaderBundle\Adapter\PHPCR\PHPCRAdapter"/>
    <service id="vich_uploader.listener.doctrine.base" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.orm" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.orm" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.orm" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.orm" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.storage.file_system" class="Vich\UploaderBundle\Storage\FileSystemStorage">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
    </service>
    <service id="vich_uploader.file_injector" class="Vich\UploaderBundle\Injector\FileInjector">
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="vich_uploader.metadata.file_locator" class="Metadata\Driver\FileLocator">
      <argument type="collection"/>
    </service>
    <service id="vich_uploader.metadata.attribute_reader" class="Vich\UploaderBundle\Metadata\Driver\AttributeReader"/>
    <service id="vich_uploader.metadata_driver.annotation" class="Vich\UploaderBundle\Metadata\Driver\AnnotationDriver">
      <argument type="service" id="vich_uploader.metadata.reader"/>
      <argument type="collection">
        <argument type="service" id="doctrine"/>
      </argument>
    </service>
    <service id="vich_uploader.metadata_driver.xml" class="Vich\UploaderBundle\Metadata\Driver\XmlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.yml" class="Vich\UploaderBundle\Metadata\Driver\YmlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.yaml" class="Vich\UploaderBundle\Metadata\Driver\YamlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.chain" class="Metadata\Driver\DriverChain">
      <argument type="collection">
        <argument type="service" id="vich_uploader.metadata_driver.xml"/>
        <argument type="service">
          <service class="Vich\UploaderBundle\Metadata\Driver\AnnotationDriver">
            <argument type="service" id="vich_uploader.metadata.reader"/>
            <argument type="collection">
              <argument type="service" id="doctrine"/>
            </argument>
          </service>
        </argument>
        <argument type="service" id="vich_uploader.metadata_driver.yaml"/>
        <argument type="service" id="vich_uploader.metadata_driver.yml"/>
      </argument>
    </service>
    <service id="vich_uploader.metadata.cache.file_cache" class="Metadata\Cache\FileCache">
      <argument>/home/evenetu/cba/var/cache/prod/vich_uploader</argument>
    </service>
    <service id="vich_uploader.metadata_factory" class="Metadata\MetadataFactory">
      <argument type="service" id="vich_uploader.metadata_driver.chain"/>
      <argument>Metadata\ClassHierarchyMetadata</argument>
      <argument>true</argument>
      <call method="setCache">
        <argument type="service" id="vich_uploader.metadata.cache.file_cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="vich_uploader.metadata_reader" class="Vich\UploaderBundle\Metadata\MetadataReader">
      <argument type="service" id="vich_uploader.metadata_factory"/>
    </service>
    <service id="Vich\UploaderBundle\Metadata\CacheWarmer" class="Vich\UploaderBundle\Metadata\CacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument>/home/evenetu/cba/var/cache/prod/vich_uploader</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
    </service>
    <service id="vich_uploader.property_mapping_factory" class="Vich\UploaderBundle\Mapping\PropertyMappingFactory">
      <argument type="service" id="service_container"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument>%vich_uploader.mappings%</argument>
      <argument>_name</argument>
    </service>
    <service id="Vich\UploaderBundle\Naming\UniqidNamer" class="Vich\UploaderBundle\Naming\UniqidNamer" public="true"/>
    <service id="Vich\UploaderBundle\Naming\PropertyNamer" class="Vich\UploaderBundle\Naming\PropertyNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\OrignameNamer" class="Vich\UploaderBundle\Naming\OrignameNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\HashNamer" class="Vich\UploaderBundle\Naming\HashNamer" public="true"/>
    <service id="Vich\UploaderBundle\Naming\Base64Namer" class="Vich\UploaderBundle\Naming\Base64Namer" public="true"/>
    <service id="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" class="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" public="true"/>
    <service id="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" class="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" public="true">
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="vich_uploader.current_date_time_helper" class="Vich\UploaderBundle\Naming\CurrentDateTimeHelper"/>
    <service id="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" class="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" public="true">
      <argument type="service" id="vich_uploader.current_date_time_helper" on-invalid="null"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Util\Transliterator" class="Vich\UploaderBundle\Util\Transliterator">
      <argument type="service" id="slugger"/>
    </service>
    <service id="vich_uploader.download_handler" class="Vich\UploaderBundle\Handler\DownloadHandler" public="true">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="vich_uploader.upload_handler" class="Vich\UploaderBundle\Handler\UploadHandler" public="true">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.file_injector"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="vich_uploader.command.mapping_debug_class" class="Vich\UploaderBundle\Command\MappingDebugClassCommand">
      <tag name="console.command" command="vich:mapping:debug-class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <call method="setName">
        <argument>vich:mapping:debug-class</argument>
      </call>
    </service>
    <service id="vich_uploader.command.mapping_debug" class="Vich\UploaderBundle\Command\MappingDebugCommand">
      <tag name="console.command" command="vich:mapping:debug"/>
      <tag name="container.no_preload"/>
      <argument>%vich_uploader.mappings%</argument>
      <call method="setName">
        <argument>vich:mapping:debug</argument>
      </call>
    </service>
    <service id="vich_uploader.command.mapping_list_classes" class="Vich\UploaderBundle\Command\MappingListClassesCommand">
      <tag name="console.command" command="vich:mapping:list-classes"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <call method="setName">
        <argument>vich:mapping:list-classes</argument>
      </call>
    </service>
    <service id="Vich\UploaderBundle\DataCollector\MappingCollector" class="Vich\UploaderBundle\DataCollector\MappingCollector">
      <tag name="data_collector" template="@VichUploader/Collector/mapping_collector.html.twig" id="vich_uploader.mapping_collector"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
    </service>
    <service id="vich_uploader.form.type.file" class="Vich\UploaderBundle\Form\Type\VichFileType" public="true">
      <tag name="form.type" alias="vich_file"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="vich_uploader.form.type.image" class="Vich\UploaderBundle\Form\Type\VichImageType" public="true">
      <tag name="form.type" alias="vich_image"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="property_accessor"/>
      <argument>null</argument>
    </service>
    <service id="Vich\UploaderBundle\Templating\Helper\UploaderHelper" class="Vich\UploaderBundle\Templating\Helper\UploaderHelper">
      <tag name="templating.helper" alias="vich_uploader"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="Vich\UploaderBundle\Twig\Extension\UploaderExtension" class="Vich\UploaderBundle\Twig\Extension\UploaderExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime" class="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="Vich\UploaderBundle\Templating\Helper\UploaderHelper"/>
    </service>
    <service id="vich_uploader.metadata.reader" class="Vich\UploaderBundle\Metadata\Driver\AttributeReader"/>
    <service id="vich_uploader.listener.clean.user_images" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_subscriber" priority="50"/>
      <argument>user_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.user_images" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>user_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.user_images" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>user_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.event_images" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_subscriber" priority="50"/>
      <argument>event_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.event_images" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>event_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.event_images" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>event_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.thumbmail_images" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_subscriber" priority="50"/>
      <argument>thumbmail_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.thumbmail_images" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>thumbmail_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.thumbmail_images" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>thumbmail_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.announce_medias" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_subscriber" priority="50"/>
      <argument>announce_medias</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.announce_medias" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>announce_medias</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.announce_medias" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>announce_medias</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.media_pdf" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_subscriber" priority="50"/>
      <argument>media_pdf</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.media_pdf" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>media_pdf</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.media_pdf" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>media_pdf</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.media_audio" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_subscriber" priority="50"/>
      <argument>media_audio</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.media_audio" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>media_audio</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.media_audio" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>media_audio</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.media_video" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_subscriber" priority="50"/>
      <argument>media_video</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.media_video" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>media_video</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.media_video" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>media_video</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.media_replay" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_subscriber" priority="50"/>
      <argument>media_replay</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.media_replay" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>media_replay</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.media_replay" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>media_replay</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="twig.missing_extension_suggestor" class="Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor"/>
    <service id="twig.extension.html" class="Twig\Extra\Html\HtmlExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="monolog.logger" class="Monolog\Logger">
      <argument>app</argument>
      <call method="useMicrosecondTimestamps">
        <argument>true</argument>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger_prototype" class="Monolog\Logger" abstract="true">
      <argument></argument>
    </service>
    <service id="monolog.activation_strategy.not_found" class="Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy" abstract="true"/>
    <service id="monolog.handler.fingers_crossed.error_level_activation_strategy" class="Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy" abstract="true"/>
    <service id="monolog.formatter.chrome_php" class="Monolog\Formatter\ChromePHPFormatter"/>
    <service id="monolog.formatter.gelf_message" class="Monolog\Formatter\GelfMessageFormatter"/>
    <service id="monolog.formatter.html" class="Monolog\Formatter\HtmlFormatter"/>
    <service id="monolog.formatter.json" class="Monolog\Formatter\JsonFormatter"/>
    <service id="monolog.formatter.line" class="Monolog\Formatter\LineFormatter"/>
    <service id="monolog.formatter.loggly" class="Monolog\Formatter\LogglyFormatter"/>
    <service id="monolog.formatter.normalizer" class="Monolog\Formatter\NormalizerFormatter"/>
    <service id="monolog.formatter.scalar" class="Monolog\Formatter\ScalarFormatter"/>
    <service id="monolog.formatter.wildfire" class="Monolog\Formatter\WildfireFormatter"/>
    <service id="monolog.formatter.logstash" class="Monolog\Formatter\LogstashFormatter">
      <argument>app</argument>
    </service>
    <service id="monolog.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <factory class="Symfony\Component\HttpClient\HttpClient" method="create"/>
    </service>
    <service id="ux.twig_component.component_template_finder" class="Symfony\UX\TwigComponent\ComponentTemplateFinder">
      <argument type="service" id="twig.loader.native_filesystem"/>
      <argument>components/</argument>
    </service>
    <service id="ux.twig_component.component_factory" class="Symfony\UX\TwigComponent\ComponentFactory">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="ux.twig_component.component_template_finder"/>
      <argument type="service" id=".service_locator.nIg6JWH"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="collection">
        <argument key="ea:Icon" type="collection">
          <argument key="key">ea:Icon</argument>
          <argument key="service_id">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon</argument>
          <argument key="class">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon</argument>
          <argument key="template">@EasyAdmin/components/Icon.html.twig</argument>
          <argument key="pre_mount" type="collection"/>
          <argument key="mount" type="collection"/>
          <argument key="post_mount" type="collection"/>
        </argument>
        <argument key="ea:Flag" type="collection">
          <argument key="key">ea:Flag</argument>
          <argument key="service_id">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag</argument>
          <argument key="class">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag</argument>
          <argument key="template">@EasyAdmin/components/Flag.html.twig</argument>
          <argument key="pre_mount" type="collection"/>
          <argument key="mount" type="collection"/>
          <argument key="post_mount" type="collection"/>
        </argument>
        <argument key="ea:Alert" type="collection">
          <argument key="key">ea:Alert</argument>
          <argument key="service_id">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert</argument>
          <argument key="class">EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert</argument>
          <argument key="template">@EasyAdmin/components/Alert.html.twig</argument>
          <argument key="pre_mount" type="collection"/>
          <argument key="mount" type="collection">
            <argument>mount</argument>
          </argument>
          <argument key="post_mount" type="collection"/>
        </argument>
      </argument>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon">ea:Icon</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag">ea:Flag</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert">ea:Alert</argument>
      </argument>
    </service>
    <service id="ux.twig_component.component_stack" class="Symfony\UX\TwigComponent\ComponentStack"/>
    <service id="ux.twig_component.component_properties" class="Symfony\UX\TwigComponent\ComponentProperties">
      <argument type="service" id="property_accessor"/>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon">null</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag">null</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert">null</argument>
      </argument>
      <argument type="service" id="cache.ux.twig_component" on-invalid="ignore"/>
    </service>
    <service id="ux.twig_component.component_renderer" class="Symfony\UX\TwigComponent\ComponentRenderer">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="ux.twig_component.component_factory"/>
      <argument type="service" id="ux.twig_component.component_properties"/>
      <argument type="service" id="ux.twig_component.component_stack"/>
    </service>
    <service id="ux.twig_component.twig.component_extension" class="Symfony\UX\TwigComponent\Twig\ComponentExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="ux.twig_component.twig.component_runtime" class="Symfony\UX\TwigComponent\Twig\ComponentRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="ux.twig_component.component_renderer"/>
      <argument type="service" id=".service_locator.Xbsa8iG"/>
    </service>
    <service id="ux.twig_component.twig.lexer" class="Symfony\UX\TwigComponent\Twig\ComponentLexer"/>
    <service id="ux.twig_component.twig.environment_configurator" class="Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator">
      <tag name="container.decorator" id="twig.configurator.environment" inner="ux.twig_component.twig.environment_configurator.inner"/>
      <argument type="service" id="ux.twig_component.twig.environment_configurator.inner"/>
    </service>
    <service id="ux.twig_component.command.debug" class="Symfony\UX\TwigComponent\Command\TwigComponentDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>%twig.default_path%</argument>
      <argument type="service" id="ux.twig_component.component_factory"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon">ea:Icon</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag">ea:Flag</argument>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert">ea:Alert</argument>
      </argument>
      <argument>components/</argument>
      <call method="setName">
        <argument>debug:twig-component</argument>
      </call>
      <call method="setDescription">
        <argument>Display components and them usages for an application</argument>
      </call>
    </service>
    <service id="ux.twig_component.component_logger_listener" class="Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="ux.twig_component.data_collector" class="Symfony\UX\TwigComponent\DataCollector\TwigComponentDataCollector">
      <tag name="data_collector" template="@TwigComponent/Collector/twig_component.html.twig" id="twig_component" priority="256"/>
      <argument type="service" id="ux.twig_component.component_logger_listener"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="cache.ux.twig_component" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>byp-GaSb-i</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/evenetu/cba/var/cache/prod/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="ux.twig_component.cache_warmer" class="Symfony\UX\TwigComponent\CacheWarmer\TwigComponentCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <tag name="container.service_subscriber" id="ux.twig_component.component_properties"/>
      <argument type="service" id=".service_locator.j7D0Vt4.ux.twig_component.cache_warmer"/>
    </service>
    <service id="annotated_app_entity_announcements_api_platform_doctrine_orm_filter_date_filter" class="ApiPlatform\Doctrine\Orm\Filter\DateFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="startDayAt">include_null_before_and_after</argument>
        <argument key="endDayAt">include_null_before_and_after</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="annotated_app_entity_announcements_api_platform_doctrine_orm_filter_boolean_filter" class="ApiPlatform\Doctrine\Orm\Filter\BooleanFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="isActive">null</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="annotated_app_entity_babies_api_platform_doctrine_orm_filter_search_filter" class="ApiPlatform\Doctrine\Orm\Filter\SearchFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="babyCbas.theme">exact</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="annotated_app_entity_cba_medias_api_platform_core_bridge_doctrine_orm_filter_search_filter" class="ApiPlatform\Doctrine\Orm\Filter\SearchFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="type">exact</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="annotated_app_entity_cba_news_api_platform_doctrine_orm_filter_search_filter" class="ApiPlatform\Doctrine\Orm\Filter\SearchFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="title">partial</argument>
        <argument key="description">partial</argument>
        <argument key="thematic">exact</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="annotated_app_entity_cba_news_api_platform_doctrine_orm_filter_order_filter" class="ApiPlatform\Doctrine\Orm\Filter\OrderFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument>order</argument>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="id">null</argument>
        <argument key="createdAt">null</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
      <argument>null</argument>
    </service>
    <service id="annotated_app_entity_events_api_platform_doctrine_orm_filter_date_filter" class="ApiPlatform\Doctrine\Orm\Filter\DateFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="startDayAt">null</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="annotated_app_entity_messages_api_platform_doctrine_orm_filter_search_filter" class="ApiPlatform\Doctrine\Orm\Filter\SearchFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="message">partial</argument>
        <argument key="topic">exact</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="annotated_app_entity_messages_api_platform_doctrine_orm_filter_order_filter" class="ApiPlatform\Doctrine\Orm\Filter\OrderFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument>order</argument>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="id">null</argument>
        <argument key="createdAt">null</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
      <argument>null</argument>
    </service>
    <service id="annotated_app_entity_thematics_api_platform_doctrine_orm_filter_date_filter" class="ApiPlatform\Doctrine\Orm\Filter\DateFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="startDayAt">include_null_before_and_after</argument>
        <argument key="endDayAt">include_null_before_and_after</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="annotated_app_entity_thematics_api_platform_doctrine_orm_filter_boolean_filter" class="ApiPlatform\Doctrine\Orm\Filter\BooleanFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="isChallenge">null</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id="annotated_app_entity_topics_api_platform_core_bridge_doctrine_orm_filter_date_filter" class="ApiPlatform\Doctrine\Orm\Filter\DateFilter" autowire="true">
      <tag name="api_platform.filter"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="startDayAt">include_null_before_and_after</argument>
        <argument key="endDayAt">include_null_before_and_after</argument>
      </argument>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
    </service>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController" class="App\Controller\AccountController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController" class="App\Controller\AccountController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AccountController" class="App\Controller\AccountController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AnnouncementsCrudController" class="App\Controller\Admin\AnnouncementsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AnnouncementsCrudController" class="App\Controller\Admin\AnnouncementsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\AnnouncementsCrudController" class="App\Controller\Admin\AnnouncementsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\AnnouncementsCrudController" class="App\Controller\Admin\AnnouncementsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AudiosCrudController" class="App\Controller\Admin\AudiosCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AudiosCrudController" class="App\Controller\Admin\AudiosCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\AudiosCrudController" class="App\Controller\Admin\AudiosCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\AudiosCrudController" class="App\Controller\Admin\AudiosCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BabiesCrudController" class="App\Controller\Admin\BabiesCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BabiesCrudController" class="App\Controller\Admin\BabiesCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\BabiesCrudController" class="App\Controller\Admin\BabiesCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\BabiesCrudController" class="App\Controller\Admin\BabiesCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BabyCbaCrudController" class="App\Controller\Admin\BabyCbaCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BabyCbaCrudController" class="App\Controller\Admin\BabyCbaCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\BabyCbaCrudController" class="App\Controller\Admin\BabyCbaCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\BabyCbaCrudController" class="App\Controller\Admin\BabyCbaCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CbaMediasCrudController" class="App\Controller\Admin\CbaMediasCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CbaMediasCrudController" class="App\Controller\Admin\CbaMediasCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CbaMediasCrudController" class="App\Controller\Admin\CbaMediasCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CbaMediasCrudController" class="App\Controller\Admin\CbaMediasCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CbaNewsContentsCrudController" class="App\Controller\Admin\CbaNewsContentsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CbaNewsContentsCrudController" class="App\Controller\Admin\CbaNewsContentsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CbaNewsContentsCrudController" class="App\Controller\Admin\CbaNewsContentsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CbaNewsContentsCrudController" class="App\Controller\Admin\CbaNewsContentsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CbaNewsCrudController" class="App\Controller\Admin\CbaNewsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CbaNewsCrudController" class="App\Controller\Admin\CbaNewsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CbaNewsCrudController" class="App\Controller\Admin\CbaNewsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CbaNewsCrudController" class="App\Controller\Admin\CbaNewsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CbaThemesCrudController" class="App\Controller\Admin\CbaThemesCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CbaThemesCrudController" class="App\Controller\Admin\CbaThemesCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CbaThemesCrudController" class="App\Controller\Admin\CbaThemesCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CbaThemesCrudController" class="App\Controller\Admin\CbaThemesCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommentsCrudController" class="App\Controller\Admin\CommentsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommentsCrudController" class="App\Controller\Admin\CommentsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CommentsCrudController" class="App\Controller\Admin\CommentsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CommentsCrudController" class="App\Controller\Admin\CommentsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\DashboardController" class="App\Controller\Admin\DashboardController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EventsCrudController" class="App\Controller\Admin\EventsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EventsCrudController" class="App\Controller\Admin\EventsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\EventsCrudController" class="App\Controller\Admin\EventsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\EventsCrudController" class="App\Controller\Admin\EventsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MessagesCrudController" class="App\Controller\Admin\MessagesCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MessagesCrudController" class="App\Controller\Admin\MessagesCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\MessagesCrudController" class="App\Controller\Admin\MessagesCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\MessagesCrudController" class="App\Controller\Admin\MessagesCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pages\PublishAnnounceController" class="App\Controller\Admin\Pages\PublishAnnounceController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pages\PublishAnnounceController" class="App\Controller\Admin\Pages\PublishAnnounceController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\Pages\PublishAnnounceController" class="App\Controller\Admin\Pages\PublishAnnounceController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PdfsCrudController" class="App\Controller\Admin\PdfsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PdfsCrudController" class="App\Controller\Admin\PdfsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\PdfsCrudController" class="App\Controller\Admin\PdfsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\PdfsCrudController" class="App\Controller\Admin\PdfsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\QuestionsCrudController" class="App\Controller\Admin\QuestionsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\QuestionsCrudController" class="App\Controller\Admin\QuestionsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\QuestionsCrudController" class="App\Controller\Admin\QuestionsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\QuestionsCrudController" class="App\Controller\Admin\QuestionsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ReplaysCrudController" class="App\Controller\Admin\ReplaysCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ReplaysCrudController" class="App\Controller\Admin\ReplaysCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\ReplaysCrudController" class="App\Controller\Admin\ReplaysCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\ReplaysCrudController" class="App\Controller\Admin\ReplaysCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RewardsCrudController" class="App\Controller\Admin\RewardsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RewardsCrudController" class="App\Controller\Admin\RewardsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\RewardsCrudController" class="App\Controller\Admin\RewardsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\RewardsCrudController" class="App\Controller\Admin\RewardsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SurveysCrudController" class="App\Controller\Admin\SurveysCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SurveysCrudController" class="App\Controller\Admin\SurveysCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\SurveysCrudController" class="App\Controller\Admin\SurveysCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\SurveysCrudController" class="App\Controller\Admin\SurveysCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TagsCrudController" class="App\Controller\Admin\TagsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TagsCrudController" class="App\Controller\Admin\TagsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\TagsCrudController" class="App\Controller\Admin\TagsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\TagsCrudController" class="App\Controller\Admin\TagsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ThematicsCrudController" class="App\Controller\Admin\ThematicsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ThematicsCrudController" class="App\Controller\Admin\ThematicsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\ThematicsCrudController" class="App\Controller\Admin\ThematicsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\ThematicsCrudController" class="App\Controller\Admin\ThematicsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TopicsCrudController" class="App\Controller\Admin\TopicsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TopicsCrudController" class="App\Controller\Admin\TopicsCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\TopicsCrudController" class="App\Controller\Admin\TopicsCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\TopicsCrudController" class="App\Controller\Admin\TopicsCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TrackersCrudController" class="App\Controller\Admin\TrackersCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TrackersCrudController" class="App\Controller\Admin\TrackersCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\TrackersCrudController" class="App\Controller\Admin\TrackersCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\TrackersCrudController" class="App\Controller\Admin\TrackersCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsersCrudController" class="App\Controller\Admin\UsersCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsersCrudController" class="App\Controller\Admin\UsersCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\UsersCrudController" class="App\Controller\Admin\UsersCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\UsersCrudController" class="App\Controller\Admin\UsersCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VideosCrudController" class="App\Controller\Admin\VideosCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VideosCrudController" class="App\Controller\Admin\VideosCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\VideosCrudController" class="App\Controller\Admin\VideosCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\VideosCrudController" class="App\Controller\Admin\VideosCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnnouncementController" class="App\Controller\AnnouncementController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnnouncementController" class="App\Controller\AnnouncementController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AnnouncementController" class="App\Controller\AnnouncementController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ApiREST" class="App\Controller\Api\ApiREST" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ApiREST" class="App\Controller\Api\ApiREST" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\ApiREST" class="App\Controller\Api\ApiREST" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BabyClassesActivities" class="App\Controller\Api\BabyClassesActivities" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BabyClassesActivities" class="App\Controller\Api\BabyClassesActivities" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\BabyClassesActivities" class="App\Controller\Api\BabyClassesActivities" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BabyClassesApaisement" class="App\Controller\Api\BabyClassesApaisement" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BabyClassesApaisement" class="App\Controller\Api\BabyClassesApaisement" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\BabyClassesApaisement" class="App\Controller\Api\BabyClassesApaisement" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BabyClassesDeveloppement" class="App\Controller\Api\BabyClassesDeveloppement" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BabyClassesDeveloppement" class="App\Controller\Api\BabyClassesDeveloppement" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\BabyClassesDeveloppement" class="App\Controller\Api\BabyClassesDeveloppement" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BabyClassesEmotion" class="App\Controller\Api\BabyClassesEmotion" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BabyClassesEmotion" class="App\Controller\Api\BabyClassesEmotion" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\BabyClassesEmotion" class="App\Controller\Api\BabyClassesEmotion" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BabyClassesQuiz" class="App\Controller\Api\BabyClassesQuiz" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BabyClassesQuiz" class="App\Controller\Api\BabyClassesQuiz" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\BabyClassesQuiz" class="App\Controller\Api\BabyClassesQuiz" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CbaCategoriesByTheme" class="App\Controller\Api\CbaCategoriesByTheme" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CbaCategoriesByTheme" class="App\Controller\Api\CbaCategoriesByTheme" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\CbaCategoriesByTheme" class="App\Controller\Api\CbaCategoriesByTheme" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EventWaitingList" class="App\Controller\Api\EventWaitingList" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EventWaitingList" class="App\Controller\Api\EventWaitingList" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Api\EventWaitingList.0.App\Controller\Api\EventWaitingList" class="App\Controller\Api\EventWaitingList" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\EventWaitingList" class="App\Controller\Api\EventWaitingList" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserFlagReport" class="App\Controller\Api\UserFlagReport" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserFlagReport" class="App\Controller\Api\UserFlagReport" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Api\UserFlagReport.0.App\Controller\Api\UserFlagReport" class="App\Controller\Api\UserFlagReport" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\UserFlagReport" class="App\Controller\Api\UserFlagReport" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserPostAvatar" class="App\Controller\Api\UserPostAvatar" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserPostAvatar" class="App\Controller\Api\UserPostAvatar" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Api\UserPostAvatar.0.App\Controller\Api\UserPostAvatar" class="App\Controller\Api\UserPostAvatar" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\UserPostAvatar" class="App\Controller\Api\UserPostAvatar" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutoFillUserController" class="App\Controller\AutoFillUserController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutoFillUserController" class="App\Controller\AutoFillUserController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AutoFillUserController" class="App\Controller\AutoFillUserController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BiblioController" class="App\Controller\BiblioController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BiblioController" class="App\Controller\BiblioController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\BiblioController" class="App\Controller\BiblioController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClassesController" class="App\Controller\ClassesController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClassesController" class="App\Controller\ClassesController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ClassesController" class="App\Controller\ClassesController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConditionsController" class="App\Controller\ConditionsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConditionsController" class="App\Controller\ConditionsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ConditionsController" class="App\Controller\ConditionsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ForumController" class="App\Controller\ForumController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ForumController" class="App\Controller\ForumController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ForumController" class="App\Controller\ForumController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HelpController" class="App\Controller\HelpController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HelpController" class="App\Controller\HelpController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\HelpController" class="App\Controller\HelpController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsController" class="App\Controller\NewsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsController" class="App\Controller\NewsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\NewsController" class="App\Controller\NewsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaypalController" class="App\Controller\PaypalController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaypalController" class="App\Controller\PaypalController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\PaypalController" class="App\Controller\PaypalController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlanningController" class="App\Controller\PlanningController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlanningController" class="App\Controller\PlanningController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\PlanningController" class="App\Controller\PlanningController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfilController" class="App\Controller\ProfilController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfilController" class="App\Controller\ProfilController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ProfilController" class="App\Controller\ProfilController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" class="App\Controller\RegistrationController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" class="App\Controller\RegistrationController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\RegistrationController" class="App\Controller\RegistrationController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" class="App\Controller\ResetPasswordController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" class="App\Controller\ResetPasswordController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ResetPasswordController" class="App\Controller\ResetPasswordController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TeachersController" class="App\Controller\TeachersController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TeachersController" class="App\Controller\TeachersController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\TeachersController" class="App\Controller\TeachersController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebhookController" class="App\Controller\WebhookController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebhookController" class="App\Controller\WebhookController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\WebhookController" class="App\Controller\WebhookController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BabyAddFormType" class="App\Form\BabyAddFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\BabyAddFormType" class="App\Form\BabyAddFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BabyCbaFormType" class="App\Form\BabyCbaFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\BabyCbaFormType" class="App\Form\BabyCbaFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BabyFormType" class="App\Form\BabyFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\BabyFormType" class="App\Form\BabyFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BabyNewsFormType" class="App\Form\BabyNewsFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\BabyNewsFormType" class="App\Form\BabyNewsFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BabyUpdateFormType" class="App\Form\BabyUpdateFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\BabyUpdateFormType" class="App\Form\BabyUpdateFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" class="App\Form\ChangePasswordFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ChangePasswordFormType" class="App\Form\ChangePasswordFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentFormType" class="App\Form\CommentFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\CommentFormType" class="App\Form\CommentFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventFormType" class="App\Form\EventFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\EventFormType" class="App\Form\EventFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EventReplayFormType" class="App\Form\EventReplayFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\EventReplayFormType" class="App\Form\EventReplayFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MediaFormType" class="App\Form\MediaFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\MediaFormType" class="App\Form\MediaFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageFormType" class="App\Form\MessageFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\MessageFormType" class="App\Form\MessageFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PrepaAddFormType" class="App\Form\PrepaAddFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\PrepaAddFormType" class="App\Form\PrepaAddFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfilFormType" class="App\Form\ProfilFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ProfilFormType" class="App\Form\ProfilFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" class="App\Form\ResetPasswordRequestFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ResetPasswordRequestFormType" class="App\Form\ResetPasswordRequestFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SurveyFormType" class="App\Form\SurveyFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\SurveyFormType" class="App\Form\SurveyFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SurveyStep1BisFormType" class="App\Form\SurveyStep1BisFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\SurveyStep1BisFormType" class="App\Form\SurveyStep1BisFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SurveyStep1FormType" class="App\Form\SurveyStep1FormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\SurveyStep1FormType" class="App\Form\SurveyStep1FormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SurveyStep1TerFormType" class="App\Form\SurveyStep1TerFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\SurveyStep1TerFormType" class="App\Form\SurveyStep1TerFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SurveyStep2BisFormType" class="App\Form\SurveyStep2BisFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\SurveyStep2BisFormType" class="App\Form\SurveyStep2BisFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SurveyStep2FormType" class="App\Form\SurveyStep2FormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\SurveyStep2FormType" class="App\Form\SurveyStep2FormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SurveyStep3FormType" class="App\Form\SurveyStep3FormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\SurveyStep3FormType" class="App\Form\SurveyStep3FormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagEventFormType" class="App\Form\TagEventFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\TagEventFormType" class="App\Form\TagEventFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagFormType" class="App\Form\TagFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\TagFormType" class="App\Form\TagFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagThematicFormType" class="App\Form\TagThematicFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\TagThematicFormType" class="App\Form\TagThematicFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagTopicFormType" class="App\Form\TagTopicFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\TagTopicFormType" class="App\Form\TagTopicFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TagUserFormType" class="App\Form\TagUserFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\TagUserFormType" class="App\Form\TagUserFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ThematicTopicFormType" class="App\Form\ThematicTopicFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ThematicTopicFormType" class="App\Form\ThematicTopicFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TopicFormType" class="App\Form\TopicFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\TopicFormType" class="App\Form\TopicFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrackerFormType" class="App\Form\TrackerFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\TrackerFormType" class="App\Form\TrackerFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAnnouncementType" class="App\Form\UserAnnouncementType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\UserAnnouncementType" class="App\Form\UserAnnouncementType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserOrganizersFormType" class="App\Form\UserOrganizersFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\UserOrganizersFormType" class="App\Form\UserOrganizersFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRewardsFormType" class="App\Form\UserRewardsFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\UserRewardsFormType" class="App\Form\UserRewardsFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSubscriptionsFormType" class="App\Form\UserSubscriptionsFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\UserSubscriptionsFormType" class="App\Form\UserSubscriptionsFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnouncementsRepository" class="App\Repository\AnnouncementsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AnnouncementsRepository" class="App\Repository\AnnouncementsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnswersRepository" class="App\Repository\AnswersRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AnswersRepository" class="App\Repository\AnswersRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BabiesRepository" class="App\Repository\BabiesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BabiesRepository" class="App\Repository\BabiesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BabyCbaRepository" class="App\Repository\BabyCbaRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BabyCbaRepository" class="App\Repository\BabyCbaRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BabyNewsRepository" class="App\Repository\BabyNewsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BabyNewsRepository" class="App\Repository\BabyNewsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoriesRepository" class="App\Repository\CategoriesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CategoriesRepository" class="App\Repository\CategoriesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CbaBabyContentsRepository" class="App\Repository\CbaBabyContentsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CbaBabyContentsRepository" class="App\Repository\CbaBabyContentsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CbaCategoriesRepository" class="App\Repository\CbaCategoriesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CbaCategoriesRepository" class="App\Repository\CbaCategoriesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CbaContentsRepository" class="App\Repository\CbaContentsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CbaContentsRepository" class="App\Repository\CbaContentsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CbaMediasRepository" class="App\Repository\CbaMediasRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CbaMediasRepository" class="App\Repository\CbaMediasRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CbaNewsContentsRepository" class="App\Repository\CbaNewsContentsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CbaNewsContentsRepository" class="App\Repository\CbaNewsContentsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CbaNewsRepository" class="App\Repository\CbaNewsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CbaNewsRepository" class="App\Repository\CbaNewsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CbaThemesRepository" class="App\Repository\CbaThemesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CbaThemesRepository" class="App\Repository\CbaThemesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentLikesRepository" class="App\Repository\CommentLikesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CommentLikesRepository" class="App\Repository\CommentLikesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommentsRepository" class="App\Repository\CommentsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CommentsRepository" class="App\Repository\CommentsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContentMediasRepository" class="App\Repository\ContentMediasRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ContentMediasRepository" class="App\Repository\ContentMediasRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventReplaysRepository" class="App\Repository\EventReplaysRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EventReplaysRepository" class="App\Repository\EventReplaysRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventWaitingsRepository" class="App\Repository\EventWaitingsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EventWaitingsRepository" class="App\Repository\EventWaitingsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EventsRepository" class="App\Repository\EventsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EventsRepository" class="App\Repository\EventsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageLikesRepository" class="App\Repository\MessageLikesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\MessageLikesRepository" class="App\Repository\MessageLikesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessagesRepository" class="App\Repository\MessagesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\MessagesRepository" class="App\Repository\MessagesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuestionsRepository" class="App\Repository\QuestionsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\QuestionsRepository" class="App\Repository\QuestionsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QuizMonthRepository" class="App\Repository\QuizMonthRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\QuizMonthRepository" class="App\Repository\QuizMonthRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" class="App\Repository\ResetPasswordRequestRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ResetPasswordRequestRepository" class="App\Repository\ResetPasswordRequestRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RewardsRepository" class="App\Repository\RewardsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\RewardsRepository" class="App\Repository\RewardsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionsRepository" class="App\Repository\SubscriptionsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SubscriptionsRepository" class="App\Repository\SubscriptionsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SurveysRepository" class="App\Repository\SurveysRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SurveysRepository" class="App\Repository\SurveysRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagEventsRepository" class="App\Repository\TagEventsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TagEventsRepository" class="App\Repository\TagEventsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagNewsRepository" class="App\Repository\TagNewsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TagNewsRepository" class="App\Repository\TagNewsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagThematicsRepository" class="App\Repository\TagThematicsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TagThematicsRepository" class="App\Repository\TagThematicsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagTopicsRepository" class="App\Repository\TagTopicsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TagTopicsRepository" class="App\Repository\TagTopicsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagUsersRepository" class="App\Repository\TagUsersRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TagUsersRepository" class="App\Repository\TagUsersRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagsRepository" class="App\Repository\TagsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TagsRepository" class="App\Repository\TagsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThematicsRepository" class="App\Repository\ThematicsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ThematicsRepository" class="App\Repository\ThematicsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TopicsRepository" class="App\Repository\TopicsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TopicsRepository" class="App\Repository\TopicsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrackersRepository" class="App\Repository\TrackersRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TrackersRepository" class="App\Repository\TrackersRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypesRepository" class="App\Repository\TypesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TypesRepository" class="App\Repository\TypesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserAnnouncementsRepository" class="App\Repository\UserAnnouncementsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserAnnouncementsRepository" class="App\Repository\UserAnnouncementsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserDatasStripeRepository" class="App\Repository\UserDatasStripeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserDatasStripeRepository" class="App\Repository\UserDatasStripeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserLogsRepository" class="App\Repository\UserLogsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserLogsRepository" class="App\Repository\UserLogsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserOrganizersRepository" class="App\Repository\UserOrganizersRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserOrganizersRepository" class="App\Repository\UserOrganizersRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserQuizRepository" class="App\Repository\UserQuizRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserQuizRepository" class="App\Repository\UserQuizRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRewardsRepository" class="App\Repository\UserRewardsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserRewardsRepository" class="App\Repository\UserRewardsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSubscriptionsRepository" class="App\Repository\UserSubscriptionsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserSubscriptionsRepository" class="App\Repository\UserSubscriptionsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsersRepository" class="App\Repository\UsersRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UsersRepository" class="App\Repository\UsersRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" abstract="true"/>
    <service id=".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" abstract="true"/>
    <service id=".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" class="EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" abstract="true"/>
    <service id=".service_locator.w7.f4fT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="base64" type="service_closure" id="container.env_var_processor"/>
        <argument key="bool" type="service_closure" id="container.env_var_processor"/>
        <argument key="const" type="service_closure" id="container.env_var_processor"/>
        <argument key="csv" type="service_closure" id="container.env_var_processor"/>
        <argument key="default" type="service_closure" id="container.env_var_processor"/>
        <argument key="defined" type="service_closure" id="container.env_var_processor"/>
        <argument key="enum" type="service_closure" id="container.env_var_processor"/>
        <argument key="file" type="service_closure" id="container.env_var_processor"/>
        <argument key="float" type="service_closure" id="container.env_var_processor"/>
        <argument key="int" type="service_closure" id="container.env_var_processor"/>
        <argument key="json" type="service_closure" id="container.env_var_processor"/>
        <argument key="key" type="service_closure" id="container.env_var_processor"/>
        <argument key="not" type="service_closure" id="container.env_var_processor"/>
        <argument key="query_string" type="service_closure" id="container.env_var_processor"/>
        <argument key="require" type="service_closure" id="container.env_var_processor"/>
        <argument key="resolve" type="service_closure" id="container.env_var_processor"/>
        <argument key="shuffle" type="service_closure" id="container.env_var_processor"/>
        <argument key="string" type="service_closure" id="container.env_var_processor"/>
        <argument key="trim" type="service_closure" id="container.env_var_processor"/>
        <argument key="url" type="service_closure" id="container.env_var_processor"/>
      </argument>
    </service>
    <service id=".service_locator.y4_Zrx." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="loader" type="service_closure" id=".errored..service_locator.y4_Zrx..Symfony\Component\Config\Loader\LoaderInterface"/>
      </argument>
    </service>
    <service id=".service_locator.Nb584vp" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="crud" type="service_closure" id=".errored..service_locator.Nb584vp.EasyCorp\Bundle\EasyAdminBundle\Config\Crud"/>
      </argument>
    </service>
    <service id=".service_locator.UrOEf8r" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="actions" type="service_closure" id=".errored..service_locator.UrOEf8r.EasyCorp\Bundle\EasyAdminBundle\Config\Actions"/>
      </argument>
    </service>
    <service id=".service_locator.wvbCcwL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="assets" type="service_closure" id=".errored..service_locator.wvbCcwL.EasyCorp\Bundle\EasyAdminBundle\Config\Assets"/>
      </argument>
    </service>
    <service id=".service_locator.kud45L1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="filters" type="service_closure" id=".errored..service_locator.kud45L1.EasyCorp\Bundle\EasyAdminBundle\Config\Filters"/>
      </argument>
    </service>
    <service id=".service_locator.t9B7cZ4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="context" type="service_closure" id=".errored..service_locator.t9B7cZ4.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
      </argument>
    </service>
    <service id=".service_locator.jwjltq_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="batchActionDto" type="service_closure" id=".errored..service_locator.jwjltq_.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto"/>
        <argument key="context" type="service_closure" id=".errored..service_locator.jwjltq_.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
      </argument>
    </service>
    <service id=".service_locator.yR6jqeD" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityDto" type="service_closure" id=".errored..service_locator.yR6jqeD.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto"/>
        <argument key="fields" type="service_closure" id=".errored..service_locator.yR6jqeD.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection"/>
        <argument key="filters" type="service_closure" id=".errored..service_locator.yR6jqeD.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection"/>
        <argument key="searchDto" type="service_closure" id=".errored..service_locator.yR6jqeD.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto"/>
      </argument>
    </service>
    <service id=".service_locator.CsMkqUa" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.jG5xrFj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="context" type="service_closure" id=".errored..service_locator.jG5xrFj.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
        <argument key="entityDto" type="service_closure" id=".errored..service_locator.jG5xrFj.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto"/>
        <argument key="formOptions" type="service_closure" id=".errored..service_locator.jG5xrFj.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore"/>
      </argument>
    </service>
    <service id=".service_locator.vMUOjiq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="responseParameters" type="service_closure" id=".errored..service_locator.vMUOjiq.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore"/>
      </argument>
    </service>
    <service id=".service_locator.9kKwU2t" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.t7nLwyX" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.t7nLwyX.Symfony\Component\Security\Core\User\UserInterface"/>
      </argument>
    </service>
    <service id=".service_locator.9xTnqfF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="adminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
        <argument key="context" type="service_closure" id=".errored..service_locator.9xTnqfF.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.N5fWgyg" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="tagThematicsRepo" type="service_closure" id="App\Repository\TagThematicsRepository"/>
      </argument>
    </service>
    <service id=".service_locator.7d0Q3jm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="tagTopicsRepo" type="service_closure" id="App\Repository\TagTopicsRepository"/>
      </argument>
    </service>
    <service id=".service_locator.wxL6l2y" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="data" type="service_closure" id=".errored..service_locator.wxL6l2y.App\Entity\CbaThemes"/>
      </argument>
    </service>
    <service id=".service_locator.uVvF4gL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
      </argument>
    </service>
    <service id=".service_locator.c9q37p5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="fileUploader" type="service_closure" id="App\Service\FileUploader"/>
      </argument>
    </service>
    <service id=".service_locator.QeYHL2M" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="babyCbaRepository" type="service_closure" id="App\Repository\BabyCbaRepository"/>
        <argument key="babyContent" type="service_closure" id="App\Service\BabyContentMonth"/>
        <argument key="babyNewsRepository" type="service_closure" id="App\Repository\BabyNewsRepository"/>
        <argument key="cbaNewsRepository" type="service_closure" id="App\Repository\CbaNewsRepository"/>
        <argument key="cbaThemesRepository" type="service_closure" id="App\Repository\CbaThemesRepository"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="userPasswordHasher" type="service_closure" id="security.user_password_hasher"/>
        <argument key="userSubscriptionsRepository" type="service_closure" id="App\Repository\UserSubscriptionsRepository"/>
        <argument key="usersRepository" type="service_closure" id="App\Repository\UsersRepository"/>
      </argument>
    </service>
    <service id=".service_locator.A15vwAp" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="babyContent" type="service_closure" id="App\Service\BabyContentMonth"/>
      </argument>
    </service>
    <service id=".service_locator.e07bNpS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="baby" type="service_closure" id=".errored..service_locator.e07bNpS.App\Entity\Babies"/>
      </argument>
    </service>
    <service id=".service_locator.gW5IjjQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="babyCbaRepository" type="service_closure" id="App\Repository\BabyCbaRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.I6qtBWR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="babyCbaRepository" type="service_closure" id="App\Repository\BabyCbaRepository"/>
        <argument key="cbaContentsRepository" type="service_closure" id="App\Repository\CbaContentsRepository"/>
        <argument key="cbaTheme" type="service_closure" id="App\Repository\CbaThemesRepository"/>
      </argument>
    </service>
    <service id=".service_locator.o6sN0hZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine" type="service_closure" id="doctrine"/>
      </argument>
    </service>
    <service id=".service_locator.VdwZykI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cbaBabyContent" type="service_closure" id="App\Repository\CbaBabyContentsRepository"/>
        <argument key="cbaContent" type="service_closure" id="App\Repository\CbaContentsRepository"/>
        <argument key="doctrine" type="service_closure" id="doctrine"/>
      </argument>
    </service>
    <service id=".service_locator.6r2uKga" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="messagesRepository" type="service_closure" id="App\Repository\MessagesRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.znS0MAo" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="babyCbaRepository" type="service_closure" id="App\Repository\BabyCbaRepository"/>
      </argument>
    </service>
    <service id=".service_locator.Ecpu4I3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.fd0xOj." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventsRepository" type="service_closure" id="App\Repository\EventsRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.gNP56WA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="event" type="service_closure" id="App\Repository\EventsRepository"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
      </argument>
    </service>
    <service id=".service_locator.jCO9OMu" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine" type="service_closure" id="doctrine"/>
        <argument key="eventsRepository" type="service_closure" id="App\Repository\EventsRepository"/>
        <argument key="userOrganizersRepository" type="service_closure" id="App\Repository\UserOrganizersRepository"/>
      </argument>
    </service>
    <service id=".service_locator.ZUwwaRD" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.fNvIwJr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="fileUploader" type="service_closure" id="App\Service\FileUploader"/>
      </argument>
    </service>
    <service id=".service_locator.VsI8wB0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
        <argument key="rewardsRepository" type="service_closure" id="App\Repository\RewardsRepository"/>
      </argument>
    </service>
    <service id=".service_locator.7cgaDFK" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authenticator" type="service_closure" id="App\Security\AppAuthenticator"/>
        <argument key="doctrine" type="service_closure" id="doctrine"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="userAuthenticator" type="service_closure" id="security.user_authenticator"/>
        <argument key="userDatasStripeRepository" type="service_closure" id="App\Repository\UserDatasStripeRepository"/>
        <argument key="userPasswordHasher" type="service_closure" id="security.user_password_hasher"/>
        <argument key="userSubscriptionsRepository" type="service_closure" id="App\Repository\UserSubscriptionsRepository"/>
        <argument key="usersRepository" type="service_closure" id="App\Repository\UsersRepository"/>
      </argument>
    </service>
    <service id=".service_locator.9zOzFQb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="userSubscriptionsRepository" type="service_closure" id="App\Repository\UserSubscriptionsRepository"/>
      </argument>
    </service>
    <service id=".service_locator.UHzjkB7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="babiesRepository" type="service_closure" id="App\Repository\BabiesRepository"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="surveysRepository" type="service_closure" id="App\Repository\SurveysRepository"/>
        <argument key="userSubscriptionsRepository" type="service_closure" id="App\Repository\UserSubscriptionsRepository"/>
      </argument>
    </service>
    <service id=".service_locator.f8aO2Gx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="surveysRepository" type="service_closure" id="App\Repository\SurveysRepository"/>
      </argument>
    </service>
    <service id=".service_locator.jgKLRVd" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine" type="service_closure" id="doctrine"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="userDatasStripeRepository" type="service_closure" id="App\Repository\UserDatasStripeRepository"/>
        <argument key="userSubscriptionsRepository" type="service_closure" id="App\Repository\UserSubscriptionsRepository"/>
        <argument key="usersRepository" type="service_closure" id="App\Repository\UsersRepository"/>
      </argument>
    </service>
    <service id=".service_locator.A0o8nYx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.A0o8nYx.App\Entity\Users"/>
      </argument>
    </service>
    <service id=".service_locator.VNfh.KW" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="userPasswordHasher" type="service_closure" id="security.user_password_hasher"/>
      </argument>
    </service>
    <service id=".service_locator.rSTd.nA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authenticationUtils" type="service_closure" id="security.authentication_utils"/>
      </argument>
    </service>
    <service id=".service_locator.Su_O9O4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="eventsRepository" type="service_closure" id="App\Repository\EventsRepository"/>
        <argument key="fileUploader" type="service_closure" id="App\Service\FileUploader"/>
      </argument>
    </service>
    <service id=".service_locator.RrTuLsA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventsRepository" type="service_closure" id="App\Repository\EventsRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
        <argument key="userOrganizersRepository" type="service_closure" id="App\Repository\UserOrganizersRepository"/>
      </argument>
    </service>
    <service id=".service_locator.aSFIt6F" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventReplaysRepository" type="service_closure" id="App\Repository\EventReplaysRepository"/>
        <argument key="eventsRepository" type="service_closure" id="App\Repository\EventsRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.GUMfosj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cbaMediasRepository" type="service_closure" id="App\Repository\CbaMediasRepository"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="fileUploader" type="service_closure" id="App\Service\FileUploader"/>
      </argument>
    </service>
    <service id=".service_locator.Fwk9CFt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cbaMediasRepository" type="service_closure" id="App\Repository\CbaMediasRepository"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="eventsRepository" type="service_closure" id="App\Repository\EventsRepository"/>
        <argument key="fileUploader" type="service_closure" id="App\Service\FileUploader"/>
        <argument key="typesRepository" type="service_closure" id="App\Repository\TypesRepository"/>
      </argument>
    </service>
    <service id=".service_locator.8327Nx6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="stripeService" type="service_closure" id="App\Service\StripeService"/>
      </argument>
    </service>
    <service id=".service_locator.IWP6HVz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Controller\Admin\AnnouncementsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AudiosCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\AudiosCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\AudiosCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\AudiosCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\AudiosCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\AudiosCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\AudiosCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AudiosCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AudiosCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\AudiosCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AudiosCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AudiosCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AudiosCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AudiosCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabiesCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\BabiesCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\BabiesCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\BabiesCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\BabiesCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\BabiesCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\BabiesCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabiesCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabiesCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\BabiesCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabiesCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabiesCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController::deleteEntity" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Controller\Admin\BabiesCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabiesCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CommentsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CommentsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CommentsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CommentsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CommentsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CommentsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CommentsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CommentsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CommentsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CommentsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CommentsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CommentsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CommentsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CommentsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\DashboardController::configureUserMenu" type="service_closure" id=".service_locator.t7nLwyX"/>
        <argument key="App\Controller\Admin\EventsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\EventsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\EventsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\EventsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\EventsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\EventsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\EventsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\EventsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\EventsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\EventsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\EventsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\EventsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\EventsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController::duplicateEvent" type="service_closure" id=".service_locator.9xTnqfF"/>
        <argument key="App\Controller\Admin\EventsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\EventsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\MessagesCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\MessagesCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\MessagesCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\MessagesCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\MessagesCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\MessagesCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\MessagesCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\MessagesCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\MessagesCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\MessagesCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\MessagesCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\MessagesCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\MessagesCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\MessagesCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\PdfsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\PdfsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\PdfsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\PdfsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\PdfsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\PdfsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\PdfsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\PdfsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\PdfsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\PdfsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\PdfsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\PdfsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\PdfsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\PdfsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\RewardsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\RewardsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\RewardsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\RewardsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\RewardsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\RewardsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\RewardsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\RewardsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\RewardsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\RewardsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\RewardsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\RewardsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\RewardsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\RewardsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\SurveysCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\SurveysCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\SurveysCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\SurveysCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\SurveysCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\SurveysCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\SurveysCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\SurveysCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\SurveysCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\SurveysCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\SurveysCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\SurveysCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\SurveysCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\SurveysCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TagsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\TagsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\TagsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\TagsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\TagsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\TagsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\TagsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TagsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TagsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\TagsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TagsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TagsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TagsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TagsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TopicsCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\TopicsCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\TopicsCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\TopicsCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\TopicsCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\TopicsCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\TopicsCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TopicsCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TopicsCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\TopicsCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TopicsCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TopicsCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TopicsCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TopicsCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TrackersCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\TrackersCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\TrackersCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\TrackersCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\TrackersCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\TrackersCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\TrackersCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TrackersCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TrackersCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\TrackersCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TrackersCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TrackersCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TrackersCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TrackersCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\UsersCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\UsersCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\UsersCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\UsersCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\UsersCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\UsersCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\UsersCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\UsersCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\UsersCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\UsersCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\UsersCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\UsersCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\UsersCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\UsersCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\VideosCrudController::autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController::batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\VideosCrudController::configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\VideosCrudController::configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\VideosCrudController::configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\VideosCrudController::configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\VideosCrudController::configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\VideosCrudController::createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\VideosCrudController::createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\VideosCrudController::createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\VideosCrudController::createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\VideosCrudController::createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\VideosCrudController::delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController::deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\VideosCrudController::detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController::edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController::index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController::new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController::persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\VideosCrudController::renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController::updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Api\ApiREST::themeBabyActif" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Controller\Api\ApiREST::themeForumActif" type="service_closure" id=".service_locator.7d0Q3jm"/>
        <argument key="App\Controller\Api\ApiREST::themeLibraryActif" type="service_closure" id=".service_locator.N5fWgyg"/>
        <argument key="App\Controller\Api\BabyClassesActivities::__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesApaisement::__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesDeveloppement::__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesEmotion::__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesQuiz::__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\CbaCategoriesByTheme::__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\EventWaitingList::__invoke" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\Api\UserFlagReport::__invoke" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\Api\UserPostAvatar::__invoke" type="service_closure" id=".service_locator.c9q37p5"/>
        <argument key="App\Controller\AutoFillUserController::addMonthToBaby" type="service_closure" id=".service_locator.e07bNpS"/>
        <argument key="App\Controller\AutoFillUserController::index" type="service_closure" id=".service_locator.QeYHL2M"/>
        <argument key="App\Controller\AutoFillUserController::isBirthDayOfBaby" type="service_closure" id=".service_locator.A15vwAp"/>
        <argument key="App\Controller\AutoFillUserController::sendMailAtelier" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\ClassesController::addUserCompletedContent" type="service_closure" id=".service_locator.VdwZykI"/>
        <argument key="App\Controller\ClassesController::content" type="service_closure" id=".service_locator.I6qtBWR"/>
        <argument key="App\Controller\ClassesController::deleteUserCompletedContent" type="service_closure" id=".service_locator.o6sN0hZ"/>
        <argument key="App\Controller\ClassesController::index" type="service_closure" id=".service_locator.gW5IjjQ"/>
        <argument key="App\Controller\ForumController::index" type="service_closure" id=".service_locator.6r2uKga"/>
        <argument key="App\Controller\ForumController::unlikeMessage" type="service_closure" id=".service_locator.o6sN0hZ"/>
        <argument key="App\Controller\HomeController::index" type="service_closure" id=".service_locator.znS0MAo"/>
        <argument key="App\Controller\HomeController::welcome" type="service_closure" id=".service_locator.znS0MAo"/>
        <argument key="App\Controller\NewsController::content" type="service_closure" id=".service_locator.Ecpu4I3"/>
        <argument key="App\Controller\NewsController::index" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\PlanningController::addReservation" type="service_closure" id=".service_locator.gNP56WA"/>
        <argument key="App\Controller\PlanningController::atelierDetails" type="service_closure" id=".service_locator.fd0xOj."/>
        <argument key="App\Controller\PlanningController::index" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\PlanningController::removeReservation" type="service_closure" id=".service_locator.jCO9OMu"/>
        <argument key="App\Controller\PlanningController::replay" type="service_closure" id=".service_locator.ZUwwaRD"/>
        <argument key="App\Controller\PlanningController::reservation" type="service_closure" id=".service_locator.ZUwwaRD"/>
        <argument key="App\Controller\ProfilController::activate_content_baby" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\ProfilController::index" type="service_closure" id=".service_locator.fNvIwJr"/>
        <argument key="App\Controller\ProfilController::recompense" type="service_closure" id=".service_locator.VsI8wB0"/>
        <argument key="App\Controller\RegistrationController::addAnnouncement" type="service_closure" id=".service_locator.A0o8nYx"/>
        <argument key="App\Controller\RegistrationController::addBabyNews" type="service_closure" id=".service_locator.e07bNpS"/>
        <argument key="App\Controller\RegistrationController::addBabyToUser" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\RegistrationController::addBirthdayBaby" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\RegistrationController::addTag" type="service_closure" id=".service_locator.A0o8nYx"/>
        <argument key="App\Controller\RegistrationController::changeSubscription" type="service_closure" id=".service_locator.jgKLRVd"/>
        <argument key="App\Controller\RegistrationController::register" type="service_closure" id=".service_locator.7cgaDFK"/>
        <argument key="App\Controller\RegistrationController::survey1" type="service_closure" id=".service_locator.9zOzFQb"/>
        <argument key="App\Controller\RegistrationController::survey2" type="service_closure" id=".service_locator.UHzjkB7"/>
        <argument key="App\Controller\RegistrationController::survey3" type="service_closure" id=".service_locator.f8aO2Gx"/>
        <argument key="App\Controller\RegistrationController::survey3Ter" type="service_closure" id=".service_locator.f8aO2Gx"/>
        <argument key="App\Controller\RegistrationController::surveyEnd" type="service_closure" id=".service_locator.f8aO2Gx"/>
        <argument key="App\Controller\ResetPasswordController::request" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\ResetPasswordController::reset" type="service_closure" id=".service_locator.VNfh.KW"/>
        <argument key="App\Controller\SecurityController::login" type="service_closure" id=".service_locator.rSTd.nA"/>
        <argument key="App\Controller\TeachersController::addEvent" type="service_closure" id=".service_locator.fNvIwJr"/>
        <argument key="App\Controller\TeachersController::addMedias" type="service_closure" id=".service_locator.Fwk9CFt"/>
        <argument key="App\Controller\TeachersController::deleteEvent" type="service_closure" id=".service_locator.o6sN0hZ"/>
        <argument key="App\Controller\TeachersController::deleteMedias" type="service_closure" id=".service_locator.o6sN0hZ"/>
        <argument key="App\Controller\TeachersController::editEvent" type="service_closure" id=".service_locator.Su_O9O4"/>
        <argument key="App\Controller\TeachersController::editMedias" type="service_closure" id=".service_locator.GUMfosj"/>
        <argument key="App\Controller\TeachersController::events" type="service_closure" id=".service_locator.fd0xOj."/>
        <argument key="App\Controller\TeachersController::eventsFree" type="service_closure" id=".service_locator.fd0xOj."/>
        <argument key="App\Controller\TeachersController::index" type="service_closure" id=".service_locator.fd0xOj."/>
        <argument key="App\Controller\TeachersController::medias" type="service_closure" id=".service_locator.aSFIt6F"/>
        <argument key="App\Controller\TeachersController::reservations" type="service_closure" id=".service_locator.RrTuLsA"/>
        <argument key="App\Controller\WebhookController::index" type="service_closure" id=".service_locator.8327Nx6"/>
        <argument key="App\Controller\WebhookController::subscriptionList" type="service_closure" id=".service_locator.8327Nx6"/>
        <argument key="App\Controller\WebhookController::updateSubscriptionActive" type="service_closure" id=".service_locator.8327Nx6"/>
        <argument key="App\Controller\WebhookController::updateSubscriptionCancel" type="service_closure" id=".service_locator.8327Nx6"/>
        <argument key="App\Kernel::loadRoutes" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="App\Kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel::loadRoutes" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AnnouncementsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AudiosCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\AudiosCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\AudiosCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\AudiosCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\AudiosCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\AudiosCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\AudiosCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AudiosCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AudiosCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\AudiosCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AudiosCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\AudiosCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AudiosCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\AudiosCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\AudiosCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabiesCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\BabiesCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\BabiesCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\BabiesCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\BabiesCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\BabiesCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\BabiesCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabiesCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabiesCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\BabiesCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabiesCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabiesCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController:deleteEntity" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Controller\Admin\BabiesCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabiesCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabiesCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\BabyCbaCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaMediasCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaNewsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CbaThemesCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CommentsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\CommentsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\CommentsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\CommentsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\CommentsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\CommentsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\CommentsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CommentsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CommentsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\CommentsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CommentsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\CommentsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CommentsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CommentsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\CommentsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\DashboardController:configureUserMenu" type="service_closure" id=".service_locator.t7nLwyX"/>
        <argument key="App\Controller\Admin\EventsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\EventsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\EventsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\EventsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\EventsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\EventsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\EventsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\EventsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\EventsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\EventsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\EventsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\EventsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\EventsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController:duplicateEvent" type="service_closure" id=".service_locator.9xTnqfF"/>
        <argument key="App\Controller\Admin\EventsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\EventsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\EventsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\MessagesCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\MessagesCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\MessagesCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\MessagesCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\MessagesCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\MessagesCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\MessagesCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\MessagesCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\MessagesCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\MessagesCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\MessagesCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\MessagesCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\MessagesCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\MessagesCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\MessagesCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\PdfsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\PdfsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\PdfsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\PdfsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\PdfsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\PdfsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\PdfsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\PdfsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\PdfsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\PdfsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\PdfsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\PdfsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\PdfsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\PdfsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\PdfsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\QuestionsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ReplaysCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\RewardsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\RewardsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\RewardsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\RewardsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\RewardsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\RewardsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\RewardsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\RewardsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\RewardsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\RewardsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\RewardsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\RewardsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\RewardsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\RewardsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\RewardsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\SurveysCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\SurveysCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\SurveysCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\SurveysCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\SurveysCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\SurveysCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\SurveysCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\SurveysCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\SurveysCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\SurveysCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\SurveysCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\SurveysCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\SurveysCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\SurveysCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\SurveysCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TagsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\TagsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\TagsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\TagsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\TagsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\TagsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\TagsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TagsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TagsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\TagsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TagsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TagsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TagsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TagsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TagsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\ThematicsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TopicsCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\TopicsCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\TopicsCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\TopicsCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\TopicsCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\TopicsCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\TopicsCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TopicsCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TopicsCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\TopicsCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TopicsCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TopicsCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TopicsCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TopicsCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TopicsCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TrackersCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\TrackersCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\TrackersCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\TrackersCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\TrackersCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\TrackersCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\TrackersCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TrackersCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TrackersCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\TrackersCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TrackersCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\TrackersCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TrackersCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\TrackersCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\TrackersCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\UsersCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\UsersCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\UsersCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\UsersCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\UsersCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\UsersCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\UsersCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\UsersCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\UsersCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\UsersCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\UsersCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\UsersCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\UsersCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\UsersCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\UsersCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\VideosCrudController:autocomplete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController:batchDelete" type="service_closure" id=".service_locator.jwjltq_"/>
        <argument key="App\Controller\Admin\VideosCrudController:configureActions" type="service_closure" id=".service_locator.UrOEf8r"/>
        <argument key="App\Controller\Admin\VideosCrudController:configureAssets" type="service_closure" id=".service_locator.wvbCcwL"/>
        <argument key="App\Controller\Admin\VideosCrudController:configureCrud" type="service_closure" id=".service_locator.Nb584vp"/>
        <argument key="App\Controller\Admin\VideosCrudController:configureFilters" type="service_closure" id=".service_locator.kud45L1"/>
        <argument key="App\Controller\Admin\VideosCrudController:configureResponseParameters" type="service_closure" id=".service_locator.vMUOjiq"/>
        <argument key="App\Controller\Admin\VideosCrudController:createEditForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\VideosCrudController:createEditFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\VideosCrudController:createIndexQueryBuilder" type="service_closure" id=".service_locator.yR6jqeD"/>
        <argument key="App\Controller\Admin\VideosCrudController:createNewForm" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\VideosCrudController:createNewFormBuilder" type="service_closure" id=".service_locator.jG5xrFj"/>
        <argument key="App\Controller\Admin\VideosCrudController:delete" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController:deleteEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\VideosCrudController:detail" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController:edit" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController:index" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController:new" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController:persistEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\VideosCrudController:renderFilters" type="service_closure" id=".service_locator.t9B7cZ4"/>
        <argument key="App\Controller\Admin\VideosCrudController:updateEntity" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Api\ApiREST:themeBabyActif" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Controller\Api\ApiREST:themeForumActif" type="service_closure" id=".service_locator.7d0Q3jm"/>
        <argument key="App\Controller\Api\ApiREST:themeLibraryActif" type="service_closure" id=".service_locator.N5fWgyg"/>
        <argument key="App\Controller\Api\BabyClassesActivities:__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesActivities" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesApaisement:__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesApaisement" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesDeveloppement:__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesDeveloppement" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesEmotion:__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesEmotion" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesQuiz:__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\BabyClassesQuiz" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\CbaCategoriesByTheme:__invoke" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\CbaCategoriesByTheme" type="service_closure" id=".service_locator.wxL6l2y"/>
        <argument key="App\Controller\Api\EventWaitingList:__invoke" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\Api\EventWaitingList" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\Api\UserFlagReport:__invoke" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\Api\UserFlagReport" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\Api\UserPostAvatar:__invoke" type="service_closure" id=".service_locator.c9q37p5"/>
        <argument key="App\Controller\Api\UserPostAvatar" type="service_closure" id=".service_locator.c9q37p5"/>
        <argument key="App\Controller\AutoFillUserController:addMonthToBaby" type="service_closure" id=".service_locator.e07bNpS"/>
        <argument key="App\Controller\AutoFillUserController:index" type="service_closure" id=".service_locator.QeYHL2M"/>
        <argument key="App\Controller\AutoFillUserController:isBirthDayOfBaby" type="service_closure" id=".service_locator.A15vwAp"/>
        <argument key="App\Controller\AutoFillUserController:sendMailAtelier" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\ClassesController:addUserCompletedContent" type="service_closure" id=".service_locator.VdwZykI"/>
        <argument key="App\Controller\ClassesController:content" type="service_closure" id=".service_locator.I6qtBWR"/>
        <argument key="App\Controller\ClassesController:deleteUserCompletedContent" type="service_closure" id=".service_locator.o6sN0hZ"/>
        <argument key="App\Controller\ClassesController:index" type="service_closure" id=".service_locator.gW5IjjQ"/>
        <argument key="App\Controller\ForumController:index" type="service_closure" id=".service_locator.6r2uKga"/>
        <argument key="App\Controller\ForumController:unlikeMessage" type="service_closure" id=".service_locator.o6sN0hZ"/>
        <argument key="App\Controller\HomeController:index" type="service_closure" id=".service_locator.znS0MAo"/>
        <argument key="App\Controller\HomeController:welcome" type="service_closure" id=".service_locator.znS0MAo"/>
        <argument key="App\Controller\NewsController:content" type="service_closure" id=".service_locator.Ecpu4I3"/>
        <argument key="App\Controller\NewsController:index" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\PlanningController:addReservation" type="service_closure" id=".service_locator.gNP56WA"/>
        <argument key="App\Controller\PlanningController:atelierDetails" type="service_closure" id=".service_locator.fd0xOj."/>
        <argument key="App\Controller\PlanningController:index" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\PlanningController:removeReservation" type="service_closure" id=".service_locator.jCO9OMu"/>
        <argument key="App\Controller\PlanningController:replay" type="service_closure" id=".service_locator.ZUwwaRD"/>
        <argument key="App\Controller\PlanningController:reservation" type="service_closure" id=".service_locator.ZUwwaRD"/>
        <argument key="App\Controller\ProfilController:activate_content_baby" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\ProfilController:index" type="service_closure" id=".service_locator.fNvIwJr"/>
        <argument key="App\Controller\ProfilController:recompense" type="service_closure" id=".service_locator.VsI8wB0"/>
        <argument key="App\Controller\RegistrationController:addAnnouncement" type="service_closure" id=".service_locator.A0o8nYx"/>
        <argument key="App\Controller\RegistrationController:addBabyNews" type="service_closure" id=".service_locator.e07bNpS"/>
        <argument key="App\Controller\RegistrationController:addBabyToUser" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\RegistrationController:addBirthdayBaby" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\RegistrationController:addTag" type="service_closure" id=".service_locator.A0o8nYx"/>
        <argument key="App\Controller\RegistrationController:changeSubscription" type="service_closure" id=".service_locator.jgKLRVd"/>
        <argument key="App\Controller\RegistrationController:register" type="service_closure" id=".service_locator.7cgaDFK"/>
        <argument key="App\Controller\RegistrationController:survey1" type="service_closure" id=".service_locator.9zOzFQb"/>
        <argument key="App\Controller\RegistrationController:survey2" type="service_closure" id=".service_locator.UHzjkB7"/>
        <argument key="App\Controller\RegistrationController:survey3" type="service_closure" id=".service_locator.f8aO2Gx"/>
        <argument key="App\Controller\RegistrationController:survey3Ter" type="service_closure" id=".service_locator.f8aO2Gx"/>
        <argument key="App\Controller\RegistrationController:surveyEnd" type="service_closure" id=".service_locator.f8aO2Gx"/>
        <argument key="App\Controller\ResetPasswordController:request" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\ResetPasswordController:reset" type="service_closure" id=".service_locator.VNfh.KW"/>
        <argument key="App\Controller\SecurityController:login" type="service_closure" id=".service_locator.rSTd.nA"/>
        <argument key="App\Controller\TeachersController:addEvent" type="service_closure" id=".service_locator.fNvIwJr"/>
        <argument key="App\Controller\TeachersController:addMedias" type="service_closure" id=".service_locator.Fwk9CFt"/>
        <argument key="App\Controller\TeachersController:deleteEvent" type="service_closure" id=".service_locator.o6sN0hZ"/>
        <argument key="App\Controller\TeachersController:deleteMedias" type="service_closure" id=".service_locator.o6sN0hZ"/>
        <argument key="App\Controller\TeachersController:editEvent" type="service_closure" id=".service_locator.Su_O9O4"/>
        <argument key="App\Controller\TeachersController:editMedias" type="service_closure" id=".service_locator.GUMfosj"/>
        <argument key="App\Controller\TeachersController:events" type="service_closure" id=".service_locator.fd0xOj."/>
        <argument key="App\Controller\TeachersController:eventsFree" type="service_closure" id=".service_locator.fd0xOj."/>
        <argument key="App\Controller\TeachersController:index" type="service_closure" id=".service_locator.fd0xOj."/>
        <argument key="App\Controller\TeachersController:medias" type="service_closure" id=".service_locator.aSFIt6F"/>
        <argument key="App\Controller\TeachersController:reservations" type="service_closure" id=".service_locator.RrTuLsA"/>
        <argument key="App\Controller\WebhookController:index" type="service_closure" id=".service_locator.8327Nx6"/>
        <argument key="App\Controller\WebhookController:subscriptionList" type="service_closure" id=".service_locator.8327Nx6"/>
        <argument key="App\Controller\WebhookController:updateSubscriptionActive" type="service_closure" id=".service_locator.8327Nx6"/>
        <argument key="App\Controller\WebhookController:updateSubscriptionCancel" type="service_closure" id=".service_locator.8327Nx6"/>
        <argument key="kernel:loadRoutes" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel:registerContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
      </argument>
    </service>
    <service id=".service_locator.F9PKc.7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator" type="service_closure" id="security.validator.user_password"/>
        <argument key="Symfony\Component\Validator\Constraints\EmailValidator" type="service_closure" id="validator.email"/>
        <argument key="Symfony\Component\Validator\Constraints\ExpressionValidator" type="service_closure" id="validator.expression"/>
        <argument key="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" type="service_closure" id="validator.no_suspicious_characters"/>
        <argument key="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" type="service_closure" id="validator.not_compromised_password"/>
        <argument key="Symfony\Component\Validator\Constraints\WhenValidator" type="service_closure" id="validator.when"/>
        <argument key="doctrine.orm.validator.unique" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="security.validator.user_password" type="service_closure" id="security.validator.user_password"/>
        <argument key="validator.expression" type="service_closure" id="validator.expression"/>
      </argument>
    </service>
    <service id=".service_locator.lLv4pWF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="inline" type="service_closure" id="fragment.renderer.inline"/>
      </argument>
    </service>
    <service id=".debug.value_resolver.security.user_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.user_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.security.security_token_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.security_token_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.doctrine.orm.entity_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="doctrine.orm.entity_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.backed_enum_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.uid" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.uid"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.datetime" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.datetime"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request_attribute"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.session"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.api_platform.argument_resolver.payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="api_platform.argument_resolver.payload"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.service"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.default"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.variadic"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.not_tagged_controller"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request_payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request_payload"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.query_parameter_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".service_locator.F0c9EKj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Form\BabyAddFormType" type="service_closure" id="App\Form\BabyAddFormType"/>
        <argument key="App\Form\BabyCbaFormType" type="service_closure" id="App\Form\BabyCbaFormType"/>
        <argument key="App\Form\BabyFormType" type="service_closure" id="App\Form\BabyFormType"/>
        <argument key="App\Form\BabyNewsFormType" type="service_closure" id="App\Form\BabyNewsFormType"/>
        <argument key="App\Form\BabyUpdateFormType" type="service_closure" id="App\Form\BabyUpdateFormType"/>
        <argument key="App\Form\ChangePasswordFormType" type="service_closure" id="App\Form\ChangePasswordFormType"/>
        <argument key="App\Form\CommentFormType" type="service_closure" id="App\Form\CommentFormType"/>
        <argument key="App\Form\EventFormType" type="service_closure" id="App\Form\EventFormType"/>
        <argument key="App\Form\EventReplayFormType" type="service_closure" id="App\Form\EventReplayFormType"/>
        <argument key="App\Form\MediaFormType" type="service_closure" id="App\Form\MediaFormType"/>
        <argument key="App\Form\MessageFormType" type="service_closure" id="App\Form\MessageFormType"/>
        <argument key="App\Form\PrepaAddFormType" type="service_closure" id="App\Form\PrepaAddFormType"/>
        <argument key="App\Form\ProfilFormType" type="service_closure" id="App\Form\ProfilFormType"/>
        <argument key="App\Form\RegistrationFormType" type="service_closure" id="App\Form\RegistrationFormType"/>
        <argument key="App\Form\ResetPasswordRequestFormType" type="service_closure" id="App\Form\ResetPasswordRequestFormType"/>
        <argument key="App\Form\SurveyFormType" type="service_closure" id="App\Form\SurveyFormType"/>
        <argument key="App\Form\SurveyStep1BisFormType" type="service_closure" id="App\Form\SurveyStep1BisFormType"/>
        <argument key="App\Form\SurveyStep1FormType" type="service_closure" id="App\Form\SurveyStep1FormType"/>
        <argument key="App\Form\SurveyStep1TerFormType" type="service_closure" id="App\Form\SurveyStep1TerFormType"/>
        <argument key="App\Form\SurveyStep2BisFormType" type="service_closure" id="App\Form\SurveyStep2BisFormType"/>
        <argument key="App\Form\SurveyStep2FormType" type="service_closure" id="App\Form\SurveyStep2FormType"/>
        <argument key="App\Form\SurveyStep3FormType" type="service_closure" id="App\Form\SurveyStep3FormType"/>
        <argument key="App\Form\TagEventFormType" type="service_closure" id="App\Form\TagEventFormType"/>
        <argument key="App\Form\TagFormType" type="service_closure" id="App\Form\TagFormType"/>
        <argument key="App\Form\TagThematicFormType" type="service_closure" id="App\Form\TagThematicFormType"/>
        <argument key="App\Form\TagTopicFormType" type="service_closure" id="App\Form\TagTopicFormType"/>
        <argument key="App\Form\TagUserFormType" type="service_closure" id="App\Form\TagUserFormType"/>
        <argument key="App\Form\ThematicTopicFormType" type="service_closure" id="App\Form\ThematicTopicFormType"/>
        <argument key="App\Form\TopicFormType" type="service_closure" id="App\Form\TopicFormType"/>
        <argument key="App\Form\TrackerFormType" type="service_closure" id="App\Form\TrackerFormType"/>
        <argument key="App\Form\UserAnnouncementType" type="service_closure" id="App\Form\UserAnnouncementType"/>
        <argument key="App\Form\UserOrganizersFormType" type="service_closure" id="App\Form\UserOrganizersFormType"/>
        <argument key="App\Form\UserRewardsFormType" type="service_closure" id="App\Form\UserRewardsFormType"/>
        <argument key="App\Form\UserSubscriptionsFormType" type="service_closure" id="App\Form\UserSubscriptionsFormType"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Form\Type\FiltersFormType"/>
        <argument key="Symfony\Bridge\Doctrine\Form\Type\EntityType" type="service_closure" id="form.type.entity"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ChoiceType" type="service_closure" id="form.type.choice"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ColorType" type="service_closure" id="form.type.color"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FileType" type="service_closure" id="form.type.file"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="service_closure" id="form.type.form"/>
        <argument key="Vich\UploaderBundle\Form\Type\VichFileType" type="service_closure" id="vich_uploader.form.type.file"/>
        <argument key="Vich\UploaderBundle\Form\Type\VichImageType" type="service_closure" id="vich_uploader.form.type.image"/>
      </argument>
    </service>
    <service id=".service_locator.aKcX2Ph" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\EventListener\BabiesListener" type="service_closure" id="App\EventListener\BabiesListener"/>
        <argument key="App\EventListener\CommentsListener" type="service_closure" id="App\EventListener\CommentsListener"/>
        <argument key="App\EventListener\EventWaitingList" type="service_closure" id="App\EventListener\EventWaitingList"/>
        <argument key="App\EventListener\EventsListener" type="service_closure" id="App\EventListener\EventsListener"/>
        <argument key="doctrine.orm.default_listeners.attach_entity_listeners" type="service_closure" id="doctrine.orm.default_listeners.attach_entity_listeners"/>
        <argument key="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener"/>
        <argument key="doctrine.orm.listeners.doctrine_token_provider_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_token_provider_schema_listener"/>
        <argument key="doctrine.orm.listeners.lock_store_schema_listener" type="service_closure" id="doctrine.orm.listeners.lock_store_schema_listener"/>
        <argument key="doctrine.orm.listeners.pdo_session_handler_schema_listener" type="service_closure" id="doctrine.orm.listeners.pdo_session_handler_schema_listener"/>
        <argument key="vich_uploader.listener.clean.announce_medias" type="service_closure" id="vich_uploader.listener.clean.announce_medias"/>
        <argument key="vich_uploader.listener.clean.event_images" type="service_closure" id="vich_uploader.listener.clean.event_images"/>
        <argument key="vich_uploader.listener.clean.media_audio" type="service_closure" id="vich_uploader.listener.clean.media_audio"/>
        <argument key="vich_uploader.listener.clean.media_pdf" type="service_closure" id="vich_uploader.listener.clean.media_pdf"/>
        <argument key="vich_uploader.listener.clean.media_replay" type="service_closure" id="vich_uploader.listener.clean.media_replay"/>
        <argument key="vich_uploader.listener.clean.media_video" type="service_closure" id="vich_uploader.listener.clean.media_video"/>
        <argument key="vich_uploader.listener.clean.thumbmail_images" type="service_closure" id="vich_uploader.listener.clean.thumbmail_images"/>
        <argument key="vich_uploader.listener.clean.user_images" type="service_closure" id="vich_uploader.listener.clean.user_images"/>
        <argument key="vich_uploader.listener.remove.announce_medias" type="service_closure" id="vich_uploader.listener.remove.announce_medias"/>
        <argument key="vich_uploader.listener.remove.event_images" type="service_closure" id="vich_uploader.listener.remove.event_images"/>
        <argument key="vich_uploader.listener.remove.media_audio" type="service_closure" id="vich_uploader.listener.remove.media_audio"/>
        <argument key="vich_uploader.listener.remove.media_pdf" type="service_closure" id="vich_uploader.listener.remove.media_pdf"/>
        <argument key="vich_uploader.listener.remove.media_replay" type="service_closure" id="vich_uploader.listener.remove.media_replay"/>
        <argument key="vich_uploader.listener.remove.media_video" type="service_closure" id="vich_uploader.listener.remove.media_video"/>
        <argument key="vich_uploader.listener.remove.thumbmail_images" type="service_closure" id="vich_uploader.listener.remove.thumbmail_images"/>
        <argument key="vich_uploader.listener.remove.user_images" type="service_closure" id="vich_uploader.listener.remove.user_images"/>
        <argument key="vich_uploader.listener.upload.announce_medias" type="service_closure" id="vich_uploader.listener.upload.announce_medias"/>
        <argument key="vich_uploader.listener.upload.event_images" type="service_closure" id="vich_uploader.listener.upload.event_images"/>
        <argument key="vich_uploader.listener.upload.media_audio" type="service_closure" id="vich_uploader.listener.upload.media_audio"/>
        <argument key="vich_uploader.listener.upload.media_pdf" type="service_closure" id="vich_uploader.listener.upload.media_pdf"/>
        <argument key="vich_uploader.listener.upload.media_replay" type="service_closure" id="vich_uploader.listener.upload.media_replay"/>
        <argument key="vich_uploader.listener.upload.media_video" type="service_closure" id="vich_uploader.listener.upload.media_video"/>
        <argument key="vich_uploader.listener.upload.thumbmail_images" type="service_closure" id="vich_uploader.listener.upload.thumbmail_images"/>
        <argument key="vich_uploader.listener.upload.user_images" type="service_closure" id="vich_uploader.listener.upload.user_images"/>
      </argument>
    </service>
    <service id=".service_locator.i0ugtHS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Repository\AnnouncementsRepository" type="service_closure" id="App\Repository\AnnouncementsRepository"/>
        <argument key="App\Repository\AnswersRepository" type="service_closure" id="App\Repository\AnswersRepository"/>
        <argument key="App\Repository\BabiesRepository" type="service_closure" id="App\Repository\BabiesRepository"/>
        <argument key="App\Repository\BabyCbaRepository" type="service_closure" id="App\Repository\BabyCbaRepository"/>
        <argument key="App\Repository\BabyNewsRepository" type="service_closure" id="App\Repository\BabyNewsRepository"/>
        <argument key="App\Repository\CategoriesRepository" type="service_closure" id="App\Repository\CategoriesRepository"/>
        <argument key="App\Repository\CbaBabyContentsRepository" type="service_closure" id="App\Repository\CbaBabyContentsRepository"/>
        <argument key="App\Repository\CbaCategoriesRepository" type="service_closure" id="App\Repository\CbaCategoriesRepository"/>
        <argument key="App\Repository\CbaContentsRepository" type="service_closure" id="App\Repository\CbaContentsRepository"/>
        <argument key="App\Repository\CbaMediasRepository" type="service_closure" id="App\Repository\CbaMediasRepository"/>
        <argument key="App\Repository\CbaNewsContentsRepository" type="service_closure" id="App\Repository\CbaNewsContentsRepository"/>
        <argument key="App\Repository\CbaNewsRepository" type="service_closure" id="App\Repository\CbaNewsRepository"/>
        <argument key="App\Repository\CbaThemesRepository" type="service_closure" id="App\Repository\CbaThemesRepository"/>
        <argument key="App\Repository\CommentLikesRepository" type="service_closure" id="App\Repository\CommentLikesRepository"/>
        <argument key="App\Repository\CommentsRepository" type="service_closure" id="App\Repository\CommentsRepository"/>
        <argument key="App\Repository\ContentMediasRepository" type="service_closure" id="App\Repository\ContentMediasRepository"/>
        <argument key="App\Repository\EventReplaysRepository" type="service_closure" id="App\Repository\EventReplaysRepository"/>
        <argument key="App\Repository\EventWaitingsRepository" type="service_closure" id="App\Repository\EventWaitingsRepository"/>
        <argument key="App\Repository\EventsRepository" type="service_closure" id="App\Repository\EventsRepository"/>
        <argument key="App\Repository\MessageLikesRepository" type="service_closure" id="App\Repository\MessageLikesRepository"/>
        <argument key="App\Repository\MessagesRepository" type="service_closure" id="App\Repository\MessagesRepository"/>
        <argument key="App\Repository\QuestionsRepository" type="service_closure" id="App\Repository\QuestionsRepository"/>
        <argument key="App\Repository\QuizMonthRepository" type="service_closure" id="App\Repository\QuizMonthRepository"/>
        <argument key="App\Repository\ResetPasswordRequestRepository" type="service_closure" id="App\Repository\ResetPasswordRequestRepository"/>
        <argument key="App\Repository\RewardsRepository" type="service_closure" id="App\Repository\RewardsRepository"/>
        <argument key="App\Repository\SubscriptionsRepository" type="service_closure" id="App\Repository\SubscriptionsRepository"/>
        <argument key="App\Repository\SurveysRepository" type="service_closure" id="App\Repository\SurveysRepository"/>
        <argument key="App\Repository\TagEventsRepository" type="service_closure" id="App\Repository\TagEventsRepository"/>
        <argument key="App\Repository\TagNewsRepository" type="service_closure" id="App\Repository\TagNewsRepository"/>
        <argument key="App\Repository\TagThematicsRepository" type="service_closure" id="App\Repository\TagThematicsRepository"/>
        <argument key="App\Repository\TagTopicsRepository" type="service_closure" id="App\Repository\TagTopicsRepository"/>
        <argument key="App\Repository\TagUsersRepository" type="service_closure" id="App\Repository\TagUsersRepository"/>
        <argument key="App\Repository\TagsRepository" type="service_closure" id="App\Repository\TagsRepository"/>
        <argument key="App\Repository\ThematicsRepository" type="service_closure" id="App\Repository\ThematicsRepository"/>
        <argument key="App\Repository\TopicsRepository" type="service_closure" id="App\Repository\TopicsRepository"/>
        <argument key="App\Repository\TrackersRepository" type="service_closure" id="App\Repository\TrackersRepository"/>
        <argument key="App\Repository\TypesRepository" type="service_closure" id="App\Repository\TypesRepository"/>
        <argument key="App\Repository\UserAnnouncementsRepository" type="service_closure" id="App\Repository\UserAnnouncementsRepository"/>
        <argument key="App\Repository\UserDatasStripeRepository" type="service_closure" id="App\Repository\UserDatasStripeRepository"/>
        <argument key="App\Repository\UserLogsRepository" type="service_closure" id="App\Repository\UserLogsRepository"/>
        <argument key="App\Repository\UserOrganizersRepository" type="service_closure" id="App\Repository\UserOrganizersRepository"/>
        <argument key="App\Repository\UserQuizRepository" type="service_closure" id="App\Repository\UserQuizRepository"/>
        <argument key="App\Repository\UserRewardsRepository" type="service_closure" id="App\Repository\UserRewardsRepository"/>
        <argument key="App\Repository\UserSubscriptionsRepository" type="service_closure" id="App\Repository\UserSubscriptionsRepository"/>
        <argument key="App\Repository\UsersRepository" type="service_closure" id="App\Repository\UsersRepository"/>
      </argument>
    </service>
    <service id=".service_locator.KLVvNIq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine.ulid_generator" type="service_closure" id="doctrine.ulid_generator"/>
        <argument key="doctrine.uuid_generator" type="service_closure" id="doctrine.uuid_generator"/>
      </argument>
    </service>
    <service id=".doctrine.orm.default_metadata_driver" class="Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver">
      <tag name="container.decorator" id="doctrine.orm.default_metadata_driver" inner=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".service_locator.KLVvNIq"/>
    </service>
    <service id="doctrine.dbal.default_schema_asset_filter_manager" class="Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager">
      <argument type="collection">
        <argument type="service" id="doctrine_migrations.schema_filter_listener"/>
      </argument>
    </service>
    <service id="doctrine.dbal.logging_middleware.default" class="Doctrine\DBAL\Logging\Middleware">
      <tag name="monolog.logger" channel="doctrine"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.dbal.debug_middleware.default" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware">
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
      <call method="setConnectionName">
        <argument>default</argument>
      </call>
    </service>
    <service id=".debug.security.voter.security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.authenticated_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.security.access.simple_role_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.simple_role_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.security.access.expression_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.expression_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="security.listener.csrf_protection" class="Symfony\Component\Security\Http\EventListener\CsrfProtectionListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.token_manager"/>
    </service>
    <service id="security.logout.listener.csrf_token_clearing" class="Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.token_storage"/>
    </service>
    <service id="security.ldap_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection"/>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry" class="EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry">
      <argument>/home/evenetu/cba/var/cache/prod</argument>
      <argument type="collection">
        <argument key="App\Controller\Admin\DashboardController" type="string">156e398</argument>
      </argument>
      <argument type="collection">
        <argument key="156e398">App\Controller\Admin\DashboardController</argument>
      </argument>
    </service>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry" class="EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry">
      <argument type="collection">
        <argument key="App\Controller\Admin\AnnouncementsCrudController">App\Entity\Announcements</argument>
        <argument key="App\Controller\Admin\AudiosCrudController">App\Entity\CbaMedias</argument>
        <argument key="App\Controller\Admin\BabiesCrudController">App\Entity\Babies</argument>
        <argument key="App\Controller\Admin\BabyCbaCrudController">App\Entity\BabyCba</argument>
        <argument key="App\Controller\Admin\CbaMediasCrudController">App\Entity\CbaMedias</argument>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController">App\Entity\CbaNewsContents</argument>
        <argument key="App\Controller\Admin\CbaNewsCrudController">App\Entity\CbaNews</argument>
        <argument key="App\Controller\Admin\CbaThemesCrudController">App\Entity\CbaThemes</argument>
        <argument key="App\Controller\Admin\CommentsCrudController">App\Entity\Comments</argument>
        <argument key="App\Controller\Admin\EventsCrudController">App\Entity\Events</argument>
        <argument key="App\Controller\Admin\MessagesCrudController">App\Entity\Messages</argument>
        <argument key="App\Controller\Admin\PdfsCrudController">App\Entity\CbaMedias</argument>
        <argument key="App\Controller\Admin\QuestionsCrudController">App\Entity\Questions</argument>
        <argument key="App\Controller\Admin\ReplaysCrudController">App\Entity\CbaMedias</argument>
        <argument key="App\Controller\Admin\RewardsCrudController">App\Entity\Rewards</argument>
        <argument key="App\Controller\Admin\SurveysCrudController">App\Entity\Surveys</argument>
        <argument key="App\Controller\Admin\TagsCrudController">App\Entity\Tags</argument>
        <argument key="App\Controller\Admin\ThematicsCrudController">App\Entity\Thematics</argument>
        <argument key="App\Controller\Admin\TopicsCrudController">App\Entity\Topics</argument>
        <argument key="App\Controller\Admin\TrackersCrudController">App\Entity\Trackers</argument>
        <argument key="App\Controller\Admin\UsersCrudController">App\Entity\Users</argument>
        <argument key="App\Controller\Admin\VideosCrudController">App\Entity\CbaMedias</argument>
      </argument>
      <argument type="collection">
        <argument key="App\Controller\Admin\AnnouncementsCrudController">e69df0d</argument>
        <argument key="App\Controller\Admin\AudiosCrudController">3f44eab</argument>
        <argument key="App\Controller\Admin\BabiesCrudController">17f9325</argument>
        <argument key="App\Controller\Admin\BabyCbaCrudController">2ce6d1f</argument>
        <argument key="App\Controller\Admin\CbaMediasCrudController">c12e2fe</argument>
        <argument key="App\Controller\Admin\CbaNewsContentsCrudController">9b75f7d</argument>
        <argument key="App\Controller\Admin\CbaNewsCrudController">7d341f2</argument>
        <argument key="App\Controller\Admin\CbaThemesCrudController">360d9f9</argument>
        <argument key="App\Controller\Admin\CommentsCrudController">9e9f6a1</argument>
        <argument key="App\Controller\Admin\EventsCrudController">e1c8296</argument>
        <argument key="App\Controller\Admin\MessagesCrudController">86fba01</argument>
        <argument key="App\Controller\Admin\PdfsCrudController">69bdbd1</argument>
        <argument key="App\Controller\Admin\QuestionsCrudController">5fa7ece</argument>
        <argument key="App\Controller\Admin\ReplaysCrudController">11f3f5a</argument>
        <argument key="App\Controller\Admin\RewardsCrudController">5fc48fd</argument>
        <argument key="App\Controller\Admin\SurveysCrudController">122a6c2</argument>
        <argument key="App\Controller\Admin\TagsCrudController">f863d96</argument>
        <argument key="App\Controller\Admin\ThematicsCrudController">6ec46ed</argument>
        <argument key="App\Controller\Admin\TopicsCrudController">a069555</argument>
        <argument key="App\Controller\Admin\TrackersCrudController">d72edd6</argument>
        <argument key="App\Controller\Admin\UsersCrudController">63e920a</argument>
        <argument key="App\Controller\Admin\VideosCrudController">e9f3628</argument>
      </argument>
      <argument type="collection">
        <argument key="App\Entity\Announcements">App\Controller\Admin\AnnouncementsCrudController</argument>
        <argument key="App\Entity\CbaMedias">App\Controller\Admin\VideosCrudController</argument>
        <argument key="App\Entity\Babies">App\Controller\Admin\BabiesCrudController</argument>
        <argument key="App\Entity\BabyCba">App\Controller\Admin\BabyCbaCrudController</argument>
        <argument key="App\Entity\CbaNewsContents">App\Controller\Admin\CbaNewsContentsCrudController</argument>
        <argument key="App\Entity\CbaNews">App\Controller\Admin\CbaNewsCrudController</argument>
        <argument key="App\Entity\CbaThemes">App\Controller\Admin\CbaThemesCrudController</argument>
        <argument key="App\Entity\Comments">App\Controller\Admin\CommentsCrudController</argument>
        <argument key="App\Entity\Events">App\Controller\Admin\EventsCrudController</argument>
        <argument key="App\Entity\Messages">App\Controller\Admin\MessagesCrudController</argument>
        <argument key="App\Entity\Questions">App\Controller\Admin\QuestionsCrudController</argument>
        <argument key="App\Entity\Rewards">App\Controller\Admin\RewardsCrudController</argument>
        <argument key="App\Entity\Surveys">App\Controller\Admin\SurveysCrudController</argument>
        <argument key="App\Entity\Tags">App\Controller\Admin\TagsCrudController</argument>
        <argument key="App\Entity\Thematics">App\Controller\Admin\ThematicsCrudController</argument>
        <argument key="App\Entity\Topics">App\Controller\Admin\TopicsCrudController</argument>
        <argument key="App\Entity\Trackers">App\Controller\Admin\TrackersCrudController</argument>
        <argument key="App\Entity\Users">App\Controller\Admin\UsersCrudController</argument>
      </argument>
      <argument type="collection">
        <argument key="e69df0d">App\Controller\Admin\AnnouncementsCrudController</argument>
        <argument key="3f44eab">App\Controller\Admin\AudiosCrudController</argument>
        <argument key="17f9325">App\Controller\Admin\BabiesCrudController</argument>
        <argument key="2ce6d1f">App\Controller\Admin\BabyCbaCrudController</argument>
        <argument key="c12e2fe">App\Controller\Admin\CbaMediasCrudController</argument>
        <argument key="9b75f7d">App\Controller\Admin\CbaNewsContentsCrudController</argument>
        <argument key="7d341f2">App\Controller\Admin\CbaNewsCrudController</argument>
        <argument key="360d9f9">App\Controller\Admin\CbaThemesCrudController</argument>
        <argument key="9e9f6a1">App\Controller\Admin\CommentsCrudController</argument>
        <argument key="e1c8296">App\Controller\Admin\EventsCrudController</argument>
        <argument key="86fba01">App\Controller\Admin\MessagesCrudController</argument>
        <argument key="69bdbd1">App\Controller\Admin\PdfsCrudController</argument>
        <argument key="5fa7ece">App\Controller\Admin\QuestionsCrudController</argument>
        <argument key="11f3f5a">App\Controller\Admin\ReplaysCrudController</argument>
        <argument key="5fc48fd">App\Controller\Admin\RewardsCrudController</argument>
        <argument key="122a6c2">App\Controller\Admin\SurveysCrudController</argument>
        <argument key="f863d96">App\Controller\Admin\TagsCrudController</argument>
        <argument key="6ec46ed">App\Controller\Admin\ThematicsCrudController</argument>
        <argument key="a069555">App\Controller\Admin\TopicsCrudController</argument>
        <argument key="d72edd6">App\Controller\Admin\TrackersCrudController</argument>
        <argument key="63e920a">App\Controller\Admin\UsersCrudController</argument>
        <argument key="e9f3628">App\Controller\Admin\VideosCrudController</argument>
      </argument>
    </service>
    <service id="monolog.logger.request" class="Monolog\Logger">
      <argument>request</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.console" class="Monolog\Logger">
      <argument>console</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.cache" class="Monolog\Logger">
      <argument>cache</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.http_client" class="Monolog\Logger">
      <argument>http_client</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.mailer" class="Monolog\Logger">
      <argument>mailer</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.translation" class="Monolog\Logger">
      <argument>translation</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.php" class="Monolog\Logger">
      <argument>php</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.event" class="Monolog\Logger">
      <argument>event</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.router" class="Monolog\Logger">
      <argument>router</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.lock" class="Monolog\Logger">
      <argument>lock</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.doctrine" class="Monolog\Logger">
      <argument>doctrine</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.security" class="Monolog\Logger">
      <argument>security</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.logger.deprecation" class="Monolog\Logger" public="true">
      <argument>deprecation</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
    </service>
    <service id="monolog.handler.null_internal" class="Monolog\Handler\NullHandler"/>
    <service id=".service_locator.nIg6JWH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ea:Alert" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Alert"/>
        <argument key="ea:Flag" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Flag"/>
        <argument key="ea:Icon" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon"/>
      </argument>
    </service>
    <service id=".service_locator.yY.p4P7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translation.loader.csv" type="service_closure" id="translation.loader.csv"/>
        <argument key="translation.loader.dat" type="service_closure" id="translation.loader.dat"/>
        <argument key="translation.loader.ini" type="service_closure" id="translation.loader.ini"/>
        <argument key="translation.loader.json" type="service_closure" id="translation.loader.json"/>
        <argument key="translation.loader.mo" type="service_closure" id="translation.loader.mo"/>
        <argument key="translation.loader.php" type="service_closure" id="translation.loader.php"/>
        <argument key="translation.loader.po" type="service_closure" id="translation.loader.po"/>
        <argument key="translation.loader.qt" type="service_closure" id="translation.loader.qt"/>
        <argument key="translation.loader.res" type="service_closure" id="translation.loader.res"/>
        <argument key="translation.loader.xliff" type="service_closure" id="translation.loader.xliff"/>
        <argument key="translation.loader.yml" type="service_closure" id="translation.loader.yml"/>
      </argument>
    </service>
    <service id="debug.security.event_dispatcher.refresh" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.refresh">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.refresh" inner="debug.security.event_dispatcher.refresh.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.refresh.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.refresh"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.refresh"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.login" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.login">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.login" inner="debug.security.event_dispatcher.login.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.login.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.login"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.login"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.api" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.api">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.api" inner="debug.security.event_dispatcher.api.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.api.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.api"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.api"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.main" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.main">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.main" inner="debug.security.event_dispatcher.main.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.main.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.main.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.session.main"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.default.main"/>
          <argument>onLogout</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.session.main"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login_throttling.main"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2080</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginFailureEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login_throttling.main"/>
          <argument>onFailedLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.login_throttling.main"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.main"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.main"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Gesdinet\JWTRefreshTokenBundle\EventListener\LogoutEventListener"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id=".service_locator.K1V3Rrx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
        <argument key="web_link.http_header_serializer" type="service_closure" id="web_link.http_header_serializer" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\AccountController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AccountController"/>
      <argument>App\Controller\AccountController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FilterFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityUpdater" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Provider\FieldProvider" on-invalid="ignore"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" on-invalid="ignore"/>
        <argument key="doctrine" type="service_closure" id="doctrine" on-invalid="ignore"/>
        <argument key="event_dispatcher" type="service_closure" id="debug.event_dispatcher" on-invalid="ignore"/>
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
        <argument key="web_link.http_header_serializer" type="service_closure" id="web_link.http_header_serializer" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\AnnouncementsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AnnouncementsCrudController"/>
      <argument>App\Controller\Admin\AnnouncementsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\AudiosCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AudiosCrudController"/>
      <argument>App\Controller\Admin\AudiosCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\BabiesCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BabiesCrudController"/>
      <argument>App\Controller\Admin\BabiesCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\BabyCbaCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BabyCbaCrudController"/>
      <argument>App\Controller\Admin\BabyCbaCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\CbaMediasCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CbaMediasCrudController"/>
      <argument>App\Controller\Admin\CbaMediasCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\CbaNewsContentsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CbaNewsContentsCrudController"/>
      <argument>App\Controller\Admin\CbaNewsContentsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\CbaNewsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CbaNewsCrudController"/>
      <argument>App\Controller\Admin\CbaNewsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\CbaThemesCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CbaThemesCrudController"/>
      <argument>App\Controller\Admin\CbaThemesCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\CommentsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CommentsCrudController"/>
      <argument>App\Controller\Admin\CommentsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tVDKN8f" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" on-invalid="ignore"/>
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
        <argument key="web_link.http_header_serializer" type="service_closure" id="web_link.http_header_serializer" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.tVDKN8f.App\Controller\Admin\DashboardController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\DashboardController"/>
      <argument>App\Controller\Admin\DashboardController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tVDKN8f" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\EventsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\EventsCrudController"/>
      <argument>App\Controller\Admin\EventsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\MessagesCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\MessagesCrudController"/>
      <argument>App\Controller\Admin\MessagesCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Admin\Pages\PublishAnnounceController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\Pages\PublishAnnounceController"/>
      <argument>App\Controller\Admin\Pages\PublishAnnounceController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\PdfsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PdfsCrudController"/>
      <argument>App\Controller\Admin\PdfsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\QuestionsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\QuestionsCrudController"/>
      <argument>App\Controller\Admin\QuestionsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\ReplaysCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ReplaysCrudController"/>
      <argument>App\Controller\Admin\ReplaysCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\RewardsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\RewardsCrudController"/>
      <argument>App\Controller\Admin\RewardsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\SurveysCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SurveysCrudController"/>
      <argument>App\Controller\Admin\SurveysCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\TagsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TagsCrudController"/>
      <argument>App\Controller\Admin\TagsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\ThematicsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ThematicsCrudController"/>
      <argument>App\Controller\Admin\ThematicsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\TopicsCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TopicsCrudController"/>
      <argument>App\Controller\Admin\TopicsCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\TrackersCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TrackersCrudController"/>
      <argument>App\Controller\Admin\TrackersCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\UsersCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UsersCrudController"/>
      <argument>App\Controller\Admin\UsersCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.tLT.IXH.App\Controller\Admin\VideosCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\VideosCrudController"/>
      <argument>App\Controller\Admin\VideosCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tLT.IXH" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\AnnouncementController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AnnouncementController"/>
      <argument>App\Controller\AnnouncementController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\ApiREST" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\ApiREST"/>
      <argument>App\Controller\Api\ApiREST</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesActivities" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\BabyClassesActivities"/>
      <argument>App\Controller\Api\BabyClassesActivities</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesApaisement" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\BabyClassesApaisement"/>
      <argument>App\Controller\Api\BabyClassesApaisement</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesDeveloppement" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\BabyClassesDeveloppement"/>
      <argument>App\Controller\Api\BabyClassesDeveloppement</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesEmotion" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\BabyClassesEmotion"/>
      <argument>App\Controller\Api\BabyClassesEmotion</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\BabyClassesQuiz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\BabyClassesQuiz"/>
      <argument>App\Controller\Api\BabyClassesQuiz</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\CbaCategoriesByTheme" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\CbaCategoriesByTheme"/>
      <argument>App\Controller\Api\CbaCategoriesByTheme</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\EventWaitingList" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\EventWaitingList"/>
      <argument>App\Controller\Api\EventWaitingList</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\UserFlagReport" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\UserFlagReport"/>
      <argument>App\Controller\Api\UserFlagReport</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\Api\UserPostAvatar" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\UserPostAvatar"/>
      <argument>App\Controller\Api\UserPostAvatar</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\AutoFillUserController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AutoFillUserController"/>
      <argument>App\Controller\AutoFillUserController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\BiblioController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\BiblioController"/>
      <argument>App\Controller\BiblioController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\ClassesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ClassesController"/>
      <argument>App\Controller\ClassesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\ConditionsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ConditionsController"/>
      <argument>App\Controller\ConditionsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\ForumController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ForumController"/>
      <argument>App\Controller\ForumController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\HelpController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HelpController"/>
      <argument>App\Controller\HelpController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\HomeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HomeController"/>
      <argument>App\Controller\HomeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\NewsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\NewsController"/>
      <argument>App\Controller\NewsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\PaypalController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\PaypalController"/>
      <argument>App\Controller\PaypalController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\PlanningController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\PlanningController"/>
      <argument>App\Controller\PlanningController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\ProfilController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ProfilController"/>
      <argument>App\Controller\ProfilController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\RegistrationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\RegistrationController"/>
      <argument>App\Controller\RegistrationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\ResetPasswordController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ResetPasswordController"/>
      <argument>App\Controller\ResetPasswordController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\SecurityController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SecurityController"/>
      <argument>App\Controller\SecurityController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\TeachersController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\TeachersController"/>
      <argument>App\Controller\TeachersController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.K1V3Rrx.App\Controller\WebhookController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WebhookController"/>
      <argument>App\Controller\WebhookController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.K1V3Rrx" method="withContext"/>
    </service>
    <service id=".service_locator.fuYM_Z." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="translator.default"/>
      </argument>
    </service>
    <service id=".service_locator.fuYM_Z..translation.warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="translation.warmer"/>
      <argument>translation.warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fuYM_Z." method="withContext"/>
    </service>
    <service id=".service_locator.LjVnriP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="routing.loader" type="service_closure" id="routing.loader"/>
      </argument>
    </service>
    <service id=".service_locator.LjVnriP.router.default" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.default"/>
      <argument>router.default</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.LjVnriP" method="withContext"/>
    </service>
    <service id=".service_locator.cUcW89y" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default"/>
      </argument>
    </service>
    <service id=".service_locator.cUcW89y.router.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.cache_warmer"/>
      <argument>router.cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.cUcW89y" method="withContext"/>
    </service>
    <service id=".service_locator.etVElvN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="twig" type="service_closure" id="twig"/>
      </argument>
    </service>
    <service id=".service_locator.etVElvN.twig.template_cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="twig.template_cache_warmer"/>
      <argument>twig.template_cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.etVElvN" method="withContext"/>
    </service>
    <service id=".service_locator.j7D0Vt4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ux.twig_component.component_properties" type="service_closure" id="ux.twig_component.component_properties"/>
      </argument>
    </service>
    <service id=".service_locator.j7D0Vt4.ux.twig_component.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="ux.twig_component.cache_warmer"/>
      <argument>ux.twig_component.cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.j7D0Vt4" method="withContext"/>
    </service>
    <service id=".service_locator.CpNfV.R" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" type="service_closure" id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" type="service_closure" id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver"/>
        <argument key="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" type="service_closure" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.datetime"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.default"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_payload"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.service"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.session"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\UidValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.uid"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.variadic"/>
        <argument key="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver" type="service_closure" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument key="Symfony\Component\Security\Http\Controller\UserValueResolver" type="service_closure" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument key="api_platform.argument_resolver.payload" type="service_closure" id=".debug.value_resolver.api_platform.argument_resolver.payload"/>
        <argument key="argument_resolver.not_tagged_controller" type="service_closure" id=".debug.value_resolver.argument_resolver.not_tagged_controller"/>
      </argument>
    </service>
    <service id=".service_locator.XXv1IfR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reverse_container" type="service_closure" id="reverse_container" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id=".service_locator.Xbsa8iG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.NYCuMTz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cache.app" type="service_closure" id="cache.app.taggable"/>
        <argument key="doctrine.result_cache_pool" type="service_closure" id=".doctrine.result_cache_pool.taggable"/>
        <argument key="doctrine.system_cache_pool" type="service_closure" id=".doctrine.system_cache_pool.taggable"/>
      </argument>
    </service>
    <service id=".service_locator.clMzvAn" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="event_dispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="security.event_dispatcher.api" type="service_closure" id="debug.security.event_dispatcher.api"/>
        <argument key="security.event_dispatcher.login" type="service_closure" id="debug.security.event_dispatcher.login"/>
        <argument key="security.event_dispatcher.main" type="service_closure" id="debug.security.event_dispatcher.main"/>
        <argument key="security.event_dispatcher.refresh" type="service_closure" id="debug.security.event_dispatcher.refresh"/>
      </argument>
    </service>
    <service id=".service_locator.LD5oJC8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel" type="service_closure" id="kernel"/>
        <argument key="security.route_loader.logout" type="service_closure" id="security.route_loader.logout"/>
      </argument>
    </service>
    <service id=".service_locator.Kl0E_Fe" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="env" type="service_closure" id="container.getenv"/>
        <argument key="service" type="service_closure" id="container.get_routing_condition_service"/>
      </argument>
    </service>
    <service id=".service_locator.TpoC7U9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="logger" type="service_closure" id="monolog.logger" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="session_factory" type="service_closure" id="session.factory" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.LcVn9Hr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="request_stack" type="service_closure" id="request_stack"/>
      </argument>
    </service>
    <service id=".service_locator.e_.xxAP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="request_stack" type="service_closure" id="request_stack"/>
        <argument key="security.authenticator.managers_locator" type="service_closure" id="security.authenticator.managers_locator" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.firewall.event_dispatcher_locator" type="service_closure" id="security.firewall.event_dispatcher_locator"/>
        <argument key="security.firewall.map" type="service_closure" id="security.firewall.map"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage"/>
        <argument key="security.user_checker_locator" type="service_closure" id="security.user_checker_locator"/>
      </argument>
    </service>
    <service id=".service_locator.ZbWGXmi" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ApiPlatform\Doctrine\Orm\State\CollectionProvider" type="service_closure" id="ApiPlatform\Doctrine\Orm\State\CollectionProvider"/>
        <argument key="ApiPlatform\Doctrine\Orm\State\ItemProvider" type="service_closure" id="ApiPlatform\Doctrine\Orm\State\ItemProvider"/>
      </argument>
    </service>
    <service id=".service_locator.LiilhZb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ApiPlatform\Doctrine\Common\State\PersistProcessor" type="service_closure" id="ApiPlatform\Doctrine\Common\State\PersistProcessor"/>
        <argument key="ApiPlatform\Doctrine\Common\State\RemoveProcessor" type="service_closure" id="ApiPlatform\Doctrine\Common\State\RemoveProcessor"/>
      </argument>
    </service>
    <service id="http_client.uri_template.inner" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <argument type="collection">
        <argument type="service" id="http_client.transport"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id="debug.event_dispatcher.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.controller_resolver.inner" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver">
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <call method="allowControllers">
        <argument type="collection">
          <argument>Symfony\Bundle\FrameworkBundle\Controller\AbstractController</argument>
          <argument>Symfony\Bundle\FrameworkBundle\Controller\TemplateController</argument>
        </argument>
      </call>
      <call method="allowControllers">
        <argument type="collection">
          <argument>App\Kernel</argument>
          <argument>App\Controller\AccountController</argument>
          <argument>App\Controller\Admin\AnnouncementsCrudController</argument>
          <argument>App\Controller\Admin\AudiosCrudController</argument>
          <argument>App\Controller\Admin\BabiesCrudController</argument>
          <argument>App\Controller\Admin\BabyCbaCrudController</argument>
          <argument>App\Controller\Admin\CbaMediasCrudController</argument>
          <argument>App\Controller\Admin\CbaNewsContentsCrudController</argument>
          <argument>App\Controller\Admin\CbaNewsCrudController</argument>
          <argument>App\Controller\Admin\CbaThemesCrudController</argument>
          <argument>App\Controller\Admin\CommentsCrudController</argument>
          <argument>App\Controller\Admin\DashboardController</argument>
          <argument>App\Controller\Admin\EventsCrudController</argument>
          <argument>App\Controller\Admin\MessagesCrudController</argument>
          <argument>App\Controller\Admin\Pages\PublishAnnounceController</argument>
          <argument>App\Controller\Admin\PdfsCrudController</argument>
          <argument>App\Controller\Admin\QuestionsCrudController</argument>
          <argument>App\Controller\Admin\ReplaysCrudController</argument>
          <argument>App\Controller\Admin\RewardsCrudController</argument>
          <argument>App\Controller\Admin\SurveysCrudController</argument>
          <argument>App\Controller\Admin\TagsCrudController</argument>
          <argument>App\Controller\Admin\ThematicsCrudController</argument>
          <argument>App\Controller\Admin\TopicsCrudController</argument>
          <argument>App\Controller\Admin\TrackersCrudController</argument>
          <argument>App\Controller\Admin\UsersCrudController</argument>
          <argument>App\Controller\Admin\VideosCrudController</argument>
          <argument>App\Controller\AnnouncementController</argument>
          <argument>App\Controller\Api\ApiREST</argument>
          <argument>App\Controller\Api\BabyClassesActivities</argument>
          <argument>App\Controller\Api\BabyClassesApaisement</argument>
          <argument>App\Controller\Api\BabyClassesDeveloppement</argument>
          <argument>App\Controller\Api\BabyClassesEmotion</argument>
          <argument>App\Controller\Api\BabyClassesQuiz</argument>
          <argument>App\Controller\Api\BabyProgress</argument>
          <argument>App\Controller\Api\CbaCategoriesByTheme</argument>
          <argument>App\Controller\Api\CompleteContentBaby</argument>
          <argument>App\Controller\Api\EventWaitingList</argument>
          <argument>App\Controller\Api\UserFlagReport</argument>
          <argument>App\Controller\Api\UserPostAvatar</argument>
          <argument>App\Controller\AutoFillUserController</argument>
          <argument>App\Controller\BiblioController</argument>
          <argument>App\Controller\ClassesController</argument>
          <argument>App\Controller\ConditionsController</argument>
          <argument>App\Controller\ForumController</argument>
          <argument>App\Controller\HelpController</argument>
          <argument>App\Controller\HomeController</argument>
          <argument>App\Controller\NewsController</argument>
          <argument>App\Controller\PaypalController</argument>
          <argument>App\Controller\PlanningController</argument>
          <argument>App\Controller\ProfilController</argument>
          <argument>App\Controller\RegistrationController</argument>
          <argument>App\Controller\ResetPasswordController</argument>
          <argument>App\Controller\SecurityController</argument>
          <argument>App\Controller\TeachersController</argument>
          <argument>App\Controller\WebhookController</argument>
          <argument>Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController</argument>
        </argument>
      </call>
    </service>
    <service id="debug.argument_resolver.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver">
      <argument type="service" id="argument_metadata_factory"/>
      <argument type="iterator">
        <argument type="service" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.uid"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.datetime"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.request"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.session"/>
        <argument type="service" id=".debug.value_resolver.api_platform.argument_resolver.payload"/>
        <argument type="service" id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver"/>
        <argument type="service" id=".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.service"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.default"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.variadic"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.not_tagged_controller"/>
      </argument>
      <argument type="service" id=".service_locator.CpNfV.R"/>
    </service>
    <service id="doctrine.migrations.container_aware_migrations_factory.inner" class="Doctrine\Migrations\Version\MigrationFactory">
      <factory service="doctrine.migrations.dependency_factory" method="getMigrationFactory"/>
    </service>
    <service id="debug.security.access.decision_manager.inner" class="Symfony\Component\Security\Core\Authorization\AccessDecisionManager">
      <argument type="iterator">
        <argument type="service" id=".debug.security.voter.security.access.authenticated_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.simple_role_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.expression_voter"/>
        <argument type="service" id=".debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"/>
      </argument>
      <argument type="service">
        <service class="Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy">
          <argument>false</argument>
        </service>
      </argument>
    </service>
    <service id="debug.security.firewall.authenticator.refresh.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.refresh"/>
    </service>
    <service id="debug.security.firewall.authenticator.login.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.login"/>
    </service>
    <service id="debug.security.firewall.authenticator.api.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.api"/>
    </service>
    <service id="debug.security.firewall.authenticator.main.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.main"/>
    </service>
    <service id="api_platform.serializer.context_builder.filter.inner" class="ApiPlatform\Serializer\SerializerContextBuilder">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    </service>
    <service id="api_platform.hydra.normalizer.partial_collection_view.inner" class="ApiPlatform\Hydra\Serializer\CollectionNormalizer">
      <argument type="service" id="api_platform.jsonld.context_builder"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument type="service" id="api_platform.symfony.iri_converter"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached" on-invalid="null"/>
    </service>
    <service id="api_platform.hydra.json_schema.schema_factory.inner" class="ApiPlatform\JsonSchema\SchemaFactory">
      <argument type="service" id="api_platform.json_schema.type_factory"/>
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached"/>
      <argument type="service" id="serializer.name_converter.metadata_aware" on-invalid="ignore"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
    </service>
    <service id="api_platform.identifiers_extractor.cached.inner" class="ApiPlatform\Core\Api\IdentifiersExtractor">
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="api_platform.resource_class_resolver"/>
      <argument>false</argument>
    </service>
    <service id="ux.twig_component.twig.environment_configurator.inner" class="Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator">
      <argument>F j, Y H:i</argument>
      <argument>%d days</argument>
      <argument>null</argument>
      <argument>0</argument>
      <argument>.</argument>
      <argument>,</argument>
    </service>
    <service id=".doctrine.orm.default_metadata_driver.inner" class="Doctrine\Persistence\Mapping\Driver\MappingDriverChain">
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
        <argument>App\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_xml_metadata_driver"/>
        <argument>Gesdinet\JWTRefreshTokenBundle\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_xml_metadata_driver"/>
        <argument>Vich\UploaderBundle\Entity</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.refresh.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.login.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.api.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.main.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="api_platform.serializer.mapping.class_metadata_factory.inner" class="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory">
      <argument type="service" id="serializer.mapping.chain_loader"/>
    </service>
    <service id="api_platform.openapi.normalizer.api_gateway.inner" class="ApiPlatform\OpenApi\Serializer\OpenApiNormalizer">
      <argument type="service" id=".1_Serializer~RKQhHAV"/>
    </service>
    <service id="api_platform.swagger.normalizer.api_gateway.inner" class="ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer">
      <argument type="service" id="api_platform.metadata.resource.metadata_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="service" id="api_platform.hydra.json_schema.schema_factory"/>
      <argument type="service" id="api_platform.json_schema.type_factory"/>
      <argument type="service" id="api_platform.operation_path_resolver.router"/>
      <argument>null</argument>
      <argument type="service" id="api_platform.filter_locator"/>
      <argument>null</argument>
      <argument>false</argument>
      <argument>oauth2</argument>
      <argument>application</argument>
      <argument></argument>
      <argument></argument>
      <argument type="collection"/>
      <argument>%api_platform.swagger.api_keys%</argument>
      <argument type="service" id="api_platform.subresource_operation_factory.cached"/>
      <argument>true</argument>
      <argument>page</argument>
      <argument>false</argument>
      <argument>itemsPerPage</argument>
      <argument>%api_platform.formats%</argument>
      <argument>false</argument>
      <argument>pagination</argument>
      <argument type="collection"/>
      <argument>%api_platform.swagger.versions%</argument>
      <argument type="service" id="api_platform.identifiers_extractor.cached"/>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="api_platform.route_name_resolver.cached.inner" class="ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver">
      <argument type="service" id="api_platform.router"/>
    </service>
    <service id="api_platform.subresource_operation_factory.cached.inner" class="ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory">
      <argument type="service" id="api_platform.metadata.resource.metadata_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.name_collection_factory.cached"/>
      <argument type="service" id="api_platform.metadata.property.metadata_factory.cached.legacy"/>
      <argument type="service" id="api_platform.path_segment_name_generator.underscore"/>
      <argument type="service" id="api_platform.identifiers_extractor.cached"/>
    </service>
    <service id=".errored..service_locator.y4_Zrx..Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.y4_Zrx.&quot;: it needs an instance of &quot;Symfony\Component\Config\Loader\LoaderInterface&quot; but this type has been excluded from autowiring."/>
    </service>
    <service id=".errored..service_locator.Nb584vp.EasyCorp\Bundle\EasyAdminBundle\Config\Crud" class="EasyCorp\Bundle\EasyAdminBundle\Config\Crud">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Nb584vp&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\Crud&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.UrOEf8r.EasyCorp\Bundle\EasyAdminBundle\Config\Actions" class="EasyCorp\Bundle\EasyAdminBundle\Config\Actions">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.UrOEf8r&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\Actions&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.wvbCcwL.EasyCorp\Bundle\EasyAdminBundle\Config\Assets" class="EasyCorp\Bundle\EasyAdminBundle\Config\Assets">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.wvbCcwL&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\Assets&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.kud45L1.EasyCorp\Bundle\EasyAdminBundle\Config\Filters" class="EasyCorp\Bundle\EasyAdminBundle\Config\Filters">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.kud45L1&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\Filters&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.t9B7cZ4.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.t9B7cZ4&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.jwjltq_.EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto" class="EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.jwjltq_&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Dto\BatchActionDto&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.jwjltq_.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.jwjltq_&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.yR6jqeD.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto" class="EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.yR6jqeD&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.yR6jqeD.EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection" class="EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.yR6jqeD&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.yR6jqeD.EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection" class="EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.yR6jqeD&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Collection\FilterCollection&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.yR6jqeD.EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto" class="EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.yR6jqeD&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Dto\SearchDto&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.jG5xrFj.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.jG5xrFj&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.jG5xrFj.EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto" class="EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.jG5xrFj&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.jG5xrFj.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore" class="EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.jG5xrFj&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.vMUOjiq.EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore" class="EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.vMUOjiq&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.t7nLwyX.Symfony\Component\Security\Core\User\UserInterface" class="Symfony\Component\Security\Core\User\UserInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.t7nLwyX&quot;: it references interface &quot;Symfony\Component\Security\Core\User\UserInterface&quot; but no such service exists. Did you create a class that implements this interface?"/>
    </service>
    <service id=".errored..service_locator.9xTnqfF.EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext" class="EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.9xTnqfF&quot;: it references class &quot;EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.wxL6l2y.App\Entity\CbaThemes" class="App\Entity\CbaThemes">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.wxL6l2y&quot;: it needs an instance of &quot;App\Entity\CbaThemes&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.e07bNpS.App\Entity\Babies" class="App\Entity\Babies">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.e07bNpS&quot;: it needs an instance of &quot;App\Entity\Babies&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.A0o8nYx.App\Entity\Users" class="App\Entity\Users">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.A0o8nYx&quot;: it needs an instance of &quot;App\Entity\Users&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".console.command.about.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>about</argument>
      <argument type="collection"/>
      <argument>Display information about the current project</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.about"/>
    </service>
    <service id=".console.command.assets_install.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>assets:install</argument>
      <argument type="collection"/>
      <argument>Install bundle's web assets under a public directory</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.assets_install"/>
    </service>
    <service id=".console.command.cache_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:clear</argument>
      <argument type="collection"/>
      <argument>Clear the cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_clear"/>
    </service>
    <service id=".console.command.cache_pool_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:clear</argument>
      <argument type="collection"/>
      <argument>Clear cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_clear"/>
    </service>
    <service id=".console.command.cache_pool_prune.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:prune</argument>
      <argument type="collection"/>
      <argument>Prune cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_prune"/>
    </service>
    <service id=".console.command.cache_pool_invalidate_tags.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:invalidate-tags</argument>
      <argument type="collection"/>
      <argument>Invalidate cache tags for all or a specific pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_invalidate_tags"/>
    </service>
    <service id=".console.command.cache_pool_delete.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:delete</argument>
      <argument type="collection"/>
      <argument>Delete an item from a cache pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_delete"/>
    </service>
    <service id=".console.command.cache_pool_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:list</argument>
      <argument type="collection"/>
      <argument>List available cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_list"/>
    </service>
    <service id=".console.command.cache_warmup.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:warmup</argument>
      <argument type="collection"/>
      <argument>Warm up an empty cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_warmup"/>
    </service>
    <service id=".console.command.config_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:config</argument>
      <argument type="collection"/>
      <argument>Dump the current configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_debug"/>
    </service>
    <service id=".console.command.config_dump_reference.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>config:dump-reference</argument>
      <argument type="collection"/>
      <argument>Dump the default configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_dump_reference"/>
    </service>
    <service id=".console.command.container_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:container</argument>
      <argument type="collection"/>
      <argument>Display current services for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_debug"/>
    </service>
    <service id=".console.command.container_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:container</argument>
      <argument type="collection"/>
      <argument>Ensure that arguments injected into services match type declarations</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_lint"/>
    </service>
    <service id=".console.command.debug_autowiring.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:autowiring</argument>
      <argument type="collection"/>
      <argument>List classes/interfaces you can use for autowiring</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.debug_autowiring"/>
    </service>
    <service id=".console.command.dotenv_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:dotenv</argument>
      <argument type="collection"/>
      <argument>List all dotenv files with variables and values</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.dotenv_debug"/>
    </service>
    <service id=".console.command.event_dispatcher_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:event-dispatcher</argument>
      <argument type="collection"/>
      <argument>Display configured listeners for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.event_dispatcher_debug"/>
    </service>
    <service id=".console.command.router_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:router</argument>
      <argument type="collection"/>
      <argument>Display current routes for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_debug"/>
    </service>
    <service id=".console.command.router_match.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>router:match</argument>
      <argument type="collection"/>
      <argument>Help debug routes by simulating a path info match</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_match"/>
    </service>
    <service id=".console.command.serializer_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:serializer</argument>
      <argument type="collection"/>
      <argument>Display serialization information for classes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.serializer_debug"/>
    </service>
    <service id=".console.command.translation_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:translation</argument>
      <argument type="collection"/>
      <argument>Display translation messages information</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_debug"/>
    </service>
    <service id=".console.command.translation_extract.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:extract</argument>
      <argument type="collection"/>
      <argument>Extract missing translations keys from code to translation files</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_extract"/>
    </service>
    <service id=".console.command.validator_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:validator</argument>
      <argument type="collection"/>
      <argument>Display validation constraints for classes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.validator_debug"/>
    </service>
    <service id=".console.command.translation_pull.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:pull</argument>
      <argument type="collection"/>
      <argument>Pull translations from a given provider.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_pull"/>
    </service>
    <service id=".console.command.translation_push.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:push</argument>
      <argument type="collection"/>
      <argument>Push translations to a given provider.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_push"/>
    </service>
    <service id=".console.command.xliff_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:xliff</argument>
      <argument type="collection"/>
      <argument>Lint an XLIFF file and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.xliff_lint"/>
    </service>
    <service id=".console.command.yaml_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:yaml</argument>
      <argument type="collection"/>
      <argument>Lint a YAML file and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.yaml_lint"/>
    </service>
    <service id=".console.command.form_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:form</argument>
      <argument type="collection"/>
      <argument>Display form type information</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.form_debug"/>
    </service>
    <service id=".console.command.secrets_set.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:set</argument>
      <argument type="collection"/>
      <argument>Set a secret in the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_set"/>
    </service>
    <service id=".console.command.secrets_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:remove</argument>
      <argument type="collection"/>
      <argument>Remove a secret from the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_remove"/>
    </service>
    <service id=".console.command.secrets_generate_key.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:generate-keys</argument>
      <argument type="collection"/>
      <argument>Generate new encryption keys</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_generate_key"/>
    </service>
    <service id=".console.command.secrets_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:list</argument>
      <argument type="collection"/>
      <argument>List all secrets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_list"/>
    </service>
    <service id=".console.command.secrets_decrypt_to_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:decrypt-to-local</argument>
      <argument type="collection"/>
      <argument>Decrypt all secrets and stores them in the local vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_decrypt_to_local"/>
    </service>
    <service id=".console.command.secrets_encrypt_from_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:encrypt-from-local</argument>
      <argument type="collection"/>
      <argument>Encrypt all local secrets to the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_encrypt_from_local"/>
    </service>
    <service id=".console.command.mailer_test.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>mailer:test</argument>
      <argument type="collection"/>
      <argument>Test Mailer transports by sending an email</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.mailer_test"/>
    </service>
    <service id=".doctrine_migrations.diff_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:diff</argument>
      <argument type="collection"/>
      <argument>Generate a migration by comparing your current database to your mapping information.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.diff_command"/>
    </service>
    <service id=".doctrine_migrations.sync_metadata_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:sync-metadata-storage</argument>
      <argument type="collection"/>
      <argument>Ensures that the metadata storage is at the latest version.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.sync_metadata_command"/>
    </service>
    <service id=".doctrine_migrations.versions_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:list</argument>
      <argument type="collection"/>
      <argument>Display a list of all available migrations and their status.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.versions_command"/>
    </service>
    <service id=".doctrine_migrations.current_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:current</argument>
      <argument type="collection"/>
      <argument>Outputs the current version</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.current_command"/>
    </service>
    <service id=".doctrine_migrations.dump_schema_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:dump-schema</argument>
      <argument type="collection"/>
      <argument>Dump the schema for your database to a migration.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.dump_schema_command"/>
    </service>
    <service id=".doctrine_migrations.execute_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:execute</argument>
      <argument type="collection"/>
      <argument>Execute one or more migration versions up or down manually.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.execute_command"/>
    </service>
    <service id=".doctrine_migrations.generate_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:generate</argument>
      <argument type="collection"/>
      <argument>Generate a blank migration class.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.generate_command"/>
    </service>
    <service id=".doctrine_migrations.latest_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:latest</argument>
      <argument type="collection"/>
      <argument>Outputs the latest version</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.latest_command"/>
    </service>
    <service id=".doctrine_migrations.migrate_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:migrate</argument>
      <argument type="collection"/>
      <argument>Execute a migration to a specified version or the latest available version.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.migrate_command"/>
    </service>
    <service id=".doctrine_migrations.rollup_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:rollup</argument>
      <argument type="collection"/>
      <argument>Rollup migrations by deleting all tracked versions and insert the one version that exists.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.rollup_command"/>
    </service>
    <service id=".doctrine_migrations.status_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:status</argument>
      <argument type="collection"/>
      <argument>View the status of a set of migrations.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.status_command"/>
    </service>
    <service id=".doctrine_migrations.up_to_date_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:up-to-date</argument>
      <argument type="collection"/>
      <argument>Tells you if your schema is up-to-date.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.up_to_date_command"/>
    </service>
    <service id=".doctrine_migrations.version_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:version</argument>
      <argument type="collection"/>
      <argument>Manually add and delete migration versions from the version table.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.version_command"/>
    </service>
    <service id=".twig.command.debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:twig</argument>
      <argument type="collection"/>
      <argument>Show a list of twig functions, filters, globals and tests</argument>
      <argument>false</argument>
      <argument type="service_closure" id="twig.command.debug"/>
    </service>
    <service id=".twig.command.lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:twig</argument>
      <argument type="collection"/>
      <argument>Lint a Twig template and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="twig.command.lint"/>
    </service>
    <service id=".security.command.debug_firewall.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:firewall</argument>
      <argument type="collection"/>
      <argument>Display information about your security firewall(s)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="security.command.debug_firewall"/>
    </service>
    <service id=".security.command.user_password_hash.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>security:hash-password</argument>
      <argument type="collection"/>
      <argument>Hash a user password</argument>
      <argument>false</argument>
      <argument type="service_closure" id="security.command.user_password_hash"/>
    </service>
    <service id=".lexik_jwt_authentication.check_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:check-config</argument>
      <argument type="collection"/>
      <argument>Checks that the bundle is properly configured.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.check_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.migrate_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:migrate-config</argument>
      <argument type="collection"/>
      <argument>Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.migrate_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.enable_encryption_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:enable-encryption</argument>
      <argument type="collection"/>
      <argument>Enable Web-Token encryption support.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.enable_encryption_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.generate_token_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:generate-token</argument>
      <argument type="collection"/>
      <argument>Generates a JWT token for a given user.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.generate_token_command"/>
    </service>
    <service id=".lexik_jwt_authentication.generate_keypair_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:generate-keypair</argument>
      <argument type="collection"/>
      <argument>Generate public/private keys for use in your application.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.generate_keypair_command"/>
    </service>
    <service id=".Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>gesdinet:jwt:clear</argument>
      <argument type="collection"/>
      <argument>Clear invalid refresh tokens.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand"/>
    </service>
    <service id=".Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>gesdinet:jwt:revoke</argument>
      <argument type="collection"/>
      <argument>Revoke a refresh token</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand"/>
    </service>
    <service id=".EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:admin:dashboard</argument>
      <argument type="collection"/>
      <argument>Creates a new EasyAdmin Dashboard class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand"/>
    </service>
    <service id=".EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:admin:crud</argument>
      <argument type="collection"/>
      <argument>Creates a new EasyAdmin CRUD controller class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand"/>
    </service>
    <service id=".ux.twig_component.command.debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:twig-component</argument>
      <argument type="collection"/>
      <argument>Display components and them usages for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="ux.twig_component.command.debug"/>
    </service>
    <service id="console.command_loader" class="Symfony\Component\Console\CommandLoader\ContainerCommandLoader" public="true">
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.S6V.Vp5"/>
      <argument type="collection">
        <argument key="about">console.command.about</argument>
        <argument key="assets:install">console.command.assets_install</argument>
        <argument key="cache:clear">console.command.cache_clear</argument>
        <argument key="cache:pool:clear">console.command.cache_pool_clear</argument>
        <argument key="cache:pool:prune">console.command.cache_pool_prune</argument>
        <argument key="cache:pool:invalidate-tags">console.command.cache_pool_invalidate_tags</argument>
        <argument key="cache:pool:delete">console.command.cache_pool_delete</argument>
        <argument key="cache:pool:list">console.command.cache_pool_list</argument>
        <argument key="cache:warmup">console.command.cache_warmup</argument>
        <argument key="debug:config">console.command.config_debug</argument>
        <argument key="config:dump-reference">console.command.config_dump_reference</argument>
        <argument key="debug:container">console.command.container_debug</argument>
        <argument key="lint:container">console.command.container_lint</argument>
        <argument key="debug:autowiring">console.command.debug_autowiring</argument>
        <argument key="debug:dotenv">console.command.dotenv_debug</argument>
        <argument key="debug:event-dispatcher">console.command.event_dispatcher_debug</argument>
        <argument key="debug:router">console.command.router_debug</argument>
        <argument key="router:match">console.command.router_match</argument>
        <argument key="debug:serializer">console.command.serializer_debug</argument>
        <argument key="debug:translation">console.command.translation_debug</argument>
        <argument key="translation:extract">console.command.translation_extract</argument>
        <argument key="debug:validator">console.command.validator_debug</argument>
        <argument key="translation:pull">console.command.translation_pull</argument>
        <argument key="translation:push">console.command.translation_push</argument>
        <argument key="lint:xliff">console.command.xliff_lint</argument>
        <argument key="lint:yaml">console.command.yaml_lint</argument>
        <argument key="debug:form">console.command.form_debug</argument>
        <argument key="secrets:set">console.command.secrets_set</argument>
        <argument key="secrets:remove">console.command.secrets_remove</argument>
        <argument key="secrets:generate-keys">console.command.secrets_generate_key</argument>
        <argument key="secrets:list">console.command.secrets_list</argument>
        <argument key="secrets:decrypt-to-local">console.command.secrets_decrypt_to_local</argument>
        <argument key="secrets:encrypt-from-local">console.command.secrets_encrypt_from_local</argument>
        <argument key="mailer:test">console.command.mailer_test</argument>
        <argument key="doctrine:database:create">doctrine.database_create_command</argument>
        <argument key="doctrine:database:drop">doctrine.database_drop_command</argument>
        <argument key="doctrine:query:sql">doctrine.query_sql_command</argument>
        <argument key="dbal:run-sql">Doctrine\DBAL\Tools\Console\Command\RunSqlCommand</argument>
        <argument key="doctrine:cache:clear-metadata">doctrine.cache_clear_metadata_command</argument>
        <argument key="doctrine:cache:clear-query">doctrine.cache_clear_query_cache_command</argument>
        <argument key="doctrine:cache:clear-result">doctrine.cache_clear_result_command</argument>
        <argument key="doctrine:cache:clear-collection-region">doctrine.cache_collection_region_command</argument>
        <argument key="doctrine:mapping:convert">doctrine.mapping_convert_command</argument>
        <argument key="doctrine:schema:create">doctrine.schema_create_command</argument>
        <argument key="doctrine:schema:drop">doctrine.schema_drop_command</argument>
        <argument key="doctrine:ensure-production-settings">doctrine.ensure_production_settings_command</argument>
        <argument key="doctrine:cache:clear-entity-region">doctrine.clear_entity_region_command</argument>
        <argument key="doctrine:mapping:info">doctrine.mapping_info_command</argument>
        <argument key="doctrine:cache:clear-query-region">doctrine.clear_query_region_command</argument>
        <argument key="doctrine:query:dql">doctrine.query_dql_command</argument>
        <argument key="doctrine:schema:update">doctrine.schema_update_command</argument>
        <argument key="doctrine:schema:validate">doctrine.schema_validate_command</argument>
        <argument key="doctrine:mapping:import">doctrine.mapping_import_command</argument>
        <argument key="doctrine:migrations:diff">doctrine_migrations.diff_command</argument>
        <argument key="doctrine:migrations:sync-metadata-storage">doctrine_migrations.sync_metadata_command</argument>
        <argument key="doctrine:migrations:list">doctrine_migrations.versions_command</argument>
        <argument key="doctrine:migrations:current">doctrine_migrations.current_command</argument>
        <argument key="doctrine:migrations:dump-schema">doctrine_migrations.dump_schema_command</argument>
        <argument key="doctrine:migrations:execute">doctrine_migrations.execute_command</argument>
        <argument key="doctrine:migrations:generate">doctrine_migrations.generate_command</argument>
        <argument key="doctrine:migrations:latest">doctrine_migrations.latest_command</argument>
        <argument key="doctrine:migrations:migrate">doctrine_migrations.migrate_command</argument>
        <argument key="doctrine:migrations:rollup">doctrine_migrations.rollup_command</argument>
        <argument key="doctrine:migrations:status">doctrine_migrations.status_command</argument>
        <argument key="doctrine:migrations:up-to-date">doctrine_migrations.up_to_date_command</argument>
        <argument key="doctrine:migrations:version">doctrine_migrations.version_command</argument>
        <argument key="debug:twig">twig.command.debug</argument>
        <argument key="lint:twig">twig.command.lint</argument>
        <argument key="debug:firewall">security.command.debug_firewall</argument>
        <argument key="security:hash-password">security.command.user_password_hash</argument>
        <argument key="api:json-schema:generate">api_platform.json_schema.json_schema_generate_command</argument>
        <argument key="api:openapi:export">api_platform.openapi.command</argument>
        <argument key="api:swagger:export">api_platform.swagger.command.swagger_command</argument>
        <argument key="debug:api-resource">debug.api_platform.debug_resource.command</argument>
        <argument key="api:upgrade-resource">api_platform.upgrade_resource.command</argument>
        <argument key="lexik:jwt:check-config">lexik_jwt_authentication.check_config_command</argument>
        <argument key="lexik:jwt:migrate-config">lexik_jwt_authentication.migrate_config_command</argument>
        <argument key="lexik:jwt:enable-encryption">lexik_jwt_authentication.enable_encryption_config_command</argument>
        <argument key="lexik:jwt:generate-token">lexik_jwt_authentication.generate_token_command</argument>
        <argument key="lexik:jwt:generate-keypair">lexik_jwt_authentication.generate_keypair_command</argument>
        <argument key="gesdinet:jwt:clear">Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand</argument>
        <argument key="gesdinet:jwt:revoke">Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand</argument>
        <argument key="reset-password:remove-expired">SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand</argument>
        <argument key="make:admin:dashboard">EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand</argument>
        <argument key="make:admin:crud">EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand</argument>
        <argument key="vich:mapping:debug-class">vich_uploader.command.mapping_debug_class</argument>
        <argument key="vich:mapping:debug">vich_uploader.command.mapping_debug</argument>
        <argument key="vich:mapping:list-classes">vich_uploader.command.mapping_list_classes</argument>
        <argument key="debug:twig-component">ux.twig_component.command.debug</argument>
      </argument>
    </service>
    <service id=".service_locator.S6V.Vp5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="console.command.about" type="service_closure" id=".console.command.about.lazy"/>
        <argument key="console.command.assets_install" type="service_closure" id=".console.command.assets_install.lazy"/>
        <argument key="console.command.cache_clear" type="service_closure" id=".console.command.cache_clear.lazy"/>
        <argument key="console.command.cache_pool_clear" type="service_closure" id=".console.command.cache_pool_clear.lazy"/>
        <argument key="console.command.cache_pool_prune" type="service_closure" id=".console.command.cache_pool_prune.lazy"/>
        <argument key="console.command.cache_pool_invalidate_tags" type="service_closure" id=".console.command.cache_pool_invalidate_tags.lazy"/>
        <argument key="console.command.cache_pool_delete" type="service_closure" id=".console.command.cache_pool_delete.lazy"/>
        <argument key="console.command.cache_pool_list" type="service_closure" id=".console.command.cache_pool_list.lazy"/>
        <argument key="console.command.cache_warmup" type="service_closure" id=".console.command.cache_warmup.lazy"/>
        <argument key="console.command.config_debug" type="service_closure" id=".console.command.config_debug.lazy"/>
        <argument key="console.command.config_dump_reference" type="service_closure" id=".console.command.config_dump_reference.lazy"/>
        <argument key="console.command.container_debug" type="service_closure" id=".console.command.container_debug.lazy"/>
        <argument key="console.command.container_lint" type="service_closure" id=".console.command.container_lint.lazy"/>
        <argument key="console.command.debug_autowiring" type="service_closure" id=".console.command.debug_autowiring.lazy"/>
        <argument key="console.command.dotenv_debug" type="service_closure" id=".console.command.dotenv_debug.lazy"/>
        <argument key="console.command.event_dispatcher_debug" type="service_closure" id=".console.command.event_dispatcher_debug.lazy"/>
        <argument key="console.command.router_debug" type="service_closure" id=".console.command.router_debug.lazy"/>
        <argument key="console.command.router_match" type="service_closure" id=".console.command.router_match.lazy"/>
        <argument key="console.command.serializer_debug" type="service_closure" id=".console.command.serializer_debug.lazy"/>
        <argument key="console.command.translation_debug" type="service_closure" id=".console.command.translation_debug.lazy"/>
        <argument key="console.command.translation_extract" type="service_closure" id=".console.command.translation_extract.lazy"/>
        <argument key="console.command.validator_debug" type="service_closure" id=".console.command.validator_debug.lazy"/>
        <argument key="console.command.translation_pull" type="service_closure" id=".console.command.translation_pull.lazy"/>
        <argument key="console.command.translation_push" type="service_closure" id=".console.command.translation_push.lazy"/>
        <argument key="console.command.xliff_lint" type="service_closure" id=".console.command.xliff_lint.lazy"/>
        <argument key="console.command.yaml_lint" type="service_closure" id=".console.command.yaml_lint.lazy"/>
        <argument key="console.command.form_debug" type="service_closure" id=".console.command.form_debug.lazy"/>
        <argument key="console.command.secrets_set" type="service_closure" id=".console.command.secrets_set.lazy"/>
        <argument key="console.command.secrets_remove" type="service_closure" id=".console.command.secrets_remove.lazy"/>
        <argument key="console.command.secrets_generate_key" type="service_closure" id=".console.command.secrets_generate_key.lazy"/>
        <argument key="console.command.secrets_list" type="service_closure" id=".console.command.secrets_list.lazy"/>
        <argument key="console.command.secrets_decrypt_to_local" type="service_closure" id=".console.command.secrets_decrypt_to_local.lazy"/>
        <argument key="console.command.secrets_encrypt_from_local" type="service_closure" id=".console.command.secrets_encrypt_from_local.lazy"/>
        <argument key="console.command.mailer_test" type="service_closure" id=".console.command.mailer_test.lazy"/>
        <argument key="doctrine.database_create_command" type="service_closure" id="doctrine.database_create_command"/>
        <argument key="doctrine.database_drop_command" type="service_closure" id="doctrine.database_drop_command"/>
        <argument key="doctrine.query_sql_command" type="service_closure" id="doctrine.query_sql_command"/>
        <argument key="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" type="service_closure" id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand"/>
        <argument key="doctrine.cache_clear_metadata_command" type="service_closure" id="doctrine.cache_clear_metadata_command"/>
        <argument key="doctrine.cache_clear_query_cache_command" type="service_closure" id="doctrine.cache_clear_query_cache_command"/>
        <argument key="doctrine.cache_clear_result_command" type="service_closure" id="doctrine.cache_clear_result_command"/>
        <argument key="doctrine.cache_collection_region_command" type="service_closure" id="doctrine.cache_collection_region_command"/>
        <argument key="doctrine.mapping_convert_command" type="service_closure" id="doctrine.mapping_convert_command"/>
        <argument key="doctrine.schema_create_command" type="service_closure" id="doctrine.schema_create_command"/>
        <argument key="doctrine.schema_drop_command" type="service_closure" id="doctrine.schema_drop_command"/>
        <argument key="doctrine.ensure_production_settings_command" type="service_closure" id="doctrine.ensure_production_settings_command"/>
        <argument key="doctrine.clear_entity_region_command" type="service_closure" id="doctrine.clear_entity_region_command"/>
        <argument key="doctrine.mapping_info_command" type="service_closure" id="doctrine.mapping_info_command"/>
        <argument key="doctrine.clear_query_region_command" type="service_closure" id="doctrine.clear_query_region_command"/>
        <argument key="doctrine.query_dql_command" type="service_closure" id="doctrine.query_dql_command"/>
        <argument key="doctrine.schema_update_command" type="service_closure" id="doctrine.schema_update_command"/>
        <argument key="doctrine.schema_validate_command" type="service_closure" id="doctrine.schema_validate_command"/>
        <argument key="doctrine.mapping_import_command" type="service_closure" id="doctrine.mapping_import_command"/>
        <argument key="doctrine_migrations.diff_command" type="service_closure" id=".doctrine_migrations.diff_command.lazy"/>
        <argument key="doctrine_migrations.sync_metadata_command" type="service_closure" id=".doctrine_migrations.sync_metadata_command.lazy"/>
        <argument key="doctrine_migrations.versions_command" type="service_closure" id=".doctrine_migrations.versions_command.lazy"/>
        <argument key="doctrine_migrations.current_command" type="service_closure" id=".doctrine_migrations.current_command.lazy"/>
        <argument key="doctrine_migrations.dump_schema_command" type="service_closure" id=".doctrine_migrations.dump_schema_command.lazy"/>
        <argument key="doctrine_migrations.execute_command" type="service_closure" id=".doctrine_migrations.execute_command.lazy"/>
        <argument key="doctrine_migrations.generate_command" type="service_closure" id=".doctrine_migrations.generate_command.lazy"/>
        <argument key="doctrine_migrations.latest_command" type="service_closure" id=".doctrine_migrations.latest_command.lazy"/>
        <argument key="doctrine_migrations.migrate_command" type="service_closure" id=".doctrine_migrations.migrate_command.lazy"/>
        <argument key="doctrine_migrations.rollup_command" type="service_closure" id=".doctrine_migrations.rollup_command.lazy"/>
        <argument key="doctrine_migrations.status_command" type="service_closure" id=".doctrine_migrations.status_command.lazy"/>
        <argument key="doctrine_migrations.up_to_date_command" type="service_closure" id=".doctrine_migrations.up_to_date_command.lazy"/>
        <argument key="doctrine_migrations.version_command" type="service_closure" id=".doctrine_migrations.version_command.lazy"/>
        <argument key="twig.command.debug" type="service_closure" id=".twig.command.debug.lazy"/>
        <argument key="twig.command.lint" type="service_closure" id=".twig.command.lint.lazy"/>
        <argument key="security.command.debug_firewall" type="service_closure" id=".security.command.debug_firewall.lazy"/>
        <argument key="security.command.user_password_hash" type="service_closure" id=".security.command.user_password_hash.lazy"/>
        <argument key="api_platform.json_schema.json_schema_generate_command" type="service_closure" id="api_platform.json_schema.json_schema_generate_command"/>
        <argument key="api_platform.openapi.command" type="service_closure" id="api_platform.openapi.command"/>
        <argument key="api_platform.swagger.command.swagger_command" type="service_closure" id="api_platform.swagger.command.swagger_command"/>
        <argument key="debug.api_platform.debug_resource.command" type="service_closure" id="debug.api_platform.debug_resource.command"/>
        <argument key="api_platform.upgrade_resource.command" type="service_closure" id="api_platform.upgrade_resource.command"/>
        <argument key="lexik_jwt_authentication.check_config_command" type="service_closure" id=".lexik_jwt_authentication.check_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.migrate_config_command" type="service_closure" id=".lexik_jwt_authentication.migrate_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.enable_encryption_config_command" type="service_closure" id=".lexik_jwt_authentication.enable_encryption_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.generate_token_command" type="service_closure" id=".lexik_jwt_authentication.generate_token_command.lazy"/>
        <argument key="lexik_jwt_authentication.generate_keypair_command" type="service_closure" id=".lexik_jwt_authentication.generate_keypair_command.lazy"/>
        <argument key="Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand" type="service_closure" id=".Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand.lazy"/>
        <argument key="Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand" type="service_closure" id=".Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand.lazy"/>
        <argument key="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand" type="service_closure" id="SymfonyCasts\Bundle\ResetPassword\Command\ResetPasswordRemoveExpiredCommand"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand" type="service_closure" id=".EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminDashboardCommand.lazy"/>
        <argument key="EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand" type="service_closure" id=".EasyCorp\Bundle\EasyAdminBundle\Command\MakeCrudControllerCommand.lazy"/>
        <argument key="vich_uploader.command.mapping_debug_class" type="service_closure" id="vich_uploader.command.mapping_debug_class"/>
        <argument key="vich_uploader.command.mapping_debug" type="service_closure" id="vich_uploader.command.mapping_debug"/>
        <argument key="vich_uploader.command.mapping_list_classes" type="service_closure" id="vich_uploader.command.mapping_list_classes"/>
        <argument key="ux.twig_component.command.debug" type="service_closure" id=".ux.twig_component.command.debug.lazy"/>
      </argument>
    </service>
    <service id=".service_locator.lHNa0cB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Twig\Extension\CsrfRuntime" type="service_closure" id="twig.runtime.security_csrf"/>
        <argument key="Symfony\Bridge\Twig\Extension\HttpKernelRuntime" type="service_closure" id="twig.runtime.httpkernel"/>
        <argument key="Symfony\Bridge\Twig\Extension\SerializerRuntime" type="service_closure" id="twig.runtime.serializer"/>
        <argument key="Symfony\Component\Form\FormRenderer" type="service_closure" id="twig.form.renderer"/>
        <argument key="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime" type="service_closure" id="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime"/>
        <argument key="Symfony\UX\TwigComponent\Twig\ComponentRuntime" type="service_closure" id="ux.twig_component.twig.component_runtime"/>
      </argument>
    </service>
    <service id="App\Kernel" alias="kernel" public="true"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Contracts\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Psr\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Component\HttpKernel\HttpKernelInterface" alias="http_kernel"/>
    <service id="Symfony\Component\HttpFoundation\RequestStack" alias="request_stack"/>
    <service id="Symfony\Component\HttpKernel\HttpCache\StoreInterface" alias="http_cache.store"/>
    <service id="Symfony\Component\HttpFoundation\UrlHelper" alias="url_helper"/>
    <service id="Symfony\Component\HttpKernel\KernelInterface" alias="kernel"/>
    <service id="Symfony\Component\Filesystem\Filesystem" alias="filesystem"/>
    <service id="Symfony\Component\HttpKernel\Config\FileLocator" alias="file_locator"/>
    <service id="Symfony\Component\HttpFoundation\UriSigner" alias="uri_signer"/>
    <service id="Symfony\Component\HttpKernel\UriSigner" alias="uri_signer">
      <deprecated package="symfony/framework-bundle" version="6.4">The "%alias_id%" alias is deprecated, use "Symfony\Component\HttpFoundation\UriSigner" instead.</deprecated>
    </service>
    <service id="Symfony\Component\DependencyInjection\ReverseContainer" alias="reverse_container"/>
    <service id="Symfony\Component\String\Slugger\SluggerInterface" alias="slugger"/>
    <service id="Symfony\Component\Clock\ClockInterface" alias="clock"/>
    <service id="Psr\Clock\ClockInterface" alias="clock"/>
    <service id="Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface" alias="fragment.uri_generator"/>
    <service id="error_renderer.html" alias="twig.error_renderer.html"/>
    <service id="error_renderer" alias="error_handler.error_renderer.serializer"/>
    <service id=".Psr\Container\ContainerInterface $parameter_bag" alias="parameter_bag"/>
    <service id="Psr\Container\ContainerInterface $parameterBag" alias="parameter_bag"/>
    <service id="cache.app_clearer" alias="cache.default_clearer" public="true"/>
    <service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\CacheInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\TagAwareCacheInterface" alias="cache.app.taggable"/>
    <service id="Symfony\Contracts\Translation\TranslatorInterface" alias="translator.default"/>
    <service id="Symfony\Component\Asset\Packages" alias="assets.packages"/>
    <service id="Symfony\Contracts\HttpClient\HttpClientInterface" alias="http_client.uri_template"/>
    <service id="mailer" alias="mailer.mailer"/>
    <service id="Symfony\Component\Mailer\MailerInterface" alias="mailer.mailer"/>
    <service id="Symfony\Component\Mailer\Transport\TransportInterface" alias="mailer.default_transport"/>
    <service id="Symfony\Component\Translation\Reader\TranslationReaderInterface" alias="translation.reader"/>
    <service id="Symfony\Component\Translation\Extractor\ExtractorInterface" alias="translation.extractor"/>
    <service id="Symfony\Component\Translation\Writer\TranslationWriterInterface" alias="translation.writer"/>
    <service id="Symfony\Contracts\Translation\LocaleAwareInterface" alias="translation.locale_switcher"/>
    <service id="Symfony\Component\Translation\LocaleSwitcher" alias="translation.locale_switcher"/>
    <service id="translator" alias="translator.default" public="true"/>
    <service id="translator.formatter" alias="translator.formatter.default"/>
    <service id="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter" alias="debug.file_link_formatter"/>
    <service id="Symfony\Component\Stopwatch\Stopwatch" alias="debug.stopwatch"/>
    <service id="routing.loader.annotation" alias="routing.loader.attribute">
      <deprecated package="symfony/routing" version="6.4">The "%alias_id%" service is deprecated, use the "routing.loader.attribute" service instead.</deprecated>
    </service>
    <service id="routing.loader.annotation.directory" alias="routing.loader.attribute.directory">
      <deprecated package="symfony/routing" version="6.4">The "%alias_id%" service is deprecated, use the "routing.loader.attribute.directory" service instead.</deprecated>
    </service>
    <service id="routing.loader.annotation.file" alias="routing.loader.attribute.file">
      <deprecated package="symfony/routing" version="6.4">The "%alias_id%" service is deprecated, use the "routing.loader.attribute.file" service instead.</deprecated>
    </service>
    <service id="router" alias="router.default" public="true"/>
    <service id="Symfony\Component\Routing\RouterInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\RequestContextAwareInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\RequestContext" alias="router.request_context"/>
    <service id="annotation_reader" alias="annotations.cached_reader"/>
    <service id="Doctrine\Common\Annotations\Reader" alias="annotations.cached_reader"/>
    <service id="Symfony\Component\PropertyAccess\PropertyAccessorInterface" alias="property_accessor"/>
    <service id="Symfony\Component\Serializer\SerializerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\NormalizerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\DenormalizerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\EncoderInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\DecoderInterface" alias="serializer"/>
    <service id="serializer.property_accessor" alias="property_accessor"/>
    <service id="Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface" alias="serializer.mapping.class_discriminator_resolver"/>
    <service id="Symfony\Component\Serializer\Normalizer\ObjectNormalizer" alias="serializer.normalizer.object">
      <deprecated package="symfony/serializer" version="6.2">The "%alias_id%" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead.</deprecated>
    </service>
    <service id="Symfony\Component\Serializer\Normalizer\PropertyNormalizer" alias="serializer.normalizer.property">
      <deprecated package="symfony/serializer" version="6.2">The "%alias_id%" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead.</deprecated>
    </service>
    <service id="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface" alias="api_platform.serializer.mapping.class_metadata_factory"/>
    <service id="error_renderer.serializer" alias="error_handler.error_renderer.serializer"/>
    <service id="Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyListExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface" alias="property_info.reflection_extractor"/>
    <service id="Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface" alias="property_info.reflection_extractor"/>
    <service id="lock.factory" alias="lock.default.factory"/>
    <service id="Symfony\Component\Lock\LockFactory" alias="lock.default.factory"/>
    <service id="Symfony\Component\WebLink\HttpHeaderSerializer" alias="web_link.http_header_serializer"/>
    <service id="Symfony\Component\Uid\Factory\UlidFactory" alias="ulid.factory"/>
    <service id="Symfony\Component\Uid\Factory\UuidFactory" alias="uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\NameBasedUuidFactory" alias="name_based_uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\RandomBasedUuidFactory" alias="random_based_uuid.factory"/>
    <service id="Symfony\Component\Uid\Factory\TimeBasedUuidFactory" alias="time_based_uuid.factory"/>
    <service id="cache.default_redis_provider" alias=".cache_connection.GD_MSZC"/>
    <service id="cache.default_memcached_provider" alias=".cache_connection.JKE6keX"/>
    <service id="cache.default_doctrine_dbal_provider" alias="doctrine.dbal.default_connection"/>
    <service id=".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool" alias=".doctrine.result_cache_pool.taggable"/>
    <service id="Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool" alias=".doctrine.result_cache_pool.taggable"/>
    <service id=".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool" alias="doctrine.result_cache_pool"/>
    <service id="Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool" alias="doctrine.result_cache_pool"/>
    <service id=".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool" alias="doctrine.result_cache_pool"/>
    <service id="Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool" alias="doctrine.result_cache_pool"/>
    <service id=".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool" alias=".doctrine.system_cache_pool.taggable"/>
    <service id="Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool" alias=".doctrine.system_cache_pool.taggable"/>
    <service id=".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool" alias="doctrine.system_cache_pool"/>
    <service id="Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool" alias="doctrine.system_cache_pool"/>
    <service id=".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool" alias="doctrine.system_cache_pool"/>
    <service id="Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool" alias="doctrine.system_cache_pool"/>
    <service id="SessionHandlerInterface" alias="session.handler.native"/>
    <service id="session.storage.factory" alias="session.storage.factory.native"/>
    <service id="session.handler" alias="session.handler.native"/>
    <service id="Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface" alias="security.csrf.token_generator"/>
    <service id="Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface" alias="security.csrf.token_storage"/>
    <service id="Symfony\Component\Security\Csrf\CsrfTokenManagerInterface" alias="security.csrf.token_manager"/>
    <service id="Symfony\Component\Form\ResolvedFormTypeFactoryInterface" alias="form.resolved_type_factory"/>
    <service id="Symfony\Component\Form\FormRegistryInterface" alias="form.registry"/>
    <service id="Symfony\Component\Form\FormFactoryInterface" alias="form.factory"/>
    <service id="form.property_accessor" alias="property_accessor"/>
    <service id="form.choice_list_factory" alias="form.choice_list_factory.cached"/>
    <service id="Symfony\Component\Validator\Validator\ValidatorInterface" alias="validator"/>
    <service id="validator.mapping.class_metadata_factory" alias="validator"/>
    <service id="Symfony\Component\Mime\MimeTypesInterface" alias="mime_types"/>
    <service id="Symfony\Component\Mime\MimeTypeGuesserInterface" alias="mime_types"/>
    <service id="Doctrine\DBAL\Connection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="Doctrine\Common\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="database_connection" alias="doctrine.dbal.default_connection" public="true"/>
    <service id="doctrine.dbal.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id="Doctrine\DBAL\Connection $defaultConnection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\ORM\EntityManagerInterface" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.metadata.annotation_reader" alias="annotations.cached_reader"/>
    <service id="doctrine.orm.entity_manager" alias="doctrine.orm.default_entity_manager" public="true"/>
    <service id="doctrine.orm.default_metadata_cache" alias="cache.doctrine.orm.default.metadata"/>
    <service id="doctrine.orm.default_result_cache" alias="doctrine.result_cache_pool"/>
    <service id="doctrine.orm.default_query_cache" alias="doctrine.system_cache_pool"/>
    <service id="Doctrine\ORM\EntityManagerInterface $defaultEntityManager" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.default_entity_manager.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id="doctrine.migrations.metadata_storage" alias="doctrine.migrations.storage.table_storage"/>
    <service id="Twig_Environment" alias="twig">
      <deprecated package="symfony/twig-bundle" version="6.3">The "%alias_id%" service alias is deprecated, use "Twig\Environment" or "twig" instead.</deprecated>
    </service>
    <service id="Twig\Environment" alias="twig"/>
    <service id="Symfony\Component\Mime\BodyRendererInterface" alias="twig.mime_body_renderer"/>
    <service id="Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface" alias="security.authorization_checker"/>
    <service id="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" alias="security.token_storage"/>
    <service id="Symfony\Bundle\SecurityBundle\Security" alias="security.helper"/>
    <service id="Symfony\Component\Security\Core\Security" alias="security.helper">
      <deprecated package="symfony/security-bundle" version="6.2">The "%alias_id%" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead.</deprecated>
    </service>
    <service id="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface" alias="security.authentication.session_strategy"/>
    <service id="Symfony\Component\Security\Http\Authentication\AuthenticationUtils" alias="security.authentication_utils"/>
    <service id="Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface" alias="debug.security.access.decision_manager"/>
    <service id="Symfony\Component\Security\Core\Role\RoleHierarchyInterface" alias="security.role_hierarchy"/>
    <service id="Symfony\Component\Security\Http\Firewall" alias="debug.security.firewall"/>
    <service id="Symfony\Component\Security\Http\FirewallMapInterface" alias="security.firewall.map"/>
    <service id="Symfony\Component\Security\Http\HttpUtils" alias="security.http_utils"/>
    <service id="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" alias="security.password_hasher_factory"/>
    <service id="security.password_hasher" alias="security.user_password_hasher"/>
    <service id="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" alias="security.user_password_hasher"/>
    <service id="Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface" alias="security.user_authenticator"/>
    <service id="security.firewall" alias="debug.security.firewall"/>
    <service id="security.user_providers" alias="security.user.provider.concrete.app_user_provider"/>
    <service id="Symfony\Component\Security\Core\User\UserProviderInterface" alias="security.user.provider.concrete.app_user_provider"/>
    <service id="security.authentication.session_strategy.refresh" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.refresh" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.login" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.login" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.api" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.api" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.main" alias="security.authentication.session_strategy"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $_login_local_main.limiter" alias="limiter._login_local_main"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter" alias="limiter._login_local_main"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter" alias="limiter._login_global_main"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter" alias="limiter._login_global_main"/>
    <service id="security.user_checker.main" alias="security.user_checker"/>
    <service id="security.firewall.context_locator" alias=".service_locator.0Zhv3qV"/>
    <service id="Symfony\Component\Security\Core\User\UserCheckerInterface" alias="security.user_checker"/>
    <service id="api_platform.serializer" alias="serializer"/>
    <service id="api_platform.property_accessor" alias="property_accessor"/>
    <service id="api_platform.property_info" alias="property_info"/>
    <service id="ApiPlatform\Api\ResourceClassResolverInterface" alias="api_platform.resource_class_resolver"/>
    <service id="ApiPlatform\Api\UrlGeneratorInterface" alias="api_platform.router"/>
    <service id="ApiPlatform\Serializer\SerializerContextBuilderInterface" alias="api_platform.serializer.context_builder.filter"/>
    <service id="ApiPlatform\Serializer\Filter\PropertyFilter" alias="api_platform.serializer.property_filter"/>
    <service id="ApiPlatform\Serializer\Filter\GroupFilter" alias="api_platform.serializer.group_filter"/>
    <service id="api_platform.operation_path_resolver" alias="api_platform.operation_path_resolver.custom"/>
    <service id="api_platform.action.get_collection" alias="api_platform.action.placeholder" public="true"/>
    <service id="api_platform.action.post_collection" alias="api_platform.action.placeholder" public="true"/>
    <service id="api_platform.action.get_item" alias="api_platform.action.placeholder" public="true"/>
    <service id="api_platform.action.patch_item" alias="api_platform.action.placeholder" public="true"/>
    <service id="api_platform.action.put_item" alias="api_platform.action.placeholder" public="true"/>
    <service id="api_platform.action.delete_item" alias="api_platform.action.placeholder" public="true"/>
    <service id="api_platform.action.get_subresource" alias="api_platform.action.placeholder" public="true"/>
    <service id="ApiPlatform\Action\NotFoundAction" alias="api_platform.action.not_found" public="true"/>
    <service id="ApiPlatform\Action\NotExposedAction" alias="api_platform.action.not_exposed" public="true"/>
    <service id="ApiPlatform\Api\IriConverterInterface" alias="api_platform.symfony.iri_converter"/>
    <service id="api_platform.identifiers_extractor" alias="api_platform.api.identifiers_extractor"/>
    <service id="ApiPlatform\Api\IdentifiersExtractorInterface" alias="api_platform.api.identifiers_extractor"/>
    <service id="api_platform.state_provider" alias="api_platform.state_provider.locator"/>
    <service id="ApiPlatform\State\Pagination\Pagination" alias="api_platform.pagination.next"/>
    <service id="api_platform.pagination" alias="api_platform.pagination.next"/>
    <service id="api_platform.state_processor" alias="api_platform.state_processor.locator"/>
    <service id="api_platform.iri_converter" alias="api_platform.symfony.iri_converter"/>
    <service id="ApiPlatform\Core\DataProvider\ItemDataProviderInterface" alias="api_platform.item_data_provider"/>
    <service id="ApiPlatform\Core\DataProvider\CollectionDataProviderInterface" alias="api_platform.collection_data_provider"/>
    <service id="ApiPlatform\Core\DataProvider\SubresourceDataProviderInterface" alias="api_platform.subresource_data_provider"/>
    <service id="ApiPlatform\Core\DataProvider\Pagination" alias="api_platform.pagination.legacy"/>
    <service id="ApiPlatform\Core\DataProvider\PaginationOptions" alias="api_platform.pagination_options"/>
    <service id="ApiPlatform\Core\DataPersister\DataPersisterInterface" alias="api_platform.data_persister"/>
    <service id="ApiPlatform\State\Pagination\PaginationOptions" alias="api_platform.pagination_options"/>
    <service id="api_platform.operation_path_resolver.default" alias="api_platform.operation_path_resolver.underscore"/>
    <service id="api_platform.path_segment_name_generator" alias="api_platform.path_segment_name_generator.underscore"/>
    <service id="api_platform.metadata.resource.name_collection_factory" alias="api_platform.metadata.resource.name_collection_factory.cached"/>
    <service id="ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface" alias="api_platform.metadata.resource.name_collection_factory.cached"/>
    <service id="api_platform.metadata.property.name_collection_factory" alias="api_platform.metadata.property.name_collection_factory.cached"/>
    <service id="ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface" alias="api_platform.metadata.property.name_collection_factory.cached"/>
    <service id="ApiPlatform\Core\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface" alias="api_platform.metadata.property.name_collection_factory.cached"/>
    <service id="ApiPlatform\Core\Metadata\Resource\Factory\ResourceMetadataFactoryInterface" alias="api_platform.metadata.resource.metadata_factory.cached"/>
    <service id="api_platform.metadata.property.metadata_factory.legacy" alias="api_platform.metadata.property.metadata_factory.cached.legacy"/>
    <service id="ApiPlatform\Core\Metadata\Property\Factory\PropertyMetadataFactoryInterface" alias="api_platform.metadata.property.metadata_factory.cached.legacy"/>
    <service id="api_platform.metadata.resource.metadata_factory" alias="api_platform.metadata.resource.metadata_factory.cached"/>
    <service id="api_platform.metadata.property.identifier_metadata_factory" alias="api_platform.metadata.property.identifier_metadata_factory.xml"/>
    <service id="api_platform.metadata.property.metadata_factory" alias="api_platform.metadata.property.metadata_factory.cached"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory" alias="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.retro_compatible" alias="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    <service id="ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface" alias="api_platform.metadata.resource.metadata_collection_factory.cached"/>
    <service id="ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface" alias="api_platform.metadata.property.metadata_factory.cached"/>
    <service id="ApiPlatform\JsonSchema\TypeFactoryInterface" alias="api_platform.json_schema.type_factory"/>
    <service id="ApiPlatform\JsonSchema\SchemaFactoryInterface" alias="api_platform.hydra.json_schema.schema_factory"/>
    <service id="ApiPlatform\OpenApi\Serializer\OpenApiNormalizer" alias="api_platform.openapi.normalizer.api_gateway"/>
    <service id="ApiPlatform\OpenApi\Options" alias="api_platform.openapi.options"/>
    <service id="ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface" alias="api_platform.openapi.factory.next"/>
    <service id="api_platform.swagger_ui.listener" alias="api_platform.swagger.listener.ui"/>
    <service id="api_platform.operation_path_resolver.legacy" alias="api_platform.operation_path_resolver.router"/>
    <service id="api_platform.openapi.factory" alias="api_platform.openapi.factory.next"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter" alias="api_platform.doctrine.orm.search_filter"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\OrderFilter" alias="api_platform.doctrine.orm.order_filter"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\RangeFilter" alias="api_platform.doctrine.orm.range_filter"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter" alias="api_platform.doctrine.orm.date_filter"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter" alias="api_platform.doctrine.orm.boolean_filter"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\NumericFilter" alias="api_platform.doctrine.orm.numeric_filter"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter" alias="api_platform.doctrine.orm.exists_filter"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension" alias="api_platform.doctrine.orm.query_extension.eager_loading"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension" alias="api_platform.doctrine.orm.query_extension.filter"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension" alias="api_platform.doctrine.orm.query_extension.filter_eager_loading"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension" alias="api_platform.doctrine.orm.query_extension.pagination"/>
    <service id="ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension" alias="api_platform.doctrine.orm.query_extension.order"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\SearchFilter" alias="api_platform.doctrine.orm.search_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\OrderFilter" alias="api_platform.doctrine.orm.order_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\RangeFilter" alias="api_platform.doctrine.orm.range_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\DateFilter" alias="api_platform.doctrine.orm.date_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\BooleanFilter" alias="api_platform.doctrine.orm.boolean_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\NumericFilter" alias="api_platform.doctrine.orm.numeric_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Filter\ExistsFilter" alias="api_platform.doctrine.orm.exists_filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension" alias="api_platform.doctrine.orm.query_extension.eager_loading"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\FilterExtension" alias="api_platform.doctrine.orm.query_extension.filter"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension" alias="api_platform.doctrine.orm.query_extension.filter_eager_loading"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\PaginationExtension" alias="api_platform.doctrine.orm.query_extension.pagination"/>
    <service id="ApiPlatform\Doctrine\Orm\Extension\OrderExtension" alias="api_platform.doctrine.orm.query_extension.order"/>
    <service id="ApiPlatform\Validator\ValidatorInterface" alias="api_platform.validator"/>
    <service id="api_platform.security.expression_language" alias="security.expression_language"/>
    <service id="ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface" alias="api_platform.security.resource_access_checker"/>
    <service id="ApiPlatform\Core\Api\IdentifiersExtractorInterface" alias="api_platform.identifiers_extractor.cached"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface" alias="lexik_jwt_authentication.jwt_manager"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface" alias="lexik_jwt_authentication.jwt_manager"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface" alias="lexik_jwt_authentication.jws_provider.lcobucci"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler" alias="lexik_jwt_authentication.handler.authentication_success"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler" alias="lexik_jwt_authentication.handler.authentication_failure"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface" alias="lexik_jwt_authentication.extractor.chain_extractor"/>
    <service id="lexik_jwt_authentication.jwt_token_authenticator" alias="lexik_jwt_authentication.security.guard.jwt_token_authenticator"/>
    <service id="lexik_jwt_authentication.encoder" alias="lexik_jwt_authentication.encoder.lcobucci" public="true"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface" alias="lexik_jwt_authentication.encoder.lcobucci"/>
    <service id="lexik_jwt_authentication.key_loader" alias="lexik_jwt_authentication.key_loader.raw" public="true"/>
    <service id="SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface" alias="symfonycasts.verify_email.helper"/>
    <service id="Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface" alias="gesdinet.jwtrefreshtoken.refresh_token_generator"/>
    <service id="Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface" alias="gesdinet.jwtrefreshtoken.refresh_token_manager"/>
    <service id="Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface" alias="gesdinet.jwtrefreshtoken.request.extractor.chain"/>
    <service id="SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface" alias="symfonycasts.reset_password.helper"/>
    <service id="Knp\Component\Pager\PaginatorInterface" alias="knp_paginator"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Contracts\Menu\MenuItemMatcherInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher"/>
    <service id="EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityPaginatorInterface" alias="EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator"/>
    <service id="vich_uploader.storage" alias="vich_uploader.storage.file_system"/>
    <service id="Vich\UploaderBundle\Storage\StorageInterface" alias="vich_uploader.storage.file_system"/>
    <service id="Vich\UploaderBundle\Storage\FileSystemStorage" alias="vich_uploader.storage.file_system"/>
    <service id="vich_uploader.metadata_driver" alias="vich_uploader.metadata_driver.chain"/>
    <service id="vich_uploader.metadata.cache" alias="vich_uploader.metadata.cache.file_cache"/>
    <service id="Vich\UploaderBundle\Mapping\PropertyMappingFactory" alias="vich_uploader.property_mapping_factory"/>
    <service id="vich_uploader.namer_uniqid" alias="Vich\UploaderBundle\Naming\UniqidNamer" public="true"/>
    <service id="vich_uploader.namer_property" alias="Vich\UploaderBundle\Naming\PropertyNamer" public="true"/>
    <service id="vich_uploader.namer_origname" alias="Vich\UploaderBundle\Naming\OrignameNamer" public="true"/>
    <service id="vich_uploader.namer_hash" alias="Vich\UploaderBundle\Naming\HashNamer" public="true"/>
    <service id="vich_uploader.namer_base64" alias="Vich\UploaderBundle\Naming\Base64Namer" public="true"/>
    <service id="vich_uploader.directory_namer_subdir" alias="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" public="true"/>
    <service id="vich_uploader.namer_directory_property" alias="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" public="true"/>
    <service id="vich_uploader.namer_directory_current_date_time" alias="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" public="true"/>
    <service id="vich_uploader.namer_smart_unique" alias="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true"/>
    <service id="Vich\UploaderBundle\Handler\DownloadHandler" alias="vich_uploader.download_handler"/>
    <service id="Vich\UploaderBundle\Handler\UploadHandler" alias="vich_uploader.upload_handler"/>
    <service id="Vich\UploaderBundle\Form\Type\VichFileType" alias="vich_uploader.form.type.file"/>
    <service id="Vich\UploaderBundle\Form\Type\VichImageType" alias="vich_uploader.form.type.image"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger"/>
    <service id="Symfony\UX\TwigComponent\ComponentRendererInterface" alias="ux.twig_component.component_renderer"/>
    <service id="console.command.stimulus_component_debug" alias="ux.twig_component.command.debug">
      <deprecated package="symfony/ux-twig-component" version="2.13">%alias_id%</deprecated>
    </service>
    <service id="container.env_var_processors_locator" alias=".service_locator.w7.f4fT" public="true"/>
    <service id="twig.loader.filesystem" alias="twig.loader.native_filesystem"/>
    <service id="argument_resolver.controller_locator" alias=".service_locator.IWP6HVz"/>
    <service id="doctrine.id_generator_locator" alias=".service_locator.KLVvNIq"/>
    <service id="twig.loader" alias="twig.loader.native_filesystem"/>
    <service id="api_platform.doctrine.listener.mercure.publish" alias="api_platform.doctrine.orm.listener.mercure.publish">
      <deprecated package="api-platform/core" version="2.6">Using "%alias_id%" service is deprecated since API Platform 2.6. Use "api_platform.doctrine.orm.listener.mercure.publish" instead.</deprecated>
    </service>
    <service id="api_platform.name_converter" alias="serializer.name_converter.metadata_aware"/>
    <service id="gesdinet.jwtrefreshtoken.object_manager" alias="doctrine.orm.default_entity_manager"/>
    <service id="gesdinet.jwtrefreshtoken.user_checker" alias="security.user_checker"/>
    <service id="Psr\Log\LoggerInterface $requestLogger" alias="monolog.logger.request"/>
    <service id="Psr\Log\LoggerInterface $consoleLogger" alias="monolog.logger.console"/>
    <service id="Psr\Log\LoggerInterface $cacheLogger" alias="monolog.logger.cache"/>
    <service id=".Psr\Log\LoggerInterface $http_clientLogger" alias="monolog.logger.http_client"/>
    <service id="Psr\Log\LoggerInterface $httpClientLogger" alias="monolog.logger.http_client"/>
    <service id="Psr\Log\LoggerInterface $mailerLogger" alias="monolog.logger.mailer"/>
    <service id="Psr\Log\LoggerInterface $translationLogger" alias="monolog.logger.translation"/>
    <service id="Psr\Log\LoggerInterface $phpLogger" alias="monolog.logger.php"/>
    <service id="Psr\Log\LoggerInterface $eventLogger" alias="monolog.logger.event"/>
    <service id="Psr\Log\LoggerInterface $routerLogger" alias="monolog.logger.router"/>
    <service id="Psr\Log\LoggerInterface $lockLogger" alias="monolog.logger.lock"/>
    <service id="Psr\Log\LoggerInterface $doctrineLogger" alias="monolog.logger.doctrine"/>
    <service id="Psr\Log\LoggerInterface $securityLogger" alias="monolog.logger.security"/>
    <service id="Psr\Log\LoggerInterface $deprecationLogger" alias="monolog.logger.deprecation"/>
    <service id=".service_locator.XD.mKwK" alias=".service_locator.0Zhv3qV"/>
    <service id=".service_locator.bnaLdkn" alias="api_platform.serializer_locator"/>
    <service id=".service_locator.u7oTlOR" alias="api_platform.filter_locator"/>
    <service id=".service_locator.Mo0FXEU" alias="service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator"/>
    <service id=".service_locator.bJ.4HC5" alias=".service_locator.w7.f4fT"/>
    <service id=".service_locator.twrFs.m" alias=".service_locator.jwjltq_"/>
    <service id=".service_locator.lng3o3t" alias=".service_locator.yR6jqeD"/>
    <service id=".service_locator.Lazlz4J" alias=".service_locator.jG5xrFj"/>
    <service id=".service_locator.yCurCVc" alias=".service_locator.9xTnqfF"/>
    <service id=".service_locator.i7LK9kt" alias=".service_locator.QeYHL2M"/>
    <service id=".service_locator.hYOT8b7" alias=".service_locator.I6qtBWR"/>
    <service id=".service_locator.J9jrFDQ" alias=".service_locator.VdwZykI"/>
    <service id=".service_locator.ra6VFVF" alias=".service_locator.6r2uKga"/>
    <service id=".service_locator.KegcR2L" alias=".service_locator.jCO9OMu"/>
    <service id=".service_locator.f9wXKsb" alias=".service_locator.VsI8wB0"/>
    <service id=".service_locator.t3l5SAn" alias=".service_locator.7cgaDFK"/>
    <service id=".service_locator.ImRQ_d3" alias=".service_locator.UHzjkB7"/>
    <service id=".service_locator.muGfL6H" alias=".service_locator.jgKLRVd"/>
    <service id=".service_locator.1yGN2sr" alias=".service_locator.Su_O9O4"/>
    <service id=".service_locator.sD0KeGb" alias=".service_locator.RrTuLsA"/>
    <service id=".service_locator.dGhnq3o" alias=".service_locator.Fwk9CFt"/>
    <service id=".service_locator.4wYaSru" alias=".service_locator.IWP6HVz"/>
    <service id=".service_locator.BFrsqsn" alias=".service_locator.F9PKc.7"/>
    <service id=".service_locator.QciILjY" alias=".service_locator.F0c9EKj"/>
    <service id=".service_locator.SgzVRCz" alias=".service_locator.aKcX2Ph"/>
    <service id=".service_locator.KQS8tm0" alias=".service_locator.nIg6JWH"/>
    <service id=".service_locator.O24_MAy" alias=".service_locator.yY.p4P7"/>
    <service id=".service_locator.l2JLecE" alias=".service_locator.K1V3Rrx"/>
    <service id=".service_locator.ze0rrTQ" alias=".service_locator.tLT.IXH"/>
    <service id=".service_locator.t8nJ_OG" alias=".service_locator.tVDKN8f"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata.inner" alias="api_platform.metadata.resource.metadata_collection_factory.attributes"/>
    <service id="api_platform.metadata.property.metadata_factory.legacy_property_metadata.inner" alias="api_platform.metadata.property.metadata_factory.xml"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata.inner" alias="api_platform.metadata.resource.metadata_collection_factory.legacy_resource_metadata"/>
    <service id="api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata.inner" alias="api_platform.metadata.property.identifier_metadata_factory.property_info"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.xml.inner" alias="api_platform.metadata.resource.metadata_collection_factory.legacy_subresource_metadata"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.yaml.inner" alias="api_platform.metadata.resource.metadata_collection_factory.xml"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner" alias="api_platform.metadata.resource.metadata_collection_factory.yaml"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.uri_template.inner" alias="api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.link.inner" alias="api_platform.metadata.resource.metadata_collection_factory.uri_template"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.operation_name.inner" alias="api_platform.metadata.resource.metadata_collection_factory.link"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.input_output.inner" alias="api_platform.metadata.resource.metadata_collection_factory.operation_name"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.formats.inner" alias="api_platform.metadata.resource.metadata_collection_factory.input_output"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.filters.inner" alias="api_platform.metadata.resource.metadata_collection_factory.formats"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner" alias="api_platform.metadata.resource.metadata_collection_factory.filters"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.php_doc.inner" alias="api_platform.metadata.resource.metadata_collection_factory.alternate_uri"/>
    <service id="api_platform.metadata.property.metadata_factory.property_info.legacy.inner" alias="api_platform.metadata.property.metadata_factory.xml.legacy"/>
    <service id="api_platform.metadata.resource.metadata_factory.annotation.inner" alias="api_platform.metadata.resource.metadata_factory.xml"/>
    <service id="api_platform.metadata.resource.metadata_factory.yaml.inner" alias="api_platform.metadata.resource.metadata_factory.annotation"/>
    <service id="api_platform.metadata.property.metadata_factory.property_info.inner" alias="api_platform.metadata.property.metadata_factory.legacy_property_metadata"/>
    <service id="api_platform.doctrine.orm.metadata.property.metadata_factory.legacy.inner" alias="api_platform.metadata.property.metadata_factory.property_info.legacy"/>
    <service id="api_platform.doctrine.orm.metadata.property.metadata_factory.inner" alias="api_platform.metadata.property.metadata_factory.property_info"/>
    <service id="api_platform.doctrine.orm.metadata.property.identifier_metadata_factory.inner" alias="api_platform.metadata.property.identifier_metadata_factory.legacy_property_metadata"/>
    <service id="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner" alias="api_platform.metadata.resource.metadata_collection_factory.php_doc"/>
    <service id="api_platform.metadata.resource.metadata_factory.input_output.inner" alias="api_platform.metadata.resource.metadata_factory.yaml"/>
    <service id="api_platform.metadata.property.metadata_factory.serializer.legacy.inner" alias="api_platform.doctrine.orm.metadata.property.metadata_factory.legacy"/>
    <service id="api_platform.metadata.property.metadata_factory.default_property.legacy.inner" alias="api_platform.metadata.property.metadata_factory.serializer.legacy"/>
    <service id="api_platform.metadata.subresource.metadata_factory.annotation.legacy.inner" alias="api_platform.metadata.property.metadata_factory.default_property.legacy"/>
    <service id="api_platform.metadata.resource.metadata_factory.php_doc.inner" alias="api_platform.metadata.resource.metadata_factory.input_output"/>
    <service id="api_platform.metadata.property.metadata_factory.serializer.inner" alias="api_platform.doctrine.orm.metadata.property.metadata_factory"/>
    <service id="api_platform.metadata.property.metadata_factory.default_property.inner" alias="api_platform.metadata.property.metadata_factory.serializer"/>
    <service id="api_platform.metadata.resource.metadata_factory.short_name.inner" alias="api_platform.metadata.resource.metadata_factory.php_doc"/>
    <service id="api_platform.metadata.resource.filter_metadata_factory.annotation.inner" alias="api_platform.metadata.resource.metadata_factory.short_name"/>
    <service id="api_platform.metadata.property.metadata_factory.annotation.legacy.inner" alias="api_platform.metadata.subresource.metadata_factory.annotation.legacy"/>
    <service id="api_platform.metadata.property.metadata_factory.yaml.legacy.inner" alias="api_platform.metadata.property.metadata_factory.annotation.legacy"/>
    <service id="api_platform.metadata.property.metadata_factory.attribute.inner" alias="api_platform.metadata.property.metadata_factory.default_property"/>
    <service id="api_platform.metadata.property.identifier_metadata_factory.attribute.inner" alias="api_platform.doctrine.orm.metadata.property.identifier_metadata_factory"/>
    <service id="api_platform.metadata.property.metadata_factory.yaml.inner" alias="api_platform.metadata.property.metadata_factory.attribute"/>
    <service id="api_platform.metadata.property.identifier_metadata_factory.yaml.inner" alias="api_platform.metadata.property.identifier_metadata_factory.attribute"/>
    <service id="api_platform.metadata.property.metadata_factory.validator.inner" alias="api_platform.metadata.property.metadata_factory.yaml"/>
    <service id="api_platform.metadata.resource.metadata_factory.operation.inner" alias="api_platform.metadata.resource.filter_metadata_factory.annotation"/>
    <service id="api_platform.metadata.property.identifier_metadata_factory.xml.inner" alias="api_platform.metadata.property.identifier_metadata_factory.yaml"/>
    <service id="http_client" alias="http_client.uri_template"/>
    <service id="api_platform.metadata.resource.metadata_factory.formats.inner" alias="api_platform.metadata.resource.metadata_factory.operation"/>
    <service id="event_dispatcher" alias="debug.event_dispatcher" public="true"/>
    <service id="controller_resolver" alias="debug.controller_resolver"/>
    <service id="argument_resolver" alias="debug.argument_resolver"/>
    <service id="doctrine.migrations.migrations_factory" alias="doctrine.migrations.container_aware_migrations_factory"/>
    <service id="twig.error_renderer.html.inner" alias="error_handler.error_renderer.html"/>
    <service id="security.access.decision_manager" alias="debug.security.access.decision_manager"/>
    <service id="security.firewall.authenticator.refresh" alias="debug.security.firewall.authenticator.refresh"/>
    <service id="security.firewall.authenticator.login" alias="debug.security.firewall.authenticator.login"/>
    <service id="security.firewall.authenticator.api" alias="debug.security.firewall.authenticator.api"/>
    <service id="security.firewall.authenticator.main" alias="debug.security.firewall.authenticator.main"/>
    <service id="api_platform.serializer.context_builder" alias="api_platform.serializer.context_builder.filter"/>
    <service id="api_platform.metadata.property.name_collection_factory.xml.inner" alias="api_platform.metadata.property.name_collection_factory.property_info"/>
    <service id="api_platform.metadata.resource.name_collection_factory.annotation.inner" alias="api_platform.metadata.resource.name_collection_factory.xml"/>
    <service id="api_platform.metadata.resource.name_collection_factory.yaml.legacy.inner" alias="api_platform.metadata.resource.name_collection_factory.annotation"/>
    <service id="api_platform.metadata.resource.name_collection_factory.attributes.inner" alias="api_platform.metadata.resource.name_collection_factory.yaml.legacy"/>
    <service id="api_platform.metadata.resource.name_collection_factory.yaml.inner" alias="api_platform.metadata.resource.name_collection_factory.attributes"/>
    <service id="api_platform.metadata.property.name_collection_factory.yaml.inner" alias="api_platform.metadata.property.name_collection_factory.xml"/>
    <service id="api_platform.hydra.normalizer.collection" alias="api_platform.hydra.normalizer.collection_filters"/>
    <service id="api_platform.hydra.normalizer.collection_filters.inner" alias="api_platform.hydra.normalizer.partial_collection_view"/>
    <service id="api_platform.json_schema.schema_factory" alias="api_platform.hydra.json_schema.schema_factory"/>
    <service id="api_platform.identifiers_extractor.legacy" alias="api_platform.identifiers_extractor.cached"/>
    <service id="twig.configurator.environment" alias="ux.twig_component.twig.environment_configurator"/>
    <service id="doctrine.orm.default_metadata_driver" alias=".doctrine.orm.default_metadata_driver"/>
    <service id="security.event_dispatcher.refresh" alias="debug.security.event_dispatcher.refresh"/>
    <service id="security.event_dispatcher.login" alias="debug.security.event_dispatcher.login"/>
    <service id="security.event_dispatcher.api" alias="debug.security.event_dispatcher.api"/>
    <service id="security.event_dispatcher.main" alias="debug.security.event_dispatcher.main"/>
    <service id="serializer.mapping.class_metadata_factory" alias="api_platform.serializer.mapping.class_metadata_factory"/>
    <service id="api_platform.openapi.normalizer" alias="api_platform.openapi.normalizer.api_gateway"/>
    <service id="api_platform.swagger.normalizer.documentation" alias="api_platform.swagger.normalizer.api_gateway"/>
    <service id="api_platform.route_name_resolver" alias="api_platform.route_name_resolver.cached"/>
    <service id="api_platform.metadata.resource.name_collection_factory.cached.inner" alias="api_platform.metadata.resource.name_collection_factory.yaml"/>
    <service id="api_platform.metadata.property.name_collection_factory.cached.inner" alias="api_platform.metadata.property.name_collection_factory.yaml"/>
    <service id="api_platform.metadata.resource.metadata_factory.cached.inner" alias="api_platform.metadata.resource.metadata_factory.formats"/>
    <service id="api_platform.metadata.property.metadata_factory.cached.legacy.inner" alias="api_platform.metadata.property.metadata_factory.yaml.legacy"/>
    <service id="api_platform.subresource_operation_factory" alias="api_platform.subresource_operation_factory.cached"/>
    <service id="api_platform.metadata.property.metadata_factory.cached.inner" alias="api_platform.metadata.property.metadata_factory.validator"/>
    <service id="api_platform.metadata.resource.metadata_collection_factory.cached.inner" alias="api_platform.doctrine.orm.metadata.resource.metadata_collection_factory"/>
    <service id=".service_locator.gFlme_s" alias=".service_locator.y4_Zrx."/>
    <service id=".service_locator.b4Agcrj" alias=".service_locator.Nb584vp"/>
    <service id=".service_locator.1aiqmLQ" alias=".service_locator.UrOEf8r"/>
    <service id=".service_locator.rr8g6a9" alias=".service_locator.wvbCcwL"/>
    <service id=".service_locator.A1CG8fu" alias=".service_locator.kud45L1"/>
    <service id=".service_locator.AMJoP_V" alias=".service_locator.t9B7cZ4"/>
    <service id=".service_locator.bznA3Sd" alias=".service_locator.jwjltq_"/>
    <service id=".service_locator.4MX1q0S" alias=".service_locator.yR6jqeD"/>
    <service id=".service_locator.9e2t_lq" alias=".service_locator.CsMkqUa"/>
    <service id=".service_locator.dMQbl2t" alias=".service_locator.jG5xrFj"/>
    <service id=".service_locator.z_typH5" alias=".service_locator.vMUOjiq"/>
    <service id=".service_locator.gaTSUXr" alias=".service_locator.9kKwU2t"/>
    <service id=".service_locator.uoBNKjJ" alias=".service_locator.t7nLwyX"/>
    <service id=".service_locator.YI4yZtp" alias=".service_locator.9xTnqfF"/>
    <service id=".service_locator.zWBgFed" alias=".service_locator.N5fWgyg"/>
    <service id=".service_locator.4g0QO5r" alias=".service_locator.7d0Q3jm"/>
    <service id=".service_locator.477CnGT" alias=".service_locator.wxL6l2y"/>
    <service id=".service_locator.OJmnvRJ" alias=".service_locator.uVvF4gL"/>
    <service id=".service_locator.KZ.t8t_" alias=".service_locator.c9q37p5"/>
    <service id=".service_locator.zOwsqGZ" alias=".service_locator.QeYHL2M"/>
    <service id=".service_locator.Dd8BrDh" alias=".service_locator.A15vwAp"/>
    <service id=".service_locator.on2G0fq" alias=".service_locator.e07bNpS"/>
    <service id=".service_locator.2I5p1gP" alias=".service_locator.gW5IjjQ"/>
    <service id=".service_locator.gF09_QX" alias=".service_locator.I6qtBWR"/>
    <service id=".service_locator.eQ296SW" alias=".service_locator.o6sN0hZ"/>
    <service id=".service_locator.mTM22k6" alias=".service_locator.VdwZykI"/>
    <service id=".service_locator.od_ZuW2" alias=".service_locator.6r2uKga"/>
    <service id=".service_locator.pXIDMvr" alias=".service_locator.znS0MAo"/>
    <service id=".service_locator.mRHrHxc" alias=".service_locator.Ecpu4I3"/>
    <service id=".service_locator.m13uktT" alias=".service_locator.fd0xOj."/>
    <service id=".service_locator.E6fzhwL" alias=".service_locator.gNP56WA"/>
    <service id=".service_locator.rzUHzS7" alias=".service_locator.jCO9OMu"/>
    <service id=".service_locator.qeo2seP" alias=".service_locator.ZUwwaRD"/>
    <service id=".service_locator.J4v_dgx" alias=".service_locator.fNvIwJr"/>
    <service id=".service_locator.0j_isgS" alias=".service_locator.VsI8wB0"/>
    <service id=".service_locator.Ht2udIY" alias=".service_locator.7cgaDFK"/>
    <service id=".service_locator.Ayrd812" alias=".service_locator.9zOzFQb"/>
    <service id=".service_locator.ZPWIc_y" alias=".service_locator.UHzjkB7"/>
    <service id=".service_locator.hwrqg9I" alias=".service_locator.f8aO2Gx"/>
    <service id=".service_locator.V4s5J4m" alias=".service_locator.jgKLRVd"/>
    <service id=".service_locator.Gra7k2x" alias=".service_locator.A0o8nYx"/>
    <service id=".service_locator.._j0cMC" alias=".service_locator.VNfh.KW"/>
    <service id=".service_locator.7NIAq8D" alias=".service_locator.rSTd.nA"/>
    <service id=".service_locator.fS.0mqq" alias=".service_locator.Su_O9O4"/>
    <service id=".service_locator.j0bUQn3" alias=".service_locator.RrTuLsA"/>
    <service id=".service_locator.KJRRocJ" alias=".service_locator.aSFIt6F"/>
    <service id=".service_locator.r.y1pEv" alias=".service_locator.GUMfosj"/>
    <service id=".service_locator.YT3rXib" alias=".service_locator.Fwk9CFt"/>
    <service id=".service_locator.SeaXly_" alias=".service_locator.8327Nx6"/>
    <service id=".service_locator.irUe8Yr" alias=".service_locator.K1V3Rrx"/>
    <service id=".service_locator.xuKyaNL" alias=".service_locator.tLT.IXH"/>
    <service id=".service_locator.59WeFQB" alias=".service_locator.tVDKN8f"/>
    <service id=".service_locator.rp0eR2U" alias=".service_locator.CpNfV.R"/>
    <service id=".service_locator.vOWK3Aw" alias=".service_locator.clMzvAn"/>
    <service id=".service_locator._kIAbz1" alias=".service_locator.TpoC7U9"/>
    <service id=".service_locator..Fs8Kd7" alias=".service_locator.e_.xxAP"/>
    <service id=".service_locator.Ga5lG9G" alias=".service_locator.LiilhZb"/>
  </services>
</container>
