<?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">/var/www/moodia</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">/var/www/moodia/var/cache/prod</parameter>
    <parameter key="kernel.cache_dir">/var/www/moodia/var/cache/prod</parameter>
    <parameter key="kernel.logs_dir">/var/www/moodia/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="StimulusBundle">Symfony\UX\StimulusBundle\StimulusBundle</parameter>
      <parameter key="TwigExtraBundle">Twig\Extra\TwigExtraBundle\TwigExtraBundle</parameter>
      <parameter key="SecurityBundle">Symfony\Bundle\SecurityBundle\SecurityBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="LexikJWTAuthenticationBundle">Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle</parameter>
      <parameter key="ChartjsBundle">Symfony\UX\Chartjs\ChartjsBundle</parameter>
      <parameter key="TurboBundle">Symfony\UX\Turbo\TurboBundle</parameter>
      <parameter key="WebpackEncoreBundle">Symfony\WebpackEncoreBundle\WebpackEncoreBundle</parameter>
      <parameter key="KnpUOAuth2ClientBundle">KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/symfony/framework-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/doctrine/doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="DoctrineMigrationsBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/doctrine/doctrine-migrations-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\MigrationsBundle</parameter>
      </parameter>
      <parameter key="TwigBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/symfony/twig-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\TwigBundle</parameter>
      </parameter>
      <parameter key="StimulusBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/symfony/stimulus-bundle</parameter>
        <parameter key="namespace">Symfony\UX\StimulusBundle</parameter>
      </parameter>
      <parameter key="TwigExtraBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/twig/extra-bundle</parameter>
        <parameter key="namespace">Twig\Extra\TwigExtraBundle</parameter>
      </parameter>
      <parameter key="SecurityBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/symfony/security-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SecurityBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/symfony/monolog-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="LexikJWTAuthenticationBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/lexik/jwt-authentication-bundle</parameter>
        <parameter key="namespace">Lexik\Bundle\JWTAuthenticationBundle</parameter>
      </parameter>
      <parameter key="ChartjsBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/symfony/ux-chartjs</parameter>
        <parameter key="namespace">Symfony\UX\Chartjs</parameter>
      </parameter>
      <parameter key="TurboBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/symfony/ux-turbo</parameter>
        <parameter key="namespace">Symfony\UX\Turbo</parameter>
      </parameter>
      <parameter key="WebpackEncoreBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/symfony/webpack-encore-bundle/src</parameter>
        <parameter key="namespace">Symfony\WebpackEncoreBundle</parameter>
      </parameter>
      <parameter key="KnpUOAuth2ClientBundle" type="collection">
        <parameter key="path">/var/www/moodia/vendor/knpuniversity/oauth2-client-bundle/src</parameter>
        <parameter key="namespace">KnpU\OAuth2ClientBundle</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">App_KernelProdDebugContainer</parameter>
    <parameter key="app.version">2.80.0</parameter>
    <parameter key="app.contact_email">%env(CONTACT_EMAIL)%</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">%env(bool:default::SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER)%</parameter>
    <parameter key="kernel.trusted_hosts">%env(default::SYMFONY_TRUSTED_HOSTS)%</parameter>
    <parameter key="kernel.default_locale">en</parameter>
    <parameter key="kernel.enabled_locales" type="collection"/>
    <parameter key="kernel.error_controller">App\Controller\ErrorController::show</parameter>
    <parameter key="kernel.trusted_proxies">%env(default::SYMFONY_TRUSTED_PROXIES)%</parameter>
    <parameter key="kernel.trusted_headers">%env(default::SYMFONY_TRUSTED_HEADERS)%</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">/var/www/moodia/translations</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">/var/www/moodia/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">/var/www/moodia/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">/var/www/moodia/var/cache/prod/serialization.php</parameter>
    <parameter key=".serializer.named_serializers" type="collection"/>
    <parameter key="cache.prefix.seed">_/var/www/moodia.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_lifetime">2592000</parameter>
      <parameter key="cookie_secure">auto</parameter>
      <parameter key="cookie_httponly">true</parameter>
      <parameter key="cookie_samesite">lax</parameter>
      <parameter key="gc_maxlifetime">2592000</parameter>
      <parameter key="gc_probability">0</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="form.type_extension.csrf.field_attr" type="collection">
      <parameter key="data-controller">csrf-protection</parameter>
    </parameter>
    <parameter key=".form.type_extension.csrf.token_id">submit</parameter>
    <parameter key="validator.mapping.cache.file">/var/www/moodia/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 key="date_point" type="collection">
        <parameter key="class">Symfony\Bridge\Doctrine\Types\DatePointType</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\Persistence\Mapping\Driver\PHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.staticphp.class">Doctrine\Persistence\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">true</parameter>
    <parameter key="doctrine.orm.enable_native_lazy_objects">false</parameter>
    <parameter key="doctrine.orm.proxy_dir">/var/www/moodia/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>form_div_layout.html.twig</parameter>
      <parameter>form/custom_theme.html.twig</parameter>
    </parameter>
    <parameter key="twig.default_path">/var/www/moodia/templates</parameter>
    <parameter key="security.role_hierarchy.roles" type="collection">
      <parameter key="ROLE_ADMIN" type="collection">
        <parameter>ROLE_COMPANY_MANAGER</parameter>
        <parameter>ROLE_COMMERCIAL</parameter>
      </parameter>
      <parameter key="ROLE_COMMERCIAL" type="collection">
        <parameter>ROLE_USER</parameter>
      </parameter>
      <parameter key="ROLE_COMPANY_MANAGER" type="collection">
        <parameter>ROLE_USER</parameter>
      </parameter>
    </parameter>
    <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.authentication.expose_security_errors" type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</parameter>
    <parameter key="security.firewalls" type="collection">
      <parameter>dev</parameter>
      <parameter>api_moodlev5</parameter>
      <parameter>api_badges</parameter>
      <parameter>api_daily_reward</parameter>
      <parameter>api</parameter>
      <parameter>main</parameter>
    </parameter>
    <parameter key="security.logout_uris" type="collection"/>
    <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="monolog.handler.main">null</parameter>
    </parameter>
    <parameter key="lexik_jwt_authentication.pass_phrase">%env(JWT_PASSPHRASE)%</parameter>
    <parameter key="lexik_jwt_authentication.token_ttl">3600</parameter>
    <parameter key="lexik_jwt_authentication.clock_skew">0</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="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="http_discovery.psr17_factory" class="Http\Discovery\Psr17Factory"/>
    <service id="App\Command\Admin\DailyRecapCommand" class="App\Command\Admin\DailyRecapCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:admin:daily-recap" description="Envoie le récapitulatif quotidien des inscriptions et abonnements à l'équipe." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Repository\UserSubscriptionRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setName">
        <argument>app:admin:daily-recap</argument>
      </call>
      <call method="setDescription">
        <argument>Envoie le récapitulatif quotidien des inscriptions et abonnements à l'équipe.</argument>
      </call>
    </service>
    <service id="App\Command\B2B\B2BSyncCommand" class="App\Command\B2B\B2BSyncCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:b2b:sync" description="Synchronise le cycle de vie B2B : activation/désactivation des contrats et renouvellement des tokens" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\ContractRepository"/>
      <argument type="service" id="App\Service\Contract\ContractLifecycleService"/>
      <argument type="service" id="App\Service\Token\UserTokenDistributionService"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setName">
        <argument>app:b2b:sync</argument>
      </call>
      <call method="setDescription">
        <argument>Synchronise le cycle de vie B2B : activation/désactivation des contrats et renouvellement des tokens</argument>
      </call>
    </service>
    <service id="App\Command\B2C\RenewB2CTokensCommand" class="App\Command\B2C\RenewB2CTokensCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:b2c:renew-tokens" description="Renouvelle les tokens des abonnés B2C (4 passes : active → canceled → inactive → freemium pur)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\UserSubscriptionRepository"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setName">
        <argument>app:b2c:renew-tokens</argument>
      </call>
      <call method="setDescription">
        <argument>Renouvelle les tokens des abonnés B2C (4 passes : active → canceled → inactive → freemium pur).</argument>
      </call>
    </service>
    <service id="App\Command\Commercial\E2eCommercialCommand" class="App\Command\Commercial\E2eCommercialCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:commercial:e2e" description="Campagne E2E du programme d'apport d'affaires" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>prod</argument>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="security.user_password_hasher"/>
      <argument type="service" id="App\Service\Commercial\CommercialProvisioner"/>
      <argument type="service" id="App\Service\Commercial\ReferralAttributor"/>
      <argument type="service" id="App\Service\Commercial\ReferralResolver"/>
      <argument type="service" id="App\Service\Commercial\UserReferralService"/>
      <argument type="service" id="App\Service\Commercial\CommissionAccrual"/>
      <argument type="service" id="App\Repository\CommercialCommissionRepository"/>
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
      <argument type="service" id="App\Service\Commercial\CommissionPayout"/>
      <call method="setName">
        <argument>app:commercial:e2e</argument>
      </call>
      <call method="setDescription">
        <argument>Campagne E2E du programme d'apport d'affaires</argument>
      </call>
    </service>
    <service id="App\Command\Payment\ReplayInvoiceCommand" class="App\Command\Payment\ReplayInvoiceCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:debug:replay-invoice" description="Rejoue le traitement d'une facture Stripe depuis un fichier JSON" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>prod</argument>
      <argument type="service" id="App\Service\Payment\StripeWebhookService"/>
      <argument type="service" id="App\Repository\CommercialCommissionRepository"/>
      <call method="setName">
        <argument>app:debug:replay-invoice</argument>
      </call>
      <call method="setDescription">
        <argument>Rejoue le traitement d'une facture Stripe depuis un fichier JSON</argument>
      </call>
    </service>
    <service id="App\Command\Pixia\SetupCommand" class="App\Command\Pixia\SetupCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:pixia:setup" description="Setup Pixia pour la production : enregistrement de l'outil + création du dossier de stockage. Idempotent." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>/var/www/moodia</argument>
      <call method="setName">
        <argument>app:pixia:setup</argument>
      </call>
      <call method="setDescription">
        <argument>Setup Pixia pour la production : enregistrement de l'outil + création du dossier de stockage. Idempotent.</argument>
      </call>
    </service>
    <service id="App\Command\Sam\DebugMoodleApiCommand" class="App\Command\Sam\DebugMoodleApiCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="sam:debug-api" description="Debug des appels API Moodle" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
      <call method="setName">
        <argument>sam:debug-api</argument>
      </call>
      <call method="setDescription">
        <argument>Debug des appels API Moodle</argument>
      </call>
    </service>
    <service id="App\Command\Sam\SamSyncAllCommand" class="App\Command\Sam\SamSyncAllCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="sam:sync:all" description="Synchronisation complète SAM (users → cohorts → courses)" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Service\Sam\SamSyncService"/>
      <argument type="service" id="App\Service\Sam\SamCohortSyncService"/>
      <argument type="service" id="App\Service\Sam\SamCourseSyncService"/>
      <argument type="service" id="App\Service\Sam\SamCompletionSyncService"/>
      <argument type="service" id="App\Service\Sam\SamCleanupService"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>sam:sync:all</argument>
      </call>
      <call method="setDescription">
        <argument>Synchronisation complète SAM (users → cohorts → courses)</argument>
      </call>
    </service>
    <service id="App\Command\ScormiaAnnouncementCommand" class="App\Command\ScormiaAnnouncementCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:scormia:announce" description="Annonce le lancement de Scormia aux abonnés « Nouvelles fonctionnalités » (DRY-RUN par défaut ; --send pour envoyer)." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Repository\UserNotificationPreferencesRepository"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setName">
        <argument>app:scormia:announce</argument>
      </call>
      <call method="setDescription">
        <argument>Annonce le lancement de Scormia aux abonnés « Nouvelles fonctionnalités » (DRY-RUN par défaut ; --send pour envoyer).</argument>
      </call>
    </service>
    <service id="App\Command\Slidia\DensiteBenchCommand" class="App\Command\Slidia\DensiteBenchCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="slidia:banc-densite" description="Génère le même document aux trois densités de texte et mesure le remplissage réel" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Service\Slidia\SlidiaDocumentService"/>
      <argument type="service" id="App\Service\Slidia\SlidiaAiService"/>
      <argument type="service" id="App\Service\Slidia\PlanNarrator"/>
      <argument type="service" id="App\Service\Slidia\LayoutProjector"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>slidia:banc-densite</argument>
      </call>
      <call method="setDescription">
        <argument>Génère le même document aux trois densités de texte et mesure le remplissage réel</argument>
      </call>
    </service>
    <service id="App\Command\Slidia\RefreshSystemTemplateCommand" class="App\Command\Slidia\RefreshSystemTemplateCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:slidia:refresh-system-template" description="Réanalyse le masque système Slidia (mises en page + vignettes) après remplacement de son .pptx." help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Slidia\PptxParser"/>
      <argument type="service" id="App\Service\Slidia\ThumbnailGenerator"/>
      <call method="setName">
        <argument>app:slidia:refresh-system-template</argument>
      </call>
      <call method="setDescription">
        <argument>Réanalyse le masque système Slidia (mises en page + vignettes) après remplacement de son .pptx.</argument>
      </call>
    </service>
    <service id="App\Command\Slidia\ReparseTemplatesCommand" class="App\Command\Slidia\ReparseTemplatesCommand" autowire="true" autoconfigure="true">
      <tag name="console.command" command="slidia:reparse-templates" description="Réanalyse les mises en page de tous les modèles Slidia depuis leur .pptx" help=""/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Slidia\PptxParser"/>
      <argument>/var/www/moodia</argument>
      <call method="setName">
        <argument>slidia:reparse-templates</argument>
      </call>
      <call method="setDescription">
        <argument>Réanalyse les mises en page de tous les modèles Slidia depuis leur .pptx</argument>
      </call>
    </service>
    <service id="App\Config\AnnouncementConfig" class="App\Config\AnnouncementConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\AppConfig" class="App\Config\AppConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\AppLimits" class="App\Config\AppLimits" autowire="true" autoconfigure="true"/>
    <service id="App\Config\AppMessages" class="App\Config\AppMessages" autowire="true" autoconfigure="true"/>
    <service id="App\Config\BadgeCategory" class="App\Config\BadgeCategory" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Config\BadgeConfig" class="App\Config\BadgeConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\ContactSubject" class="App\Config\ContactSubject" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Config\ElevenLabsConfig" class="App\Config\ElevenLabsConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\MoodiaConfig" class="App\Config\MoodiaConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\MoodiaTranslations" class="App\Config\MoodiaTranslations" autowire="true" autoconfigure="true"/>
    <service id="App\Config\MoodleActivityTypesConfig" class="App\Config\MoodleActivityTypesConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\MoodleApiConfig" class="App\Config\MoodleApiConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\OpenAIConfig" class="App\Config\OpenAIConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\PdfConfig" class="App\Config\PdfConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\PedagogicalConfig" class="App\Config\PedagogicalConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\PixiaConfig" class="App\Config\PixiaConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\PromptlyConfig" class="App\Config\PromptlyConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\ReferralSourceConfig" class="App\Config\ReferralSourceConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\ScormiaConfig" class="App\Config\ScormiaConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\ScormiaThemes" class="App\Config\ScormiaThemes" autowire="true" autoconfigure="true"/>
    <service id="App\Config\SereniaConfig" class="App\Config\SereniaConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\SereniaPalette" class="App\Config\SereniaPalette" autowire="true" autoconfigure="true"/>
    <service id="App\Config\Slidia\ContentSchema" class="App\Config\Slidia\ContentSchema" autowire="true" autoconfigure="true"/>
    <service id="App\Config\Slidia\FormesDeSlide" class="App\Config\Slidia\FormesDeSlide" autowire="true" autoconfigure="true"/>
    <service id="App\Config\Slidia\PatronsDEcriture" class="App\Config\Slidia\PatronsDEcriture" autowire="true" autoconfigure="true"/>
    <service id="App\Config\Slidia\PlanSchema" class="App\Config\Slidia\PlanSchema" autowire="true" autoconfigure="true"/>
    <service id="App\Config\SlidiaConfig" class="App\Config\SlidiaConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\StreamingConfig" class="App\Config\StreamingConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\TourConfig" class="App\Config\TourConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\UserStatusConfig" class="App\Config\UserStatusConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Config\WelcomeConfig" class="App\Config\WelcomeConfig" autowire="true" autoconfigure="true"/>
    <service id="App\Controller\API\ApiKeyController" class="App\Controller\API\ApiKeyController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\ApiKeyRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\ApiKeyController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\ActivityController" class="App\Controller\API\MoodleV5\ActivityController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleCourseService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\ActivityController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\CohortController" class="App\Controller\API\MoodleV5\CohortController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleCohortService"/>
      <argument type="service" id="App\Service\API\PaginationService"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCohortRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
      <argument type="service" id="App\Service\ApiLogService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\CohortController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\ConnectionController" class="App\Controller\API\MoodleV5\ConnectionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Sam\SamConnectionSyncService"/>
      <argument type="service" id="App\Repository\Sam\SamUserConnectionDayRepository"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="messenger.bus.default"/>
      <argument type="service" id="App\Service\ApiLogService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\ConnectionController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\CourseController" class="App\Controller\API\MoodleV5\CourseController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleCourseService"/>
      <argument type="service" id="App\Service\API\PaginationService"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCourseRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\CourseController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\EngagementController" class="App\Controller\API\MoodleV5\EngagementController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Sam\SamSyncService"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Service\ApiLogService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\EngagementController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\EnrollmentController" class="App\Controller\API\MoodleV5\EnrollmentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleEnrollmentService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\EnrollmentController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\ExportController" class="App\Controller\API\MoodleV5\ExportController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleExportService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\ExportController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\MeController" class="App\Controller\API\MoodleV5\MeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\MeController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\ProgressController" class="App\Controller\API\MoodleV5\ProgressController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <argument type="service" id="App\Service\API\LocalProgressService"/>
      <argument type="service" id="App\Service\API\PaginationService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\ProgressController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\SectionController" class="App\Controller\API\MoodleV5\SectionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleCourseService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\SectionController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\StatusController" class="App\Controller\API\MoodleV5\StatusController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleStatusService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\StatusController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\SubmissionController" class="App\Controller\API\MoodleV5\SubmissionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCompletionRepository"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Service\ApiLogService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\SubmissionController"/>
      </call>
    </service>
    <service id="App\Controller\API\MoodleV5\UserController" class="App\Controller\API\MoodleV5\UserController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\API\UserContextService"/>
      <argument type="service" id="App\Service\Sam\SamUserService"/>
      <argument type="service" id="App\Service\Sam\SamSyncService"/>
      <argument type="service" id="App\Service\API\PaginationService"/>
      <argument type="service" id="App\Service\ApiLogService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\UserController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\AnnouncementController" class="App\Controller\Admin\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"/>
      <argument type="service" id="App\Service\Shared\AnnouncementImageUploader"/>
      <argument type="service" id="App\Service\Shared\AnnouncementPublisher"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Admin\AnnouncementController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CommercialController" class="App\Controller\Admin\CommercialController" 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\Repository\CommercialRepository"/>
      <argument type="service" id="App\Repository\CommercialPayoutRepository"/>
      <argument type="service" id="App\Repository\CommercialCommissionRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\Commercial\CommercialProvisioner"/>
      <argument type="service" id="App\Repository\ActivityLogRepository"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
      <argument type="service" id="App\Service\Commercial\CommissionPayout"/>
      <argument type="service" id="App\Service\Commercial\CommercialDueLedger"/>
      <argument type="service" id="App\Service\Commercial\CommercialProgramSeries"/>
      <argument type="service" id="App\Service\Commercial\CommercialActivityLogger"/>
      <argument type="service" id="App\Service\ActivityLogLabels"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Admin\CommercialController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CompanyController" class="App\Controller\Admin\CompanyController" 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\Contract\ContractService"/>
      <argument type="service" id="App\Service\Token\CompanyTokenService"/>
      <argument type="service" id="App\Service\Token\UserTokenDistributionService"/>
      <argument type="service" id="App\Service\Company\CompanyActivationService"/>
      <argument type="service" id="App\Service\Security\EncryptionService"/>
      <argument type="service" id="App\Service\User\UserMigrationService"/>
      <argument type="service" id="App\Service\User\UserRegistrationService"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="security.user_password_hasher"/>
      <argument type="service" id="App\Service\ActivityLogService"/>
      <argument type="service" id="App\Repository\ActivityLogRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Admin\CompanyController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\ContractController" class="App\Controller\Admin\ContractController" 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\Contract\ContractService"/>
      <argument type="service" id="App\Service\Contract\ContractLifecycleService"/>
      <argument type="service" id="App\Service\Token\CompanyTokenService"/>
      <argument type="service" id="App\Service\Company\CompanyActivationService"/>
      <argument type="service" id="App\Service\ActivityLogService"/>
      <argument type="service" id="App\Repository\ActivityLogRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Admin\ContractController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\DesignSystemController" class="App\Controller\Admin\DesignSystemController" 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.ZyP9f7K.App\Controller\Admin\DesignSystemController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\PlanController" class="App\Controller\Admin\PlanController" 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.ZyP9f7K.App\Controller\Admin\PlanController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\SlidiaTemplateController" class="App\Controller\Admin\SlidiaTemplateController" 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\Repository\SlidiaTemplateRepository"/>
      <argument type="service" id="App\Repository\SlidiaPresentationRepository"/>
      <argument type="service" id="App\Service\Slidia\SlidiaTemplateImporter"/>
      <argument>/var/www/moodia</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Admin\SlidiaTemplateController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\SubscriptionController" class="App\Controller\Admin\SubscriptionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\UserSubscriptionRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Admin\SubscriptionController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\SupportController" class="App\Controller\Admin\SupportController" 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\Repository\SupportTicketRepository"/>
      <argument type="service" id="App\Service\Support\SupportEmailService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Admin\SupportController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\ToolController" class="App\Controller\Admin\ToolController" 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.ZyP9f7K.App\Controller\Admin\ToolController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\UserController" class="App\Controller\Admin\UserController" 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="security.user_password_hasher"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="App\Service\User\EmailVerificationService"/>
      <argument type="service" id="App\Service\Contract\ContractService"/>
      <argument type="service" id="App\Service\Token\UserTokenDistributionService"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="App\Repository\UserSubscriptionRepository"/>
      <argument type="service" id="App\Service\User\UserMigrationService"/>
      <argument type="service" id="App\Service\ActivityLogService"/>
      <argument type="service" id="App\Repository\ActivityLogRepository"/>
      <argument type="service" id="App\Service\Commercial\CommercialProvisioner"/>
      <argument type="service" id="App\Service\Commercial\CommercialActivityLogger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Admin\UserController"/>
      </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"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\AnnouncementController"/>
      </call>
    </service>
    <service id="App\Controller\Auth\RegistrationController" class="App\Controller\Auth\RegistrationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="App\Service\User\UserRegistrationService"/>
      <argument type="service" id="limiter.register_otp_send_email"/>
      <argument type="service" id="limiter.register_otp_attempt"/>
      <argument type="service" id="App\Service\Commercial\InvitationConsumer"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>prod</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Auth\RegistrationController"/>
      </call>
    </service>
    <service id="App\Controller\Auth\WelcomeController" class="App\Controller\Auth\WelcomeController" 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="security.user_password_hasher"/>
      <argument type="service" id="App\Service\ContactEmailService"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\User\UserRegistrationService"/>
      <argument type="service" id="security.helper"/>
      <argument type="service" id="App\Service\Commercial\ReferralAttributor"/>
      <argument type="service" id="App\Service\Commercial\ReferralCookie"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Auth\WelcomeController"/>
      </call>
    </service>
    <service id="App\Controller\AuthController" class="App\Controller\AuthController" 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="security.user_password_hasher"/>
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="App\Service\User\EmailVerificationService"/>
      <argument type="service" id="App\Service\User\UserRegistrationService"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="security.helper"/>
      <argument type="service" id="limiter.forgot_password_email"/>
      <argument type="service" id="limiter.forgot_password_ip"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\AuthController"/>
      </call>
    </service>
    <service id="App\Controller\Badge\BadgeController" class="App\Controller\Badge\BadgeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\UserBadgeRepository"/>
      <argument type="service" id="App\Repository\BadgeRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Badge\DailyRewardService"/>
      <argument type="service" id="App\Repository\UserTokenRepository"/>
      <argument type="service" id="App\Service\Badge\BadgeDisplayService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Badge\BadgeController"/>
      </call>
    </service>
    <service id="App\Controller\Badge\DailyRewardController" class="App\Controller\Badge\DailyRewardController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Badge\DailyRewardService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Badge\DailyRewardController"/>
      </call>
    </service>
    <service id="App\Controller\Castia\CastiaController" class="App\Controller\Castia\CastiaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Castia\CastiaService"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="App\Repository\Castia\CastiaPodcastRepository"/>
      <argument type="service" id="App\Repository\Castia\UserVoiceFavoriteRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Service\Dashboard\DashboardDataService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Castia\CastiaController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\AttributionConfirmController" class="App\Controller\Commercial\AttributionConfirmController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Commercial\AttributionToken"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Repository\CommercialRepository"/>
      <argument type="service" id="App\Service\Commercial\ReferralAttributor"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Commercial\AttributionConfirmController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\DashboardController" class="App\Controller\Commercial\DashboardController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\CommercialCommissionRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\Commercial\CommercialDashboardSeries"/>
      <argument type="service" id="App\Service\Commercial\ActiveCommercialResolver"/>
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
      <argument type="service" id="limiter.commercial_token_request"/>
      <argument type="service" id="App\Repository\CommercialInvitationRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Commercial\DashboardController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\FilleulController" class="App\Controller\Commercial\FilleulController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Commercial\ActiveCommercialResolver"/>
      <argument type="service" id="App\Repository\CommercialInvitationRepository"/>
      <argument type="service" id="App\Service\Commercial\InvitationDispatcher"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="limiter.commercialInvite"/>
      <argument type="service" id="App\Service\Commercial\CommercialActivityLogger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Commercial\FilleulController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\InvitationLandingController" class="App\Controller\Commercial\InvitationLandingController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\CommercialInvitationRepository"/>
      <argument type="service" id="App\Service\Commercial\InvitationConsumer"/>
      <argument type="service" id="App\Service\Commercial\ReferralCookie"/>
      <argument type="service" id="limiter.referralHit"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Commercial\InvitationLandingController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\PaiementsController" class="App\Controller\Commercial\PaiementsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\CommercialPayoutRepository"/>
      <argument type="service" id="App\Service\Commercial\ActiveCommercialResolver"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Commercial\PaiementsController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\ReferralController" class="App\Controller\Commercial\ReferralController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Commercial\ReferralResolver"/>
      <argument type="service" id="App\Service\Commercial\ReferralCookie"/>
      <argument type="service" id="limiter.referralHit"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Commercial\ReferralController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\TokenRequestController" class="App\Controller\Commercial\TokenRequestController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="limiter.commercial_token_request"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Service\Commercial\ActiveCommercialResolver"/>
      <argument type="service" id="App\Service\Commercial\CommercialActivityLogger"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Commercial\TokenRequestController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\TransactionsController" class="App\Controller\Commercial\TransactionsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="App\Service\Commercial\ActiveCommercialResolver"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Commercial\TransactionsController"/>
      </call>
    </service>
    <service id="App\Controller\ContactController" class="App\Controller\ContactController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\ContactEmailService"/>
      <argument type="service" id="limiter.contact_form"/>
      <argument type="service" id="limiter.contact_form_email"/>
      <argument type="service" id="cache.app"/>
      <argument>%env(CONTACT_EMAIL)%</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\ContactController"/>
      </call>
    </service>
    <service id="App\Controller\DashboardController" class="App\Controller\DashboardController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Dashboard\DashboardDataService"/>
      <argument type="service" id="App\Service\GreetingService"/>
      <argument type="service" id="App\Service\Badge\DailyRewardService"/>
      <argument type="service" id="App\Service\Badge\BadgeDisplayService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\DashboardController"/>
      </call>
    </service>
    <service id="App\Controller\EmailUnsubscribeController" class="App\Controller\EmailUnsubscribeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>%env(APP_SECRET)%</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\EmailUnsubscribeController"/>
      </call>
    </service>
    <service id="App\Controller\ErrorController" class="App\Controller\ErrorController" 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.ZyP9f7K.App\Controller\ErrorController"/>
      </call>
    </service>
    <service id="App\Controller\LandingController" class="App\Controller\LandingController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <argument type="service" id="App\Repository\UserRecentActivityRepository"/>
      <argument type="service" id="App\Service\Dashboard\ToolsService"/>
      <argument type="service" id="App\Repository\Castia\CastiaPodcastRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="App\Repository\Promptly\PromptlyPromptRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\LandingController"/>
      </call>
    </service>
    <service id="App\Controller\LegalController" class="App\Controller\LegalController" 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.ZyP9f7K.App\Controller\LegalController"/>
      </call>
    </service>
    <service id="App\Controller\Monalisia\MonalisiaController" class="App\Controller\Monalisia\MonalisiaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Monalisia\MonalisiaService"/>
      <argument type="service" id="App\Service\Moodia\PdfExtractorService"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="App\Repository\Monalisia\MonalisiaInfographicRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Service\Dashboard\DashboardDataService"/>
      <argument type="service" id="App\Service\Monalisia\InfographicStore"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Monalisia\MonalisiaController"/>
      </call>
    </service>
    <service id="App\Controller\Moodia\AddToMoodiaController" class="App\Controller\Moodia\AddToMoodiaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Moodia\AddToMoodiaService"/>
      <argument type="service" id="App\Repository\Castia\CastiaPodcastRepository"/>
      <argument type="service" id="App\Repository\Scormia\ScormiaModuleRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Moodia\AddToMoodiaController"/>
      </call>
    </service>
    <service id="App\Controller\Moodia\ImageUploadController" class="App\Controller\Moodia\ImageUploadController" 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.ZyP9f7K.App\Controller\Moodia\ImageUploadController"/>
      </call>
    </service>
    <service id="App\Controller\Moodia\MbzExportController" class="App\Controller\Moodia\MbzExportController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Moodia\MoodiaPersistenceService"/>
      <argument type="service" id="App\Service\Moodia\Export\Transformer\CourseTransformer"/>
      <argument type="service" id="App\Service\Moodia\Export\MbzExporter"/>
      <argument type="service" id="App\Service\Moodia\Export\Handler\Audio\AudioExportHandler"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Service\Badge\BadgeEvaluatorService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Moodia\MbzExportController"/>
      </call>
    </service>
    <service id="App\Controller\Moodia\MoodiaContentController" class="App\Controller\Moodia\MoodiaContentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Moodia\CourseGenerationService"/>
      <argument type="service" id="App\Service\Moodia\QuizFromPdfService"/>
      <argument type="service" id="App\Service\Moodia\Export\MoodleQuizXmlExporter"/>
      <argument type="service" id="App\Service\Moodia\Generation\Activity\ActivityGeneratorRegistry"/>
      <argument type="service" id="App\Service\Moodia\Generation\Pdf\PdfExcerptExtractor"/>
      <argument type="service" id="App\Service\Moodia\MoodiaTextRewriterService"/>
      <argument type="service" id="App\Service\Moodia\MoodiaStreamingService"/>
      <argument type="service" id="App\Service\Moodia\MoodiaPersistenceService"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="monolog.logger"/>
      <argument>/var/www/moodia</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Moodia\MoodiaContentController"/>
      </call>
    </service>
    <service id="App\Controller\Moodia\MoodiaController" class="App\Controller\Moodia\MoodiaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Moodia\OpenAIService"/>
      <argument type="service" id="App\Service\Moodia\MoodiaStreamingService"/>
      <argument type="service" id="App\Service\Moodia\TextToSpeechService"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Moodia\MoodiaPersistenceService"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="App\Service\Dashboard\ToolsService"/>
      <argument type="service" id="App\Service\Moodia\PdfTimeEstimatorService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Moodia\MoodiaController"/>
      </call>
    </service>
    <service id="App\Controller\Moodia\MoodiaVersionController" class="App\Controller\Moodia\MoodiaVersionController" 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\Moodia\MoodiaVersionService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Moodia\MoodiaVersionController"/>
      </call>
    </service>
    <service id="App\Controller\Moodia\ScormImportController" class="App\Controller\Moodia\ScormImportController" 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.ZyP9f7K.App\Controller\Moodia\ScormImportController"/>
      </call>
    </service>
    <service id="App\Controller\Pixia\PixiaController" class="App\Controller\Pixia\PixiaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Pixia\PixiaService"/>
      <argument type="service" id="App\Service\Moodia\PdfExtractorService"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="App\Repository\Pixia\PixiaImageRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Pixia\PixiaController"/>
      </call>
    </service>
    <service id="App\Controller\Promptly\PromptlyController" class="App\Controller\Promptly\PromptlyController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Promptly\PromptlyService"/>
      <argument type="service" id="App\Repository\Promptly\PromptlyPromptRepository"/>
      <argument type="service" id="App\Repository\Promptly\PromptlyFolderRepository"/>
      <argument type="service" id="App\Repository\Promptly\PromptlyUserMetaRepository"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Promptly\PromptlyController"/>
      </call>
    </service>
    <service id="App\Controller\RecentActivitiesController" class="App\Controller\RecentActivitiesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\RecentActivitiesController"/>
      </call>
    </service>
    <service id="App\Controller\ReferralSettingsController" class="App\Controller\ReferralSettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Commercial\UserReferralService"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\Commercial\ActiveCommercialResolver"/>
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\ReferralSettingsController"/>
      </call>
    </service>
    <service id="App\Controller\Sam\SamCohortsController" class="App\Controller\Sam\SamCohortsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCohortRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCompletionRepository"/>
      <argument type="service" id="App\Service\Sam\SamCohortSyncService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Sam\SamCohortsController"/>
      </call>
    </service>
    <service id="App\Controller\Sam\SamController" class="App\Controller\Sam\SamController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\GreetingService"/>
      <argument>%env(CONTACT_EMAIL)%</argument>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCohortRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCourseRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleSectionRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCompletionRepository"/>
      <argument type="service" id="App\Repository\Sam\SamReminderLogRepository"/>
      <argument type="service" id="App\Service\Sam\SamSyncService"/>
      <argument type="service" id="App\Service\Sam\SamCohortSyncService"/>
      <argument type="service" id="App\Service\Sam\SamCourseSyncService"/>
      <argument type="service" id="App\Service\Sam\SamCompletionSyncService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Sam\SamController"/>
      </call>
    </service>
    <service id="App\Controller\Sam\SamCoursesController" class="App\Controller\Sam\SamCoursesController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCourseRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleSectionRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleActivityRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCohortRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCompletionRepository"/>
      <argument type="service" id="App\Service\Sam\SamCourseSyncService"/>
      <argument type="service" id="App\Service\Sam\SamCompletionSyncService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleProgressService"/>
      <argument type="service" id="messenger.bus.default"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamReminderLogRepository"/>
      <argument type="service" id="App\Service\Sam\SamReminderService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleEnrollmentService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Sam\SamCoursesController"/>
      </call>
    </service>
    <service id="App\Controller\Sam\SamSettingsController" class="App\Controller\Sam\SamSettingsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Repository\ApiKeyRepository"/>
      <argument type="service" id="App\Repository\ApiLogRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Sam\SamSettingsController"/>
      </call>
    </service>
    <service id="App\Controller\Sam\SamUsersController" class="App\Controller\Sam\SamUsersController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCompletionRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCohortMemberRepository"/>
      <argument type="service" id="App\Service\Sam\SamSyncService"/>
      <argument type="service" id="App\Service\Sam\SamCompletionSyncService"/>
      <argument type="service" id="chartjs.builder"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Sam\SamUsersController"/>
      </call>
    </service>
    <service id="App\Controller\Scormia\ScormiaController" class="App\Controller\Scormia\ScormiaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\Scormia\ScormiaModuleRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Dashboard\DashboardDataService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Scormia\ScormiaController"/>
      </call>
    </service>
    <service id="App\Controller\Scormia\ScormiaEditorController" class="App\Controller\Scormia\ScormiaEditorController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\Scormia\ScormiaModuleRepository"/>
      <argument type="service" id="App\Service\Scormia\ScormiaPersistenceService"/>
      <argument type="service" id="App\Service\Scormia\Block\BlockTypeRegistry"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Scormia\Export\ScormPackageExporter"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Scormia\ScormiaEditorController"/>
      </call>
    </service>
    <service id="App\Controller\Scormia\ScormiaPublicController" class="App\Controller\Scormia\ScormiaPublicController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\Scormia\ScormiaModuleRepository"/>
      <argument type="service" id="App\Service\Scormia\PublicModuleProjector"/>
      <argument type="service" id="App\Service\Shared\Sharing\PublicShareGuard"/>
      <argument type="service" id="App\Service\Scormia\ScormiaAccessChecker"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Scormia\ScormiaPublicController"/>
      </call>
    </service>
    <service id="App\Controller\Scormia\ScormiaUserThemeController" class="App\Controller\Scormia\ScormiaUserThemeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\Scormia\ScormiaUserThemeRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Scormia\ScormiaUserThemeController"/>
      </call>
    </service>
    <service id="App\Controller\Serenia\SereniaController" class="App\Controller\Serenia\SereniaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Serenia\SerenIAService"/>
      <argument type="service" id="App\Service\Serenia\FileHandlerService"/>
      <argument type="service" id="App\Service\Serenia\FileProcessorService"/>
      <argument type="service" id="App\Service\Serenia\StreamingService"/>
      <argument type="service" id="App\Service\Serenia\SereniaChatSessionService"/>
      <argument type="service" id="App\Repository\Serenia\SereniaChatSessionRepository"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="App\Service\Helper\TextCleanerService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Serenia\SereniaController"/>
      </call>
    </service>
    <service id="App\Controller\Serenia\SereniaPublicController" class="App\Controller\Serenia\SereniaPublicController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\Serenia\SereniaChatSessionRepository"/>
      <argument type="service" id="App\Service\Serenia\PublicSessionProjector"/>
      <argument type="service" id="App\Service\Shared\Sharing\PublicShareGuard"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Serenia\SereniaPublicController"/>
      </call>
    </service>
    <service id="App\Controller\SettingsController" class="App\Controller\SettingsController" 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="security.user_password_hasher"/>
      <argument type="service" id="App\Repository\Castia\UserVoiceFavoriteRepository"/>
      <argument type="service" id="App\Service\User\EmailVerificationService"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="App\Service\Payment\StripeSubscriptionService"/>
      <argument>/var/www/moodia</argument>
      <argument>prod</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\SettingsController"/>
      </call>
    </service>
    <service id="App\Controller\Slidia\SlidiaApiController" class="App\Controller\Slidia\SlidiaApiController" 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\Repository\SlidiaPresentationRepository"/>
      <argument type="service" id="App\Repository\SlidiaTemplateRepository"/>
      <argument type="service" id="App\Repository\SlidiaTemplatePreferenceRepository"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\Pixia\PixiaService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Slidia\SlidiaApiController"/>
      </call>
    </service>
    <service id="App\Controller\Slidia\SlidiaController" class="App\Controller\Slidia\SlidiaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\SlidiaPresentationRepository"/>
      <argument type="service" id="App\Repository\SlidiaTemplateRepository"/>
      <argument type="service" id="App\Repository\SlidiaTemplatePreferenceRepository"/>
      <argument type="service" id="App\Service\Dashboard\DashboardDataService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Slidia\SlidiaController"/>
      </call>
    </service>
    <service id="App\Controller\Slidia\SlidiaPublicController" class="App\Controller\Slidia\SlidiaPublicController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\SlidiaPresentationRepository"/>
      <argument type="service" id="App\Service\Slidia\PublicPresentationProjector"/>
      <argument type="service" id="App\Service\Shared\Sharing\PublicShareGuard"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\Slidia\SlidiaPublicController"/>
      </call>
    </service>
    <service id="App\Controller\StripeWebhookController" class="App\Controller\StripeWebhookController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="messenger.bus.default"/>
      <argument>%env(STRIPE_WEBHOOK_SECRET)%</argument>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\StripeWebhookController"/>
      </call>
    </service>
    <service id="App\Controller\SubscriptionController" class="App\Controller\SubscriptionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="App\Repository\UserSubscriptionRepository"/>
      <argument type="service" id="App\Service\Payment\StripeCheckoutService"/>
      <argument type="service" id="App\Service\Payment\StripeSubscriptionService"/>
      <argument type="service" id="App\Service\Payment\StripeWebhookService"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="App\Service\Token\UserTokenDistributionService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\SubscriptionController"/>
      </call>
    </service>
    <service id="App\Controller\SupportController" class="App\Controller\SupportController" 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\Repository\SupportTicketRepository"/>
      <argument type="service" id="App\Service\Support\SupportEmailService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\SupportController"/>
      </call>
    </service>
    <service id="App\Controller\TourController" class="App\Controller\TourController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\Tour\TourRegistry"/>
      <argument type="service" id="App\Service\Tour\TourProgressManager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\TourController"/>
      </call>
    </service>
    <service id="App\Controller\UpgradeController" class="App\Controller\UpgradeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="App\Repository\UserSubscriptionRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.ZyP9f7K.App\Controller\UpgradeController"/>
      </call>
    </service>
    <service id="App\DTO\API\Request\Moodle\CohortMembersRequest" class="App\DTO\API\Request\Moodle\CohortMembersRequest" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Request\Moodle\CohortMembersRequest&quot;: argument &quot;$userIds&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Request\Moodle\CreateCohortRequest" class="App\DTO\API\Request\Moodle\CreateCohortRequest" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Request\Moodle\CreateCohortRequest&quot;: argument &quot;$name&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Request\Moodle\CreateUserRequest" class="App\DTO\API\Request\Moodle\CreateUserRequest" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Request\Moodle\CreateUserRequest&quot;: argument &quot;$username&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Request\Moodle\EnrollUserRequest" class="App\DTO\API\Request\Moodle\EnrollUserRequest" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Request\Moodle\EnrollUserRequest&quot;: argument &quot;$userId&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Request\Moodle\UpdateUserRequest" class="App\DTO\API\Request\Moodle\UpdateUserRequest" autowire="true" autoconfigure="true"/>
    <service id="App\DTO\API\Response\Common\PaginatedResponse" class="App\DTO\API\Response\Common\PaginatedResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Common\PaginatedResponse&quot;: argument &quot;$items&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Export\ExportResultResponse" class="App\DTO\API\Response\Export\ExportResultResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Export\ExportResultResponse&quot;: argument &quot;$filename&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Moodle\MoodleCohortResponse" class="App\DTO\API\Response\Moodle\MoodleCohortResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Moodle\MoodleCohortResponse&quot;: argument &quot;$moodleId&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Moodle\MoodleCourseResponse" class="App\DTO\API\Response\Moodle\MoodleCourseResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Moodle\MoodleCourseResponse&quot;: argument &quot;$moodleId&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Moodle\MoodleStatusResponse" class="App\DTO\API\Response\Moodle\MoodleStatusResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Moodle\MoodleStatusResponse&quot;: argument &quot;$configured&quot; of method &quot;__construct()&quot; is type-hinted &quot;bool&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Moodle\MoodleUserResponse" class="App\DTO\API\Response\Moodle\MoodleUserResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Moodle\MoodleUserResponse&quot;: argument &quot;$moodleId&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Moodle\Progress\ActivityProgressResponse" class="App\DTO\API\Response\Moodle\Progress\ActivityProgressResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Moodle\Progress\ActivityProgressResponse&quot;: argument &quot;$moodleId&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Moodle\Progress\CourseProgressResponse" class="App\DTO\API\Response\Moodle\Progress\CourseProgressResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Moodle\Progress\CourseProgressResponse&quot;: argument &quot;$course&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Moodle\Progress\QuizAttemptResponse" class="App\DTO\API\Response\Moodle\Progress\QuizAttemptResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Moodle\Progress\QuizAttemptResponse&quot;: argument &quot;$attempt&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Moodle\Progress\QuizProgressResponse" class="App\DTO\API\Response\Moodle\Progress\QuizProgressResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Moodle\Progress\QuizProgressResponse&quot;: argument &quot;$quiz&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\Moodle\Progress\SectionProgressResponse" class="App\DTO\API\Response\Moodle\Progress\SectionProgressResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\Moodle\Progress\SectionProgressResponse&quot;: argument &quot;$moodleId&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\User\CompanyInfoResponse" class="App\DTO\API\Response\User\CompanyInfoResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\User\CompanyInfoResponse&quot;: argument &quot;$uuid&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\API\Response\User\UserInfoResponse" class="App\DTO\API\Response\User\UserInfoResponse" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\API\Response\User\UserInfoResponse&quot;: argument &quot;$id&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\Badge\DailyRewardResult" class="App\DTO\Badge\DailyRewardResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\Badge\DailyRewardResult&quot;: argument &quot;$alreadyClaimed&quot; of method &quot;__construct()&quot; is type-hinted &quot;bool&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\Badge\DailyRewardStatus" class="App\DTO\Badge\DailyRewardStatus" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\Badge\DailyRewardStatus&quot;: argument &quot;$canClaim&quot; of method &quot;__construct()&quot; is type-hinted &quot;bool&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DTO\ContactFormData" class="App\DTO\ContactFormData" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\DTO\ContactFormData&quot;: argument &quot;$firstName&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\DataFixtures\ActivityEntityTypeFixtures" class="App\DataFixtures\ActivityEntityTypeFixtures" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Class &quot;Doctrine\Bundle\FixturesBundle\Fixture&quot; not found while loading &quot;App\DataFixtures\ActivityEntityTypeFixtures&quot;."/>
    </service>
    <service id="App\DataFixtures\MoodiaFixtures" class="App\DataFixtures\MoodiaFixtures" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Class &quot;Doctrine\Bundle\FixturesBundle\Fixture&quot; not found while loading &quot;App\DataFixtures\MoodiaFixtures&quot;."/>
    </service>
    <service id="App\DataFixtures\PlanFixtures" class="App\DataFixtures\PlanFixtures" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Class &quot;Doctrine\Bundle\FixturesBundle\Fixture&quot; not found while loading &quot;App\DataFixtures\PlanFixtures&quot;."/>
    </service>
    <service id="App\DataFixtures\PromptlyFixtures" class="App\DataFixtures\PromptlyFixtures" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Class &quot;Doctrine\Bundle\FixturesBundle\Fixture&quot; not found while loading &quot;App\DataFixtures\PromptlyFixtures&quot;."/>
    </service>
    <service id="App\DataFixtures\SlidiaFixtures" class="App\DataFixtures\SlidiaFixtures" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Class &quot;Doctrine\Bundle\FixturesBundle\Fixture&quot; not found while loading &quot;App\DataFixtures\SlidiaFixtures&quot;."/>
    </service>
    <service id="App\DataFixtures\TestFixtures" class="App\DataFixtures\TestFixtures" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Class &quot;Doctrine\Bundle\FixturesBundle\Fixture&quot; not found while loading &quot;App\DataFixtures\TestFixtures&quot;."/>
    </service>
    <service id="App\DataFixtures\ToolFixtures" class="App\DataFixtures\ToolFixtures" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Class &quot;Doctrine\Bundle\FixturesBundle\Fixture&quot; not found while loading &quot;App\DataFixtures\ToolFixtures&quot;."/>
    </service>
    <service id="App\Doctrine\Function\DateFormatFunction" class="App\Doctrine\Function\DateFormatFunction" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Doctrine\Function\DateFormatFunction&quot;: argument &quot;$name&quot; of method &quot;Doctrine\ORM\Query\AST\Functions\FunctionNode::__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Entity\ActivityEntityType" class="App\Entity\ActivityEntityType" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\ActivityLog" class="App\Entity\ActivityLog" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Announcement" class="App\Entity\Announcement" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\AnnouncementView" class="App\Entity\AnnouncementView" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\ApiKey" class="App\Entity\ApiKey" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\ApiLog" class="App\Entity\ApiLog" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Badge" class="App\Entity\Badge" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Castia\CastiaPodcast" class="App\Entity\Castia\CastiaPodcast" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Castia\UserVoiceFavorite" class="App\Entity\Castia\UserVoiceFavorite" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Commercial" class="App\Entity\Commercial" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\CommercialCommission" class="App\Entity\CommercialCommission" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\CommercialInvitation" class="App\Entity\CommercialInvitation" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\CommercialPayout" class="App\Entity\CommercialPayout" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Company" class="App\Entity\Company" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\CompanyInvitation" class="App\Entity\CompanyInvitation" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\CompanyToken" class="App\Entity\CompanyToken" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Contract" class="App\Entity\Contract" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Monalisia\MonalisiaInfographic" class="App\Entity\Monalisia\MonalisiaInfographic" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaActivity" class="App\Entity\Moodia\MoodiaActivity" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaActivitySettings" class="App\Entity\Moodia\MoodiaActivitySettings" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaActivityVersion" class="App\Entity\Moodia\MoodiaActivityVersion" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaCourse" class="App\Entity\Moodia\MoodiaCourse" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaGlossaryTerm" class="App\Entity\Moodia\MoodiaGlossaryTerm" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaImage" class="App\Entity\Moodia\MoodiaImage" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaQuiz" class="App\Entity\Moodia\MoodiaQuiz" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaQuizAnswer" class="App\Entity\Moodia\MoodiaQuizAnswer" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaQuizQuestion" class="App\Entity\Moodia\MoodiaQuizQuestion" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Moodia\MoodiaSection" class="App\Entity\Moodia\MoodiaSection" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Pixia\PixiaImage" class="App\Entity\Pixia\PixiaImage" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Plan" class="App\Entity\Plan" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Promptly\PromptlyFolder" class="App\Entity\Promptly\PromptlyFolder" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Promptly\PromptlyPrompt" class="App\Entity\Promptly\PromptlyPrompt" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Promptly\PromptlyUserMeta" class="App\Entity\Promptly\PromptlyUserMeta" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamCohortMember" class="App\Entity\Sam\SamCohortMember" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamCourseUser" class="App\Entity\Sam\SamCourseUser" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamMoodleActivity" class="App\Entity\Sam\SamMoodleActivity" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamMoodleCohort" class="App\Entity\Sam\SamMoodleCohort" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamMoodleCompletion" class="App\Entity\Sam\SamMoodleCompletion" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamMoodleCourse" class="App\Entity\Sam\SamMoodleCourse" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamMoodleSection" class="App\Entity\Sam\SamMoodleSection" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamMoodleUser" class="App\Entity\Sam\SamMoodleUser" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamQuizAttempt" class="App\Entity\Sam\SamQuizAttempt" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamReminderLog" class="App\Entity\Sam\SamReminderLog" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamUserConnectionDay" class="App\Entity\Sam\SamUserConnectionDay" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Sam\SamUserVisit" class="App\Entity\Sam\SamUserVisit" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Scormia\ScormiaBlock" class="App\Entity\Scormia\ScormiaBlock" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Scormia\ScormiaGenerationJob" class="App\Entity\Scormia\ScormiaGenerationJob" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Scormia\ScormiaModule" class="App\Entity\Scormia\ScormiaModule" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Scormia\ScormiaScreen" class="App\Entity\Scormia\ScormiaScreen" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Scormia\ScormiaUserTheme" class="App\Entity\Scormia\ScormiaUserTheme" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Serenia\SereniaChatMessage" class="App\Entity\Serenia\SereniaChatMessage" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Serenia\SereniaChatSession" class="App\Entity\Serenia\SereniaChatSession" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Settings" class="App\Entity\Settings" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\SlidiaPresentation" class="App\Entity\SlidiaPresentation" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\SlidiaTemplate" class="App\Entity\SlidiaTemplate" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\SlidiaTemplatePreference" class="App\Entity\SlidiaTemplatePreference" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\StripeWebhookLog" class="App\Entity\StripeWebhookLog" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\SupportMessage" class="App\Entity\SupportMessage" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\SupportTicket" class="App\Entity\SupportTicket" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\Tool" class="App\Entity\Tool" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\User" class="App\Entity\User" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\UserBadge" class="App\Entity\UserBadge" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\UserBadgeMetric" class="App\Entity\UserBadgeMetric" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\UserNotificationPreferences" class="App\Entity\UserNotificationPreferences" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\UserRecentActivity" class="App\Entity\UserRecentActivity" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\UserSubscription" class="App\Entity\UserSubscription" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\UserToken" class="App\Entity\UserToken" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\Entity\UserTourProgress" class="App\Entity\UserTourProgress" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's a Doctrine entity"/>
      <tag name="container.excluded" source="with #[Doctrine\ORM\Mapping\Entity] attribute"/>
    </service>
    <service id="App\EventListener\JsonExceptionListener" class="App\EventListener\JsonExceptionListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="kernel.exception" method="" priority="0" dispatcher=""/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\EventListener\PublicShareResponseListener" class="App\EventListener\PublicShareResponseListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="kernel.response" method="" priority="0" dispatcher=""/>
      <tag name="container.hot_path"/>
    </service>
    <service id="App\EventSubscriber\API\ApiRateLimitSubscriber" class="App\EventSubscriber\API\ApiRateLimitSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="App\EventSubscriber\AccessDeniedSubscriber" class="App\EventSubscriber\AccessDeniedSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber" class="App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_listener" event="postLoad" priority="" connection=""/>
      <tag name="doctrine.event_listener" event="prePersist" priority="" connection=""/>
      <tag name="doctrine.event_listener" event="preUpdate" priority="" connection=""/>
      <argument type="service" id="App\Service\Security\EncryptionService"/>
    </service>
    <service id="App\EventSubscriber\PermissionsPolicySubscriber" class="App\EventSubscriber\PermissionsPolicySubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="App\EventSubscriber\ScormiaAccessSubscriber" class="App\EventSubscriber\ScormiaAccessSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="App\Service\Scormia\ScormiaAccessChecker"/>
      <argument type="service" id="security.helper"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="App\EventSubscriber\SessionConfigurationSubscriber" class="App\EventSubscriber\SessionConfigurationSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="App\EventSubscriber\UserStatusSubscriber" class="App\EventSubscriber\UserStatusSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="App\Exception\API\ApiException" class="App\Exception\API\ApiException" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Exception\API\ApiException&quot;: argument &quot;$message&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Exception\API\CompanyNotFoundException" class="App\Exception\API\CompanyNotFoundException" autowire="true" autoconfigure="true"/>
    <service id="App\Exception\InvitationRateLimitException" class="App\Exception\InvitationRateLimitException" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Exception\InvitationRateLimitException&quot;: argument &quot;$lastSentAt&quot; of method &quot;__construct()&quot; references class &quot;DateTimeImmutable&quot; but no such service exists."/>
    </service>
    <service id="App\Exception\Payment\WebhookNotReadyException" class="App\Exception\Payment\WebhookNotReadyException" autowire="true" autoconfigure="true"/>
    <service id="App\Exception\Shared\AI\EmptyResponseException" class="App\Exception\Shared\AI\EmptyResponseException" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Exception\Shared\AI\EmptyResponseException&quot;: argument &quot;$step&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Exception\Shared\AI\OpenAIRequestException" class="App\Exception\Shared\AI\OpenAIRequestException" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Exception\Shared\AI\OpenAIRequestException&quot;: argument &quot;$message&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Exception\Shared\AI\TruncatedResponseException" class="App\Exception\Shared\AI\TruncatedResponseException" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Exception\Shared\AI\TruncatedResponseException&quot;: argument &quot;$model&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Exception\Shared\Document\DocumentTooLargeException" class="App\Exception\Shared\Document\DocumentTooLargeException" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Exception\Shared\Document\DocumentTooLargeException&quot;: argument &quot;$characterCount&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Exception\Slidia\TemplateImportException" class="App\Exception\Slidia\TemplateImportException" autowire="true" autoconfigure="true"/>
    <service id="App\Form\Admin\AnnouncementType" class="App\Form\Admin\AnnouncementType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Admin\CompanyType" class="App\Form\Admin\CompanyType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Admin\ContractType" class="App\Form\Admin\ContractType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Admin\PlanType" class="App\Form\Admin\PlanType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Admin\ToolType" class="App\Form\Admin\ToolType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Admin\UserType" class="App\Form\Admin\UserType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Company\CompanyUserType" class="App\Form\Company\CompanyUserType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\ContactType" class="App\Form\ContactType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Moodia\MoodiaConfigurationType" class="App\Form\Moodia\MoodiaConfigurationType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\RegistrationFormType" class="App\Form\RegistrationFormType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Settings\EmailChangeType" class="App\Form\Settings\EmailChangeType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Settings\IdentityType" class="App\Form\Settings\IdentityType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Settings\PasswordType" class="App\Form\Settings\PasswordType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Message\GenerateScormiaModuleMessage" class="App\Message\GenerateScormiaModuleMessage" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Message\GenerateScormiaModuleMessage&quot;: argument &quot;$jobUuid&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Message\Sam\RefreshConnectionsMessage" class="App\Message\Sam\RefreshConnectionsMessage" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Message\Sam\RefreshConnectionsMessage&quot;: argument &quot;$companyId&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Message\Sam\SyncCoursesMessage" class="App\Message\Sam\SyncCoursesMessage" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Message\Sam\SyncCoursesMessage&quot;: argument &quot;$companyId&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Message\StripeWebhookMessage" class="App\Message\StripeWebhookMessage" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Message\StripeWebhookMessage&quot;: argument &quot;$eventId&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\MessageHandler\GenerateScormiaModuleMessageHandler" class="App\MessageHandler\GenerateScormiaModuleMessageHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler" bus="" handles="" method="" priority="0" from_transport=""/>
      <argument type="service" id="App\Repository\Scormia\ScormiaGenerationJobRepository"/>
      <argument type="service" id="App\Service\Scormia\ScormiaGenerationService"/>
      <argument type="service" id="App\Service\Scormia\ScormiaPersistenceService"/>
      <argument type="service" id="App\Service\Scormia\ScormiaPdfImageExtractor"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\MessageHandler\Sam\RefreshConnectionsHandler" class="App\MessageHandler\Sam\RefreshConnectionsHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler" bus="" handles="" method="" priority="0" from_transport=""/>
      <argument type="service" id="App\Service\Sam\SamConnectionSyncService"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\MessageHandler\Sam\SyncCoursesHandler" class="App\MessageHandler\Sam\SyncCoursesHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler" bus="" handles="" method="" priority="0" from_transport=""/>
      <argument type="service" id="App\Service\Sam\SamCourseSyncService"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCourseRepository"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\MessageHandler\StripeWebhookHandler" class="App\MessageHandler\StripeWebhookHandler" autowire="true" autoconfigure="true">
      <tag name="messenger.message_handler" bus="" handles="" method="" priority="0" from_transport=""/>
      <argument type="service" id="App\Service\Payment\StripeWebhookService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Repository\ActivityEntityTypeRepository" class="App\Repository\ActivityEntityTypeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ActivityLogRepository" class="App\Repository\ActivityLogRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AnnouncementRepository" class="App\Repository\AnnouncementRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AnnouncementViewRepository" class="App\Repository\AnnouncementViewRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ApiKeyRepository" class="App\Repository\ApiKeyRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ApiLogRepository" class="App\Repository\ApiLogRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BadgeRepository" class="App\Repository\BadgeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Castia\CastiaPodcastRepository" class="App\Repository\Castia\CastiaPodcastRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Castia\UserVoiceFavoriteRepository" class="App\Repository\Castia\UserVoiceFavoriteRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CommercialCommissionRepository" class="App\Repository\CommercialCommissionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CommercialInvitationRepository" class="App\Repository\CommercialInvitationRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CommercialPayoutRepository" class="App\Repository\CommercialPayoutRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CommercialRepository" class="App\Repository\CommercialRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CompanyInvitationRepository" class="App\Repository\CompanyInvitationRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CompanyRepository" class="App\Repository\CompanyRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CompanyTokenRepository" class="App\Repository\CompanyTokenRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ContractRepository" class="App\Repository\ContractRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Monalisia\MonalisiaInfographicRepository" class="App\Repository\Monalisia\MonalisiaInfographicRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaActivityRepository" class="App\Repository\Moodia\MoodiaActivityRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaActivitySettingsRepository" class="App\Repository\Moodia\MoodiaActivitySettingsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaActivityVersionRepository" class="App\Repository\Moodia\MoodiaActivityVersionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaCourseRepository" class="App\Repository\Moodia\MoodiaCourseRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaGlossaryTermRepository" class="App\Repository\Moodia\MoodiaGlossaryTermRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaImageRepository" class="App\Repository\Moodia\MoodiaImageRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaQuizAnswerRepository" class="App\Repository\Moodia\MoodiaQuizAnswerRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaQuizQuestionRepository" class="App\Repository\Moodia\MoodiaQuizQuestionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaQuizRepository" class="App\Repository\Moodia\MoodiaQuizRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Moodia\MoodiaSectionRepository" class="App\Repository\Moodia\MoodiaSectionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Pixia\PixiaImageRepository" class="App\Repository\Pixia\PixiaImageRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\PlanRepository" class="App\Repository\PlanRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Promptly\PromptlyFolderRepository" class="App\Repository\Promptly\PromptlyFolderRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Promptly\PromptlyPromptRepository" class="App\Repository\Promptly\PromptlyPromptRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Promptly\PromptlyUserMetaRepository" class="App\Repository\Promptly\PromptlyUserMetaRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamCohortMemberRepository" class="App\Repository\Sam\SamCohortMemberRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamCourseUserRepository" class="App\Repository\Sam\SamCourseUserRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamMoodleActivityRepository" class="App\Repository\Sam\SamMoodleActivityRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamMoodleCohortRepository" class="App\Repository\Sam\SamMoodleCohortRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamMoodleCompletionRepository" class="App\Repository\Sam\SamMoodleCompletionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamMoodleCourseRepository" class="App\Repository\Sam\SamMoodleCourseRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamMoodleSectionRepository" class="App\Repository\Sam\SamMoodleSectionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamMoodleUserRepository" class="App\Repository\Sam\SamMoodleUserRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamQuizAttemptRepository" class="App\Repository\Sam\SamQuizAttemptRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamReminderLogRepository" class="App\Repository\Sam\SamReminderLogRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamUserConnectionDayRepository" class="App\Repository\Sam\SamUserConnectionDayRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sam\SamUserVisitRepository" class="App\Repository\Sam\SamUserVisitRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Scormia\ScormiaBlockRepository" class="App\Repository\Scormia\ScormiaBlockRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Scormia\ScormiaGenerationJobRepository" class="App\Repository\Scormia\ScormiaGenerationJobRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Scormia\ScormiaModuleRepository" class="App\Repository\Scormia\ScormiaModuleRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Scormia\ScormiaScreenRepository" class="App\Repository\Scormia\ScormiaScreenRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Scormia\ScormiaUserThemeRepository" class="App\Repository\Scormia\ScormiaUserThemeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Serenia\SereniaChatMessageRepository" class="App\Repository\Serenia\SereniaChatMessageRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Serenia\SereniaChatSessionRepository" class="App\Repository\Serenia\SereniaChatSessionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SettingsRepository" class="App\Repository\SettingsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SlidiaPresentationRepository" class="App\Repository\SlidiaPresentationRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SlidiaTemplatePreferenceRepository" class="App\Repository\SlidiaTemplatePreferenceRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SlidiaTemplateRepository" class="App\Repository\SlidiaTemplateRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\StripeWebhookLogRepository" class="App\Repository\StripeWebhookLogRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SupportMessageRepository" class="App\Repository\SupportMessageRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SupportTicketRepository" class="App\Repository\SupportTicketRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ToolRepository" class="App\Repository\ToolRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserBadgeMetricRepository" class="App\Repository\UserBadgeMetricRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserBadgeRepository" class="App\Repository\UserBadgeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserNotificationPreferencesRepository" class="App\Repository\UserNotificationPreferencesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserRecentActivityRepository" class="App\Repository\UserRecentActivityRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserRepository" class="App\Repository\UserRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserSubscriptionRepository" class="App\Repository\UserSubscriptionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserTokenRepository" class="App\Repository\UserTokenRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserTourProgressRepository" class="App\Repository\UserTourProgressRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Security\CommercialVoter" class="App\Security\CommercialVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
    </service>
    <service id="App\Security\GoogleAuthenticator" class="App\Security\GoogleAuthenticator" autowire="true" autoconfigure="true">
      <argument type="service" id="knpu.oauth2.registry"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\User\UserRegistrationService"/>
    </service>
    <service id="App\Security\JsonAuthenticationEntryPoint" class="App\Security\JsonAuthenticationEntryPoint" autowire="true" autoconfigure="true"/>
    <service id="App\Security\LogoutSuccessHandler" class="App\Security\LogoutSuccessHandler" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="Symfony\Component\Security\Http\Event\LogoutEvent" method="" priority="0" dispatcher=""/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="App\Security\PlanAccessVoter" class="App\Security\PlanAccessVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
    </service>
    <service id="App\Security\SessionAuthenticator" class="App\Security\SessionAuthenticator" autowire="true" autoconfigure="true"/>
    <service id="App\Security\UserChecker" class="App\Security\UserChecker" autowire="true" autoconfigure="true"/>
    <service id="App\Service\API\LocalProgressService" class="App\Service\API\LocalProgressService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCourseRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleSectionRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleActivityRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCompletionRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamQuizAttemptRepository"/>
    </service>
    <service id="App\Service\API\Moodle\MoodleApiClient" class="App\Service\API\Moodle\MoodleApiClient" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="App\Service\API\Moodle\MoodleCohortService" class="App\Service\API\Moodle\MoodleCohortService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
      <argument type="service" id="App\Service\API\PaginationService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCohortRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCohortMemberRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
    </service>
    <service id="App\Service\API\Moodle\MoodleCourseService" class="App\Service\API\Moodle\MoodleCourseService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
    </service>
    <service id="App\Service\API\Moodle\MoodleEnrollmentService" class="App\Service\API\Moodle\MoodleEnrollmentService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCourseRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
    </service>
    <service id="App\Service\API\Moodle\MoodleExportService" class="App\Service\API\Moodle\MoodleExportService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleUserService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleCourseService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleProgressService"/>
    </service>
    <service id="App\Service\API\Moodle\MoodleProgressService" class="App\Service\API\Moodle\MoodleProgressService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
    </service>
    <service id="App\Service\API\Moodle\MoodleStatusService" class="App\Service\API\Moodle\MoodleStatusService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
    </service>
    <service id="App\Service\API\Moodle\MoodleUserService" class="App\Service\API\Moodle\MoodleUserService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
      <argument type="service" id="App\Service\API\PaginationService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
    </service>
    <service id="App\Service\API\PaginationService" class="App\Service\API\PaginationService" autowire="true" autoconfigure="true"/>
    <service id="App\Service\API\UserContextService" class="App\Service\API\UserContextService" autowire="true" autoconfigure="true">
      <argument type="service" id="security.helper"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
    </service>
    <service id="App\Service\ActivityLogLabels" class="App\Service\ActivityLogLabels" autowire="true" autoconfigure="true"/>
    <service id="App\Service\ActivityLogService" class="App\Service\ActivityLogService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\ActivityEntityTypeRepository"/>
    </service>
    <service id="App\Service\ApiLogService" class="App\Service\ApiLogService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="App\Service\Badge\BadgeAwarderService" class="App\Service\Badge\BadgeAwarderService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\BadgeRepository"/>
      <argument type="service" id="App\Repository\UserBadgeRepository"/>
      <argument type="service" id="App\Repository\UserTokenRepository"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Badge\BadgeDisplayService" class="App\Service\Badge\BadgeDisplayService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\BadgeRepository"/>
      <argument type="service" id="App\Repository\UserBadgeRepository"/>
      <argument type="service" id="App\Repository\UserBadgeMetricRepository"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <argument type="service" id="App\Repository\UserRecentActivityRepository"/>
    </service>
    <service id="App\Service\Badge\BadgeEvaluatorService" class="App\Service\Badge\BadgeEvaluatorService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\UserRecentActivityRepository"/>
      <argument type="service" id="App\Repository\UserBadgeRepository"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <argument type="service" id="App\Repository\BadgeRepository"/>
      <argument type="service" id="App\Service\Badge\BadgeAwarderService"/>
      <argument type="service" id="App\Service\Badge\BadgeMetricsRefreshService"/>
      <argument type="service" id="App\Repository\UserBadgeMetricRepository"/>
    </service>
    <service id="App\Service\Badge\BadgeMetricsRefreshService" class="App\Service\Badge\BadgeMetricsRefreshService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\UserBadgeMetricRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\UserRecentActivityRepository"/>
      <argument type="service" id="App\Repository\UserTokenRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaActivityRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaQuizQuestionRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaImageRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaGlossaryTermRepository"/>
      <argument type="service" id="App\Repository\Serenia\SereniaChatSessionRepository"/>
      <argument type="service" id="App\Repository\Serenia\SereniaChatMessageRepository"/>
      <argument type="service" id="App\Repository\SlidiaPresentationRepository"/>
      <argument type="service" id="App\Repository\Scormia\ScormiaModuleRepository"/>
      <argument type="service" id="App\Repository\Castia\CastiaPodcastRepository"/>
      <argument type="service" id="App\Repository\Monalisia\MonalisiaInfographicRepository"/>
      <argument type="service" id="App\Repository\Pixia\PixiaImageRepository"/>
      <argument type="service" id="App\Repository\Promptly\PromptlyPromptRepository"/>
      <argument type="service" id="App\Repository\Promptly\PromptlyFolderRepository"/>
    </service>
    <service id="App\Service\Badge\DailyRewardService" class="App\Service\Badge\DailyRewardService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\UserTokenRepository"/>
      <argument type="service" id="App\Repository\UserBadgeRepository"/>
      <argument type="service" id="App\Repository\BadgeRepository"/>
      <argument type="service" id="App\Service\Badge\BadgeAwarderService"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Castia\CastiaService" class="App\Service\Castia\CastiaService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\TextToSpeechService"/>
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Commercial\ActiveCommercialResolver" class="App\Service\Commercial\ActiveCommercialResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CommercialRepository"/>
    </service>
    <service id="App\Service\Commercial\AttributionToken" class="App\Service\Commercial\AttributionToken" autowire="true" autoconfigure="true">
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="App\Service\Commercial\CommercialActivityLogger" class="App\Service\Commercial\CommercialActivityLogger" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\ActivityLogService"/>
    </service>
    <service id="App\Service\Commercial\CommercialDashboardSeries" class="App\Service\Commercial\CommercialDashboardSeries" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\Commercial\PlanBreakdown"/>
    </service>
    <service id="App\Service\Commercial\CommercialDue" class="App\Service\Commercial\CommercialDue" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Commercial\CommercialDue&quot;: argument &quot;$commercial&quot; of method &quot;__construct()&quot; needs an instance of &quot;App\Entity\Commercial&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id="App\Service\Commercial\CommercialDueLedger" class="App\Service\Commercial\CommercialDueLedger" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CommercialRepository"/>
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
    </service>
    <service id="App\Service\Commercial\CommercialProgramSeries" class="App\Service\Commercial\CommercialProgramSeries" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\Commercial\PlanBreakdown"/>
    </service>
    <service id="App\Service\Commercial\CommercialProvisioner" class="App\Service\Commercial\CommercialProvisioner" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Commercial\ReferralCodeGenerator"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Commercial\CommissionAccrual" class="App\Service\Commercial\CommissionAccrual" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CommercialCommissionRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Commercial\CommissionCalculator"/>
      <argument type="service" id="App\Service\Commercial\CommercialActivityLogger"/>
    </service>
    <service id="App\Service\Commercial\CommissionCalculator" class="App\Service\Commercial\CommissionCalculator" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Commercial\CommissionPayout" class="App\Service\Commercial\CommissionPayout" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
      <argument type="service" id="App\Repository\CommercialCommissionRepository"/>
      <argument type="service" id="App\Repository\CommercialPayoutRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Commercial\CommissionPeriod" class="App\Service\Commercial\CommissionPeriod" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Commercial\CommissionPeriod&quot;: argument &quot;$period&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Commercial\CommissionStatement" class="App\Service\Commercial\CommissionStatement" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CommercialCommissionRepository"/>
      <argument type="service" id="App\Repository\CommercialPayoutRepository"/>
    </service>
    <service id="App\Service\Commercial\CommissionSummary" class="App\Service\Commercial\CommissionSummary" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Commercial\CommissionSummary&quot;: argument &quot;$acquiredThisMonth&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Commercial\DateRange" class="App\Service\Commercial\DateRange" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Invalid service &quot;App\Service\Commercial\DateRange&quot;: its constructor must be public. Did you miss configuring a factory or a static constructor? Try using the &quot;#[Autoconfigure(constructor: ...)]&quot; attribute for the latter."/>
    </service>
    <service id="App\Service\Commercial\InvitationConsumer" class="App\Service\Commercial\InvitationConsumer" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CommercialInvitationRepository"/>
      <argument type="service" id="App\Service\Commercial\ReferralAttributor"/>
    </service>
    <service id="App\Service\Commercial\InvitationDispatcher" class="App\Service\Commercial\InvitationDispatcher" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CommercialInvitationRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Service\Commercial\ReferralAttributor"/>
      <argument type="service" id="App\Service\Commercial\AttributionToken"/>
      <argument type="service" id="App\Service\User\EmailVerificationService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Commercial\MonthLabel" class="App\Service\Commercial\MonthLabel" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Commercial\PlanBreakdown" class="App\Service\Commercial\PlanBreakdown" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\PlanRepository"/>
    </service>
    <service id="App\Service\Commercial\RecruitViewModel" class="App\Service\Commercial\RecruitViewModel" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Commercial\ReferralAttributor" class="App\Service\Commercial\ReferralAttributor" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Commercial\ReferralResolver"/>
      <argument type="service" id="App\Service\Commercial\CommercialActivityLogger"/>
    </service>
    <service id="App\Service\Commercial\ReferralCodeGenerator" class="App\Service\Commercial\ReferralCodeGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CommercialRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
    </service>
    <service id="App\Service\Commercial\ReferralCookie" class="App\Service\Commercial\ReferralCookie" autowire="true" autoconfigure="true">
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="App\Service\Commercial\ReferralResolver" class="App\Service\Commercial\ReferralResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CommercialRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
    </service>
    <service id="App\Service\Commercial\UserReferralService" class="App\Service\Commercial\UserReferralService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Commercial\ReferralCodeGenerator"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Company\CompanyActivationService" class="App\Service\Company\CompanyActivationService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Token\UserTokenDistributionService"/>
    </service>
    <service id="App\Service\ContactEmailService" class="App\Service\ContactEmailService" autowire="true" autoconfigure="true">
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="twig"/>
      <argument>%env(CONTACT_EMAIL)%</argument>
    </service>
    <service id="App\Service\Contract\ContractLifecycleService" class="App\Service\Contract\ContractLifecycleService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Company\CompanyActivationService"/>
      <argument type="service" id="App\Service\Token\CompanyTokenService"/>
      <argument type="service" id="App\Service\Token\UserTokenDistributionService"/>
      <argument type="service" id="App\Service\Contract\ContractService"/>
      <argument type="service" id="App\Service\ActivityLogService"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Contract\ContractService" class="App\Service\Contract\ContractService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\ContractRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
    </service>
    <service id="App\Service\Dashboard\DashboardDataService" class="App\Service\Dashboard\DashboardDataService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\Dashboard\ToolsService"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaActivityRepository"/>
      <argument type="service" id="App\Repository\SlidiaPresentationRepository"/>
      <argument type="service" id="App\Service\Moodia\TimeSavingsCalculator"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <argument type="service" id="App\Repository\UserRecentActivityRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCourseRepository"/>
      <argument type="service" id="App\Repository\ContractRepository"/>
      <argument type="service" id="App\Repository\Promptly\PromptlyPromptRepository"/>
    </service>
    <service id="App\Service\Dashboard\ToolsService" class="App\Service\Dashboard\ToolsService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\UserRecentActivityRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
    </service>
    <service id="App\Service\Export\CsvFormulaGuard" class="App\Service\Export\CsvFormulaGuard" autowire="true" autoconfigure="true"/>
    <service id="App\Service\GreetingService" class="App\Service\GreetingService" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Helper\ApiResponseFactory" class="App\Service\Helper\ApiResponseFactory" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Helper\TextCleanerService" class="App\Service\Helper\TextCleanerService" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Monalisia\InfographicStore" class="App\Service\Monalisia\InfographicStore" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Monalisia\MonalisiaService" class="App\Service\Monalisia\MonalisiaService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\AddToMoodiaService" class="App\Service\Moodia\AddToMoodiaService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaSectionRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Moodia\CourseGenerationService" class="App\Service\Moodia\CourseGenerationService" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger"/>
      <argument>%env(OPENAI_API_KEY)%</argument>
    </service>
    <service id="App\Service\Moodia\Export\Builder\ArchiveBuilder" class="App\Service\Moodia\Export\Builder\ArchiveBuilder" autowire="true" autoconfigure="true">
      <argument>/var/www/moodia/var/cache/prod</argument>
    </service>
    <service id="App\Service\Moodia\Export\Builder\XmlBuilder" class="App\Service\Moodia\Export\Builder\XmlBuilder" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Moodia\Export\Config\MoodleDefaults" class="App\Service\Moodia\Export\Config\MoodleDefaults" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Moodia\Export\Exception\ExportException" class="App\Service\Moodia\Export\Exception\ExportException" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Moodia\Export\Generator\Activity\AssignmentGenerator" class="App\Service\Moodia\Export\Generator\Activity\AssignmentGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.activity_generator"/>
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Activity\ForumGenerator" class="App\Service\Moodia\Export\Generator\Activity\ForumGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.activity_generator"/>
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Activity\GlossaryGenerator" class="App\Service\Moodia\Export\Generator\Activity\GlossaryGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Activity\LabelGenerator" class="App\Service\Moodia\Export\Generator\Activity\LabelGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.activity_generator"/>
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Activity\PageGenerator" class="App\Service\Moodia\Export\Generator\Activity\PageGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.activity_generator"/>
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Activity\QuizGenerator" class="App\Service\Moodia\Export\Generator\Activity\QuizGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.activity_generator"/>
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Activity\ResourceGenerator" class="App\Service\Moodia\Export\Generator\Activity\ResourceGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.activity_generator"/>
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Activity\ScormGenerator" class="App\Service\Moodia\Export\Generator\Activity\ScormGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.activity_generator"/>
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Activity\UrlGenerator" class="App\Service\Moodia\Export\Generator\Activity\UrlGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.activity_generator"/>
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Structure\BackupGenerator" class="App\Service\Moodia\Export\Generator\Structure\BackupGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Structure\CourseGenerator" class="App\Service\Moodia\Export\Generator\Structure\CourseGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Structure\FilesGenerator" class="App\Service\Moodia\Export\Generator\Structure\FilesGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Structure\QuestionsGenerator" class="App\Service\Moodia\Export\Generator\Structure\QuestionsGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
      <argument type="service" id="App\Service\Moodia\Quiz\QuestionType\QuestionTypeRegistry"/>
    </service>
    <service id="App\Service\Moodia\Export\Generator\Structure\SectionGenerator" class="App\Service\Moodia\Export\Generator\Structure\SectionGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\Export\Builder\XmlBuilder"/>
    </service>
    <service id="App\Service\Moodia\Export\Handler\Audio\AudioExportHandler" class="App\Service\Moodia\Export\Handler\Audio\AudioExportHandler" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\TextToSpeechService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Moodia\Export\Handler\Audio\AudioGenerateResult" class="App\Service\Moodia\Export\Handler\Audio\AudioGenerateResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\Handler\Audio\AudioGenerateResult&quot;: argument &quot;$generated&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\Handler\Audio\AudioPrepareResult" class="App\Service\Moodia\Export\Handler\Audio\AudioPrepareResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\Handler\Audio\AudioPrepareResult&quot;: argument &quot;$toGenerate&quot; of method &quot;__construct()&quot; is type-hinted &quot;array&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\LatexNormalizer" class="App\Service\Moodia\Export\LatexNormalizer" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Moodia\Export\MbzExportStreamingService" class="App\Service\Moodia\Export\MbzExportStreamingService" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\MbzExportStreamingService&quot;: argument &quot;$cacheDir&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\MbzExporter" class="App\Service\Moodia\Export\MbzExporter" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\Export\Builder\ArchiveBuilder"/>
      <argument type="service" id="App\Service\Moodia\Export\Generator\Structure\BackupGenerator"/>
      <argument type="service" id="App\Service\Moodia\Export\Generator\Structure\CourseGenerator"/>
      <argument type="service" id="App\Service\Moodia\Export\Generator\Structure\SectionGenerator"/>
      <argument type="service" id="App\Service\Moodia\Export\Generator\Structure\FilesGenerator"/>
      <argument type="service" id="App\Service\Moodia\Export\Generator\Structure\QuestionsGenerator"/>
      <argument type="service" id="App\Service\Moodia\Export\Registry\ActivityGeneratorRegistry"/>
    </service>
    <service id="App\Service\Moodia\Export\Model\Activity\Activity" class="App\Service\Moodia\Export\Model\Activity\Activity" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\Model\Activity\Activity&quot;: argument &quot;$id&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\Model\Backup\BackupInfo" class="App\Service\Moodia\Export\Model\Backup\BackupInfo" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\Model\Backup\BackupInfo&quot;: argument &quot;$filename&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\Model\Course\Course" class="App\Service\Moodia\Export\Model\Course\Course" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\Model\Course\Course&quot;: argument &quot;$id&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\Model\Course\Section" class="App\Service\Moodia\Export\Model\Course\Section" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\Model\Course\Section&quot;: argument &quot;$id&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\Model\File\ExportFile" class="App\Service\Moodia\Export\Model\File\ExportFile" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\Model\File\ExportFile&quot;: argument &quot;$id&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\Model\Question\Answer" class="App\Service\Moodia\Export\Model\Question\Answer" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\Model\Question\Answer&quot;: argument &quot;$id&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\Model\Question\Question" class="App\Service\Moodia\Export\Model\Question\Question" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Moodia\Export\Model\Question\Question&quot;: argument &quot;$id&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Service\Moodia\Export\MoodleQuizXmlExporter" class="App\Service\Moodia\Export\MoodleQuizXmlExporter" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\Export\LatexNormalizer"/>
    </service>
    <service id="App\Service\Moodia\Export\Registry\ActivityGeneratorRegistry" class="App\Service\Moodia\Export\Registry\ActivityGeneratorRegistry" autowire="true" autoconfigure="true">
      <argument type="tagged_iterator" tag="moodia.activity_generator"/>
    </service>
    <service id="App\Service\Moodia\Export\Transformer\CourseTransformer" class="App\Service\Moodia\Export\Transformer\CourseTransformer" autowire="true" autoconfigure="true">
      <argument>/var/www/moodia</argument>
      <argument type="service" id="App\Service\Moodia\Quiz\QuestionType\QuestionTypeRegistry"/>
      <argument type="service" id="App\Service\Moodia\Export\LatexNormalizer"/>
      <argument type="service" id="App\Repository\Scormia\ScormiaModuleRepository"/>
      <argument type="service" id="App\Service\Scormia\Export\ScormPackageExporter"/>
      <argument>/var/www/moodia/var/cache/prod</argument>
    </service>
    <service id="App\Service\Moodia\Generation\Activity\ActivityGeneratorRegistry" class="App\Service\Moodia\Generation\Activity\ActivityGeneratorRegistry" autowire="true" autoconfigure="true">
      <argument type="tagged_iterator" tag="moodia.content_generator"/>
    </service>
    <service id="App\Service\Moodia\Generation\Activity\Generator\AssignmentActivityGenerator" class="App\Service\Moodia\Generation\Activity\Generator\AssignmentActivityGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.content_generator"/>
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\Generation\Activity\Generator\AudioActivityGenerator" class="App\Service\Moodia\Generation\Activity\Generator\AudioActivityGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.content_generator"/>
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\Generation\Activity\Generator\FileActivityGenerator" class="App\Service\Moodia\Generation\Activity\Generator\FileActivityGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.content_generator"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\Generation\Activity\Generator\ForumActivityGenerator" class="App\Service\Moodia\Generation\Activity\Generator\ForumActivityGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.content_generator"/>
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\Generation\Activity\Generator\LabelActivityGenerator" class="App\Service\Moodia\Generation\Activity\Generator\LabelActivityGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.content_generator"/>
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\Generation\Activity\Generator\PageActivityGenerator" class="App\Service\Moodia\Generation\Activity\Generator\PageActivityGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.content_generator"/>
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\Generation\Activity\Generator\UrlActivityGenerator" class="App\Service\Moodia\Generation\Activity\Generator\UrlActivityGenerator" autowire="true" autoconfigure="true">
      <tag name="moodia.content_generator"/>
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\Generation\Pdf\PdfExcerptExtractor" class="App\Service\Moodia\Generation\Pdf\PdfExcerptExtractor" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Moodia\Generation\Plan\CoursePlanGenerator" class="App\Service\Moodia\Generation\Plan\CoursePlanGenerator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="App\Service\Moodia\Generation\Plan\CoursePlanParser"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\Generation\Plan\CoursePlanParser" class="App\Service\Moodia\Generation\Plan\CoursePlanParser" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Moodia\Generation\Validator\PedagogicalTimeValidator" class="App\Service\Moodia\Generation\Validator\PedagogicalTimeValidator" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\ImageAnalyzerService" class="App\Service\Moodia\ImageAnalyzerService" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\ImagePlacementService" class="App\Service\Moodia\ImagePlacementService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\OpenAIService"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\MoodiaPersistenceService" class="App\Service\Moodia\MoodiaPersistenceService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaActivityRepository"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Service\Moodia\Quiz\QuestionType\QuestionTypeRegistry"/>
      <argument type="service" id="App\Service\Scormia\ScormiaModuleSummary"/>
    </service>
    <service id="App\Service\Moodia\MoodiaStreamingService" class="App\Service\Moodia\MoodiaStreamingService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\CourseGenerationService"/>
      <argument type="service" id="App\Service\Moodia\Generation\Plan\CoursePlanGenerator"/>
      <argument type="service" id="App\Service\Moodia\PdfExtractorService"/>
      <argument type="service" id="App\Service\Moodia\PdfImageExtractorService"/>
      <argument type="service" id="App\Service\Moodia\ImageAnalyzerService"/>
      <argument type="service" id="App\Service\Moodia\ImagePlacementService"/>
      <argument type="service" id="App\Service\Moodia\MoodiaPersistenceService"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaImageRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaActivityRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="monolog.logger"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Moodia\MoodiaTextRewriterService" class="App\Service\Moodia\MoodiaTextRewriterService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\MoodiaVersionService" class="App\Service\Moodia\MoodiaVersionService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaActivityVersionRepository"/>
    </service>
    <service id="App\Service\Moodia\OpenAIService" class="App\Service\Moodia\OpenAIService" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger"/>
      <argument>%env(OPENAI_API_KEY)%</argument>
      <argument type="service" id="App\Service\Helper\TextCleanerService"/>
      <argument>%env(OPENAI_MODEL)%</argument>
    </service>
    <service id="App\Service\Moodia\PdfExtractorService" class="App\Service\Moodia\PdfExtractorService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Helper\TextCleanerService"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\PdfImageExtractorService" class="App\Service\Moodia\PdfImageExtractorService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\PdfStreamingParser"/>
      <argument type="service" id="monolog.logger"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Moodia\PdfStreamingParser" class="App\Service\Moodia\PdfStreamingParser" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Moodia\PdfTimeEstimatorService" class="App\Service\Moodia\PdfTimeEstimatorService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\PdfExtractorService"/>
    </service>
    <service id="App\Service\Moodia\Quiz\QuestionType\CalculatedType" class="App\Service\Moodia\Quiz\QuestionType\CalculatedType" autowire="true" autoconfigure="true">
      <tag name="moodia.question_type"/>
    </service>
    <service id="App\Service\Moodia\Quiz\QuestionType\DragDropTextType" class="App\Service\Moodia\Quiz\QuestionType\DragDropTextType" autowire="true" autoconfigure="true">
      <tag name="moodia.question_type"/>
    </service>
    <service id="App\Service\Moodia\Quiz\QuestionType\GapSelectType" class="App\Service\Moodia\Quiz\QuestionType\GapSelectType" autowire="true" autoconfigure="true">
      <tag name="moodia.question_type"/>
    </service>
    <service id="App\Service\Moodia\Quiz\QuestionType\MatchType" class="App\Service\Moodia\Quiz\QuestionType\MatchType" autowire="true" autoconfigure="true">
      <tag name="moodia.question_type"/>
    </service>
    <service id="App\Service\Moodia\Quiz\QuestionType\MultichoiceType" class="App\Service\Moodia\Quiz\QuestionType\MultichoiceType" autowire="true" autoconfigure="true">
      <tag name="moodia.question_type"/>
    </service>
    <service id="App\Service\Moodia\Quiz\QuestionType\NumericalType" class="App\Service\Moodia\Quiz\QuestionType\NumericalType" autowire="true" autoconfigure="true">
      <tag name="moodia.question_type"/>
    </service>
    <service id="App\Service\Moodia\Quiz\QuestionType\QuestionTypeRegistry" class="App\Service\Moodia\Quiz\QuestionType\QuestionTypeRegistry" autowire="true" autoconfigure="true">
      <argument type="tagged_iterator" tag="moodia.question_type"/>
    </service>
    <service id="App\Service\Moodia\Quiz\QuestionType\ShortAnswerType" class="App\Service\Moodia\Quiz\QuestionType\ShortAnswerType" autowire="true" autoconfigure="true">
      <tag name="moodia.question_type"/>
    </service>
    <service id="App\Service\Moodia\Quiz\QuestionType\TrueFalseType" class="App\Service\Moodia\Quiz\QuestionType\TrueFalseType" autowire="true" autoconfigure="true">
      <tag name="moodia.question_type"/>
    </service>
    <service id="App\Service\Moodia\Quiz\TextGapParser" class="App\Service\Moodia\Quiz\TextGapParser" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Moodia\QuizFromPdfService" class="App\Service\Moodia\QuizFromPdfService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\PdfExtractorService"/>
      <argument type="service" id="App\Service\Moodia\CourseGenerationService"/>
    </service>
    <service id="App\Service\Moodia\TextToSpeechService" class="App\Service\Moodia\TextToSpeechService" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger"/>
      <argument>%env(ELEVENLABS_API_KEY)%</argument>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Moodia\TimeSavingsCalculator" class="App\Service\Moodia\TimeSavingsCalculator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Moodia\MoodiaCourseRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaActivityRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaQuizQuestionRepository"/>
      <argument type="service" id="App\Repository\Moodia\MoodiaGlossaryTermRepository"/>
    </service>
    <service id="App\Service\Payment\StripeCheckoutService" class="App\Service\Payment\StripeCheckoutService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Payment\StripeClientInitializer"/>
      <argument type="service" id="App\Repository\UserSubscriptionRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="App\Service\Payment\StripeClientInitializer" class="App\Service\Payment\StripeClientInitializer" autowire="true" autoconfigure="true">
      <argument>%env(STRIPE_SECRET_KEY)%</argument>
    </service>
    <service id="App\Service\Payment\StripePayloadReader" class="App\Service\Payment\StripePayloadReader" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Payment\StripeSubscriptionService" class="App\Service\Payment\StripeSubscriptionService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Payment\StripeClientInitializer"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Service\Payment\StripeCheckoutService"/>
    </service>
    <service id="App\Service\Payment\StripeWebhookService" class="App\Service\Payment\StripeWebhookService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Payment\StripeClientInitializer"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Repository\UserSubscriptionRepository"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Service\Commercial\CommissionAccrual"/>
      <argument type="service" id="App\Service\Commercial\UserReferralService"/>
    </service>
    <service id="App\Service\Pixia\PixiaService" class="App\Service\Pixia\PixiaService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Promptly\PromptlyService" class="App\Service\Promptly\PromptlyService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Promptly\PromptlyPromptRepository"/>
      <argument type="service" id="App\Repository\Promptly\PromptlyUserMetaRepository"/>
      <argument type="service" id="App\Repository\Promptly\PromptlyFolderRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
    </service>
    <service id="App\Service\Sam\SamCleanupService" class="App\Service\Sam\SamCleanupService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Sam\SamCohortSyncService" class="App\Service\Sam\SamCohortSyncService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleCohortService"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCohortRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCohortMemberRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Sam\SamCompletionSyncService" class="App\Service\Sam\SamCompletionSyncService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCompletionRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCourseRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleActivityRepository"/>
      <argument type="service" id="App\Repository\Sam\SamQuizAttemptRepository"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Sam\SamConnectionSyncService" class="App\Service\Sam\SamConnectionSyncService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Sam\SamCourseSyncService" class="App\Service\Sam\SamCourseSyncService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleApiClient"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCourseRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleSectionRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleActivityRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleCohortRepository"/>
      <argument type="service" id="App\Repository\Sam\SamCourseUserRepository"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Sam\SamReminderService" class="App\Service\Sam\SamReminderService" autowire="true" autoconfigure="true">
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="App\Repository\Sam\SamReminderLogRepository"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Sam\SamSyncService" class="App\Service\Sam\SamSyncService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\API\Moodle\MoodleUserService"/>
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Sam\SamUserService" class="App\Service\Sam\SamUserService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Sam\SamMoodleUserRepository"/>
      <argument type="service" id="App\Repository\CompanyRepository"/>
      <argument type="service" id="App\Service\API\Moodle\MoodleUserService"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Scormia\Block\AccordionBlock" class="App\Service\Scormia\Block\AccordionBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
      <argument type="service" id="App\Service\Scormia\Block\HtmlCleaner"/>
    </service>
    <service id="App\Service\Scormia\Block\AudioBlock" class="App\Service\Scormia\Block\AudioBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\BlockStyle" class="App\Service\Scormia\Block\BlockStyle" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Scormia\Block\BlockTypeRegistry" class="App\Service\Scormia\Block\BlockTypeRegistry" autowire="true" autoconfigure="true">
      <argument type="tagged_iterator" tag="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\ButtonBlock" class="App\Service\Scormia\Block\ButtonBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\CalloutBlock" class="App\Service\Scormia\Block\CalloutBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
      <argument type="service" id="App\Service\Scormia\Block\HtmlCleaner"/>
    </service>
    <service id="App\Service\Scormia\Block\CodeBlock" class="App\Service\Scormia\Block\CodeBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\DividerBlock" class="App\Service\Scormia\Block\DividerBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\DragDropBlock" class="App\Service\Scormia\Block\DragDropBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\EmbedBlock" class="App\Service\Scormia\Block\EmbedBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\FillBlock" class="App\Service\Scormia\Block\FillBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\FlashcardsBlock" class="App\Service\Scormia\Block\FlashcardsBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\HeadingBlock" class="App\Service\Scormia\Block\HeadingBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\HotspotImageBlock" class="App\Service\Scormia\Block\HotspotImageBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\HtmlCleaner" class="App\Service\Scormia\Block\HtmlCleaner" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Scormia\Block\ImageBlock" class="App\Service\Scormia\Block\ImageBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\ListBlock" class="App\Service\Scormia\Block\ListBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\MatchBlock" class="App\Service\Scormia\Block\MatchBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\OrderBlock" class="App\Service\Scormia\Block\OrderBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\QuizBlock" class="App\Service\Scormia\Block\QuizBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\QuoteBlock" class="App\Service\Scormia\Block\QuoteBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
      <argument type="service" id="App\Service\Scormia\Block\HtmlCleaner"/>
    </service>
    <service id="App\Service\Scormia\Block\RichTextBlock" class="App\Service\Scormia\Block\RichTextBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
      <argument type="service" id="App\Service\Scormia\Block\HtmlCleaner"/>
    </service>
    <service id="App\Service\Scormia\Block\SpacerBlock" class="App\Service\Scormia\Block\SpacerBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\StatsBlock" class="App\Service\Scormia\Block\StatsBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\SubtitleBlock" class="App\Service\Scormia\Block\SubtitleBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\TableBlock" class="App\Service\Scormia\Block\TableBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Block\TimelineBlock" class="App\Service\Scormia\Block\TimelineBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
      <argument type="service" id="App\Service\Scormia\Block\HtmlCleaner"/>
    </service>
    <service id="App\Service\Scormia\Block\VideoBlock" class="App\Service\Scormia\Block\VideoBlock" autowire="true" autoconfigure="true">
      <tag name="scormia.block_type"/>
    </service>
    <service id="App\Service\Scormia\Exception\ScormiaGenerationCancelledException" class="App\Service\Scormia\Exception\ScormiaGenerationCancelledException" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Scormia\Export\ImsManifestGenerator" class="App\Service\Scormia\Export\ImsManifestGenerator" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Scormia\Export\ScormExportException" class="App\Service\Scormia\Export\ScormExportException" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Scormia\Export\ScormPackageExporter" class="App\Service\Scormia\Export\ScormPackageExporter" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Scormia\ScormiaPersistenceService"/>
      <argument type="service" id="App\Service\Scormia\Export\ImsManifestGenerator"/>
      <argument type="service" id="App\Service\Scormia\PublicModuleProjector"/>
      <argument>/var/www/moodia/public</argument>
      <argument>/var/www/moodia/var/cache/prod/scormia</argument>
    </service>
    <service id="App\Service\Scormia\Import\ScormImportException" class="App\Service\Scormia\Import\ScormImportException" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Scormia\Import\ScormiaPackageImporter" class="App\Service\Scormia\Import\ScormiaPackageImporter" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Scormia\ScormiaModuleRepository"/>
      <argument type="service" id="App\Service\Scormia\ScormiaPersistenceService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Scormia\PublicModuleProjector" class="App\Service\Scormia\PublicModuleProjector" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Scormia\ScormiaPersistenceService"/>
    </service>
    <service id="App\Service\Scormia\ScormiaAccessChecker" class="App\Service\Scormia\ScormiaAccessChecker" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\ToolRepository"/>
    </service>
    <service id="App\Service\Scormia\ScormiaGenerationService" class="App\Service\Scormia\ScormiaGenerationService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Scormia\ScormiaMediaImportService" class="App\Service\Scormia\ScormiaMediaImportService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Pixia\PixiaImageRepository"/>
      <argument type="service" id="App\Repository\Monalisia\MonalisiaInfographicRepository"/>
      <argument type="service" id="App\Repository\Castia\CastiaPodcastRepository"/>
      <argument type="service" id="slugger"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Scormia\ScormiaModelResolver" class="App\Service\Scormia\ScormiaModelResolver" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Scormia\ScormiaModuleSummary" class="App\Service\Scormia\ScormiaModuleSummary" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Scormia\ScormiaModuleRepository"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="App\Service\Scormia\ScormiaPdfImageExtractor" class="App\Service\Scormia\ScormiaPdfImageExtractor" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Scormia\ScormiaPersistenceService" class="App\Service\Scormia\ScormiaPersistenceService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Scormia\Block\BlockTypeRegistry"/>
    </service>
    <service id="App\Service\Scormia\ScormiaUploadService" class="App\Service\Scormia\ScormiaUploadService" autowire="true" autoconfigure="true">
      <argument type="service" id="slugger"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Security\ApiKeyAuthenticator" class="App\Service\Security\ApiKeyAuthenticator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\ApiKeyRepository"/>
    </service>
    <service id="App\Service\Security\EncryptionService" class="App\Service\Security\EncryptionService" autowire="true" autoconfigure="true">
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="App\Service\Security\MixedAuthenticator" class="App\Service\Security\MixedAuthenticator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\ApiKeyRepository"/>
    </service>
    <service id="App\Service\Serenia\ContextBuilderService" class="App\Service\Serenia\ContextBuilderService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\Serenia\SereniaChatMessageRepository"/>
      <argument type="service" id="App\Service\Security\EncryptionService"/>
    </service>
    <service id="App\Service\Serenia\FileHandlerService" class="App\Service\Serenia\FileHandlerService" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
      <argument>/var/www/moodia/public</argument>
      <argument type="service" id="App\Service\Helper\TextCleanerService"/>
    </service>
    <service id="App\Service\Serenia\FileProcessorService" class="App\Service\Serenia\FileProcessorService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Serenia\FileHandlerService"/>
      <argument type="service" id="monolog.logger"/>
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Serenia\PublicSessionProjector" class="App\Service\Serenia\PublicSessionProjector" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Security\EncryptionService"/>
    </service>
    <service id="App\Service\Serenia\SerenIAService" class="App\Service\Serenia\SerenIAService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="App\Service\Serenia\ContextBuilderService"/>
      <argument type="service" id="App\Service\Serenia\SereniaStreamParser"/>
      <argument type="service" id="App\Service\Serenia\SereniaResponsesParser"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Serenia\SereniaChatSessionService" class="App\Service\Serenia\SereniaChatSessionService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\Serenia\SereniaChatSessionRepository"/>
      <argument type="service" id="App\Repository\Serenia\SereniaChatMessageRepository"/>
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="App\Service\Security\EncryptionService"/>
    </service>
    <service id="App\Service\Serenia\SereniaResponsesParser" class="App\Service\Serenia\SereniaResponsesParser" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Serenia\SereniaStreamParser" class="App\Service\Serenia\SereniaStreamParser" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Serenia\StreamingService" class="App\Service\Serenia\StreamingService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Serenia\SerenIAService"/>
      <argument type="service" id="App\Service\Token\TokenService"/>
      <argument type="service" id="App\Service\User\UserActivityService"/>
      <argument type="service" id="App\Service\Helper\TextCleanerService"/>
      <argument type="service" id="App\Service\Serenia\SereniaChatSessionService"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Shared\AI\OpenAIHttpClient" class="App\Service\Shared\AI\OpenAIHttpClient" autowire="true" autoconfigure="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger"/>
      <argument>%env(OPENAI_API_KEY)%</argument>
    </service>
    <service id="App\Service\Shared\AI\OpenAIResponseParser" class="App\Service\Shared\AI\OpenAIResponseParser" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Shared\AI\TokenUsageAccumulator" class="App\Service\Shared\AI\TokenUsageAccumulator" abstract="true">
      <tag name="container.excluded" source="in &quot;config/services.yaml&quot;"/>
    </service>
    <service id="App\Service\Shared\AnnouncementImageUploader" class="App\Service\Shared\AnnouncementImageUploader" autowire="true" autoconfigure="true">
      <argument>/var/www/moodia</argument>
      <argument type="service" id="slugger"/>
    </service>
    <service id="App\Service\Shared\AnnouncementPublisher" class="App\Service\Shared\AnnouncementPublisher" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\AnnouncementRepository"/>
    </service>
    <service id="App\Service\Shared\Sharing\PublicShareGuard" class="App\Service\Shared\Sharing\PublicShareGuard" autowire="true" autoconfigure="true">
      <argument type="service" id="limiter.public_share_failure"/>
      <argument type="service" id="limiter.public_share_flood"/>
      <argument type="service" id="limiter.public_share_build"/>
    </service>
    <service id="App\Service\Shared\Sharing\ShareLinkService" class="App\Service\Shared\Sharing\ShareLinkService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Shared\Sharing\SharedArtifactCache" class="App\Service\Shared\Sharing\SharedArtifactCache" autowire="true" autoconfigure="true">
      <argument>/var/www/moodia</argument>
    </service>
    <service id="App\Service\Shared\Streaming\StreamingHelper" class="App\Service\Shared\Streaming\StreamingHelper" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\BriefStructureAnalyzer" class="App\Service\Slidia\BriefStructureAnalyzer" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\ContrasteTexte" class="App\Service\Slidia\ContrasteTexte" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\DocumentSegmenter" class="App\Service\Slidia\DocumentSegmenter" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\LayoutClassifier" class="App\Service\Slidia\LayoutClassifier" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Slidia\LayoutProjector"/>
    </service>
    <service id="App\Service\Slidia\LayoutMatcher" class="App\Service\Slidia\LayoutMatcher" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Slidia\LayoutProjector" class="App\Service\Slidia\LayoutProjector" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\OoxmlHelper" class="App\Service\Slidia\OoxmlHelper" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\PdfImageExtractor" class="App\Service\Slidia\PdfImageExtractor" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Slidia\PdfStructureExtractor" class="App\Service\Slidia\PdfStructureExtractor" autowire="true" autoconfigure="true">
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Slidia\PlanNarrator" class="App\Service\Slidia\PlanNarrator" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\PptxBuilder" class="App\Service\Slidia\PptxBuilder" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\PptxParser" class="App\Service\Slidia\PptxParser" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\PresentationAuditor" class="App\Service\Slidia\PresentationAuditor" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\PublicPresentationProjector" class="App\Service\Slidia\PublicPresentationProjector" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\SlideCountEstimator" class="App\Service\Slidia\SlideCountEstimator" autowire="true" autoconfigure="true"/>
    <service id="App\Service\Slidia\SlidiaAiService" class="App\Service\Slidia\SlidiaAiService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      <argument type="service" id="App\Service\Slidia\LayoutProjector"/>
      <argument type="service" id="App\Service\Slidia\LayoutClassifier"/>
      <argument type="service" id="App\Service\Slidia\LayoutMatcher"/>
      <argument type="service" id="App\Service\Slidia\PlanNarrator"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Slidia\SlidiaDocumentExtractor" class="App\Service\Slidia\SlidiaDocumentExtractor" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Moodia\PdfExtractorService"/>
    </service>
    <service id="App\Service\Slidia\SlidiaDocumentService" class="App\Service\Slidia\SlidiaDocumentService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Slidia\SlidiaDocumentExtractor"/>
      <argument type="service" id="App\Service\Slidia\PdfStructureExtractor"/>
      <argument type="service" id="App\Service\Slidia\DocumentSegmenter"/>
      <argument type="service" id="cache.app"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Slidia\SlidiaTemplateImporter" class="App\Service\Slidia\SlidiaTemplateImporter" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Slidia\PptxParser"/>
      <argument type="service" id="App\Service\Slidia\ThumbnailGenerator"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Service\Slidia\ThumbnailGenerator" class="App\Service\Slidia\ThumbnailGenerator" autowire="true" autoconfigure="true">
      <argument>/var/www/moodia</argument>
      <argument type="service" id="App\Service\Slidia\PptxBuilder"/>
    </service>
    <service id="App\Service\Slidia\TypographyResolver" class="App\Service\Slidia\TypographyResolver" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\Slidia\TypographyResolver&quot;: argument &quot;$zip&quot; of method &quot;__construct()&quot; references class &quot;ZipArchive&quot; but no such service exists."/>
    </service>
    <service id="App\Service\Support\SupportEmailService" class="App\Service\Support\SupportEmailService" autowire="true" autoconfigure="true">
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="App\Service\Token\CompanyTokenService" class="App\Service\Token\CompanyTokenService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CompanyTokenRepository"/>
      <argument type="service" id="App\Service\Contract\ContractService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Token\TokenService" class="App\Service\Token\TokenService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\UserTokenRepository"/>
      <argument type="service" id="App\Repository\UserSubscriptionRepository"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
      <argument type="service" id="App\Service\Token\UserTokenDistributionService"/>
    </service>
    <service id="App\Service\Token\UserTokenDistributionService" class="App\Service\Token\UserTokenDistributionService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Service\Contract\ContractService"/>
      <argument type="service" id="App\Service\Token\CompanyTokenService"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Repository\UserTokenRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Tour\TourProgressManager" class="App\Service\Tour\TourProgressManager" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\UserTourProgressRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\Tour\TourRegistry" class="App\Service\Tour\TourRegistry" autowire="true" autoconfigure="true">
      <argument type="tagged_iterator" tag="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\CastiaTour" class="App\Service\Tour\Tours\CastiaTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\MonalisiaTour" class="App\Service\Tour\Tours\MonalisiaTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\MoodiaBibliothequeTour" class="App\Service\Tour\Tours\MoodiaBibliothequeTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\MoodiaEditeurTour" class="App\Service\Tour\Tours\MoodiaEditeurTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\PixiaTour" class="App\Service\Tour\Tours\PixiaTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\PromptlyBibliothequeTour" class="App\Service\Tour\Tours\PromptlyBibliothequeTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\ScormiaBibliothequeTour" class="App\Service\Tour\Tours\ScormiaBibliothequeTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\ScormiaEditeurTour" class="App\Service\Tour\Tours\ScormiaEditeurTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\SereniaChatTour" class="App\Service\Tour\Tours\SereniaChatTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\SlidiaBibliothequeTour" class="App\Service\Tour\Tours\SlidiaBibliothequeTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\Tour\Tours\SlidiaEditeurTour" class="App\Service\Tour\Tours\SlidiaEditeurTour" autowire="true" autoconfigure="true">
      <tag name="app.tour"/>
    </service>
    <service id="App\Service\User\EmailVerificationService" class="App\Service\User\EmailVerificationService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
    </service>
    <service id="App\Service\User\UserActivityService" class="App\Service\User\UserActivityService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\UserRecentActivityRepository"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Service\Badge\BadgeEvaluatorService"/>
    </service>
    <service id="App\Service\User\UserEmailService" class="App\Service\User\UserEmailService" autowire="true" autoconfigure="true">
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="router.default"/>
      <argument>%env(APP_SECRET)%</argument>
      <argument>%env(CONTACT_EMAIL)%</argument>
    </service>
    <service id="App\Service\User\UserMigrationService" class="App\Service\User\UserMigrationService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Service\Payment\StripeSubscriptionService"/>
      <argument type="service" id="App\Service\Token\UserTokenDistributionService"/>
      <argument type="service" id="App\Service\User\UserRegistrationService"/>
      <argument type="service" id="App\Service\User\UserEmailService"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
    </service>
    <service id="App\Service\User\UserRegistrationService" class="App\Service\User\UserRegistrationService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
    </service>
    <service id="App\Twig\ActivityLogExtension" class="App\Twig\ActivityLogExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Service\ActivityLogLabels"/>
    </service>
    <service id="App\Twig\AnnouncementExtension" class="App\Twig\AnnouncementExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Repository\AnnouncementRepository"/>
      <argument type="service" id="security.helper"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="App\Twig\ClassNameExtension" class="App\Twig\ClassNameExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\CommercialExtension" class="App\Twig\CommercialExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Repository\CommercialRepository"/>
      <argument type="service" id="App\Repository\CommercialCommissionRepository"/>
      <argument type="service" id="App\Service\Commercial\CommissionStatement"/>
    </service>
    <service id="App\Twig\ContractExtension" class="App\Twig\ContractExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Service\Contract\ContractService"/>
      <argument type="service" id="App\Service\Token\CompanyTokenService"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Twig\ContractStatusExtension" class="App\Twig\ContractStatusExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\NumberFormatExtension" class="App\Twig\NumberFormatExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\PlanExtension" class="App\Twig\PlanExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Repository\PlanRepository"/>
    </service>
    <service id="App\Twig\RelativeDateExtension" class="App\Twig\RelativeDateExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\SupportExtension" class="App\Twig\SupportExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Repository\SupportTicketRepository"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Twig\ToolAccessExtension" class="App\Twig\ToolAccessExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Repository\ToolRepository"/>
      <argument type="service" id="App\Repository\UserRecentActivityRepository"/>
      <argument type="service" id="security.helper"/>
      <argument type="service" id="App\Service\Scormia\ScormiaAccessChecker"/>
    </service>
    <service id="App\Twig\TourExtension" class="App\Twig\TourExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Service\Tour\TourRegistry"/>
      <argument type="service" id="App\Service\Tour\TourProgressManager"/>
      <argument type="service" id="security.helper"/>
      <argument type="service" id="request_stack"/>
    </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"/>
      <argument>validators</argument>
    </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.WqS_s5S"/>
    </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>en</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="error_controller" class="Symfony\Component\HttpKernel\Controller\ErrorController" public="true">
      <argument type="service" id="http_kernel"/>
      <argument>App\Controller\ErrorController::show</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>App\Controller\ErrorController::show</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>true</argument>
      <argument type="collection"/>
      <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>true</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>/var/www/moodia/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>/var/www/moodia/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" lazy="true">
      <argument>%kernel.secret%</argument>
      <argument>_hash</argument>
      <argument>_expiration</argument>
      <argument type="service" id="clock" on-invalid="null"/>
    </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="container.env_var_processor" type="service" id="container.env_var_processor" 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.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" 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="messenger.transport.in_memory.factory" type="service" id="messenger.transport.in_memory.factory" 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="cache.security_is_csrf_token_valid_attribute_expression_language" type="service" id="cache.security_is_csrf_token_valid_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.access.decision_manager" type="service" id="debug.security.access.decision_manager" 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.api_moodlev5" type="service" id="debug.security.firewall.authenticator.api_moodlev5" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.api_badges" type="service" id="debug.security.firewall.authenticator.api_badges" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.api_daily_reward" type="service" id="debug.security.firewall.authenticator.api_daily_reward" 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="cache.security_token_verifier" type="service" id="cache.security_token_verifier" 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="monolog.handler.main" type="service" id="monolog.handler.main" on-invalid="ignore_uninitialized"/>
        <argument key="webpack_encore.tag_renderer" type="service" id="webpack_encore.tag_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.webpack_encore" type="service" id="cache.webpack_encore" on-invalid="ignore_uninitialized"/>
        <argument key="webpack_encore.entrypoint_lookup[_default]" type="service" id="webpack_encore.entrypoint_lookup[_default]" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api_moodlev5" type="service" id="debug.security.event_dispatcher.api_moodlev5" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api_badges" type="service" id="debug.security.event_dispatcher.api_badges" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api_daily_reward" type="service" id="debug.security.event_dispatcher.api_daily_reward" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.api" type="service" id="debug.security.event_dispatcher.api" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.event_dispatcher.main" type="service" id="debug.security.event_dispatcher.main" on-invalid="ignore_uninitialized"/>
      </argument>
      <argument type="collection">
        <argument key="request_stack" type="collection">
          <argument>?resetRequestFormats</argument>
        </argument>
        <argument key="container.env_var_processor" type="collection">
          <argument>reset</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.property_info" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.messenger.restart_workers_signal" 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="messenger.transport.in_memory.factory" 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="cache.security_is_csrf_token_valid_attribute_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.access.decision_manager" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="debug.security.firewall" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.api_moodlev5" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.api_badges" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.api_daily_reward" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.api" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.security_token_verifier" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="webpack_encore.tag_renderer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.webpack_encore" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="webpack_encore.entrypoint_lookup[_default]" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.event_dispatcher.api_moodlev5" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.event_dispatcher.api_badges" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.event_dispatcher.api_daily_reward" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.event_dispatcher.api" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.event_dispatcher.main" 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.NLcq8cs"/>
    </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"/>
      <tag name="kernel.reset" method="reset"/>
      <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>en</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.GIuJv7e"/>
        <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.va_rxC4"/>
      <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>/var/www/moodia</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="process.messenger.process_message_handler" class="Symfony\Component\Process\Messenger\RunProcessMessageHandler">
      <tag name="messenger.message_handler"/>
    </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>/var/www/moodia</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.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</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>cache.security_is_csrf_token_valid_attribute_expression_language</argument>
        <argument>cache.security_token_verifier</argument>
        <argument>cache.webpack_encore</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.PETJA0Q"/>
      <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.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</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>cache.security_is_csrf_token_valid_attribute_expression_language</argument>
        <argument>cache.security_token_verifier</argument>
        <argument>cache.webpack_encore</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.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</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>cache.security_is_csrf_token_valid_attribute_expression_language</argument>
        <argument>cache.security_token_verifier</argument>
        <argument>cache.webpack_encore</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>/var/www/moodia</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.UpbbakB"/>
      <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.messenger_consume_messages" class="Symfony\Component\Messenger\Command\ConsumeMessagesCommand">
      <tag name="console.command"/>
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.routable_message_bus"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="null"/>
      <argument type="collection">
        <argument>async</argument>
        <argument>stripe_webhook</argument>
        <argument>scormia_generation</argument>
        <argument>failed</argument>
      </argument>
      <argument type="service" id="messenger.listener.reset_services" on-invalid="null"/>
      <argument type="collection">
        <argument>messenger.bus.default</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
      <call method="setName">
        <argument>messenger:consume</argument>
      </call>
      <call method="setDescription">
        <argument>Consume messages</argument>
      </call>
    </service>
    <service id="console.command.messenger_setup_transports" class="Symfony\Component\Messenger\Command\SetupTransportsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="collection">
        <argument>async</argument>
        <argument>stripe_webhook</argument>
        <argument>scormia_generation</argument>
        <argument>failed</argument>
      </argument>
      <call method="setName">
        <argument>messenger:setup-transports</argument>
      </call>
      <call method="setDescription">
        <argument>Prepare the required infrastructure for the transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_debug" class="Symfony\Component\Messenger\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument key="messenger.bus.default" type="collection">
          <argument key="App\Message\GenerateScormiaModuleMessage" type="collection">
            <argument type="collection">
              <argument>App\MessageHandler\GenerateScormiaModuleMessageHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="App\Message\Sam\RefreshConnectionsMessage" type="collection">
            <argument type="collection">
              <argument>App\MessageHandler\Sam\RefreshConnectionsHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="App\Message\Sam\SyncCoursesMessage" type="collection">
            <argument type="collection">
              <argument>App\MessageHandler\Sam\SyncCoursesHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="App\Message\StripeWebhookMessage" type="collection">
            <argument type="collection">
              <argument>App\MessageHandler\StripeWebhookHandler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="collection">
            <argument type="collection">
              <argument>process.messenger.process_message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="collection">
            <argument type="collection">
              <argument>console.messenger.execute_command_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\HttpClient\Messenger\PingWebhookMessage" type="collection">
            <argument type="collection">
              <argument>http_client.messenger.ping_webhook_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="collection">
            <argument type="collection">
              <argument>mailer.messenger.message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="collection">
            <argument type="collection">
              <argument>messenger.redispatch_message_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\ChatMessage" type="collection">
            <argument type="collection">
              <argument>chatter.messenger.chat_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\SmsMessage" type="collection">
            <argument type="collection">
              <argument>texter.messenger.sms_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\PushMessage" type="collection">
            <argument type="collection">
              <argument>texter.messenger.push_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\DesktopMessage" type="collection">
            <argument type="collection">
              <argument>texter.messenger.desktop_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
        </argument>
      </argument>
      <call method="setName">
        <argument>debug:messenger</argument>
      </call>
      <call method="setDescription">
        <argument>List messages you can dispatch using the message buses</argument>
      </call>
    </service>
    <service id="console.command.messenger_stop_workers" class="Symfony\Component\Messenger\Command\StopWorkersCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.messenger.restart_workers_signal"/>
      <call method="setName">
        <argument>messenger:stop-workers</argument>
      </call>
      <call method="setDescription">
        <argument>Stop workers after their current message</argument>
      </call>
    </service>
    <service id="console.command.messenger_failed_messages_retry" class="Symfony\Component\Messenger\Command\FailedMessagesRetryCommand">
      <tag name="console.command"/>
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.no_preload"/>
      <argument>failed</argument>
      <argument type="service" id=".service_locator.l.c9cDr"/>
      <argument type="service" id="messenger.routable_message_bus"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="null"/>
      <argument type="service" id="messenger.transport.native_php_serializer" on-invalid="null"/>
      <argument>null</argument>
      <call method="setName">
        <argument>messenger:failed:retry</argument>
      </call>
      <call method="setDescription">
        <argument>Retry one or more messages from the failure transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_failed_messages_show" class="Symfony\Component\Messenger\Command\FailedMessagesShowCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>failed</argument>
      <argument type="service" id=".service_locator.l.c9cDr"/>
      <argument type="service" id="messenger.transport.native_php_serializer" on-invalid="null"/>
      <call method="setName">
        <argument>messenger:failed:show</argument>
      </call>
      <call method="setDescription">
        <argument>Show one or more messages from the failure transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_failed_messages_remove" class="Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>failed</argument>
      <argument type="service" id=".service_locator.l.c9cDr"/>
      <argument type="service" id="messenger.transport.native_php_serializer" on-invalid="null"/>
      <call method="setName">
        <argument>messenger:failed:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove given messages from the failure transport</argument>
      </call>
    </service>
    <service id="console.command.messenger_stats" class="Symfony\Component\Messenger\Command\StatsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="messenger.receiver_locator"/>
      <argument type="collection">
        <argument>async</argument>
        <argument>stripe_webhook</argument>
        <argument>scormia_generation</argument>
        <argument>failed</argument>
      </argument>
      <call method="setName">
        <argument>messenger:stats</argument>
      </call>
      <call method="setDescription">
        <argument>Show the message count for one or more transports</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="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>/var/www/moodia/translations</argument>
      <argument>/var/www/moodia/templates</argument>
      <argument type="collection">
        <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations</argument>
        <argument>/var/www/moodia/vendor/symfony/form/Resources/translations</argument>
        <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations</argument>
      </argument>
      <argument type="collection">
        <argument>/var/www/moodia/public/images/email</argument>
        <argument>/var/www/moodia/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/var/www/moodia/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\TranslationExtractCommand">
      <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>en</argument>
      <argument>/var/www/moodia/translations</argument>
      <argument>/var/www/moodia/templates</argument>
      <argument type="collection">
        <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations</argument>
        <argument>/var/www/moodia/vendor/symfony/form/Resources/translations</argument>
        <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations</argument>
      </argument>
      <argument type="collection">
        <argument>/var/www/moodia/public/images/email</argument>
        <argument>/var/www/moodia/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/var/www/moodia/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>en</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.translation_lint" class="Symfony\Component\Translation\Command\TranslationLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translator.default"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>lint:translations</argument>
      </call>
      <call method="setDescription">
        <argument>Lint translations files syntax 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\Admin</argument>
        <argument>App\Form\Company</argument>
        <argument>App\Form</argument>
        <argument>App\Form\Moodia</argument>
        <argument>App\Form\Settings</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type</argument>
      </argument>
      <argument type="collection">
        <argument>App\Form\Admin\AnnouncementType</argument>
        <argument>App\Form\Admin\CompanyType</argument>
        <argument>App\Form\Admin\ContractType</argument>
        <argument>App\Form\Admin\PlanType</argument>
        <argument>App\Form\Admin\ToolType</argument>
        <argument>App\Form\Admin\UserType</argument>
        <argument>App\Form\Company\CompanyUserType</argument>
        <argument>App\Form\ContactType</argument>
        <argument>App\Form\Moodia\MoodiaConfigurationType</argument>
        <argument>App\Form\RegistrationFormType</argument>
        <argument>App\Form\Settings\EmailChangeType</argument>
        <argument>App\Form\Settings\IdentityType</argument>
        <argument>App\Form\Settings\PasswordType</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>
      <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>
      <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_reveal" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRevealCommand">
      <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:reveal</argument>
      </call>
      <call method="setDescription">
        <argument>Reveal the value of a secret</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.command.error_dumper" class="Symfony\Component\ErrorHandler\Command\ErrorDumpCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument type="service" id="twig.error_renderer.html"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup[_default]" on-invalid="null"/>
      <call method="setName">
        <argument>error:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Dump error pages to plain HTML files that can be directly served by a web server</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>btHBrWbgF4</argument>
      <argument>0</argument>
      <argument>/var/www/moodia/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>KkBzfLQTLj</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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>63WHg4oImZ</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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>JSEodHN+Lt</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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>ryuQzN+6zp</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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.messenger.restart_workers_signal" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>Xy2K3T2PvP</argument>
      <argument>0</argument>
      <argument>/var/www/moodia/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.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>/var/www/moodia/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>/var/www/moodia/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.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" 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.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="cache.security_is_csrf_token_valid_attribute_expression_language" type="service" id="cache.security_is_csrf_token_valid_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_token_verifier" type="service" id="cache.security_token_verifier" on-invalid="ignore_uninitialized"/>
        <argument key="cache.webpack_encore" type="service" id="cache.webpack_encore" 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.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" 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="cache.security_is_csrf_token_valid_attribute_expression_language" type="service" id="cache.security_is_csrf_token_valid_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_token_verifier" type="service" id="cache.security_token_verifier" on-invalid="ignore_uninitialized"/>
        <argument key="cache.webpack_encore" type="service" id="cache.webpack_encore" 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._version__default" class="Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy">
      <argument>/var/www/moodia/public/build/manifest.json</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._version__default"/>
      <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="psr18.http_client" class="Symfony\Component\HttpClient\Psr18Client">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="http_discovery.psr17_factory" on-invalid="ignore"/>
      <argument type="service" id="http_discovery.psr17_factory" on-invalid="ignore"/>
    </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 type="service" id="messenger.bus.default" on-invalid="null"/>
      <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.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>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
    </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.mailjet" class="Symfony\Component\Mailer\Bridge\Mailjet\Transport\MailjetTransportFactory">
      <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.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="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"/>
      <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.ILdUWIS"/>
      <argument type="service" id="translator.formatter.default"/>
      <argument>en</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">/var/www/moodia/var/cache/prod/translations</argument>
        <argument key="debug">true</argument>
        <argument key="resource_files" type="collection">
          <argument key="af" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.af.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.af.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.af.xlf</argument>
          </argument>
          <argument key="ar" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.ar.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.ar.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.ar.xlf</argument>
          </argument>
          <argument key="az" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.az.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.az.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.az.xlf</argument>
          </argument>
          <argument key="be" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.be.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.be.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.be.xlf</argument>
          </argument>
          <argument key="bg" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.bg.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.bg.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.bg.xlf</argument>
          </argument>
          <argument key="bs" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.bs.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.bs.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.bs.xlf</argument>
          </argument>
          <argument key="ca" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.ca.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.ca.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.ca.xlf</argument>
          </argument>
          <argument key="cs" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.cs.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.cs.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.cs.xlf</argument>
          </argument>
          <argument key="cy" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.cy.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.cy.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.cy.xlf</argument>
          </argument>
          <argument key="da" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.da.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.da.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.da.xlf</argument>
          </argument>
          <argument key="de" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.de.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.de.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.de.xlf</argument>
          </argument>
          <argument key="el" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.el.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.el.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.el.xlf</argument>
          </argument>
          <argument key="en" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.en.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.en.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.en.xlf</argument>
          </argument>
          <argument key="es" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.es.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.es.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.es.xlf</argument>
          </argument>
          <argument key="et" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.et.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.et.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.et.xlf</argument>
          </argument>
          <argument key="eu" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.eu.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.eu.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.eu.xlf</argument>
          </argument>
          <argument key="fa" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.fa.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.fa.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.fa.xlf</argument>
          </argument>
          <argument key="fi" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.fi.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.fi.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.fi.xlf</argument>
          </argument>
          <argument key="fr" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.fr.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.fr.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.fr.xlf</argument>
          </argument>
          <argument key="gl" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.gl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.gl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.gl.xlf</argument>
          </argument>
          <argument key="he" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.he.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.he.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.he.xlf</argument>
          </argument>
          <argument key="hr" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.hr.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.hr.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.hr.xlf</argument>
          </argument>
          <argument key="hu" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.hu.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.hu.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.hu.xlf</argument>
          </argument>
          <argument key="hy" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.hy.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.hy.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.hy.xlf</argument>
          </argument>
          <argument key="id" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.id.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.id.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.id.xlf</argument>
          </argument>
          <argument key="it" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.it.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.it.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.it.xlf</argument>
          </argument>
          <argument key="ja" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.ja.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.ja.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.ja.xlf</argument>
          </argument>
          <argument key="lb" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.lb.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.lb.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.lb.xlf</argument>
          </argument>
          <argument key="lt" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.lt.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.lt.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.lt.xlf</argument>
          </argument>
          <argument key="lv" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.lv.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.lv.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.lv.xlf</argument>
          </argument>
          <argument key="mk" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.mk.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.mk.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.mk.xlf</argument>
          </argument>
          <argument key="mn" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.mn.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.mn.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.mn.xlf</argument>
          </argument>
          <argument key="my" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.my.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.my.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.my.xlf</argument>
          </argument>
          <argument key="nb" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.nb.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.nb.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.nb.xlf</argument>
          </argument>
          <argument key="nl" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.nl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.nl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.nl.xlf</argument>
          </argument>
          <argument key="nn" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.nn.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.nn.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.nn.xlf</argument>
          </argument>
          <argument key="no" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.no.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.no.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.no.xlf</argument>
          </argument>
          <argument key="pl" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.pl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.pl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.pl.xlf</argument>
          </argument>
          <argument key="pt" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.pt.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.pt.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.pt.xlf</argument>
          </argument>
          <argument key="pt_BR" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf</argument>
          </argument>
          <argument key="ro" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.ro.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.ro.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.ro.xlf</argument>
          </argument>
          <argument key="ru" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.ru.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.ru.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.ru.xlf</argument>
          </argument>
          <argument key="sk" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.sk.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.sk.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.sk.xlf</argument>
          </argument>
          <argument key="sl" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.sl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.sl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.sl.xlf</argument>
          </argument>
          <argument key="sq" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.sq.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.sq.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.sq.xlf</argument>
          </argument>
          <argument key="sr_Cyrl" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf</argument>
          </argument>
          <argument key="sr_Latn" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf</argument>
          </argument>
          <argument key="sv" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.sv.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.sv.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.sv.xlf</argument>
          </argument>
          <argument key="th" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.th.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.th.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.th.xlf</argument>
          </argument>
          <argument key="tl" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.tl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.tl.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.tl.xlf</argument>
          </argument>
          <argument key="tr" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.tr.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.tr.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.tr.xlf</argument>
          </argument>
          <argument key="uk" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.uk.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.uk.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.uk.xlf</argument>
          </argument>
          <argument key="ur" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.ur.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.ur.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.ur.xlf</argument>
          </argument>
          <argument key="uz" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.uz.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.uz.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.uz.xlf</argument>
          </argument>
          <argument key="vi" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.vi.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.vi.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.vi.xlf</argument>
          </argument>
          <argument key="zh_CN" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf</argument>
          </argument>
          <argument key="zh_TW" type="collection">
            <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf</argument>
          </argument>
        </argument>
        <argument key="scanned_directories" type="collection">
          <argument>/var/www/moodia/vendor/symfony/validator/Resources/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/form/Resources/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/security-core/Resources/translations</argument>
          <argument>/var/www/moodia/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/framework-bundle/translations</argument>
          <argument>/var/www/moodia/vendor/doctrine/doctrine-bundle/translations</argument>
          <argument>/var/www/moodia/vendor/doctrine/doctrine-migrations-bundle/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/twig-bundle/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/stimulus-bundle/translations</argument>
          <argument>/var/www/moodia/vendor/twig/extra-bundle/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/security-bundle/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/monolog-bundle/translations</argument>
          <argument>/var/www/moodia/vendor/lexik/jwt-authentication-bundle/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/ux-chartjs/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/ux-turbo/translations</argument>
          <argument>/var/www/moodia/vendor/symfony/webpack-encore-bundle/src/translations</argument>
          <argument>/var/www/moodia/vendor/knpuniversity/oauth2-client-bundle/src/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>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/stimulus-bundle/translations</argument>
            <argument>vendor/twig/extra-bundle/translations</argument>
            <argument>vendor/symfony/security-bundle/translations</argument>
            <argument>vendor/symfony/monolog-bundle/translations</argument>
            <argument>vendor/lexik/jwt-authentication-bundle/translations</argument>
            <argument>vendor/symfony/ux-chartjs/translations</argument>
            <argument>vendor/symfony/ux-turbo/translations</argument>
            <argument>vendor/symfony/webpack-encore-bundle/src/translations</argument>
            <argument>vendor/knpuniversity/oauth2-client-bundle/src/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>en</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.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>Charset</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>MacAddress</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>Week</argument>
        <argument>When</argument>
        <argument>WordCount</argument>
        <argument>Yaml</argument>
        <argument>Expression</argument>
        <argument>Email</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>When</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>UniqueEntity</argument>
        <argument>Twig</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>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.7jukgan.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>en</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"/>
      <argument>null</argument>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\JsonExceptionListener"/>
          <argument>__invoke</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventListener\PublicShareResponseListener"/>
          <argument>__invoke</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="App\Security\LogoutSuccessHandler"/>
          <argument>__invoke</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.csrf.same_origin_token_manager"/>
          <argument>onKernelResponse</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="turbo.kernel.request_listener"/>
          <argument>__invoke</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="webpack_encore.exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\API\ApiRateLimitSubscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\AccessDeniedSubscriber"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\PermissionsPolicySubscriber"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\ScormiaAccessSubscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>7</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\SessionConfigurationSubscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\UserStatusSubscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>5</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.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_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>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.retry.send_failed_message_for_retry_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.add_error_details_stamp_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>200</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.send_failed_message_to_failure_transport_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageSkipEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.failure.send_failed_message_to_failure_transport_listener"/>
          <argument>onMessageSkip</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.dispatch_pcntl_signal_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerStartedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerStarted</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageReceivedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.reset_memory_usage"/>
          <argument>resetBefore</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.reset_memory_usage"/>
          <argument>collectAfter</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Notifier\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="notifier.notification_logger_listener"/>
          <argument>onNotification</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.dbal.idle_connection_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>192</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageHandledEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager"/>
          <argument>onWorkerMessageHandled</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager"/>
          <argument>onWorkerMessageFailed</argument>
        </argument>
        <argument>0</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>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.rememberme.response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener"/>
          <argument>resetAssets</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>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.is_csrf_token_valid_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>25</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.WqS_s5S"/>
    </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="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.rhF__EI"/>
      <argument>prod</argument>
    </service>
    <service id="routing.loader.attribute" class="Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader">
      <tag name="routing.loader" priority="-10"/>
      <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.dgfWHrt.router.default"/>
      <argument>kernel::loadRoutes</argument>
      <argument type="collection">
        <argument key="cache_dir">/var/www/moodia/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>en</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>%env(DEFAULT_URI)%</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.u.4FiKa"/>
    </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.qXR9Hv0.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>/var/www/moodia</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="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">
      <argument>/var/www/moodia/config/secrets/prod</argument>
      <argument type="service" id="secrets.decryption_key" on-invalid="ignore"/>
      <argument>APP_SECRET</argument>
    </service>
    <service id="secrets.env_var_loader" class="Symfony\Component\DependencyInjection\StaticEnvVarLoader">
      <tag name="container.env_var_loader"/>
      <argument type="service" id="secrets.vault"/>
    </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>/var/www/moodia/.env.%env(default:kernel.environment:APP_RUNTIME_ENV)%.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="serializer.normalizer.flatten_exception"/>
        <argument type="service" id="serializer.normalizer.problem"/>
        <argument type="service" id="serializer.normalizer.uid"/>
        <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.number"/>
        <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="serializer.denormalizer.array"/>
        <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>
      <argument type="collection"/>
    </service>
    <service id="serializer.mapping.class_discriminator_resolver" class="Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata">
      <argument type="service" id="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" built_in="1" priority="-915"/>
      <tag name="serializer.normalizer.default" 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" built_in="1" priority="-915"/>
      <tag name="serializer.normalizer.default" 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" built_in="1" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
    </service>
    <service id="serializer.normalizer.dateinterval" class="Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
      <argument type="collection"/>
    </service>
    <service id="serializer.normalizer.data_uri" class="Symfony\Component\Serializer\Normalizer\DataUriNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-920"/>
      <tag name="serializer.normalizer.default" 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" built_in="1" priority="-910"/>
      <tag name="serializer.normalizer.default" priority="-910"/>
      <argument type="collection"/>
    </service>
    <service id="serializer.normalizer.json_serializable" class="Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-950"/>
      <tag name="serializer.normalizer.default" priority="-950"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.normalizer.problem" class="Symfony\Component\Serializer\Normalizer\ProblemNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-890"/>
      <tag name="serializer.normalizer.default" priority="-890"/>
      <argument>true</argument>
      <argument type="collection"/>
      <argument type="service" id="translator.default" on-invalid="null"/>
    </service>
    <service id="serializer.denormalizer.unwrapping" class="Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="1000"/>
      <tag name="serializer.normalizer.default" priority="1000"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="serializer.normalizer.uid" class="Symfony\Component\Serializer\Normalizer\UidNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-890"/>
      <tag name="serializer.normalizer.default" priority="-890"/>
      <argument type="collection"/>
    </service>
    <service id="serializer.normalizer.translatable" class="Symfony\Component\Serializer\Normalizer\TranslatableNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-920"/>
      <tag name="serializer.normalizer.default" priority="-920"/>
      <argument type="service" id="translator.default"/>
      <argument type="collection"/>
    </service>
    <service id="serializer.normalizer.form_error" class="Symfony\Component\Serializer\Normalizer\FormErrorNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
    </service>
    <service id="serializer.normalizer.object" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-1000"/>
      <tag name="serializer.normalizer.default" priority="-1000"/>
      <argument type="service" id="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="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" built_in="1" priority="-990"/>
      <tag name="serializer.normalizer.default" 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>
      </argument>
    </service>
    <service id="serializer.mapping.class_metadata_factory" class="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory">
      <argument type="service" id="serializer.mapping.chain_loader"/>
    </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>
      </argument>
      <argument>/var/www/moodia/var/cache/prod/serialization.php</argument>
    </service>
    <service id="serializer.mapping.cache.symfony" class="Psr\Cache\CacheItemPoolInterface">
      <argument>/var/www/moodia/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" built_in="1"/>
      <tag name="serializer.encoder.default"/>
      <argument type="collection"/>
    </service>
    <service id="serializer.encoder.json" class="Symfony\Component\Serializer\Encoder\JsonEncoder">
      <tag name="serializer.encoder" built_in="1"/>
      <tag name="serializer.encoder.default"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.encoder.yaml" class="Symfony\Component\Serializer\Encoder\YamlEncoder">
      <tag name="serializer.encoder" built_in="1"/>
      <tag name="serializer.encoder.default"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.encoder.csv" class="Symfony\Component\Serializer\Encoder\CsvEncoder">
      <tag name="serializer.encoder" built_in="1"/>
      <tag name="serializer.encoder.default"/>
      <argument type="collection"/>
    </service>
    <service id="serializer.name_converter.camel_case_to_snake_case" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter"/>
    <service id="serializer.name_converter.snake_case_to_camel_case" class="Symfony\Component\Serializer\NameConverter\SnakeCaseToCamelCaseNameConverter"/>
    <service id="serializer.name_converter.metadata_aware.abstract" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter" abstract="true">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="serializer.name_converter.metadata_aware" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter">
      <argument type="service" id="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="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" built_in="1" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
    </service>
    <service id="serializer.normalizer.number" class="Symfony\Component\Serializer\Normalizer\NumberNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-915"/>
      <tag name="serializer.normalizer.default" priority="-915"/>
    </service>
    <service id="type_info.type_context_factory" class="Symfony\Component\TypeInfo\TypeContext\TypeContextFactory">
      <argument type="service" id="type_info.resolver.string" on-invalid="null"/>
    </service>
    <service id="type_info.resolver" class="Symfony\Component\TypeInfo\TypeResolver\TypeResolver">
      <argument type="service" id=".service_locator.riiCAol"/>
    </service>
    <service id="type_info.resolver.reflection_type" class="Symfony\Component\TypeInfo\TypeResolver\ReflectionTypeResolver">
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_parameter" class="Symfony\Component\TypeInfo\TypeResolver\ReflectionParameterTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_type"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_property" class="Symfony\Component\TypeInfo\TypeResolver\ReflectionPropertyTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_type"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_return" class="Symfony\Component\TypeInfo\TypeResolver\ReflectionReturnTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_type"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.string" class="Symfony\Component\TypeInfo\TypeResolver\StringTypeResolver"/>
    <service id="type_info.resolver.reflection_parameter.phpdoc_aware" class="Symfony\Component\TypeInfo\TypeResolver\PhpDocAwareReflectionTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_parameter"/>
      <argument type="service" id="type_info.resolver.string"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_property.phpdoc_aware" class="Symfony\Component\TypeInfo\TypeResolver\PhpDocAwareReflectionTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_property"/>
      <argument type="service" id="type_info.resolver.string"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </service>
    <service id="type_info.resolver.reflection_return.phpdoc_aware" class="Symfony\Component\TypeInfo\TypeResolver\PhpDocAwareReflectionTypeResolver">
      <argument type="service" id="type_info.resolver.reflection_return"/>
      <argument type="service" id="type_info.resolver.string"/>
      <argument type="service" id="type_info.type_context_factory"/>
    </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="property_info.constructor_extractor"/>
        <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.constructor_extractor" priority="-1002"/>
      <tag name="property_info.access_extractor" priority="-1000"/>
      <tag name="property_info.initializable_extractor" priority="-1000"/>
    </service>
    <service id="property_info.constructor_extractor" class="Symfony\Component\PropertyInfo\Extractor\ConstructorExtractor">
      <tag name="property_info.type_extractor" priority="-999"/>
      <argument type="iterator">
        <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>
    </service>
    <service id="property_info.phpstan_extractor" class="Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor">
      <tag name="property_info.type_extractor" priority="-1000"/>
      <tag name="property_info.constructor_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"/>
      <tag name="property_info.constructor_extractor" priority="-1001"/>
    </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>nHtlHXENEr</argument>
      <argument>0</argument>
      <argument>/var/www/moodia/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="limiter.contact_form" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="contact_form">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">3</argument>
        <argument key="interval">10 minutes</argument>
        <argument key="id">contact_form</argument>
      </argument>
      <argument type="service" id="limiter.storage.contact_form"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.contact_form" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.contact_form_email" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="contact_form_email">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">3</argument>
        <argument key="interval">1 hour</argument>
        <argument key="id">contact_form_email</argument>
      </argument>
      <argument type="service" id="limiter.storage.contact_form_email"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.contact_form_email" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.register_otp_send_email" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="register_otp_send_email">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">3</argument>
        <argument key="interval">15 minutes</argument>
        <argument key="id">register_otp_send_email</argument>
      </argument>
      <argument type="service" id="limiter.storage.register_otp_send_email"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.register_otp_send_email" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.register_otp_attempt" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="register_otp_attempt">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">5</argument>
        <argument key="interval">15 minutes</argument>
        <argument key="id">register_otp_attempt</argument>
      </argument>
      <argument type="service" id="limiter.storage.register_otp_attempt"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.register_otp_attempt" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.forgot_password_email" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="forgot_password_email">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">3</argument>
        <argument key="interval">15 minutes</argument>
        <argument key="id">forgot_password_email</argument>
      </argument>
      <argument type="service" id="limiter.storage.forgot_password_email"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.forgot_password_email" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.forgot_password_ip" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="forgot_password_ip">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">5</argument>
        <argument key="interval">1 hour</argument>
        <argument key="id">forgot_password_ip</argument>
      </argument>
      <argument type="service" id="limiter.storage.forgot_password_ip"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.forgot_password_ip" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.referralHit" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="referralHit">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">30</argument>
        <argument key="interval">15 minutes</argument>
        <argument key="id">referralHit</argument>
      </argument>
      <argument type="service" id="limiter.storage.referralHit"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.referralHit" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.commercialInvite" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="commercialInvite">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">20</argument>
        <argument key="interval">1 hour</argument>
        <argument key="id">commercialInvite</argument>
      </argument>
      <argument type="service" id="limiter.storage.commercialInvite"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.commercialInvite" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.commercial_token_request" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="commercial_token_request">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">1</argument>
        <argument key="interval">1 day</argument>
        <argument key="id">commercial_token_request</argument>
      </argument>
      <argument type="service" id="limiter.storage.commercial_token_request"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.commercial_token_request" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.public_share_failure" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="public_share_failure">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">30</argument>
        <argument key="interval">10 minutes</argument>
        <argument key="id">public_share_failure</argument>
      </argument>
      <argument type="service" id="limiter.storage.public_share_failure"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.public_share_failure" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.public_share_flood" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="public_share_flood">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">600</argument>
        <argument key="interval">1 minute</argument>
        <argument key="id">public_share_flood</argument>
      </argument>
      <argument type="service" id="limiter.storage.public_share_flood"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.public_share_flood" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.public_share_build" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="public_share_build">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">sliding_window</argument>
        <argument key="limit">20</argument>
        <argument key="interval">1 hour</argument>
        <argument key="id">public_share_build</argument>
      </argument>
      <argument type="service" id="limiter.storage.public_share_build"/>
      <argument>null</argument>
    </service>
    <service id="limiter.storage.public_share_build" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </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.MfCypIA" 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.H8vabc8" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>valkey://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".cache_connection.8kvDmRs" 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>Pqg8GYq0aP</argument>
      <argument>0</argument>
      <argument>/var/www/moodia/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>5FDkajm90I</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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>/var/www/moodia/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.ECaP3MA"/>
      <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="twig.runtime.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="security.csrf.same_origin_token_manager"/>
    </service>
    <service id="twig.extension.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="security.csrf.same_origin_token_manager" class="Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <tag name="container.decorator" id="security.csrf.token_manager" inner="security.csrf.same_origin_token_manager.inner"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument type="service" id="security.csrf.same_origin_token_manager.inner"/>
      <argument type="collection">
        <argument>submit</argument>
        <argument>logout</argument>
      </argument>
      <argument>true</argument>
      <argument>csrf-token</argument>
    </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.jrZjZR6"/>
      <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>
        <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>
      <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.same_origin_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"/>
      <argument>%form.type_extension.csrf.field_attr%</argument>
      <argument type="collection">
        <argument key="App\Form\Admin\AnnouncementType">submit</argument>
        <argument key="App\Form\Admin\CompanyType">submit</argument>
        <argument key="App\Form\Admin\ContractType">submit</argument>
        <argument key="App\Form\Admin\PlanType">submit</argument>
        <argument key="App\Form\Admin\ToolType">submit</argument>
        <argument key="App\Form\Admin\UserType">submit</argument>
        <argument key="App\Form\Company\CompanyUserType">submit</argument>
        <argument key="App\Form\ContactType">submit</argument>
        <argument key="App\Form\Moodia\MoodiaConfigurationType">submit</argument>
        <argument key="App\Form\RegistrationFormType">submit</argument>
        <argument key="App\Form\Settings\EmailChangeType">submit</argument>
        <argument key="App\Form\Settings\IdentityType">submit</argument>
        <argument key="App\Form\Settings\PasswordType">submit</argument>
      </argument>
    </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.GIuJv7e"/>
      </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>/var/www/moodia/vendor/symfony/form/Resources/config/validation.xml</argument>
        </argument>
      </call>
      <call method="enableAttributeMapping"/>
      <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>/var/www/moodia/var/cache/prod/validation.php</argument>
    </service>
    <service id="validator.mapping.cache.adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>/var/www/moodia/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.HxALDTI"/>
    </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\CharsetValidator" class="Symfony\Component\Validator\Constraints\CharsetValidator" 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\MacAddressValidator" class="Symfony\Component\Validator\Constraints\MacAddressValidator" 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\WeekValidator" class="Symfony\Component\Validator\Constraints\WeekValidator" 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="Symfony\Component\Validator\Constraints\WordCountValidator" class="Symfony\Component\Validator\Constraints\WordCountValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\YamlValidator" class="Symfony\Component\Validator\Constraints\YamlValidator" 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>x4GrvjZIs-</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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="messenger.senders_locator" class="Symfony\Component\Messenger\Transport\Sender\SendersLocator">
      <argument type="collection">
        <argument key="Symfony\Component\Notifier\Message\ChatMessage" type="collection">
          <argument>async</argument>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\SmsMessage" type="collection">
          <argument>async</argument>
        </argument>
        <argument key="App\Message\Sam\SyncCoursesMessage" type="collection">
          <argument>async</argument>
        </argument>
        <argument key="App\Message\Sam\RefreshConnectionsMessage" type="collection">
          <argument>async</argument>
        </argument>
        <argument key="App\Message\StripeWebhookMessage" type="collection">
          <argument>stripe_webhook</argument>
        </argument>
        <argument key="App\Message\GenerateScormiaModuleMessage" type="collection">
          <argument>scormia_generation</argument>
        </argument>
      </argument>
      <argument type="service" id=".service_locator.DrJu60B"/>
    </service>
    <service id="messenger.middleware.send_message" class="Symfony\Component\Messenger\Middleware\SendMessageMiddleware" abstract="true">
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="service" id="messenger.senders_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.transport.symfony_serializer" class="Symfony\Component\Messenger\Transport\Serialization\Serializer">
      <argument type="service" id="serializer"/>
      <argument>json</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.normalizer.flatten_exception" class="Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer">
      <tag name="serializer.normalizer" built_in="1" priority="-880"/>
      <tag name="serializer.normalizer.default" priority="-880"/>
    </service>
    <service id="messenger.transport.native_php_serializer" class="Symfony\Component\Messenger\Transport\Serialization\PhpSerializer"/>
    <service id="messenger.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware" abstract="true">
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="abstract">bus handler resolver</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware" abstract="true"/>
    <service id="messenger.middleware.dispatch_after_current_bus" class="Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware"/>
    <service id="messenger.middleware.validation" class="Symfony\Component\Messenger\Middleware\ValidationMiddleware">
      <argument type="service" id="validator"/>
    </service>
    <service id="messenger.middleware.reject_redelivered_message_middleware" class="Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware"/>
    <service id="messenger.middleware.failed_message_processing_middleware" class="Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware"/>
    <service id="messenger.middleware.traceable" class="Symfony\Component\Messenger\Middleware\TraceableMiddleware" abstract="true">
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="messenger.middleware.router_context" class="Symfony\Component\Messenger\Middleware\RouterContextMiddleware">
      <argument type="service" id="router.default"/>
    </service>
    <service id="messenger.receiver_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messenger.transport.async" type="service_closure" id="messenger.transport.async"/>
        <argument key="async" type="service_closure" id="messenger.transport.async"/>
        <argument key="messenger.transport.stripe_webhook" type="service_closure" id="messenger.transport.stripe_webhook"/>
        <argument key="stripe_webhook" type="service_closure" id="messenger.transport.stripe_webhook"/>
        <argument key="messenger.transport.scormia_generation" type="service_closure" id="messenger.transport.scormia_generation"/>
        <argument key="scormia_generation" type="service_closure" id="messenger.transport.scormia_generation"/>
        <argument key="messenger.transport.failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
      </argument>
    </service>
    <service id="messenger.transport_factory" class="Symfony\Component\Messenger\Transport\TransportFactory">
      <argument type="tagged_iterator" tag="messenger.transport_factory"/>
    </service>
    <service id="messenger.transport.amqp.factory" class="Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory"/>
    <service id="messenger.transport.redis.factory" class="Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory"/>
    <service id="messenger.transport.sync.factory" class="Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory">
      <tag name="messenger.transport_factory"/>
      <argument type="service" id="messenger.routable_message_bus"/>
    </service>
    <service id="messenger.transport.in_memory.factory" class="Symfony\Component\Messenger\Transport\InMemory\InMemoryTransportFactory">
      <tag name="messenger.transport_factory"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="messenger.transport.sqs.factory" class="Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="container.error" message="Invalid service &quot;messenger.transport.sqs.factory&quot;: class &quot;Symfony\Component\Messenger\Bridge\AmazonSqs\Transport\AmazonSqsTransportFactory&quot; does not exist."/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
    </service>
    <service id="messenger.transport.beanstalkd.factory" class="Symfony\Component\Messenger\Bridge\Beanstalkd\Transport\BeanstalkdTransportFactory"/>
    <service id="messenger.retry_strategy_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="async" type="service_closure" id="messenger.retry.multiplier_retry_strategy.async"/>
        <argument key="stripe_webhook" type="service_closure" id="messenger.retry.multiplier_retry_strategy.stripe_webhook"/>
        <argument key="scormia_generation" type="service_closure" id="messenger.retry.multiplier_retry_strategy.scormia_generation"/>
        <argument key="failed" type="service_closure" id="messenger.retry.multiplier_retry_strategy.failed"/>
      </argument>
    </service>
    <service id="messenger.retry.abstract_multiplier_retry_strategy" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy" abstract="true">
      <argument type="abstract">max retries</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="messenger.retry.send_failed_message_for_retry_listener" class="Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id=".service_locator.DrJu60B"/>
      <argument type="service" id="messenger.retry_strategy_locator"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="messenger.failure.add_error_details_stamp_listener" class="Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.failure.send_failed_message_to_failure_transport_listener" class="Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id=".service_locator.Emv.8IG"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
    </service>
    <service id="messenger.listener.dispatch_pcntl_signal_listener" class="Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.listener.stop_worker_on_restart_signal_listener" class="Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener">
      <tag name="monolog.logger" channel="messenger"/>
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="cache.messenger.restart_workers_signal"/>
      <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
    </service>
    <service id="messenger.listener.stop_worker_on_stop_exception_listener" class="Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.listener.reset_services" class="Symfony\Component\Messenger\EventListener\ResetServicesListener">
      <argument type="service" id="services_resetter"/>
    </service>
    <service id="messenger.listener.reset_memory_usage" class="Symfony\Component\Messenger\EventListener\ResetMemoryUsageListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="messenger.routable_message_bus" class="Symfony\Component\Messenger\RoutableMessageBus">
      <argument type="service" id=".service_locator.IlGSE9J"/>
      <argument type="service" id="messenger.bus.default"/>
    </service>
    <service id="messenger.redispatch_message_handler" class="Symfony\Component\Messenger\Handler\RedispatchMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="messenger.bus.default"/>
    </service>
    <service id="messenger.bus.default" class="Symfony\Component\Messenger\MessageBus">
      <tag name="messenger.bus"/>
      <argument type="iterator">
        <argument type="service" id="messenger.bus.default.middleware.traceable"/>
        <argument type="service" id="messenger.bus.default.middleware.add_bus_name_stamp_middleware"/>
        <argument type="service" id="messenger.middleware.reject_redelivered_message_middleware"/>
        <argument type="service" id="messenger.middleware.dispatch_after_current_bus"/>
        <argument type="service" id="messenger.middleware.failed_message_processing_middleware"/>
        <argument type="service" id="messenger.bus.default.middleware.send_message"/>
        <argument type="service" id="messenger.bus.default.middleware.handle_message"/>
      </argument>
    </service>
    <service id="messenger.transport.async" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="async" is_failure_transport=""/>
      <argument>%env(MESSENGER_TRANSPORT_DSN)%</argument>
      <argument type="collection">
        <argument key="use_notify">true</argument>
        <argument key="check_delayed_interval">60000</argument>
        <argument key="transport_name">async</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.async" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id="messenger.transport.stripe_webhook" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="stripe_webhook" is_failure_transport=""/>
      <argument>%env(MESSENGER_TRANSPORT_DSN)%</argument>
      <argument type="collection">
        <argument key="queue_name">stripe_webhook</argument>
        <argument key="use_notify">true</argument>
        <argument key="transport_name">stripe_webhook</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.stripe_webhook" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id="messenger.transport.scormia_generation" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="scormia_generation" is_failure_transport=""/>
      <argument>%env(MESSENGER_TRANSPORT_DSN)%</argument>
      <argument type="collection">
        <argument key="queue_name">scormia_generation</argument>
        <argument key="use_notify">true</argument>
        <argument key="transport_name">scormia_generation</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.scormia_generation" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>0</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id="messenger.transport.failed" class="Symfony\Component\Messenger\Transport\TransportInterface">
      <tag name="messenger.receiver" alias="failed" is_failure_transport="1"/>
      <argument>doctrine://default?queue_name=failed</argument>
      <argument type="collection">
        <argument key="transport_name">failed</argument>
      </argument>
      <argument type="service" id="messenger.transport.native_php_serializer"/>
      <factory service="messenger.transport_factory" method="createTransport"/>
    </service>
    <service id="messenger.retry.multiplier_retry_strategy.failed" class="Symfony\Component\Messenger\Retry\MultiplierRetryStrategy">
      <argument>3</argument>
      <argument>1000</argument>
      <argument>2</argument>
      <argument>0</argument>
      <argument>0.1</argument>
    </service>
    <service id=".service_locator.DrJu60B" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="async" type="service_closure" id="messenger.transport.async"/>
        <argument key="stripe_webhook" type="service_closure" id="messenger.transport.stripe_webhook"/>
        <argument key="scormia_generation" type="service_closure" id="messenger.transport.scormia_generation"/>
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
        <argument key="messenger.transport.async" type="service_closure" id="messenger.transport.async"/>
        <argument key="messenger.transport.stripe_webhook" type="service_closure" id="messenger.transport.stripe_webhook"/>
        <argument key="messenger.transport.scormia_generation" type="service_closure" id="messenger.transport.scormia_generation"/>
        <argument key="messenger.transport.failed" type="service_closure" id="messenger.transport.failed"/>
      </argument>
    </service>
    <service id=".service_locator.Emv.8IG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="async" type="service_closure" id="messenger.transport.failed"/>
        <argument key="stripe_webhook" type="service_closure" id="messenger.transport.failed"/>
        <argument key="scormia_generation" type="service_closure" id="messenger.transport.failed"/>
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
      </argument>
    </service>
    <service id="notifier" class="Symfony\Component\Notifier\Notifier">
      <argument type="service" id=".service_locator.7KXt.i1"/>
      <argument type="service" id="notifier.channel_policy" on-invalid="ignore"/>
      <call method="addAdminRecipient">
        <argument type="service" id="notifier.admin_recipient.0"/>
      </call>
    </service>
    <service id="notifier.channel_policy" class="Symfony\Component\Notifier\Channel\ChannelPolicy">
      <argument type="collection">
        <argument key="urgent" type="collection">
          <argument>email</argument>
        </argument>
        <argument key="high" type="collection">
          <argument>email</argument>
        </argument>
        <argument key="medium" type="collection">
          <argument>email</argument>
        </argument>
        <argument key="low" type="collection">
          <argument>email</argument>
        </argument>
      </argument>
    </service>
    <service id="notifier.flash_message_importance_mapper" class="Symfony\Component\Notifier\FlashMessage\DefaultFlashMessageImportanceMapper">
      <argument type="collection"/>
    </service>
    <service id="notifier.channel.browser" class="Symfony\Component\Notifier\Channel\BrowserChannel">
      <tag name="notifier.channel" channel="browser"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="notifier.flash_message_importance_mapper"/>
    </service>
    <service id="notifier.channel.chat" class="Symfony\Component\Notifier\Channel\ChatChannel">
      <tag name="notifier.channel" channel="chat"/>
      <argument>null</argument>
      <argument type="service" id="messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.channel.sms" class="Symfony\Component\Notifier\Channel\SmsChannel">
      <tag name="notifier.channel" channel="sms"/>
      <argument>null</argument>
      <argument type="service" id="messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.channel.email" class="Symfony\Component\Notifier\Channel\EmailChannel">
      <tag name="notifier.channel" channel="email"/>
      <argument>null</argument>
      <argument type="service" id="messenger.bus.default" on-invalid="null"/>
      <argument>null</argument>
    </service>
    <service id="notifier.channel.push" class="Symfony\Component\Notifier\Channel\PushChannel">
      <tag name="notifier.channel" channel="push"/>
      <argument>null</argument>
      <argument type="service" id="messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.channel.desktop" class="Symfony\Component\Notifier\Channel\DesktopChannel">
      <tag name="notifier.channel" channel="desktop"/>
      <argument>null</argument>
      <argument type="service" id="messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.monolog_handler" class="Symfony\Bridge\Monolog\Handler\NotifierHandler">
      <argument type="service" id="notifier"/>
    </service>
    <service id="notifier.failed_message_listener" class="Symfony\Component\Notifier\EventListener\SendFailedMessageToNotifierListener">
      <argument type="service" id="notifier"/>
    </service>
    <service id="chatter.transports" class="Symfony\Component\Notifier\Transport\Transports">
      <argument type="collection"/>
      <factory service="chatter.transport_factory" method="fromStrings"/>
    </service>
    <service id="chatter.transport_factory" class="Symfony\Component\Notifier\Transport">
      <argument type="tagged_iterator" tag="chatter.transport_factory"/>
    </service>
    <service id="chatter.messenger.chat_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\ChatMessage"/>
      <argument type="service" id="chatter.transports"/>
    </service>
    <service id="texter.transports" class="Symfony\Component\Notifier\Transport\Transports">
      <argument type="collection"/>
      <factory service="texter.transport_factory" method="fromStrings"/>
    </service>
    <service id="texter.transport_factory" class="Symfony\Component\Notifier\Transport">
      <argument type="tagged_iterator" tag="texter.transport_factory"/>
    </service>
    <service id="texter.messenger.sms_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\SmsMessage"/>
      <argument type="service" id="texter.transports"/>
    </service>
    <service id="texter.messenger.push_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\PushMessage"/>
      <argument type="service" id="texter.transports"/>
    </service>
    <service id="notifier.notification_logger_listener" class="Symfony\Component\Notifier\EventListener\NotificationLoggerListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="texter.messenger.desktop_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\DesktopMessage"/>
      <argument type="service" id="texter.transports"/>
    </service>
    <service id="notifier.transport_factory.abstract" class="Symfony\Component\Notifier\Transport\AbstractTransportFactory" abstract="true">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
    </service>
    <service id="notifier.transport_factory.null" class="Symfony\Component\Notifier\Transport\NullTransportFactory">
      <tag name="chatter.transport_factory"/>
      <tag name="texter.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client.uri_template" on-invalid="ignore"/>
    </service>
    <service id="notifier.admin_recipient.0" class="Symfony\Component\Notifier\Recipient\Recipient">
      <argument>admin@example.com</argument>
      <argument></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.idle_connection_listener" class="Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="doctrine.dbal.connection_expiries"/>
      <argument type="service" id="service_container"/>
    </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 type="service" id="doctrine.dbal.idle_connection_middleware.default"/>
        </argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager">
      <argument type="service" id=".service_locator.FQL6URF"/>
      <argument type="collection">
        <argument type="collection">
          <argument type="collection">
            <argument>postLoad</argument>
          </argument>
          <argument>App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.messenger.doctrine_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onSchemaCreateTable</argument>
          </argument>
          <argument>doctrine.orm.messenger.doctrine_schema_listener</argument>
        </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 type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>turbo.doctrine.event_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postFlush</argument>
          </argument>
          <argument>turbo.doctrine.event_listener</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="use_savepoints">true</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="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"/>
      <call method="setNestTransactionsWithSavepoints">
        <argument>true</argument>
      </call>
      <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">
        <argument>default</argument>
      </argument>
    </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="doctrine.dbal.idle_connection_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware" abstract="true">
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="doctrine.dbal.connection_expiries"/>
      <argument type="collection">
        <argument key="default">600</argument>
      </argument>
    </service>
    <service id="messenger.middleware.doctrine_transaction" class="Symfony\Bridge\Doctrine\Messenger\DoctrineTransactionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_ping_connection" class="Symfony\Bridge\Doctrine\Messenger\DoctrinePingConnectionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_close_connection" class="Symfony\Bridge\Doctrine\Messenger\DoctrineCloseConnectionMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.middleware.doctrine_open_transaction_logger" class="Symfony\Bridge\Doctrine\Messenger\DoctrineOpenTransactionLoggerMiddleware" abstract="true">
      <argument type="service" id="doctrine"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager" class="Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="messenger.transport.doctrine.factory" class="Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory">
      <tag name="messenger.transport_factory"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.messenger.doctrine_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <tag name="doctrine.event_listener" event="onSchemaCreateTable"/>
      <argument type="tagged_iterator" tag="messenger.receiver"/>
    </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.Sed55uI"/>
    </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 priority="110" name="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="doctrine.orm.entity_value_resolver.expression_language" on-invalid="ignore"/>
      <argument type="service">
        <service class="Symfony\Bridge\Doctrine\Attribute\MapEntity">
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument type="collection"/>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>false</argument>
        </service>
      </argument>
      <argument type="collection"/>
    </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.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.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.mapping_describe_command" class="Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand">
      <tag name="console.command" command="doctrine:mapping:describe"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:describe</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.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>
      </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>/var/www/moodia/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>true</argument>
      </call>
      <call method="setIdentityGenerationPreferences">
        <argument type="collection">
          <argument key="Doctrine\DBAL\Platforms\PostgreSQLPlatform">4</argument>
        </argument>
      </call>
      <call method="enableNativeLazyObjects">
        <argument>false</argument>
      </call>
      <call method="setRepositoryFactory">
        <argument type="service" id="doctrine.orm.container_repository_factory"/>
      </call>
      <call method="addCustomStringFunction">
        <argument>DATE_FORMAT</argument>
        <argument>App\Doctrine\Function\DateFormatFunction</argument>
      </call>
    </service>
    <service id="doctrine.orm.default_attribute_metadata_driver" class="Doctrine\ORM\Mapping\Driver\AttributeDriver">
      <argument type="collection">
        <argument>/var/www/moodia/src/Entity</argument>
      </argument>
      <argument>true</argument>
    </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.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>/var/www/moodia/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.migrations_factory" class="Doctrine\Migrations\Version\MigrationFactory">
      <factory service="doctrine.migrations.dependency_factory" method="getMigrationFactory"/>
    </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" connection="default"/>
      <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.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\ExpressionParser\Infix\BinaryOperatorExpressionParser"/>
      <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="cache">/var/www/moodia/var/cache/prod/twig</argument>
        <argument key="charset">UTF-8</argument>
        <argument key="debug">true</argument>
        <argument key="strict_variables">true</argument>
        <argument key="autoescape">name</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.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="App\Twig\ActivityLogExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\AnnouncementExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\ClassNameExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\CommercialExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\ContractExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\ContractStatusExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\NumberFormatExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\PlanExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\RelativeDateExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\SupportExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\ToolAccessExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\TourExtension"/>
      </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="stimulus.ux_controllers_twig_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.intl"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="chartjs.twig_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="turbo.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="webpack_encore.twig_entry_files_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="stimulus.twig_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="addGlobal">
        <argument>app_version</argument>
        <argument>2.80.0</argument>
      </call>
      <call method="addGlobal">
        <argument>low_tokens_upgrade_threshold</argument>
        <argument>10000</argument>
      </call>
      <call method="addGlobal">
        <argument>email_logo_path</argument>
        <argument>@email_assets/bubul-logo.png</argument>
      </call>
      <call method="addGlobal">
        <argument>commercial_colors</argument>
        <argument type="collection">
          <argument key="filleuls">cohorts</argument>
          <argument key="commission">primary</argument>
          <argument key="encours">warning</argument>
          <argument key="verse">success</argument>
          <argument key="commerciaux">info</argument>
        </argument>
      </call>
      <call method="addGlobal">
        <argument>commercial_plan_tokens</argument>
        <argument type="collection">
          <argument>--color-cohorts</argument>
          <argument>--color-cohorts-light</argument>
          <argument>--color-pink</argument>
          <argument>--color-teal</argument>
          <argument>--color-info</argument>
          <argument>--color-gray-400</argument>
        </argument>
      </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="twig.configurator.environment" 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="/var/www/moodia/public/images/email">email_assets</argument>
        <argument key="/var/www/moodia/vendor/symfony/twig-bridge/Resources/views/Email">email</argument>
        <argument key="/var/www/moodia/vendor/symfony/twig-bridge/Resources/views/Form">null</argument>
      </argument>
      <argument>/var/www/moodia/templates</argument>
      <argument type="collection">
        <argument>*.twig</argument>
      </argument>
    </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.lMv3Dwi.twig.template_cache_warmer"/>
      <argument type="service" id="twig.template_iterator"/>
      <argument>null</argument>
    </service>
    <service id="twig.loader.native_filesystem" class="Twig\Loader\FilesystemLoader">
      <tag name="twig.loader"/>
      <argument type="collection"/>
      <argument>/var/www/moodia</argument>
      <call method="addPath">
        <argument>/var/www/moodia/public/images/email</argument>
        <argument>email_assets</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/doctrine/doctrine-bundle/templates</argument>
        <argument>Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/doctrine/doctrine-bundle/templates</argument>
        <argument>!Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/doctrine/doctrine-migrations-bundle/templates</argument>
        <argument>DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/doctrine/doctrine-migrations-bundle/templates</argument>
        <argument>!DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/templates/bundles/TwigBundle</argument>
        <argument>Twig</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/templates/bundles/TwigBundle</argument>
        <argument>!Twig</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>Security</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>!Security</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/symfony/ux-turbo/templates</argument>
        <argument>Turbo</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/symfony/ux-turbo/templates</argument>
        <argument>!Turbo</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/templates</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>email</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>!email</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/moodia/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.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.GIuJv7e"/>
    </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.configurator.environment" class="Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator">
      <argument>F j, Y H:i</argument>
      <argument>%d days</argument>
      <argument>Europe/Paris</argument>
      <argument>0</argument>
      <argument>.</argument>
      <argument>,</argument>
    </service>
    <service id="twig.runtime_loader" class="Twig\RuntimeLoader\ContainerRuntimeLoader">
      <argument type="service" id=".service_locator.H4Rb22n"/>
    </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.same_origin_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>/var/www/moodia</argument>
      <argument>%kernel.bundles_metadata%</argument>
      <argument>/var/www/moodia/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.validator" class="Symfony\Bridge\Twig\Validator\Constraints\TwigValidator">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="twig"/>
    </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="stimulus.helper" class="Symfony\UX\StimulusBundle\Helper\StimulusHelper">
      <argument type="service" id="twig" on-invalid="null"/>
    </service>
    <service id="stimulus.twig_extension" class="Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension">
      <tag name="twig.extension" priority="-10"/>
      <argument type="service" id="stimulus.helper"/>
    </service>
    <service id="stimulus.asset_mapper.ux_package_reader" class="Symfony\UX\StimulusBundle\Ux\UxPackageReader">
      <argument>/var/www/moodia</argument>
    </service>
    <service id="stimulus.ux_controllers_twig_extension" class="Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.missing_extension_suggestor" class="Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor"/>
    <service id="twig.extension.intl" class="Twig\Extra\Intl\IntlExtension">
      <tag name="twig.extension"/>
    </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"/>
    </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.mDV6p8L"/>
    </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.2QMaG2L"/>
      <argument type="collection">
        <argument key="dev">null</argument>
        <argument key="api_moodlev5" type="service" id=".service_locator.thsZo7W"/>
        <argument key="api_badges" type="service" id=".service_locator.0iAXgw0"/>
        <argument key="api_daily_reward" type="service" id=".service_locator.0iAXgw0"/>
        <argument key="api" type="service" id=".service_locator.RvH7lmp"/>
        <argument key="main" type="service" id=".service_locator.eAcGdN0"/>
      </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="api_moodlev5" type="service_closure" id="security.user_checker"/>
        <argument key="api_badges" type="service_closure" id="security.user_checker"/>
        <argument key="api_daily_reward" type="service_closure" id="security.user_checker"/>
        <argument key="api" type="service_closure" id="security.user_checker"/>
        <argument key="main" type="service_closure" id="App\Security\UserChecker"/>
      </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"/>
    </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>%security.role_hierarchy.roles%</argument>
    </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.role_hierarchy_voter" class="Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.role_hierarchy"/>
    </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.access.closure_voter" class="Symfony\Component\Security\Core\Authorization\Voter\ClosureVoter">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.authorization_checker"/>
    </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.qp.XDYl"/>
      <argument type="iterator">
        <argument key="security.firewall.map.context.dev" type="service" id=".security.request_matcher.gOpgIHx"/>
        <argument key="security.firewall.map.context.api_moodlev5" type="service" id=".security.request_matcher.Gp_tUoW"/>
        <argument key="security.firewall.map.context.api_badges" type="service" id=".security.request_matcher.Mc2XtJz"/>
        <argument key="security.firewall.map.context.api_daily_reward" type="service" id=".security.request_matcher.CeYn0iu"/>
        <argument key="security.firewall.map.context.api" type="service" id=".security.request_matcher.X9ul4pc"/>
        <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>aXYoMgCbEE</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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>Yvkqba+zLc</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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.is_csrf_token_valid_attribute_expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.security_is_csrf_token_valid_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="cache.security_is_csrf_token_valid_attribute_expression_language" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>c3IJhfScVX</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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>
    </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.I_Hqzgo"/>
        <argument type="collection">
          <argument>ROLE_USER</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.MtaAPs7"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.wXGSV6C"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.BhpRUZK"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.7hffHUr"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.IeytD0n"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.QPc5GcN"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.GZ7UDCA"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.3Qp_Yut"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.p6xYL2C"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.wHP6bS6"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.ek0Zdz."/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.WiILRO_"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.YrnOxI1"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.Xo6z5oJ"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.2hr9drJ"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.2ajcabo"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.oCiVVHF"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.oUAx8iY"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.3kT508x"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.0aUB5y9"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.zQeb8Ru"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.oHd5rUD"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.CUDSgej"/>
        <argument type="collection">
          <argument>ROLE_USER</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"/>
    </service>
    <service id="security.firewall.event_dispatcher_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="api_moodlev5" type="service_closure" id="debug.security.event_dispatcher.api_moodlev5"/>
        <argument key="api_badges" type="service_closure" id="debug.security.event_dispatcher.api_badges"/>
        <argument key="api_daily_reward" type="service_closure" id="debug.security.event_dispatcher.api_daily_reward"/>
        <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 type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</argument>
      <argument type="abstract">required badges</argument>
    </service>
    <service id="security.authenticator.managers_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="api_moodlev5" type="service_closure" id="security.authenticator.manager.api_moodlev5"/>
        <argument key="api_badges" type="service_closure" id="security.authenticator.manager.api_badges"/>
        <argument key="api_daily_reward" type="service_closure" id="security.authenticator.manager.api_daily_reward"/>
        <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_discovery.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.jwk" class="Jose\Component\Core\JWK" constructor="createFromJson" abstract="true">
      <argument type="abstract">signature key</argument>
      <deprecated package="symfony/security-http" version="7.1">The "%service_id%" service is deprecated. Please use "security.access_token_handler.oidc.jwkset" instead</deprecated>
    </service>
    <service id="security.access_token_handler.oidc.jwkset" class="Jose\Component\Core\JWKSet" constructor="createFromJson" abstract="true">
      <argument type="abstract">signature keyset</argument>
    </service>
    <service id="security.access_token_handler.oidc.algorithm_manager_factory" class="Jose\Component\Core\AlgorithmManagerFactory">
      <argument type="tagged_iterator" tag="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature" class="Jose\Component\Core\AlgorithmManager" abstract="true">
      <argument type="abstract">signature algorithms</argument>
      <factory service="security.access_token_handler.oidc.algorithm_manager_factory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES256" class="Jose\Component\Signature\Algorithm\ES256">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES384" class="Jose\Component\Signature\Algorithm\ES384">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES512" class="Jose\Component\Signature\Algorithm\ES512">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.RS256" class="Jose\Component\Signature\Algorithm\RS256">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.RS384" class="Jose\Component\Signature\Algorithm\RS384">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.RS512" class="Jose\Component\Signature\Algorithm\RS512">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.PS256" class="Jose\Component\Signature\Algorithm\PS256">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.PS384" class="Jose\Component\Signature\Algorithm\PS384">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.PS512" class="Jose\Component\Signature\Algorithm\PS512">
      <tag name="security.access_token_handler.oidc.signature_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption_algorithm_manager_factory" class="Jose\Component\Core\AlgorithmManagerFactory">
      <argument type="tagged_iterator" tag="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption" class="Jose\Component\Core\AlgorithmManager" abstract="true">
      <argument type="abstract">encryption algorithms</argument>
      <factory service="security.access_token_handler.oidc.encryption_algorithm_manager_factory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.RSAOAEP" class="Jose\Component\Encryption\Algorithm\KeyEncryption\RSAOAEP">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.ECDHES" class="Jose\Component\Encryption\Algorithm\KeyEncryption\ECDHES">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.ECDHSS" class="Jose\Component\Encryption\Algorithm\KeyEncryption\ECDHSS">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A128CBCHS256" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A128CBCHS256">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A192CBCHS384" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A192CBCHS384">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A256CBCHS512" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A256CBCHS512">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A128GCM" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A128GCM">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A192GCM" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A192GCM">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oidc.encryption.A256GCM" class="Jose\Component\Encryption\Algorithm\ContentEncryption\A256GCM">
      <tag name="security.access_token_handler.oidc.encryption_algorithm"/>
    </service>
    <service id="security.access_token_handler.oauth2" class="Symfony\Component\Security\Http\AccessToken\OAuth2\Oauth2TokenHandler" abstract="true">
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </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="kernel.reset" method="reset" on_invalid="ignore"/>
      <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.qp.XDYl"/>
      <argument type="service" id=".service_locator.UpbbakB"/>
      <argument type="collection">
        <argument key="api_moodlev5" type="collection">
          <argument type="service" id="debug.App\Service\Security\MixedAuthenticator"/>
        </argument>
        <argument key="api_badges" type="collection">
          <argument type="service" id="debug.App\Security\SessionAuthenticator"/>
        </argument>
        <argument key="api_daily_reward" type="collection">
          <argument type="service" id="debug.App\Security\SessionAuthenticator"/>
        </argument>
        <argument key="api" type="collection">
          <argument type="service" id="debug.App\Service\Security\ApiKeyAuthenticator"/>
        </argument>
        <argument key="main" type="collection">
          <argument type="service" id="debug.App\Security\GoogleAuthenticator"/>
          <argument type="service" id="debug.security.authenticator.form_login.main"/>
          <argument type="service" id="debug.security.authenticator.remember_me.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\User</argument>
      <argument>email</argument>
      <argument>null</argument>
    </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.gOpgIHx</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.kQIRvor" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(_(profiler|wdt)|css|images|js)/</argument>
    </service>
    <service id=".security.request_matcher.gOpgIHx" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.kQIRvor"/>
      </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.api_moodlev5" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>api_moodlev5</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.Gp_tUoW</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>App\Service\Security\MixedAuthenticator</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.bCskmKJ" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/moodlev5/</argument>
    </service>
    <service id=".security.request_matcher.Gp_tUoW" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.bCskmKJ"/>
      </argument>
    </service>
    <service id="security.listener.api_moodlev5.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.api_moodlev5" 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.api_moodlev5" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.api_moodlev5"/>
    </service>
    <service id="debug.App\Service\Security\MixedAuthenticator" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="App\Service\Security\MixedAuthenticator"/>
    </service>
    <service id="security.authenticator.manager.api_moodlev5" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="debug.App\Service\Security\MixedAuthenticator"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.api_moodlev5"/>
      <argument>api_moodlev5</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.api_moodlev5" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.api_moodlev5" inner="debug.security.firewall.authenticator.api_moodlev5.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.api_moodlev5.inner"/>
    </service>
    <service id="security.listener.user_checker.api_moodlev5" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.api_moodlev5"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.api_moodlev5" 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_moodlev5</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.thsZo7W" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Service\Security\MixedAuthenticator" type="service_closure" id="App\Service\Security\MixedAuthenticator"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.api_moodlev5" 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_moodlev5"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.api_moodlev5"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.api_moodlev5"/>
    </service>
    <service id="security.firewall.map.config.api_badges" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>api_badges</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.Mc2XtJz</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>null</argument>
      <argument>App\Security\JsonAuthenticationEntryPoint</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>App\Security\SessionAuthenticator</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.VKrhIpm" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/badges/</argument>
    </service>
    <service id=".security.request_matcher.Mc2XtJz" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.VKrhIpm"/>
      </argument>
    </service>
    <service id="security.listener.api_badges.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.api_badges" 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.api_badges" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.api_badges"/>
    </service>
    <service id="debug.App\Security\SessionAuthenticator" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="App\Security\SessionAuthenticator"/>
    </service>
    <service id="security.authenticator.manager.api_badges" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="debug.App\Security\SessionAuthenticator"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.api_badges"/>
      <argument>api_badges</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.api_badges" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.api_badges" inner="debug.security.firewall.authenticator.api_badges.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.api_badges.inner"/>
    </service>
    <service id="security.listener.user_checker.api_badges" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.api_badges"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.api_badges" 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_badges</argument>
      <argument type="service" id="App\Security\JsonAuthenticationEntryPoint"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id=".service_locator.0iAXgw0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Security\SessionAuthenticator" type="service_closure" id="App\Security\SessionAuthenticator"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.api_badges" 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_badges"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.api_badges"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.api_badges"/>
    </service>
    <service id="security.firewall.map.config.api_daily_reward" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>api_daily_reward</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.CeYn0iu</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>null</argument>
      <argument>App\Security\JsonAuthenticationEntryPoint</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>App\Security\SessionAuthenticator</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.llMGXl8" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/daily-reward/</argument>
    </service>
    <service id=".security.request_matcher.CeYn0iu" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.llMGXl8"/>
      </argument>
    </service>
    <service id="security.listener.api_daily_reward.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.api_daily_reward" 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.api_daily_reward" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.api_daily_reward"/>
    </service>
    <service id="security.authenticator.manager.api_daily_reward" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="debug.App\Security\SessionAuthenticator"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.api_daily_reward"/>
      <argument>api_daily_reward</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.api_daily_reward" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.api_daily_reward" inner="debug.security.firewall.authenticator.api_daily_reward.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.api_daily_reward.inner"/>
    </service>
    <service id="security.listener.user_checker.api_daily_reward" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.api_daily_reward"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.api_daily_reward" 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_daily_reward</argument>
      <argument type="service" id="App\Security\JsonAuthenticationEntryPoint"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id="security.firewall.map.context.api_daily_reward" 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_daily_reward"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.api_daily_reward"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.api_daily_reward"/>
    </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.X9ul4pc</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>App\Service\Security\ApiKeyAuthenticator</argument>
      </argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.fpusC7A" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/(?!settings/|auth/|sam/|moodlev5/|slidia/|badges/|daily-reward/)</argument>
    </service>
    <service id=".security.request_matcher.X9ul4pc" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.fpusC7A"/>
      </argument>
    </service>
    <service id="security.listener.api.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.api" 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.api" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.api"/>
    </service>
    <service id="debug.App\Service\Security\ApiKeyAuthenticator" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="App\Service\Security\ApiKeyAuthenticator"/>
    </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="debug.App\Service\Security\ApiKeyAuthenticator"/>
      </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 type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</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>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.RvH7lmp" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Service\Security\ApiKeyAuthenticator" type="service_closure" id="App\Service\Security\ApiKeyAuthenticator"/>
      </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>App\Security\UserChecker</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>form_login</argument>
        <argument>remember_me</argument>
        <argument>App\Security\GoogleAuthenticator</argument>
      </argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="path">app_logout</argument>
        <argument key="target">app_landing</argument>
        <argument key="enable_csrf">null</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="csrf_parameter">_csrf_token</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>app_landing</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="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="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_dashboard</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.rememberme.response_listener" class="Symfony\Component\Security\Http\RememberMe\ResponseListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="security.authenticator.remember_me_signature_hasher" class="Symfony\Component\Security\Core\Signature\SignatureHasher">
      <argument type="service" id="property_accessor"/>
      <argument type="abstract">signature properties</argument>
      <argument>%kernel.secret%</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.authenticator.signature_remember_me_handler" class="Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">signature hasher</argument>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="request_stack"/>
      <argument type="abstract">options</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.persistent_remember_me_handler" class="Symfony\Component\Security\Http\RememberMe\PersistentRememberMeHandler" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">token provider</argument>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="request_stack"/>
      <argument type="abstract">options</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="abstract">token verifier</argument>
    </service>
    <service id="security.authenticator.firewall_aware_remember_me_handler" class="Symfony\Bundle\SecurityBundle\RememberMe\FirewallAwareRememberMeHandler">
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id=".service_locator.btBh8Uk"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.listener.check_remember_me_conditions" class="Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener" abstract="true">
      <argument type="abstract">options</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="security.listener.remember_me" class="Symfony\Component\Security\Http\EventListener\RememberMeListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">remember me handler</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.remember_me" class="Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">remember me handler</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">options</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="cache.security_token_verifier" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>E0Tf3Ubck-</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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.authenticator.remember_me_signature_hasher.main" class="Symfony\Component\Security\Core\Signature\SignatureHasher">
      <argument type="service" id="property_accessor"/>
      <argument type="collection">
        <argument>password</argument>
      </argument>
      <argument>%env(APP_SECRET)%</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.authenticator.remember_me_handler.main" class="Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler">
      <tag name="security.remember_me_handler" firewall="main"/>
      <argument type="service" id="security.authenticator.remember_me_signature_hasher.main"/>
      <argument type="service" id="security.user.provider.concrete.app_user_provider"/>
      <argument type="service" id="request_stack"/>
      <argument type="collection">
        <argument key="secret">%env(APP_SECRET)%</argument>
        <argument key="lifetime">2592000</argument>
        <argument key="path">/</argument>
        <argument key="user_providers" type="collection"/>
        <argument key="catch_exceptions">true</argument>
        <argument key="signature_properties" type="collection">
          <argument>password</argument>
        </argument>
        <argument key="name">REMEMBERME</argument>
        <argument key="domain">null</argument>
        <argument key="secure">null</argument>
        <argument key="httponly">true</argument>
        <argument key="samesite">lax</argument>
        <argument key="always_remember_me">false</argument>
        <argument key="remember_me_parameter">_remember_me</argument>
      </argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.listener.check_remember_me_conditions.main" class="Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="collection">
        <argument key="always_remember_me">false</argument>
        <argument key="remember_me_parameter">_remember_me</argument>
      </argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="security.listener.remember_me.main" class="Symfony\Component\Security\Http\EventListener\RememberMeListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.authenticator.remember_me_handler.main"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.remember_me.main" class="Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator">
      <argument type="service" id="security.authenticator.remember_me_handler.main"/>
      <argument type="service" id="security.token_storage"/>
      <argument>REMEMBERME</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="debug.App\Security\GoogleAuthenticator" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="App\Security\GoogleAuthenticator"/>
    </service>
    <service id="debug.security.authenticator.form_login.main" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="security.authenticator.form_login.main"/>
    </service>
    <service id="debug.security.authenticator.remember_me.main" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="security.authenticator.remember_me.main"/>
    </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="debug.App\Security\GoogleAuthenticator"/>
        <argument type="service" id="debug.security.authenticator.form_login.main"/>
        <argument type="service" id="debug.security.authenticator.remember_me.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 type="constant">Symfony\Component\Security\Http\Authentication\ExposeSecurityLevel::None</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="App\Security\UserChecker"/>
    </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.eAcGdN0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Security\GoogleAuthenticator" type="service_closure" id="App\Security\GoogleAuthenticator"/>
        <argument key="security.authenticator.form_login.main" type="service_closure" id="security.authenticator.form_login.main"/>
        <argument key="security.authenticator.remember_me.main" type="service_closure" id="security.authenticator.remember_me.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.qp.XDYl" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.firewall.map.context.dev" type="service_closure" id="security.firewall.map.context.dev"/>
        <argument key="security.firewall.map.context.api_moodlev5" type="service_closure" id="security.firewall.map.context.api_moodlev5"/>
        <argument key="security.firewall.map.context.api_badges" type="service_closure" id="security.firewall.map.context.api_badges"/>
        <argument key="security.firewall.map.context.api_daily_reward" type="service_closure" id="security.firewall.map.context.api_daily_reward"/>
        <argument key="security.firewall.map.context.api" type="service_closure" id="security.firewall.map.context.api"/>
        <argument key="security.firewall.map.context.main" type="service_closure" id="security.firewall.map.context.main"/>
      </argument>
    </service>
    <service id=".security.request_matcher.5n1UlhU" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/</argument>
    </service>
    <service id=".security.request_matcher.I_Hqzgo" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.5n1UlhU"/>
      </argument>
    </service>
    <service id=".security.request_matcher.VGiBBNZ" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/$</argument>
    </service>
    <service id=".security.request_matcher.MtaAPs7" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.VGiBBNZ"/>
      </argument>
    </service>
    <service id=".security.request_matcher.auFYf4J" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/outils/</argument>
    </service>
    <service id=".security.request_matcher.wXGSV6C" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.auFYf4J"/>
      </argument>
    </service>
    <service id=".security.request_matcher.T8BdVIN" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/login</argument>
    </service>
    <service id=".security.request_matcher.BhpRUZK" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.T8BdVIN"/>
      </argument>
    </service>
    <service id=".security.request_matcher.LORg6t3" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/register</argument>
    </service>
    <service id=".security.request_matcher.7hffHUr" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.LORg6t3"/>
      </argument>
    </service>
    <service id=".security.request_matcher.iqmIxI8" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/r/</argument>
    </service>
    <service id=".security.request_matcher.IeytD0n" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.iqmIxI8"/>
      </argument>
    </service>
    <service id=".security.request_matcher.xcENfXP" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/invitation/</argument>
    </service>
    <service id=".security.request_matcher.QPc5GcN" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.xcENfXP"/>
      </argument>
    </service>
    <service id=".security.request_matcher.V.Kfh.a" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/parrainage/confirmer/</argument>
    </service>
    <service id=".security.request_matcher.GZ7UDCA" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.V.Kfh.a"/>
      </argument>
    </service>
    <service id=".security.request_matcher.PIkyjz9" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/verify-email</argument>
    </service>
    <service id=".security.request_matcher.3Qp_Yut" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.PIkyjz9"/>
      </argument>
    </service>
    <service id=".security.request_matcher.FlJdud4" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/verify-new-email</argument>
    </service>
    <service id=".security.request_matcher.p6xYL2C" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.FlJdud4"/>
      </argument>
    </service>
    <service id=".security.request_matcher.K8dgseE" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/complete-registration</argument>
    </service>
    <service id=".security.request_matcher.wHP6bS6" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.K8dgseE"/>
      </argument>
    </service>
    <service id=".security.request_matcher.WeQoF98" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/connect/google</argument>
    </service>
    <service id=".security.request_matcher.ek0Zdz." class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.WeQoF98"/>
      </argument>
    </service>
    <service id=".security.request_matcher.hFGPU02" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/forgot-password</argument>
    </service>
    <service id=".security.request_matcher.WiILRO_" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.hFGPU02"/>
      </argument>
    </service>
    <service id=".security.request_matcher.7XMFiMz" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/reset-password</argument>
    </service>
    <service id=".security.request_matcher.YrnOxI1" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.7XMFiMz"/>
      </argument>
    </service>
    <service id=".security.request_matcher.BKtgaZ3" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/webhook/stripe</argument>
    </service>
    <service id=".security.request_matcher.Xo6z5oJ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.BKtgaZ3"/>
      </argument>
    </service>
    <service id=".security.request_matcher.XByWg79" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/contact</argument>
    </service>
    <service id=".security.request_matcher.2hr9drJ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.XByWg79"/>
      </argument>
    </service>
    <service id=".security.request_matcher.wYJKbms" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/cgv</argument>
    </service>
    <service id=".security.request_matcher.2ajcabo" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.wYJKbms"/>
      </argument>
    </service>
    <service id=".security.request_matcher.w__38XJ" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/mentions-legales</argument>
    </service>
    <service id=".security.request_matcher.oCiVVHF" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.w__38XJ"/>
      </argument>
    </service>
    <service id=".security.request_matcher.CTRKE2h" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/politique-securite</argument>
    </service>
    <service id=".security.request_matcher.oUAx8iY" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.CTRKE2h"/>
      </argument>
    </service>
    <service id=".security.request_matcher.VvVLDi3" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/welcome</argument>
    </service>
    <service id=".security.request_matcher.3kT508x" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.VvVLDi3"/>
      </argument>
    </service>
    <service id=".security.request_matcher.C1O9Xl8" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/p/slidia/</argument>
    </service>
    <service id=".security.request_matcher.0aUB5y9" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.C1O9Xl8"/>
      </argument>
    </service>
    <service id=".security.request_matcher.tnfwBjV" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/p/scormia/</argument>
    </service>
    <service id=".security.request_matcher.zQeb8Ru" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.tnfwBjV"/>
      </argument>
    </service>
    <service id=".security.request_matcher.1ynXutv" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/p/serenia/</argument>
    </service>
    <service id=".security.request_matcher.oHd5rUD" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.1ynXutv"/>
      </argument>
    </service>
    <service id=".security.request_matcher.SbN0Tkg" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/</argument>
    </service>
    <service id=".security.request_matcher.CUDSgej" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.SbN0Tkg"/>
      </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>
      <call method="setName">
        <argument>security:hash-password</argument>
      </call>
      <call method="setDescription">
        <argument>Hash a user password</argument>
      </call>
    </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.main"/>
      </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="monolog.processor.psr_log_message" class="Monolog\Processor\PsrLogMessageProcessor"/>
    <service id="monolog.handler.main" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>php://stderr</argument>
      <argument>error</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
      <call method="setFormatter">
        <argument type="service" id="monolog.formatter.json"/>
      </call>
    </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"/>
    </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>/var/www/moodia/config/jwt/private.pem</argument>
      <argument>/var/www/moodia/config/jwt/public.pem</argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument type="collection"/>
    </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>RS256</argument>
      <argument>3600</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="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>/var/www/moodia/config/jwt/private.pem</argument>
      <argument>/var/www/moodia/config/jwt/public.pem</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="chartjs.builder" class="Symfony\UX\Chartjs\Builder\ChartBuilder"/>
    <service id="chartjs.twig_extension" class="Symfony\UX\Chartjs\Twig\ChartExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="stimulus.helper"/>
    </service>
    <service id="turbo.id_accessor" class="Symfony\UX\Turbo\Broadcaster\IdAccessor">
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <argument type="service" id="doctrine" on-invalid="null"/>
    </service>
    <service id="turbo.broadcaster.action_renderer" class="Symfony\UX\Turbo\Broadcaster\TwigBroadcaster">
      <tag name="container.decorator" id="turbo.broadcaster.imux" inner="turbo.broadcaster.action_renderer.inner"/>
      <argument type="service" id="turbo.broadcaster.action_renderer.inner"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument key="App\Entity\">broadcast/</argument>
      </argument>
      <argument type="service" id="turbo.id_accessor"/>
    </service>
    <service id="turbo.twig.extension" class="Symfony\UX\Turbo\Twig\TwigExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="turbo.twig.runtime" class="Symfony\UX\Turbo\Twig\TurboRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id=".service_locator.GIuJv7e"/>
      <argument>default</argument>
    </service>
    <service id="turbo.doctrine.event_listener" class="Symfony\UX\Turbo\Doctrine\BroadcastListener">
      <tag name="doctrine.event_listener" event="onFlush"/>
      <tag name="doctrine.event_listener" event="postFlush"/>
      <argument type="service" id="turbo.broadcaster.action_renderer"/>
      <argument>null</argument>
    </service>
    <service id="turbo.kernel.request_listener" class="Symfony\UX\Turbo\Request\RequestListener">
      <tag name="kernel.event_listener" event="kernel.request" priority="256"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="webpack_encore.entrypoint_lookup_collection" class="Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection">
      <argument type="service" id=".service_locator.fKIsVqY"/>
      <argument>_default</argument>
    </service>
    <service id="webpack_encore.tag_renderer" class="Symfony\WebpackEncoreBundle\Asset\TagRenderer">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup_collection"/>
      <argument type="service" id="assets.packages"/>
      <argument type="collection"/>
      <argument type="collection">
        <argument key="defer">true</argument>
      </argument>
      <argument type="collection"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="webpack_encore.twig_entry_files_extension" class="Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension">
      <tag name="twig.extension"/>
      <argument type="service" id=".service_locator.Xnrp4ju"/>
    </service>
    <service id="webpack_encore.entrypoint_lookup.cache_warmer" class="Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument key="_default">/var/www/moodia/public/build/entrypoints.json</argument>
      </argument>
      <argument type="service" id="http_client.uri_template" on-invalid="null"/>
      <argument>/var/www/moodia/var/cache/prod/webpack_encore.cache.php</argument>
    </service>
    <service id="webpack_encore.cache" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>/var/www/moodia/var/cache/prod/webpack_encore.cache.php</argument>
      <argument type="service" id="cache.webpack_encore"/>
    </service>
    <service id="cache.webpack_encore" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>vNz7oDtbUd</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/moodia/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="webpack_encore.exception_listener" class="Symfony\WebpackEncoreBundle\EventListener\ExceptionListener">
      <tag name="kernel.event_listener" event="kernel.exception"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup_collection"/>
      <argument type="collection">
        <argument>_default</argument>
      </argument>
    </service>
    <service id="Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener" class="Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup_collection"/>
      <argument type="collection">
        <argument>_default</argument>
      </argument>
    </service>
    <service id="webpack_encore.entrypoint_lookup[_default]" class="Symfony\WebpackEncoreBundle\Asset\EntrypointLookup">
      <tag name="kernel.reset" method="reset"/>
      <argument>/var/www/moodia/public/build/entrypoints.json</argument>
      <argument>null</argument>
      <argument>_default</argument>
      <argument>true</argument>
      <argument type="service" id="http_client.uri_template" on-invalid="null"/>
    </service>
    <service id=".service_locator.fKIsVqY" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="_default" type="service_closure" id="webpack_encore.entrypoint_lookup[_default]"/>
      </argument>
    </service>
    <service id="knpu.oauth2.provider_factory" class="KnpU\OAuth2ClientBundle\DependencyInjection\ProviderFactory">
      <argument type="service" id="router.default"/>
    </service>
    <service id="knpu.oauth2.registry" class="KnpU\OAuth2ClientBundle\Client\ClientRegistry" public="true">
      <argument type="service" id="service_container"/>
      <argument type="collection">
        <argument key="google">knpu.oauth2.client.google</argument>
      </argument>
    </service>
    <service id="knpu.oauth2.user_provider" class="KnpU\OAuth2ClientBundle\Security\User\OAuthUserProvider"/>
    <service id="knpu.oauth2.provider.google" class="League\OAuth2\Client\Provider\Google">
      <argument>League\OAuth2\Client\Provider\Google</argument>
      <argument type="collection">
        <argument key="clientId">%env(GOOGLE_CLIENT_ID)%</argument>
        <argument key="clientSecret">%env(GOOGLE_CLIENT_SECRET)%</argument>
      </argument>
      <argument>app_google_callback</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <factory service="knpu.oauth2.provider_factory" method="createProvider"/>
    </service>
    <service id="knpu.oauth2.client.google" class="KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient" public="true">
      <argument type="service" id="knpu.oauth2.provider.google"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Admin\DailyRecapCommand" class="App\Command\Admin\DailyRecapCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\Admin\DailyRecapCommand.0.App\Command\Admin\DailyRecapCommand" class="App\Command\Admin\DailyRecapCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\Admin\DailyRecapCommand" class="App\Command\Admin\DailyRecapCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\B2B\B2BSyncCommand" class="App\Command\B2B\B2BSyncCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\B2B\B2BSyncCommand.0.App\Command\B2B\B2BSyncCommand" class="App\Command\B2B\B2BSyncCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\B2B\B2BSyncCommand" class="App\Command\B2B\B2BSyncCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\B2C\RenewB2CTokensCommand" class="App\Command\B2C\RenewB2CTokensCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\B2C\RenewB2CTokensCommand.0.App\Command\B2C\RenewB2CTokensCommand" class="App\Command\B2C\RenewB2CTokensCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\B2C\RenewB2CTokensCommand" class="App\Command\B2C\RenewB2CTokensCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Commercial\E2eCommercialCommand" class="App\Command\Commercial\E2eCommercialCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\Commercial\E2eCommercialCommand.0.App\Command\Commercial\E2eCommercialCommand" class="App\Command\Commercial\E2eCommercialCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\Commercial\E2eCommercialCommand" class="App\Command\Commercial\E2eCommercialCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\ReplayInvoiceCommand" class="App\Command\Payment\ReplayInvoiceCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\Payment\ReplayInvoiceCommand.0.App\Command\Payment\ReplayInvoiceCommand" class="App\Command\Payment\ReplayInvoiceCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\Payment\ReplayInvoiceCommand" class="App\Command\Payment\ReplayInvoiceCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Pixia\SetupCommand" class="App\Command\Pixia\SetupCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\Pixia\SetupCommand.0.App\Command\Pixia\SetupCommand" class="App\Command\Pixia\SetupCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\Pixia\SetupCommand" class="App\Command\Pixia\SetupCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sam\DebugMoodleApiCommand" class="App\Command\Sam\DebugMoodleApiCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\Sam\DebugMoodleApiCommand.0.App\Command\Sam\DebugMoodleApiCommand" class="App\Command\Sam\DebugMoodleApiCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\Sam\DebugMoodleApiCommand" class="App\Command\Sam\DebugMoodleApiCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Sam\SamSyncAllCommand" class="App\Command\Sam\SamSyncAllCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\Sam\SamSyncAllCommand.0.App\Command\Sam\SamSyncAllCommand" class="App\Command\Sam\SamSyncAllCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\Sam\SamSyncAllCommand" class="App\Command\Sam\SamSyncAllCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScormiaAnnouncementCommand" class="App\Command\ScormiaAnnouncementCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\ScormiaAnnouncementCommand.0.App\Command\ScormiaAnnouncementCommand" class="App\Command\ScormiaAnnouncementCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\ScormiaAnnouncementCommand" class="App\Command\ScormiaAnnouncementCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Slidia\DensiteBenchCommand" class="App\Command\Slidia\DensiteBenchCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\Slidia\DensiteBenchCommand.0.App\Command\Slidia\DensiteBenchCommand" class="App\Command\Slidia\DensiteBenchCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\Slidia\DensiteBenchCommand" class="App\Command\Slidia\DensiteBenchCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Slidia\RefreshSystemTemplateCommand" class="App\Command\Slidia\RefreshSystemTemplateCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\Slidia\RefreshSystemTemplateCommand.0.App\Command\Slidia\RefreshSystemTemplateCommand" class="App\Command\Slidia\RefreshSystemTemplateCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\Slidia\RefreshSystemTemplateCommand" class="App\Command\Slidia\RefreshSystemTemplateCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Slidia\ReparseTemplatesCommand" class="App\Command\Slidia\ReparseTemplatesCommand" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Command\Slidia\ReparseTemplatesCommand.0.App\Command\Slidia\ReparseTemplatesCommand" class="App\Command\Slidia\ReparseTemplatesCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\Slidia\ReparseTemplatesCommand" class="App\Command\Slidia\ReparseTemplatesCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Config\BadgeCategory" class="App\Config\BadgeCategory" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Config\BadgeCategory" class="App\Config\BadgeCategory" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Config\ContactSubject" class="App\Config\ContactSubject" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Config\ContactSubject" class="App\Config\ContactSubject" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\ApiKeyController" class="App\Controller\API\ApiKeyController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\ApiKeyController" class="App\Controller\API\ApiKeyController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\ApiKeyController.0.App\Controller\API\ApiKeyController" class="App\Controller\API\ApiKeyController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\ApiKeyController" class="App\Controller\API\ApiKeyController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\ActivityController" class="App\Controller\API\MoodleV5\ActivityController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\ActivityController" class="App\Controller\API\MoodleV5\ActivityController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\ActivityController.0.App\Controller\API\MoodleV5\ActivityController" class="App\Controller\API\MoodleV5\ActivityController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\ActivityController" class="App\Controller\API\MoodleV5\ActivityController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\CohortController" class="App\Controller\API\MoodleV5\CohortController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\CohortController" class="App\Controller\API\MoodleV5\CohortController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\CohortController.0.App\Controller\API\MoodleV5\CohortController" class="App\Controller\API\MoodleV5\CohortController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\CohortController" class="App\Controller\API\MoodleV5\CohortController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\ConnectionController" class="App\Controller\API\MoodleV5\ConnectionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\ConnectionController" class="App\Controller\API\MoodleV5\ConnectionController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\ConnectionController.0.App\Controller\API\MoodleV5\ConnectionController" class="App\Controller\API\MoodleV5\ConnectionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\ConnectionController" class="App\Controller\API\MoodleV5\ConnectionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\CourseController" class="App\Controller\API\MoodleV5\CourseController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\CourseController" class="App\Controller\API\MoodleV5\CourseController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\CourseController.0.App\Controller\API\MoodleV5\CourseController" class="App\Controller\API\MoodleV5\CourseController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\CourseController" class="App\Controller\API\MoodleV5\CourseController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\EngagementController" class="App\Controller\API\MoodleV5\EngagementController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\EngagementController" class="App\Controller\API\MoodleV5\EngagementController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\EngagementController.0.App\Controller\API\MoodleV5\EngagementController" class="App\Controller\API\MoodleV5\EngagementController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\EngagementController" class="App\Controller\API\MoodleV5\EngagementController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\EnrollmentController" class="App\Controller\API\MoodleV5\EnrollmentController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\EnrollmentController" class="App\Controller\API\MoodleV5\EnrollmentController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\EnrollmentController.0.App\Controller\API\MoodleV5\EnrollmentController" class="App\Controller\API\MoodleV5\EnrollmentController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\EnrollmentController" class="App\Controller\API\MoodleV5\EnrollmentController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\ExportController" class="App\Controller\API\MoodleV5\ExportController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\ExportController" class="App\Controller\API\MoodleV5\ExportController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\ExportController.0.App\Controller\API\MoodleV5\ExportController" class="App\Controller\API\MoodleV5\ExportController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\ExportController" class="App\Controller\API\MoodleV5\ExportController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\MeController" class="App\Controller\API\MoodleV5\MeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\MeController" class="App\Controller\API\MoodleV5\MeController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\MeController.0.App\Controller\API\MoodleV5\MeController" class="App\Controller\API\MoodleV5\MeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\MeController" class="App\Controller\API\MoodleV5\MeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\ProgressController" class="App\Controller\API\MoodleV5\ProgressController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\ProgressController" class="App\Controller\API\MoodleV5\ProgressController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\ProgressController.0.App\Controller\API\MoodleV5\ProgressController" class="App\Controller\API\MoodleV5\ProgressController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\ProgressController" class="App\Controller\API\MoodleV5\ProgressController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\SectionController" class="App\Controller\API\MoodleV5\SectionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\SectionController" class="App\Controller\API\MoodleV5\SectionController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\SectionController.0.App\Controller\API\MoodleV5\SectionController" class="App\Controller\API\MoodleV5\SectionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\SectionController" class="App\Controller\API\MoodleV5\SectionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\StatusController" class="App\Controller\API\MoodleV5\StatusController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\StatusController" class="App\Controller\API\MoodleV5\StatusController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\StatusController.0.App\Controller\API\MoodleV5\StatusController" class="App\Controller\API\MoodleV5\StatusController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\StatusController" class="App\Controller\API\MoodleV5\StatusController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\SubmissionController" class="App\Controller\API\MoodleV5\SubmissionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\SubmissionController" class="App\Controller\API\MoodleV5\SubmissionController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\SubmissionController.0.App\Controller\API\MoodleV5\SubmissionController" class="App\Controller\API\MoodleV5\SubmissionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\SubmissionController" class="App\Controller\API\MoodleV5\SubmissionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\API\MoodleV5\UserController" class="App\Controller\API\MoodleV5\UserController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\API\MoodleV5\UserController" class="App\Controller\API\MoodleV5\UserController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\API\MoodleV5\UserController.0.App\Controller\API\MoodleV5\UserController" class="App\Controller\API\MoodleV5\UserController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\API\MoodleV5\UserController" class="App\Controller\API\MoodleV5\UserController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AnnouncementController" class="App\Controller\Admin\AnnouncementController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AnnouncementController" class="App\Controller\Admin\AnnouncementController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\AnnouncementController.0.App\Controller\Admin\AnnouncementController" class="App\Controller\Admin\AnnouncementController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\AnnouncementController" class="App\Controller\Admin\AnnouncementController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommercialController" class="App\Controller\Admin\CommercialController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommercialController" class="App\Controller\Admin\CommercialController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\CommercialController.0.App\Controller\Admin\CommercialController" class="App\Controller\Admin\CommercialController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CommercialController" class="App\Controller\Admin\CommercialController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyController" class="App\Controller\Admin\CompanyController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyController" class="App\Controller\Admin\CompanyController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\CompanyController.0.App\Controller\Admin\CompanyController" class="App\Controller\Admin\CompanyController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CompanyController" class="App\Controller\Admin\CompanyController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContractController" class="App\Controller\Admin\ContractController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContractController" class="App\Controller\Admin\ContractController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\ContractController.0.App\Controller\Admin\ContractController" class="App\Controller\Admin\ContractController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\ContractController" class="App\Controller\Admin\ContractController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DesignSystemController" class="App\Controller\Admin\DesignSystemController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DesignSystemController" class="App\Controller\Admin\DesignSystemController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\DesignSystemController.0.App\Controller\Admin\DesignSystemController" class="App\Controller\Admin\DesignSystemController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\DesignSystemController" class="App\Controller\Admin\DesignSystemController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlanController" class="App\Controller\Admin\PlanController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlanController" class="App\Controller\Admin\PlanController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\PlanController.0.App\Controller\Admin\PlanController" class="App\Controller\Admin\PlanController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\PlanController" class="App\Controller\Admin\PlanController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SlidiaTemplateController" class="App\Controller\Admin\SlidiaTemplateController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SlidiaTemplateController" class="App\Controller\Admin\SlidiaTemplateController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\SlidiaTemplateController.0.App\Controller\Admin\SlidiaTemplateController" class="App\Controller\Admin\SlidiaTemplateController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\SlidiaTemplateController" class="App\Controller\Admin\SlidiaTemplateController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SubscriptionController" class="App\Controller\Admin\SubscriptionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SubscriptionController" class="App\Controller\Admin\SubscriptionController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\SubscriptionController.0.App\Controller\Admin\SubscriptionController" class="App\Controller\Admin\SubscriptionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\SubscriptionController" class="App\Controller\Admin\SubscriptionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupportController" class="App\Controller\Admin\SupportController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupportController" class="App\Controller\Admin\SupportController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\SupportController.0.App\Controller\Admin\SupportController" class="App\Controller\Admin\SupportController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\SupportController" class="App\Controller\Admin\SupportController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ToolController" class="App\Controller\Admin\ToolController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ToolController" class="App\Controller\Admin\ToolController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\ToolController.0.App\Controller\Admin\ToolController" class="App\Controller\Admin\ToolController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\ToolController" class="App\Controller\Admin\ToolController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserController" class="App\Controller\Admin\UserController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserController" class="App\Controller\Admin\UserController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\UserController.0.App\Controller\Admin\UserController" class="App\Controller\Admin\UserController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\UserController" class="App\Controller\Admin\UserController" 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=".instanceof.App\Controller\AnnouncementController.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\Auth\RegistrationController" class="App\Controller\Auth\RegistrationController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\RegistrationController" class="App\Controller\Auth\RegistrationController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Auth\RegistrationController.0.App\Controller\Auth\RegistrationController" class="App\Controller\Auth\RegistrationController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Auth\RegistrationController" class="App\Controller\Auth\RegistrationController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Auth\WelcomeController" class="App\Controller\Auth\WelcomeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Auth\WelcomeController" class="App\Controller\Auth\WelcomeController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Auth\WelcomeController.0.App\Controller\Auth\WelcomeController" class="App\Controller\Auth\WelcomeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Auth\WelcomeController" class="App\Controller\Auth\WelcomeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthController" class="App\Controller\AuthController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthController" class="App\Controller\AuthController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\AuthController.0.App\Controller\AuthController" class="App\Controller\AuthController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AuthController" class="App\Controller\AuthController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\BadgeController" class="App\Controller\Badge\BadgeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\BadgeController" class="App\Controller\Badge\BadgeController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Badge\BadgeController.0.App\Controller\Badge\BadgeController" class="App\Controller\Badge\BadgeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Badge\BadgeController" class="App\Controller\Badge\BadgeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Badge\DailyRewardController" class="App\Controller\Badge\DailyRewardController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Badge\DailyRewardController" class="App\Controller\Badge\DailyRewardController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Badge\DailyRewardController.0.App\Controller\Badge\DailyRewardController" class="App\Controller\Badge\DailyRewardController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Badge\DailyRewardController" class="App\Controller\Badge\DailyRewardController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Castia\CastiaController" class="App\Controller\Castia\CastiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Castia\CastiaController" class="App\Controller\Castia\CastiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Castia\CastiaController.0.App\Controller\Castia\CastiaController" class="App\Controller\Castia\CastiaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Castia\CastiaController" class="App\Controller\Castia\CastiaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\AttributionConfirmController" class="App\Controller\Commercial\AttributionConfirmController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\AttributionConfirmController" class="App\Controller\Commercial\AttributionConfirmController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Commercial\AttributionConfirmController.0.App\Controller\Commercial\AttributionConfirmController" class="App\Controller\Commercial\AttributionConfirmController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\AttributionConfirmController" class="App\Controller\Commercial\AttributionConfirmController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\DashboardController" class="App\Controller\Commercial\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\DashboardController" class="App\Controller\Commercial\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Commercial\DashboardController.0.App\Controller\Commercial\DashboardController" class="App\Controller\Commercial\DashboardController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\DashboardController" class="App\Controller\Commercial\DashboardController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\FilleulController" class="App\Controller\Commercial\FilleulController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\FilleulController" class="App\Controller\Commercial\FilleulController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Commercial\FilleulController.0.App\Controller\Commercial\FilleulController" class="App\Controller\Commercial\FilleulController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\FilleulController" class="App\Controller\Commercial\FilleulController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\InvitationLandingController" class="App\Controller\Commercial\InvitationLandingController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\InvitationLandingController" class="App\Controller\Commercial\InvitationLandingController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Commercial\InvitationLandingController.0.App\Controller\Commercial\InvitationLandingController" class="App\Controller\Commercial\InvitationLandingController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\InvitationLandingController" class="App\Controller\Commercial\InvitationLandingController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\PaiementsController" class="App\Controller\Commercial\PaiementsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\PaiementsController" class="App\Controller\Commercial\PaiementsController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Commercial\PaiementsController.0.App\Controller\Commercial\PaiementsController" class="App\Controller\Commercial\PaiementsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\PaiementsController" class="App\Controller\Commercial\PaiementsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\ReferralController" class="App\Controller\Commercial\ReferralController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\ReferralController" class="App\Controller\Commercial\ReferralController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Commercial\ReferralController.0.App\Controller\Commercial\ReferralController" class="App\Controller\Commercial\ReferralController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\ReferralController" class="App\Controller\Commercial\ReferralController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\TokenRequestController" class="App\Controller\Commercial\TokenRequestController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\TokenRequestController" class="App\Controller\Commercial\TokenRequestController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Commercial\TokenRequestController.0.App\Controller\Commercial\TokenRequestController" class="App\Controller\Commercial\TokenRequestController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\TokenRequestController" class="App\Controller\Commercial\TokenRequestController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\TransactionsController" class="App\Controller\Commercial\TransactionsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\TransactionsController" class="App\Controller\Commercial\TransactionsController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Commercial\TransactionsController.0.App\Controller\Commercial\TransactionsController" class="App\Controller\Commercial\TransactionsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\TransactionsController" class="App\Controller\Commercial\TransactionsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController" class="App\Controller\ContactController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController" class="App\Controller\ContactController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\ContactController.0.App\Controller\ContactController" class="App\Controller\ContactController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ContactController" class="App\Controller\ContactController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DashboardController" class="App\Controller\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DashboardController" class="App\Controller\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\DashboardController.0.App\Controller\DashboardController" class="App\Controller\DashboardController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\DashboardController" class="App\Controller\DashboardController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EmailUnsubscribeController" class="App\Controller\EmailUnsubscribeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EmailUnsubscribeController" class="App\Controller\EmailUnsubscribeController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\EmailUnsubscribeController.0.App\Controller\EmailUnsubscribeController" class="App\Controller\EmailUnsubscribeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\EmailUnsubscribeController" class="App\Controller\EmailUnsubscribeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ErrorController" class="App\Controller\ErrorController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ErrorController" class="App\Controller\ErrorController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ErrorController" class="App\Controller\ErrorController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingController" class="App\Controller\LandingController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingController" class="App\Controller\LandingController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\LandingController.0.App\Controller\LandingController" class="App\Controller\LandingController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\LandingController" class="App\Controller\LandingController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalController" class="App\Controller\LegalController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalController" class="App\Controller\LegalController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\LegalController.0.App\Controller\LegalController" class="App\Controller\LegalController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\LegalController" class="App\Controller\LegalController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Monalisia\MonalisiaController" class="App\Controller\Monalisia\MonalisiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Monalisia\MonalisiaController" class="App\Controller\Monalisia\MonalisiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Monalisia\MonalisiaController.0.App\Controller\Monalisia\MonalisiaController" class="App\Controller\Monalisia\MonalisiaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Monalisia\MonalisiaController" class="App\Controller\Monalisia\MonalisiaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Moodia\AddToMoodiaController" class="App\Controller\Moodia\AddToMoodiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Moodia\AddToMoodiaController" class="App\Controller\Moodia\AddToMoodiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Moodia\AddToMoodiaController.0.App\Controller\Moodia\AddToMoodiaController" class="App\Controller\Moodia\AddToMoodiaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Moodia\AddToMoodiaController" class="App\Controller\Moodia\AddToMoodiaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Moodia\ImageUploadController" class="App\Controller\Moodia\ImageUploadController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Moodia\ImageUploadController" class="App\Controller\Moodia\ImageUploadController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Moodia\ImageUploadController.0.App\Controller\Moodia\ImageUploadController" class="App\Controller\Moodia\ImageUploadController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Moodia\ImageUploadController" class="App\Controller\Moodia\ImageUploadController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Moodia\MbzExportController" class="App\Controller\Moodia\MbzExportController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Moodia\MbzExportController" class="App\Controller\Moodia\MbzExportController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Moodia\MbzExportController.0.App\Controller\Moodia\MbzExportController" class="App\Controller\Moodia\MbzExportController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Moodia\MbzExportController" class="App\Controller\Moodia\MbzExportController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Moodia\MoodiaContentController" class="App\Controller\Moodia\MoodiaContentController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Moodia\MoodiaContentController" class="App\Controller\Moodia\MoodiaContentController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Moodia\MoodiaContentController.0.App\Controller\Moodia\MoodiaContentController" class="App\Controller\Moodia\MoodiaContentController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Moodia\MoodiaContentController" class="App\Controller\Moodia\MoodiaContentController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Moodia\MoodiaController" class="App\Controller\Moodia\MoodiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Moodia\MoodiaController" class="App\Controller\Moodia\MoodiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Moodia\MoodiaController.0.App\Controller\Moodia\MoodiaController" class="App\Controller\Moodia\MoodiaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Moodia\MoodiaController" class="App\Controller\Moodia\MoodiaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Moodia\MoodiaVersionController" class="App\Controller\Moodia\MoodiaVersionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Moodia\MoodiaVersionController" class="App\Controller\Moodia\MoodiaVersionController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Moodia\MoodiaVersionController.0.App\Controller\Moodia\MoodiaVersionController" class="App\Controller\Moodia\MoodiaVersionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Moodia\MoodiaVersionController" class="App\Controller\Moodia\MoodiaVersionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Moodia\ScormImportController" class="App\Controller\Moodia\ScormImportController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Moodia\ScormImportController" class="App\Controller\Moodia\ScormImportController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Moodia\ScormImportController.0.App\Controller\Moodia\ScormImportController" class="App\Controller\Moodia\ScormImportController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Moodia\ScormImportController" class="App\Controller\Moodia\ScormImportController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Pixia\PixiaController" class="App\Controller\Pixia\PixiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Pixia\PixiaController" class="App\Controller\Pixia\PixiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Pixia\PixiaController.0.App\Controller\Pixia\PixiaController" class="App\Controller\Pixia\PixiaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Pixia\PixiaController" class="App\Controller\Pixia\PixiaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Promptly\PromptlyController" class="App\Controller\Promptly\PromptlyController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Promptly\PromptlyController" class="App\Controller\Promptly\PromptlyController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Promptly\PromptlyController.0.App\Controller\Promptly\PromptlyController" class="App\Controller\Promptly\PromptlyController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Promptly\PromptlyController" class="App\Controller\Promptly\PromptlyController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecentActivitiesController" class="App\Controller\RecentActivitiesController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecentActivitiesController" class="App\Controller\RecentActivitiesController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\RecentActivitiesController.0.App\Controller\RecentActivitiesController" class="App\Controller\RecentActivitiesController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\RecentActivitiesController" class="App\Controller\RecentActivitiesController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReferralSettingsController" class="App\Controller\ReferralSettingsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReferralSettingsController" class="App\Controller\ReferralSettingsController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\ReferralSettingsController.0.App\Controller\ReferralSettingsController" class="App\Controller\ReferralSettingsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ReferralSettingsController" class="App\Controller\ReferralSettingsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sam\SamCohortsController" class="App\Controller\Sam\SamCohortsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sam\SamCohortsController" class="App\Controller\Sam\SamCohortsController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Sam\SamCohortsController.0.App\Controller\Sam\SamCohortsController" class="App\Controller\Sam\SamCohortsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Sam\SamCohortsController" class="App\Controller\Sam\SamCohortsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sam\SamController" class="App\Controller\Sam\SamController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sam\SamController" class="App\Controller\Sam\SamController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Sam\SamController.0.App\Controller\Sam\SamController" class="App\Controller\Sam\SamController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Sam\SamController" class="App\Controller\Sam\SamController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sam\SamCoursesController" class="App\Controller\Sam\SamCoursesController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sam\SamCoursesController" class="App\Controller\Sam\SamCoursesController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Sam\SamCoursesController.0.App\Controller\Sam\SamCoursesController" class="App\Controller\Sam\SamCoursesController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Sam\SamCoursesController" class="App\Controller\Sam\SamCoursesController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sam\SamSettingsController" class="App\Controller\Sam\SamSettingsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sam\SamSettingsController" class="App\Controller\Sam\SamSettingsController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Sam\SamSettingsController.0.App\Controller\Sam\SamSettingsController" class="App\Controller\Sam\SamSettingsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Sam\SamSettingsController" class="App\Controller\Sam\SamSettingsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Sam\SamUsersController" class="App\Controller\Sam\SamUsersController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Sam\SamUsersController" class="App\Controller\Sam\SamUsersController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Sam\SamUsersController.0.App\Controller\Sam\SamUsersController" class="App\Controller\Sam\SamUsersController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Sam\SamUsersController" class="App\Controller\Sam\SamUsersController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scormia\ScormiaController" class="App\Controller\Scormia\ScormiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scormia\ScormiaController" class="App\Controller\Scormia\ScormiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Scormia\ScormiaController.0.App\Controller\Scormia\ScormiaController" class="App\Controller\Scormia\ScormiaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Scormia\ScormiaController" class="App\Controller\Scormia\ScormiaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scormia\ScormiaEditorController" class="App\Controller\Scormia\ScormiaEditorController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scormia\ScormiaEditorController" class="App\Controller\Scormia\ScormiaEditorController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Scormia\ScormiaEditorController.0.App\Controller\Scormia\ScormiaEditorController" class="App\Controller\Scormia\ScormiaEditorController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Scormia\ScormiaEditorController" class="App\Controller\Scormia\ScormiaEditorController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scormia\ScormiaPublicController" class="App\Controller\Scormia\ScormiaPublicController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scormia\ScormiaPublicController" class="App\Controller\Scormia\ScormiaPublicController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Scormia\ScormiaPublicController.0.App\Controller\Scormia\ScormiaPublicController" class="App\Controller\Scormia\ScormiaPublicController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Scormia\ScormiaPublicController" class="App\Controller\Scormia\ScormiaPublicController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Scormia\ScormiaUserThemeController" class="App\Controller\Scormia\ScormiaUserThemeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Scormia\ScormiaUserThemeController" class="App\Controller\Scormia\ScormiaUserThemeController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Scormia\ScormiaUserThemeController.0.App\Controller\Scormia\ScormiaUserThemeController" class="App\Controller\Scormia\ScormiaUserThemeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Scormia\ScormiaUserThemeController" class="App\Controller\Scormia\ScormiaUserThemeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Serenia\SereniaController" class="App\Controller\Serenia\SereniaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Serenia\SereniaController" class="App\Controller\Serenia\SereniaController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Serenia\SereniaController.0.App\Controller\Serenia\SereniaController" class="App\Controller\Serenia\SereniaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Serenia\SereniaController" class="App\Controller\Serenia\SereniaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Serenia\SereniaPublicController" class="App\Controller\Serenia\SereniaPublicController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Serenia\SereniaPublicController" class="App\Controller\Serenia\SereniaPublicController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Serenia\SereniaPublicController.0.App\Controller\Serenia\SereniaPublicController" class="App\Controller\Serenia\SereniaPublicController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Serenia\SereniaPublicController" class="App\Controller\Serenia\SereniaPublicController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SettingsController" class="App\Controller\SettingsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SettingsController" class="App\Controller\SettingsController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\SettingsController.0.App\Controller\SettingsController" class="App\Controller\SettingsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SettingsController" class="App\Controller\SettingsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Slidia\SlidiaApiController" class="App\Controller\Slidia\SlidiaApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Slidia\SlidiaApiController" class="App\Controller\Slidia\SlidiaApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Slidia\SlidiaApiController.0.App\Controller\Slidia\SlidiaApiController" class="App\Controller\Slidia\SlidiaApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Slidia\SlidiaApiController" class="App\Controller\Slidia\SlidiaApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Slidia\SlidiaController" class="App\Controller\Slidia\SlidiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Slidia\SlidiaController" class="App\Controller\Slidia\SlidiaController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Slidia\SlidiaController.0.App\Controller\Slidia\SlidiaController" class="App\Controller\Slidia\SlidiaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Slidia\SlidiaController" class="App\Controller\Slidia\SlidiaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Slidia\SlidiaPublicController" class="App\Controller\Slidia\SlidiaPublicController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Slidia\SlidiaPublicController" class="App\Controller\Slidia\SlidiaPublicController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Slidia\SlidiaPublicController.0.App\Controller\Slidia\SlidiaPublicController" class="App\Controller\Slidia\SlidiaPublicController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Slidia\SlidiaPublicController" class="App\Controller\Slidia\SlidiaPublicController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StripeWebhookController" class="App\Controller\StripeWebhookController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StripeWebhookController" class="App\Controller\StripeWebhookController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\StripeWebhookController.0.App\Controller\StripeWebhookController" class="App\Controller\StripeWebhookController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\StripeWebhookController" class="App\Controller\StripeWebhookController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController" class="App\Controller\SubscriptionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController" class="App\Controller\SubscriptionController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\SubscriptionController.0.App\Controller\SubscriptionController" class="App\Controller\SubscriptionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SubscriptionController" class="App\Controller\SubscriptionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SupportController" class="App\Controller\SupportController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SupportController" class="App\Controller\SupportController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\SupportController.0.App\Controller\SupportController" class="App\Controller\SupportController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SupportController" class="App\Controller\SupportController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TourController" class="App\Controller\TourController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TourController" class="App\Controller\TourController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\TourController.0.App\Controller\TourController" class="App\Controller\TourController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\TourController" class="App\Controller\TourController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UpgradeController" class="App\Controller\UpgradeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UpgradeController" class="App\Controller\UpgradeController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\UpgradeController.0.App\Controller\UpgradeController" class="App\Controller\UpgradeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\UpgradeController" class="App\Controller\UpgradeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\ActivityEntityType.0.App\Entity\ActivityEntityType" class="App\Entity\ActivityEntityType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\ActivityEntityType" class="App\Entity\ActivityEntityType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\ActivityLog.0.App\Entity\ActivityLog" class="App\Entity\ActivityLog" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\ActivityLog" class="App\Entity\ActivityLog" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Announcement.0.App\Entity\Announcement" class="App\Entity\Announcement" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Announcement" class="App\Entity\Announcement" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\AnnouncementView.0.App\Entity\AnnouncementView" class="App\Entity\AnnouncementView" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\AnnouncementView" class="App\Entity\AnnouncementView" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\ApiKey.0.App\Entity\ApiKey" class="App\Entity\ApiKey" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\ApiKey" class="App\Entity\ApiKey" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\ApiLog.0.App\Entity\ApiLog" class="App\Entity\ApiLog" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\ApiLog" class="App\Entity\ApiLog" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Badge.0.App\Entity\Badge" class="App\Entity\Badge" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Badge" class="App\Entity\Badge" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Castia\CastiaPodcast.0.App\Entity\Castia\CastiaPodcast" class="App\Entity\Castia\CastiaPodcast" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Castia\CastiaPodcast" class="App\Entity\Castia\CastiaPodcast" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Castia\UserVoiceFavorite.0.App\Entity\Castia\UserVoiceFavorite" class="App\Entity\Castia\UserVoiceFavorite" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Castia\UserVoiceFavorite" class="App\Entity\Castia\UserVoiceFavorite" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Commercial.0.App\Entity\Commercial" class="App\Entity\Commercial" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Commercial" class="App\Entity\Commercial" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\CommercialCommission.0.App\Entity\CommercialCommission" class="App\Entity\CommercialCommission" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\CommercialCommission" class="App\Entity\CommercialCommission" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\CommercialInvitation.0.App\Entity\CommercialInvitation" class="App\Entity\CommercialInvitation" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\CommercialInvitation" class="App\Entity\CommercialInvitation" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\CommercialPayout.0.App\Entity\CommercialPayout" class="App\Entity\CommercialPayout" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\CommercialPayout" class="App\Entity\CommercialPayout" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Company.0.App\Entity\Company" class="App\Entity\Company" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Company" class="App\Entity\Company" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\CompanyInvitation.0.App\Entity\CompanyInvitation" class="App\Entity\CompanyInvitation" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\CompanyInvitation" class="App\Entity\CompanyInvitation" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\CompanyToken.0.App\Entity\CompanyToken" class="App\Entity\CompanyToken" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\CompanyToken" class="App\Entity\CompanyToken" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Contract.0.App\Entity\Contract" class="App\Entity\Contract" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Contract" class="App\Entity\Contract" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Monalisia\MonalisiaInfographic.0.App\Entity\Monalisia\MonalisiaInfographic" class="App\Entity\Monalisia\MonalisiaInfographic" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Monalisia\MonalisiaInfographic" class="App\Entity\Monalisia\MonalisiaInfographic" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaActivity.0.App\Entity\Moodia\MoodiaActivity" class="App\Entity\Moodia\MoodiaActivity" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaActivity" class="App\Entity\Moodia\MoodiaActivity" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaActivitySettings.0.App\Entity\Moodia\MoodiaActivitySettings" class="App\Entity\Moodia\MoodiaActivitySettings" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaActivitySettings" class="App\Entity\Moodia\MoodiaActivitySettings" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaActivityVersion.0.App\Entity\Moodia\MoodiaActivityVersion" class="App\Entity\Moodia\MoodiaActivityVersion" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaActivityVersion" class="App\Entity\Moodia\MoodiaActivityVersion" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaCourse.0.App\Entity\Moodia\MoodiaCourse" class="App\Entity\Moodia\MoodiaCourse" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaCourse" class="App\Entity\Moodia\MoodiaCourse" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaGlossaryTerm.0.App\Entity\Moodia\MoodiaGlossaryTerm" class="App\Entity\Moodia\MoodiaGlossaryTerm" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaGlossaryTerm" class="App\Entity\Moodia\MoodiaGlossaryTerm" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaImage.0.App\Entity\Moodia\MoodiaImage" class="App\Entity\Moodia\MoodiaImage" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaImage" class="App\Entity\Moodia\MoodiaImage" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaQuiz.0.App\Entity\Moodia\MoodiaQuiz" class="App\Entity\Moodia\MoodiaQuiz" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaQuiz" class="App\Entity\Moodia\MoodiaQuiz" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaQuizAnswer.0.App\Entity\Moodia\MoodiaQuizAnswer" class="App\Entity\Moodia\MoodiaQuizAnswer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaQuizAnswer" class="App\Entity\Moodia\MoodiaQuizAnswer" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaQuizQuestion.0.App\Entity\Moodia\MoodiaQuizQuestion" class="App\Entity\Moodia\MoodiaQuizQuestion" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaQuizQuestion" class="App\Entity\Moodia\MoodiaQuizQuestion" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Moodia\MoodiaSection.0.App\Entity\Moodia\MoodiaSection" class="App\Entity\Moodia\MoodiaSection" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Moodia\MoodiaSection" class="App\Entity\Moodia\MoodiaSection" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Pixia\PixiaImage.0.App\Entity\Pixia\PixiaImage" class="App\Entity\Pixia\PixiaImage" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Pixia\PixiaImage" class="App\Entity\Pixia\PixiaImage" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Plan.0.App\Entity\Plan" class="App\Entity\Plan" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Plan" class="App\Entity\Plan" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Promptly\PromptlyFolder.0.App\Entity\Promptly\PromptlyFolder" class="App\Entity\Promptly\PromptlyFolder" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Promptly\PromptlyFolder" class="App\Entity\Promptly\PromptlyFolder" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Promptly\PromptlyPrompt.0.App\Entity\Promptly\PromptlyPrompt" class="App\Entity\Promptly\PromptlyPrompt" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Promptly\PromptlyPrompt" class="App\Entity\Promptly\PromptlyPrompt" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Promptly\PromptlyUserMeta.0.App\Entity\Promptly\PromptlyUserMeta" class="App\Entity\Promptly\PromptlyUserMeta" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Promptly\PromptlyUserMeta" class="App\Entity\Promptly\PromptlyUserMeta" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamCohortMember.0.App\Entity\Sam\SamCohortMember" class="App\Entity\Sam\SamCohortMember" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamCohortMember" class="App\Entity\Sam\SamCohortMember" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamCourseUser.0.App\Entity\Sam\SamCourseUser" class="App\Entity\Sam\SamCourseUser" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamCourseUser" class="App\Entity\Sam\SamCourseUser" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamMoodleActivity.0.App\Entity\Sam\SamMoodleActivity" class="App\Entity\Sam\SamMoodleActivity" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamMoodleActivity" class="App\Entity\Sam\SamMoodleActivity" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamMoodleCohort.0.App\Entity\Sam\SamMoodleCohort" class="App\Entity\Sam\SamMoodleCohort" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamMoodleCohort" class="App\Entity\Sam\SamMoodleCohort" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamMoodleCompletion.0.App\Entity\Sam\SamMoodleCompletion" class="App\Entity\Sam\SamMoodleCompletion" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamMoodleCompletion" class="App\Entity\Sam\SamMoodleCompletion" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamMoodleCourse.0.App\Entity\Sam\SamMoodleCourse" class="App\Entity\Sam\SamMoodleCourse" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamMoodleCourse" class="App\Entity\Sam\SamMoodleCourse" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamMoodleSection.0.App\Entity\Sam\SamMoodleSection" class="App\Entity\Sam\SamMoodleSection" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamMoodleSection" class="App\Entity\Sam\SamMoodleSection" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamMoodleUser.0.App\Entity\Sam\SamMoodleUser" class="App\Entity\Sam\SamMoodleUser" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamMoodleUser" class="App\Entity\Sam\SamMoodleUser" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamQuizAttempt.0.App\Entity\Sam\SamQuizAttempt" class="App\Entity\Sam\SamQuizAttempt" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamQuizAttempt" class="App\Entity\Sam\SamQuizAttempt" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamReminderLog.0.App\Entity\Sam\SamReminderLog" class="App\Entity\Sam\SamReminderLog" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamReminderLog" class="App\Entity\Sam\SamReminderLog" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamUserConnectionDay.0.App\Entity\Sam\SamUserConnectionDay" class="App\Entity\Sam\SamUserConnectionDay" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamUserConnectionDay" class="App\Entity\Sam\SamUserConnectionDay" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Sam\SamUserVisit.0.App\Entity\Sam\SamUserVisit" class="App\Entity\Sam\SamUserVisit" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Sam\SamUserVisit" class="App\Entity\Sam\SamUserVisit" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Scormia\ScormiaBlock.0.App\Entity\Scormia\ScormiaBlock" class="App\Entity\Scormia\ScormiaBlock" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Scormia\ScormiaBlock" class="App\Entity\Scormia\ScormiaBlock" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Scormia\ScormiaGenerationJob.0.App\Entity\Scormia\ScormiaGenerationJob" class="App\Entity\Scormia\ScormiaGenerationJob" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Scormia\ScormiaGenerationJob" class="App\Entity\Scormia\ScormiaGenerationJob" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Scormia\ScormiaModule.0.App\Entity\Scormia\ScormiaModule" class="App\Entity\Scormia\ScormiaModule" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Scormia\ScormiaModule" class="App\Entity\Scormia\ScormiaModule" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Scormia\ScormiaScreen.0.App\Entity\Scormia\ScormiaScreen" class="App\Entity\Scormia\ScormiaScreen" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Scormia\ScormiaScreen" class="App\Entity\Scormia\ScormiaScreen" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Scormia\ScormiaUserTheme.0.App\Entity\Scormia\ScormiaUserTheme" class="App\Entity\Scormia\ScormiaUserTheme" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Scormia\ScormiaUserTheme" class="App\Entity\Scormia\ScormiaUserTheme" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Serenia\SereniaChatMessage.0.App\Entity\Serenia\SereniaChatMessage" class="App\Entity\Serenia\SereniaChatMessage" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Serenia\SereniaChatMessage" class="App\Entity\Serenia\SereniaChatMessage" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Serenia\SereniaChatSession.0.App\Entity\Serenia\SereniaChatSession" class="App\Entity\Serenia\SereniaChatSession" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Serenia\SereniaChatSession" class="App\Entity\Serenia\SereniaChatSession" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Settings.0.App\Entity\Settings" class="App\Entity\Settings" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Settings" class="App\Entity\Settings" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\SlidiaPresentation.0.App\Entity\SlidiaPresentation" class="App\Entity\SlidiaPresentation" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\SlidiaPresentation" class="App\Entity\SlidiaPresentation" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\SlidiaTemplate.0.App\Entity\SlidiaTemplate" class="App\Entity\SlidiaTemplate" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\SlidiaTemplate" class="App\Entity\SlidiaTemplate" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\SlidiaTemplatePreference.0.App\Entity\SlidiaTemplatePreference" class="App\Entity\SlidiaTemplatePreference" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\SlidiaTemplatePreference" class="App\Entity\SlidiaTemplatePreference" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\StripeWebhookLog.0.App\Entity\StripeWebhookLog" class="App\Entity\StripeWebhookLog" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\StripeWebhookLog" class="App\Entity\StripeWebhookLog" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\SupportMessage.0.App\Entity\SupportMessage" class="App\Entity\SupportMessage" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\SupportMessage" class="App\Entity\SupportMessage" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\SupportTicket.0.App\Entity\SupportTicket" class="App\Entity\SupportTicket" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\SupportTicket" class="App\Entity\SupportTicket" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\Tool.0.App\Entity\Tool" class="App\Entity\Tool" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\Tool" class="App\Entity\Tool" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\User.0.App\Entity\User" class="App\Entity\User" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\User" class="App\Entity\User" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\UserBadge.0.App\Entity\UserBadge" class="App\Entity\UserBadge" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\UserBadge" class="App\Entity\UserBadge" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\UserBadgeMetric.0.App\Entity\UserBadgeMetric" class="App\Entity\UserBadgeMetric" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\UserBadgeMetric" class="App\Entity\UserBadgeMetric" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\UserNotificationPreferences.0.App\Entity\UserNotificationPreferences" class="App\Entity\UserNotificationPreferences" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\UserNotificationPreferences" class="App\Entity\UserNotificationPreferences" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\UserRecentActivity.0.App\Entity\UserRecentActivity" class="App\Entity\UserRecentActivity" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\UserRecentActivity" class="App\Entity\UserRecentActivity" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\UserSubscription.0.App\Entity\UserSubscription" class="App\Entity\UserSubscription" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\UserSubscription" class="App\Entity\UserSubscription" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\UserToken.0.App\Entity\UserToken" class="App\Entity\UserToken" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\UserToken" class="App\Entity\UserToken" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Entity\UserTourProgress.0.App\Entity\UserTourProgress" class="App\Entity\UserTourProgress" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Entity\UserTourProgress" class="App\Entity\UserTourProgress" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\EventListener\JsonExceptionListener.0.App\EventListener\JsonExceptionListener" class="App\EventListener\JsonExceptionListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventListener\JsonExceptionListener" class="App\EventListener\JsonExceptionListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\EventListener\PublicShareResponseListener.0.App\EventListener\PublicShareResponseListener" class="App\EventListener\PublicShareResponseListener" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventListener\PublicShareResponseListener" class="App\EventListener\PublicShareResponseListener" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\API\ApiRateLimitSubscriber" class="App\EventSubscriber\API\ApiRateLimitSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\API\ApiRateLimitSubscriber" class="App\EventSubscriber\API\ApiRateLimitSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AccessDeniedSubscriber" class="App\EventSubscriber\AccessDeniedSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\AccessDeniedSubscriber" class="App\EventSubscriber\AccessDeniedSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber.0.App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber" class="App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber" class="App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PermissionsPolicySubscriber" class="App\EventSubscriber\PermissionsPolicySubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\PermissionsPolicySubscriber" class="App\EventSubscriber\PermissionsPolicySubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ScormiaAccessSubscriber" class="App\EventSubscriber\ScormiaAccessSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\ScormiaAccessSubscriber" class="App\EventSubscriber\ScormiaAccessSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SessionConfigurationSubscriber" class="App\EventSubscriber\SessionConfigurationSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\SessionConfigurationSubscriber" class="App\EventSubscriber\SessionConfigurationSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserStatusSubscriber" class="App\EventSubscriber\UserStatusSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\UserStatusSubscriber" class="App\EventSubscriber\UserStatusSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AnnouncementType" class="App\Form\Admin\AnnouncementType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Admin\AnnouncementType" class="App\Form\Admin\AnnouncementType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\CompanyType" class="App\Form\Admin\CompanyType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Admin\CompanyType" class="App\Form\Admin\CompanyType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContractType" class="App\Form\Admin\ContractType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Admin\ContractType" class="App\Form\Admin\ContractType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\PlanType" class="App\Form\Admin\PlanType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Admin\PlanType" class="App\Form\Admin\PlanType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ToolType" class="App\Form\Admin\ToolType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Admin\ToolType" class="App\Form\Admin\ToolType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\UserType" class="App\Form\Admin\UserType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Admin\UserType" class="App\Form\Admin\UserType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Company\CompanyUserType" class="App\Form\Company\CompanyUserType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Company\CompanyUserType" class="App\Form\Company\CompanyUserType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType" class="App\Form\ContactType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ContactType" class="App\Form\ContactType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Moodia\MoodiaConfigurationType" class="App\Form\Moodia\MoodiaConfigurationType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Moodia\MoodiaConfigurationType" class="App\Form\Moodia\MoodiaConfigurationType" 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\Settings\EmailChangeType" class="App\Form\Settings\EmailChangeType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Settings\EmailChangeType" class="App\Form\Settings\EmailChangeType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Settings\IdentityType" class="App\Form\Settings\IdentityType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Settings\IdentityType" class="App\Form\Settings\IdentityType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Settings\PasswordType" class="App\Form\Settings\PasswordType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Settings\PasswordType" class="App\Form\Settings\PasswordType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\MessageHandler\GenerateScormiaModuleMessageHandler.0.App\MessageHandler\GenerateScormiaModuleMessageHandler" class="App\MessageHandler\GenerateScormiaModuleMessageHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\MessageHandler\GenerateScormiaModuleMessageHandler" class="App\MessageHandler\GenerateScormiaModuleMessageHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\MessageHandler\Sam\RefreshConnectionsHandler.0.App\MessageHandler\Sam\RefreshConnectionsHandler" class="App\MessageHandler\Sam\RefreshConnectionsHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\MessageHandler\Sam\RefreshConnectionsHandler" class="App\MessageHandler\Sam\RefreshConnectionsHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\MessageHandler\Sam\SyncCoursesHandler.0.App\MessageHandler\Sam\SyncCoursesHandler" class="App\MessageHandler\Sam\SyncCoursesHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\MessageHandler\Sam\SyncCoursesHandler" class="App\MessageHandler\Sam\SyncCoursesHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\MessageHandler\StripeWebhookHandler.0.App\MessageHandler\StripeWebhookHandler" class="App\MessageHandler\StripeWebhookHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\MessageHandler\StripeWebhookHandler" class="App\MessageHandler\StripeWebhookHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityEntityTypeRepository" class="App\Repository\ActivityEntityTypeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ActivityEntityTypeRepository" class="App\Repository\ActivityEntityTypeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityLogRepository" class="App\Repository\ActivityLogRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ActivityLogRepository" class="App\Repository\ActivityLogRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnouncementRepository" class="App\Repository\AnnouncementRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AnnouncementRepository" class="App\Repository\AnnouncementRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AnnouncementViewRepository" class="App\Repository\AnnouncementViewRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AnnouncementViewRepository" class="App\Repository\AnnouncementViewRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiKeyRepository" class="App\Repository\ApiKeyRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ApiKeyRepository" class="App\Repository\ApiKeyRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiLogRepository" class="App\Repository\ApiLogRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ApiLogRepository" class="App\Repository\ApiLogRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository" class="App\Repository\BadgeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BadgeRepository" class="App\Repository\BadgeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Castia\CastiaPodcastRepository" class="App\Repository\Castia\CastiaPodcastRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Castia\CastiaPodcastRepository" class="App\Repository\Castia\CastiaPodcastRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Castia\UserVoiceFavoriteRepository" class="App\Repository\Castia\UserVoiceFavoriteRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Castia\UserVoiceFavoriteRepository" class="App\Repository\Castia\UserVoiceFavoriteRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommercialCommissionRepository" class="App\Repository\CommercialCommissionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CommercialCommissionRepository" class="App\Repository\CommercialCommissionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommercialInvitationRepository" class="App\Repository\CommercialInvitationRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CommercialInvitationRepository" class="App\Repository\CommercialInvitationRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommercialPayoutRepository" class="App\Repository\CommercialPayoutRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CommercialPayoutRepository" class="App\Repository\CommercialPayoutRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CommercialRepository" class="App\Repository\CommercialRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CommercialRepository" class="App\Repository\CommercialRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyInvitationRepository" class="App\Repository\CompanyInvitationRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CompanyInvitationRepository" class="App\Repository\CompanyInvitationRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" class="App\Repository\CompanyRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CompanyRepository" class="App\Repository\CompanyRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTokenRepository" class="App\Repository\CompanyTokenRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CompanyTokenRepository" class="App\Repository\CompanyTokenRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository" class="App\Repository\ContractRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ContractRepository" class="App\Repository\ContractRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Monalisia\MonalisiaInfographicRepository" class="App\Repository\Monalisia\MonalisiaInfographicRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Monalisia\MonalisiaInfographicRepository" class="App\Repository\Monalisia\MonalisiaInfographicRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaActivityRepository" class="App\Repository\Moodia\MoodiaActivityRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaActivityRepository" class="App\Repository\Moodia\MoodiaActivityRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaActivitySettingsRepository" class="App\Repository\Moodia\MoodiaActivitySettingsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaActivitySettingsRepository" class="App\Repository\Moodia\MoodiaActivitySettingsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaActivityVersionRepository" class="App\Repository\Moodia\MoodiaActivityVersionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaActivityVersionRepository" class="App\Repository\Moodia\MoodiaActivityVersionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaCourseRepository" class="App\Repository\Moodia\MoodiaCourseRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaCourseRepository" class="App\Repository\Moodia\MoodiaCourseRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaGlossaryTermRepository" class="App\Repository\Moodia\MoodiaGlossaryTermRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaGlossaryTermRepository" class="App\Repository\Moodia\MoodiaGlossaryTermRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaImageRepository" class="App\Repository\Moodia\MoodiaImageRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaImageRepository" class="App\Repository\Moodia\MoodiaImageRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaQuizAnswerRepository" class="App\Repository\Moodia\MoodiaQuizAnswerRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaQuizAnswerRepository" class="App\Repository\Moodia\MoodiaQuizAnswerRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaQuizQuestionRepository" class="App\Repository\Moodia\MoodiaQuizQuestionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaQuizQuestionRepository" class="App\Repository\Moodia\MoodiaQuizQuestionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaQuizRepository" class="App\Repository\Moodia\MoodiaQuizRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaQuizRepository" class="App\Repository\Moodia\MoodiaQuizRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Moodia\MoodiaSectionRepository" class="App\Repository\Moodia\MoodiaSectionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Moodia\MoodiaSectionRepository" class="App\Repository\Moodia\MoodiaSectionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pixia\PixiaImageRepository" class="App\Repository\Pixia\PixiaImageRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Pixia\PixiaImageRepository" class="App\Repository\Pixia\PixiaImageRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlanRepository" class="App\Repository\PlanRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\PlanRepository" class="App\Repository\PlanRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Promptly\PromptlyFolderRepository" class="App\Repository\Promptly\PromptlyFolderRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Promptly\PromptlyFolderRepository" class="App\Repository\Promptly\PromptlyFolderRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Promptly\PromptlyPromptRepository" class="App\Repository\Promptly\PromptlyPromptRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Promptly\PromptlyPromptRepository" class="App\Repository\Promptly\PromptlyPromptRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Promptly\PromptlyUserMetaRepository" class="App\Repository\Promptly\PromptlyUserMetaRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Promptly\PromptlyUserMetaRepository" class="App\Repository\Promptly\PromptlyUserMetaRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamCohortMemberRepository" class="App\Repository\Sam\SamCohortMemberRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamCohortMemberRepository" class="App\Repository\Sam\SamCohortMemberRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamCourseUserRepository" class="App\Repository\Sam\SamCourseUserRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamCourseUserRepository" class="App\Repository\Sam\SamCourseUserRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamMoodleActivityRepository" class="App\Repository\Sam\SamMoodleActivityRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamMoodleActivityRepository" class="App\Repository\Sam\SamMoodleActivityRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamMoodleCohortRepository" class="App\Repository\Sam\SamMoodleCohortRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamMoodleCohortRepository" class="App\Repository\Sam\SamMoodleCohortRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamMoodleCompletionRepository" class="App\Repository\Sam\SamMoodleCompletionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamMoodleCompletionRepository" class="App\Repository\Sam\SamMoodleCompletionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamMoodleCourseRepository" class="App\Repository\Sam\SamMoodleCourseRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamMoodleCourseRepository" class="App\Repository\Sam\SamMoodleCourseRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamMoodleSectionRepository" class="App\Repository\Sam\SamMoodleSectionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamMoodleSectionRepository" class="App\Repository\Sam\SamMoodleSectionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamMoodleUserRepository" class="App\Repository\Sam\SamMoodleUserRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamMoodleUserRepository" class="App\Repository\Sam\SamMoodleUserRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamQuizAttemptRepository" class="App\Repository\Sam\SamQuizAttemptRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamQuizAttemptRepository" class="App\Repository\Sam\SamQuizAttemptRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamReminderLogRepository" class="App\Repository\Sam\SamReminderLogRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamReminderLogRepository" class="App\Repository\Sam\SamReminderLogRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamUserConnectionDayRepository" class="App\Repository\Sam\SamUserConnectionDayRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamUserConnectionDayRepository" class="App\Repository\Sam\SamUserConnectionDayRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sam\SamUserVisitRepository" class="App\Repository\Sam\SamUserVisitRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sam\SamUserVisitRepository" class="App\Repository\Sam\SamUserVisitRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scormia\ScormiaBlockRepository" class="App\Repository\Scormia\ScormiaBlockRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Scormia\ScormiaBlockRepository" class="App\Repository\Scormia\ScormiaBlockRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scormia\ScormiaGenerationJobRepository" class="App\Repository\Scormia\ScormiaGenerationJobRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Scormia\ScormiaGenerationJobRepository" class="App\Repository\Scormia\ScormiaGenerationJobRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scormia\ScormiaModuleRepository" class="App\Repository\Scormia\ScormiaModuleRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Scormia\ScormiaModuleRepository" class="App\Repository\Scormia\ScormiaModuleRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scormia\ScormiaScreenRepository" class="App\Repository\Scormia\ScormiaScreenRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Scormia\ScormiaScreenRepository" class="App\Repository\Scormia\ScormiaScreenRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Scormia\ScormiaUserThemeRepository" class="App\Repository\Scormia\ScormiaUserThemeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Scormia\ScormiaUserThemeRepository" class="App\Repository\Scormia\ScormiaUserThemeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Serenia\SereniaChatMessageRepository" class="App\Repository\Serenia\SereniaChatMessageRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Serenia\SereniaChatMessageRepository" class="App\Repository\Serenia\SereniaChatMessageRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Serenia\SereniaChatSessionRepository" class="App\Repository\Serenia\SereniaChatSessionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Serenia\SereniaChatSessionRepository" class="App\Repository\Serenia\SereniaChatSessionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository" class="App\Repository\SettingsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SettingsRepository" class="App\Repository\SettingsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SlidiaPresentationRepository" class="App\Repository\SlidiaPresentationRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SlidiaPresentationRepository" class="App\Repository\SlidiaPresentationRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SlidiaTemplatePreferenceRepository" class="App\Repository\SlidiaTemplatePreferenceRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SlidiaTemplatePreferenceRepository" class="App\Repository\SlidiaTemplatePreferenceRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SlidiaTemplateRepository" class="App\Repository\SlidiaTemplateRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SlidiaTemplateRepository" class="App\Repository\SlidiaTemplateRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StripeWebhookLogRepository" class="App\Repository\StripeWebhookLogRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\StripeWebhookLogRepository" class="App\Repository\StripeWebhookLogRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportMessageRepository" class="App\Repository\SupportMessageRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SupportMessageRepository" class="App\Repository\SupportMessageRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SupportTicketRepository" class="App\Repository\SupportTicketRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SupportTicketRepository" class="App\Repository\SupportTicketRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ToolRepository" class="App\Repository\ToolRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ToolRepository" class="App\Repository\ToolRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserBadgeMetricRepository" class="App\Repository\UserBadgeMetricRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserBadgeMetricRepository" class="App\Repository\UserBadgeMetricRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserBadgeRepository" class="App\Repository\UserBadgeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserBadgeRepository" class="App\Repository\UserBadgeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationPreferencesRepository" class="App\Repository\UserNotificationPreferencesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserNotificationPreferencesRepository" class="App\Repository\UserNotificationPreferencesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRecentActivityRepository" class="App\Repository\UserRecentActivityRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserRecentActivityRepository" class="App\Repository\UserRecentActivityRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" class="App\Repository\UserRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserRepository" class="App\Repository\UserRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSubscriptionRepository" class="App\Repository\UserSubscriptionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserSubscriptionRepository" class="App\Repository\UserSubscriptionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTokenRepository" class="App\Repository\UserTokenRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserTokenRepository" class="App\Repository\UserTokenRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTourProgressRepository" class="App\Repository\UserTourProgressRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserTourProgressRepository" class="App\Repository\UserTourProgressRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\CommercialVoter" class="App\Security\CommercialVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\CommercialVoter" class="App\Security\CommercialVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Security\LogoutSuccessHandler.0.App\Security\LogoutSuccessHandler" class="App\Security\LogoutSuccessHandler" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\LogoutSuccessHandler" class="App\Security\LogoutSuccessHandler" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PlanAccessVoter" class="App\Security\PlanAccessVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\PlanAccessVoter" class="App\Security\PlanAccessVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\CastiaTour" class="App\Service\Tour\Tours\CastiaTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\CastiaTour" class="App\Service\Tour\Tours\CastiaTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\MonalisiaTour" class="App\Service\Tour\Tours\MonalisiaTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\MonalisiaTour" class="App\Service\Tour\Tours\MonalisiaTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\MoodiaBibliothequeTour" class="App\Service\Tour\Tours\MoodiaBibliothequeTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\MoodiaBibliothequeTour" class="App\Service\Tour\Tours\MoodiaBibliothequeTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\MoodiaEditeurTour" class="App\Service\Tour\Tours\MoodiaEditeurTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\MoodiaEditeurTour" class="App\Service\Tour\Tours\MoodiaEditeurTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\PixiaTour" class="App\Service\Tour\Tours\PixiaTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\PixiaTour" class="App\Service\Tour\Tours\PixiaTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\PromptlyBibliothequeTour" class="App\Service\Tour\Tours\PromptlyBibliothequeTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\PromptlyBibliothequeTour" class="App\Service\Tour\Tours\PromptlyBibliothequeTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\ScormiaBibliothequeTour" class="App\Service\Tour\Tours\ScormiaBibliothequeTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\ScormiaBibliothequeTour" class="App\Service\Tour\Tours\ScormiaBibliothequeTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\ScormiaEditeurTour" class="App\Service\Tour\Tours\ScormiaEditeurTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\ScormiaEditeurTour" class="App\Service\Tour\Tours\ScormiaEditeurTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\SereniaChatTour" class="App\Service\Tour\Tours\SereniaChatTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\SereniaChatTour" class="App\Service\Tour\Tours\SereniaChatTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\SlidiaBibliothequeTour" class="App\Service\Tour\Tours\SlidiaBibliothequeTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\SlidiaBibliothequeTour" class="App\Service\Tour\Tours\SlidiaBibliothequeTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Service\Tour\TourInterface.0.App\Service\Tour\Tours\SlidiaEditeurTour" class="App\Service\Tour\Tours\SlidiaEditeurTour" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Service\Tour\Tours\SlidiaEditeurTour" class="App\Service\Tour\Tours\SlidiaEditeurTour" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ActivityLogExtension" class="App\Twig\ActivityLogExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\ActivityLogExtension" class="App\Twig\ActivityLogExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AnnouncementExtension" class="App\Twig\AnnouncementExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\AnnouncementExtension" class="App\Twig\AnnouncementExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ClassNameExtension" class="App\Twig\ClassNameExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\ClassNameExtension" class="App\Twig\ClassNameExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CommercialExtension" class="App\Twig\CommercialExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\CommercialExtension" class="App\Twig\CommercialExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContractExtension" class="App\Twig\ContractExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\ContractExtension" class="App\Twig\ContractExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ContractStatusExtension" class="App\Twig\ContractStatusExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\ContractStatusExtension" class="App\Twig\ContractStatusExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\NumberFormatExtension" class="App\Twig\NumberFormatExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\NumberFormatExtension" class="App\Twig\NumberFormatExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\PlanExtension" class="App\Twig\PlanExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\PlanExtension" class="App\Twig\PlanExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\RelativeDateExtension" class="App\Twig\RelativeDateExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\RelativeDateExtension" class="App\Twig\RelativeDateExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SupportExtension" class="App\Twig\SupportExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\SupportExtension" class="App\Twig\SupportExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ToolAccessExtension" class="App\Twig\ToolAccessExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\ToolAccessExtension" class="App\Twig\ToolAccessExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TourExtension" class="App\Twig\TourExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\TourExtension" class="App\Twig\TourExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".service_locator.pRu6x_4" 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="not" 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="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="url" type="service_closure" id="container.env_var_processor"/>
        <argument key="query_string" type="service_closure" id="container.env_var_processor"/>
        <argument key="resolve" type="service_closure" id="container.env_var_processor"/>
        <argument key="default" 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="require" type="service_closure" id="container.env_var_processor"/>
        <argument key="enum" type="service_closure" id="container.env_var_processor"/>
        <argument key="shuffle" type="service_closure" id="container.env_var_processor"/>
        <argument key="defined" type="service_closure" id="container.env_var_processor"/>
        <argument key="urlencode" type="service_closure" id="container.env_var_processor"/>
      </argument>
    </service>
    <service id="debug.security.event_dispatcher.api_moodlev5" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.api_moodlev5">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.event_dispatcher.api_moodlev5" inner="debug.security.event_dispatcher.api_moodlev5.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.api_moodlev5.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>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.api_moodlev5.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.api_moodlev5"/>
          <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_moodlev5"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\Security\LogoutSuccessHandler"/>
          <argument>__invoke</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>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_badges" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.api_badges">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.event_dispatcher.api_badges" inner="debug.security.event_dispatcher.api_badges.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.api_badges.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>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.api_badges.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.api_badges"/>
          <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_badges"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\Security\LogoutSuccessHandler"/>
          <argument>__invoke</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>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_daily_reward" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.api_daily_reward">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.event_dispatcher.api_daily_reward" inner="debug.security.event_dispatcher.api_daily_reward.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.api_daily_reward.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>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.api_daily_reward.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.api_daily_reward"/>
          <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_daily_reward"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\Security\LogoutSuccessHandler"/>
          <argument>__invoke</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>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="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <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.event" 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.api.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.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\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\Security\LogoutSuccessHandler"/>
          <argument>__invoke</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>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="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <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.event" 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\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_remember_me_conditions.main"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-32</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.remember_me.main"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginFailureEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.remember_me.main"/>
          <argument>clearCookie</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.listener.remember_me.main"/>
          <argument>clearCookie</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\TokenDeauthenticatedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.remember_me.main"/>
          <argument>clearCookie</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\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\Security\LogoutSuccessHandler"/>
          <argument>__invoke</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>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.zHyJIs5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="loader" type="service_closure" id=".errored..service_locator.zHyJIs5.Symfony\Component\Config\Loader\LoaderInterface"/>
      </argument>
    </service>
    <service id=".service_locator.zHyJIs5.kernel::registerContainerConfiguration()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="kernel::registerContainerConfiguration()"/>
      <argument>kernel::registerContainerConfiguration()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.zHyJIs5" method="withContext"/>
    </service>
    <service id=".service_locator.zHyJIs5.kernel::loadRoutes()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="kernel::loadRoutes()"/>
      <argument>kernel::loadRoutes()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.zHyJIs5" method="withContext"/>
    </service>
    <service id=".service_locator.17aiHP9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.17aiHP9.App\Entity\Sam\SamMoodleUser"/>
      </argument>
    </service>
    <service id=".service_locator.17aiHP9.App\Controller\API\MoodleV5\ConnectionController::user()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\ConnectionController::user()"/>
      <argument>App\Controller\API\MoodleV5\ConnectionController::user()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.17aiHP9" method="withContext"/>
    </service>
    <service id=".service_locator.17aiHP9.App\Controller\API\MoodleV5\EngagementController::user()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\EngagementController::user()"/>
      <argument>App\Controller\API\MoodleV5\EngagementController::user()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.17aiHP9" method="withContext"/>
    </service>
    <service id=".service_locator.GH9XXG2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="announcements" type="service_closure" id="App\Repository\AnnouncementRepository"/>
        <argument key="views" type="service_closure" id="App\Repository\AnnouncementViewRepository"/>
      </argument>
    </service>
    <service id=".service_locator.GH9XXG2.App\Controller\Admin\AnnouncementController::list()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AnnouncementController::list()"/>
      <argument>App\Controller\Admin\AnnouncementController::list()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.GH9XXG2" method="withContext"/>
    </service>
    <service id=".service_locator.Aahm95Z" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="announcement" type="service_closure" id=".errored..service_locator.Aahm95Z.App\Entity\Announcement"/>
      </argument>
    </service>
    <service id=".service_locator.Aahm95Z.App\Controller\Admin\AnnouncementController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AnnouncementController::edit()"/>
      <argument>App\Controller\Admin\AnnouncementController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Aahm95Z" method="withContext"/>
    </service>
    <service id=".service_locator.Aahm95Z.App\Controller\Admin\AnnouncementController::toggle()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AnnouncementController::toggle()"/>
      <argument>App\Controller\Admin\AnnouncementController::toggle()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Aahm95Z" method="withContext"/>
    </service>
    <service id=".service_locator.Aahm95Z.App\Controller\Admin\AnnouncementController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AnnouncementController::delete()"/>
      <argument>App\Controller\Admin\AnnouncementController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Aahm95Z" method="withContext"/>
    </service>
    <service id=".service_locator.bRsPhNm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="commercial" type="service_closure" id=".errored..service_locator.bRsPhNm.App\Entity\Commercial"/>
      </argument>
    </service>
    <service id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::markPaid()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CommercialController::markPaid()"/>
      <argument>App\Controller\Admin\CommercialController::markPaid()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bRsPhNm" method="withContext"/>
    </service>
    <service id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::journal()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CommercialController::journal()"/>
      <argument>App\Controller\Admin\CommercialController::journal()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bRsPhNm" method="withContext"/>
    </service>
    <service id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CommercialController::show()"/>
      <argument>App\Controller\Admin\CommercialController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bRsPhNm" method="withContext"/>
    </service>
    <service id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::rate()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CommercialController::rate()"/>
      <argument>App\Controller\Admin\CommercialController::rate()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bRsPhNm" method="withContext"/>
    </service>
    <service id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::suspend()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CommercialController::suspend()"/>
      <argument>App\Controller\Admin\CommercialController::suspend()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bRsPhNm" method="withContext"/>
    </service>
    <service id=".service_locator.GUh4Jrb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="companyRepository" type="service_closure" id="App\Repository\CompanyRepository"/>
      </argument>
    </service>
    <service id=".service_locator.GUh4Jrb.App\Controller\Admin\CompanyController::list()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::list()"/>
      <argument>App\Controller\Admin\CompanyController::list()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.GUh4Jrb" method="withContext"/>
    </service>
    <service id=".service_locator.PYjFaRH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="company" type="service_closure" id=".errored..service_locator.PYjFaRH.App\Entity\Company"/>
        <argument key="moodiaCourseRepository" type="service_closure" id="App\Repository\Moodia\MoodiaCourseRepository"/>
        <argument key="userRepository" type="service_closure" id="App\Repository\UserRepository"/>
      </argument>
    </service>
    <service id=".service_locator.PYjFaRH.App\Controller\Admin\CompanyController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::show()"/>
      <argument>App\Controller\Admin\CompanyController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.PYjFaRH" method="withContext"/>
    </service>
    <service id=".service_locator.m5k5PGM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="company" type="service_closure" id=".errored..service_locator.m5k5PGM.App\Entity\Company"/>
        <argument key="userRepository" type="service_closure" id="App\Repository\UserRepository"/>
      </argument>
    </service>
    <service id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::users()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::users()"/>
      <argument>App\Controller\Admin\CompanyController::users()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.m5k5PGM" method="withContext"/>
    </service>
    <service id=".service_locator.fFC.TXE" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="company" type="service_closure" id=".errored..service_locator.fFC.TXE.App\Entity\Company"/>
      </argument>
    </service>
    <service id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::edit()"/>
      <argument>App\Controller\Admin\CompanyController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fFC.TXE" method="withContext"/>
    </service>
    <service id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::toggle()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::toggle()"/>
      <argument>App\Controller\Admin\CompanyController::toggle()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fFC.TXE" method="withContext"/>
    </service>
    <service id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::tokenDistribution()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::tokenDistribution()"/>
      <argument>App\Controller\Admin\CompanyController::tokenDistribution()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fFC.TXE" method="withContext"/>
    </service>
    <service id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::distributeEqually()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::distributeEqually()"/>
      <argument>App\Controller\Admin\CompanyController::distributeEqually()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fFC.TXE" method="withContext"/>
    </service>
    <service id=".service_locator.0OYFKPc" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="company" type="service_closure" id=".errored..service_locator.0OYFKPc.App\Entity\Company"/>
        <argument key="targetUser" type="service_closure" id=".errored..service_locator.0OYFKPc.App\Entity\User"/>
      </argument>
    </service>
    <service id=".service_locator.0OYFKPc.App\Controller\Admin\CompanyController::updateUserAllocation()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::updateUserAllocation()"/>
      <argument>App\Controller\Admin\CompanyController::updateUserAllocation()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.0OYFKPc" method="withContext"/>
    </service>
    <service id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::createUser()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::createUser()"/>
      <argument>App\Controller\Admin\CompanyController::createUser()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.m5k5PGM" method="withContext"/>
    </service>
    <service id=".service_locator.0OYFKPc.App\Controller\Admin\CompanyController::fireUser()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::fireUser()"/>
      <argument>App\Controller\Admin\CompanyController::fireUser()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.0OYFKPc" method="withContext"/>
    </service>
    <service id=".service_locator.0OYFKPc.App\Controller\Admin\CompanyController::dissociateUser()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::dissociateUser()"/>
      <argument>App\Controller\Admin\CompanyController::dissociateUser()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.0OYFKPc" method="withContext"/>
    </service>
    <service id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::searchUsersWithoutCompany()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::searchUsersWithoutCompany()"/>
      <argument>App\Controller\Admin\CompanyController::searchUsersWithoutCompany()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.m5k5PGM" method="withContext"/>
    </service>
    <service id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::associateUser()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::associateUser()"/>
      <argument>App\Controller\Admin\CompanyController::associateUser()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.m5k5PGM" method="withContext"/>
    </service>
    <service id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController::delete()"/>
      <argument>App\Controller\Admin\CompanyController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fFC.TXE" method="withContext"/>
    </service>
    <service id=".service_locator.fs9Io5m" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="contractRepository" type="service_closure" id="App\Repository\ContractRepository"/>
        <argument key="companyRepository" type="service_closure" id="App\Repository\CompanyRepository"/>
      </argument>
    </service>
    <service id=".service_locator.fs9Io5m.App\Controller\Admin\ContractController::list()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ContractController::list()"/>
      <argument>App\Controller\Admin\ContractController::list()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fs9Io5m" method="withContext"/>
    </service>
    <service id=".service_locator.fFC.TXE.App\Controller\Admin\ContractController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ContractController::new()"/>
      <argument>App\Controller\Admin\ContractController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fFC.TXE" method="withContext"/>
    </service>
    <service id=".service_locator.BGZfaEB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="contract" type="service_closure" id=".errored..service_locator.BGZfaEB.App\Entity\Contract"/>
      </argument>
    </service>
    <service id=".service_locator.BGZfaEB.App\Controller\Admin\ContractController::showOrphan()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ContractController::showOrphan()"/>
      <argument>App\Controller\Admin\ContractController::showOrphan()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.BGZfaEB" method="withContext"/>
    </service>
    <service id=".service_locator.u07AFeK" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="company" type="service_closure" id=".errored..service_locator.u07AFeK.App\Entity\Company"/>
        <argument key="contract" type="service_closure" id=".errored..service_locator.u07AFeK.App\Entity\Contract"/>
      </argument>
    </service>
    <service id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ContractController::show()"/>
      <argument>App\Controller\Admin\ContractController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.u07AFeK" method="withContext"/>
    </service>
    <service id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ContractController::edit()"/>
      <argument>App\Controller\Admin\ContractController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.u07AFeK" method="withContext"/>
    </service>
    <service id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::toggle()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ContractController::toggle()"/>
      <argument>App\Controller\Admin\ContractController::toggle()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.u07AFeK" method="withContext"/>
    </service>
    <service id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ContractController::delete()"/>
      <argument>App\Controller\Admin\ContractController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.u07AFeK" method="withContext"/>
    </service>
    <service id=".service_locator.EWq5uzX" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="planRepository" type="service_closure" id="App\Repository\PlanRepository"/>
      </argument>
    </service>
    <service id=".service_locator.EWq5uzX.App\Controller\Admin\PlanController::list()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PlanController::list()"/>
      <argument>App\Controller\Admin\PlanController::list()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWq5uzX" method="withContext"/>
    </service>
    <service id=".service_locator.jkO5.gO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="toolsService" type="service_closure" id="App\Service\Dashboard\ToolsService"/>
        <argument key="planRepository" type="service_closure" id="App\Repository\PlanRepository"/>
      </argument>
    </service>
    <service id=".service_locator.jkO5.gO.App\Controller\Admin\PlanController::toolCosts()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PlanController::toolCosts()"/>
      <argument>App\Controller\Admin\PlanController::toolCosts()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jkO5.gO" method="withContext"/>
    </service>
    <service id=".service_locator.OUElpef" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="plan" type="service_closure" id=".errored..service_locator.OUElpef.App\Entity\Plan"/>
      </argument>
    </service>
    <service id=".service_locator.OUElpef.App\Controller\Admin\PlanController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PlanController::edit()"/>
      <argument>App\Controller\Admin\PlanController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.OUElpef" method="withContext"/>
    </service>
    <service id=".service_locator.OUElpef.App\Controller\Admin\PlanController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PlanController::delete()"/>
      <argument>App\Controller\Admin\PlanController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.OUElpef" method="withContext"/>
    </service>
    <service id=".service_locator.cB9XQ5a" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="toolRepository" type="service_closure" id="App\Repository\ToolRepository"/>
      </argument>
    </service>
    <service id=".service_locator.cB9XQ5a.App\Controller\Admin\ToolController::list()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ToolController::list()"/>
      <argument>App\Controller\Admin\ToolController::list()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.cB9XQ5a" method="withContext"/>
    </service>
    <service id=".service_locator.ju0243t" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tool" type="service_closure" id=".errored..service_locator.ju0243t.App\Entity\Tool"/>
      </argument>
    </service>
    <service id=".service_locator.ju0243t.App\Controller\Admin\ToolController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ToolController::edit()"/>
      <argument>App\Controller\Admin\ToolController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ju0243t" method="withContext"/>
    </service>
    <service id=".service_locator.dii_rwF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="userRepository" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="companyRepository" type="service_closure" id="App\Repository\CompanyRepository"/>
        <argument key="activityRepository" type="service_closure" id="App\Repository\UserRecentActivityRepository"/>
      </argument>
    </service>
    <service id=".service_locator.dii_rwF.App\Controller\Admin\UserController::list()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::list()"/>
      <argument>App\Controller\Admin\UserController::list()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.dii_rwF" method="withContext"/>
    </service>
    <service id=".service_locator.GUh4Jrb.App\Controller\Admin\UserController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::new()"/>
      <argument>App\Controller\Admin\UserController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.GUh4Jrb" method="withContext"/>
    </service>
    <service id=".service_locator.u0uwuyR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.u0uwuyR.App\Entity\User"/>
        <argument key="userTokenRepository" type="service_closure" id="App\Repository\UserTokenRepository"/>
        <argument key="moodiaCourseRepository" type="service_closure" id="App\Repository\Moodia\MoodiaCourseRepository"/>
        <argument key="activityRepository" type="service_closure" id="App\Repository\UserRecentActivityRepository"/>
        <argument key="toolRepository" type="service_closure" id="App\Repository\ToolRepository"/>
      </argument>
    </service>
    <service id=".service_locator.u0uwuyR.App\Controller\Admin\UserController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::show()"/>
      <argument>App\Controller\Admin\UserController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.u0uwuyR" method="withContext"/>
    </service>
    <service id=".service_locator.1P6cSK1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.1P6cSK1.App\Entity\User"/>
        <argument key="companyRepository" type="service_closure" id="App\Repository\CompanyRepository"/>
        <argument key="commercialRepository" type="service_closure" id="App\Repository\CommercialRepository"/>
      </argument>
    </service>
    <service id=".service_locator.1P6cSK1.App\Controller\Admin\UserController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::edit()"/>
      <argument>App\Controller\Admin\UserController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1P6cSK1" method="withContext"/>
    </service>
    <service id=".service_locator.EWAQaZu" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.EWAQaZu.App\Entity\User"/>
      </argument>
    </service>
    <service id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::toggle()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::toggle()"/>
      <argument>App\Controller\Admin\UserController::toggle()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWAQaZu" method="withContext"/>
    </service>
    <service id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::delete()"/>
      <argument>App\Controller\Admin\UserController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWAQaZu" method="withContext"/>
    </service>
    <service id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::resetPassword()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::resetPassword()"/>
      <argument>App\Controller\Admin\UserController::resetPassword()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWAQaZu" method="withContext"/>
    </service>
    <service id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::resendVerification()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::resendVerification()"/>
      <argument>App\Controller\Admin\UserController::resendVerification()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWAQaZu" method="withContext"/>
    </service>
    <service id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::addTokens()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::addTokens()"/>
      <argument>App\Controller\Admin\UserController::addTokens()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWAQaZu" method="withContext"/>
    </service>
    <service id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::setTokens()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::setTokens()"/>
      <argument>App\Controller\Admin\UserController::setTokens()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWAQaZu" method="withContext"/>
    </service>
    <service id=".service_locator.2g1oFZF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.2g1oFZF.App\Entity\User"/>
        <argument key="userTokenRepository" type="service_closure" id="App\Repository\UserTokenRepository"/>
      </argument>
    </service>
    <service id=".service_locator.2g1oFZF.App\Controller\Admin\UserController::setRemainingTokens()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController::setRemainingTokens()"/>
      <argument>App\Controller\Admin\UserController::setRemainingTokens()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.2g1oFZF" method="withContext"/>
    </service>
    <service id=".service_locator.i5.4H3N" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="announcement" type="service_closure" id=".errored..service_locator.i5.4H3N.App\Entity\Announcement"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="views" type="service_closure" id="App\Repository\AnnouncementViewRepository"/>
      </argument>
    </service>
    <service id=".service_locator.i5.4H3N.App\Controller\AnnouncementController::markSeen()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AnnouncementController::markSeen()"/>
      <argument>App\Controller\AnnouncementController::markSeen()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.i5.4H3N" method="withContext"/>
    </service>
    <service id=".service_locator.3QECKYg" 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.3QECKYg.App\Controller\AuthController::login()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthController::login()"/>
      <argument>App\Controller\AuthController::login()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3QECKYg" method="withContext"/>
    </service>
    <service id=".service_locator.wLvy5Az" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="clientRegistry" type="service_closure" id="knpu.oauth2.registry"/>
      </argument>
    </service>
    <service id=".service_locator.wLvy5Az.App\Controller\AuthController::connectGoogle()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthController::connectGoogle()"/>
      <argument>App\Controller\AuthController::connectGoogle()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.wLvy5Az" method="withContext"/>
    </service>
    <service id=".service_locator.elGlWGT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="podcast" type="service_closure" id=".errored..service_locator.elGlWGT.App\Entity\Castia\CastiaPodcast"/>
      </argument>
    </service>
    <service id=".service_locator.elGlWGT.App\Controller\Castia\CastiaController::download()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Castia\CastiaController::download()"/>
      <argument>App\Controller\Castia\CastiaController::download()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.elGlWGT" method="withContext"/>
    </service>
    <service id=".service_locator.elGlWGT.App\Controller\Castia\CastiaController::rename()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Castia\CastiaController::rename()"/>
      <argument>App\Controller\Castia\CastiaController::rename()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.elGlWGT" method="withContext"/>
    </service>
    <service id=".service_locator.elGlWGT.App\Controller\Castia\CastiaController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Castia\CastiaController::delete()"/>
      <argument>App\Controller\Castia\CastiaController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.elGlWGT" method="withContext"/>
    </service>
    <service id=".service_locator.oE87zAF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="exception" type="service_closure" id=".errored..service_locator.oE87zAF.Throwable"/>
      </argument>
    </service>
    <service id=".service_locator.oE87zAF.App\Controller\ErrorController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ErrorController::show()"/>
      <argument>App\Controller\ErrorController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.oE87zAF" method="withContext"/>
    </service>
    <service id=".service_locator.TSThBpf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="infographic" type="service_closure" id=".errored..service_locator.TSThBpf.App\Entity\Monalisia\MonalisiaInfographic"/>
      </argument>
    </service>
    <service id=".service_locator.TSThBpf.App\Controller\Monalisia\MonalisiaController::download()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Monalisia\MonalisiaController::download()"/>
      <argument>App\Controller\Monalisia\MonalisiaController::download()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TSThBpf" method="withContext"/>
    </service>
    <service id=".service_locator.TSThBpf.App\Controller\Monalisia\MonalisiaController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Monalisia\MonalisiaController::delete()"/>
      <argument>App\Controller\Monalisia\MonalisiaController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TSThBpf" method="withContext"/>
    </service>
    <service id=".service_locator.TSThBpf.App\Controller\Monalisia\MonalisiaController::rename()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Monalisia\MonalisiaController::rename()"/>
      <argument>App\Controller\Monalisia\MonalisiaController::rename()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TSThBpf" method="withContext"/>
    </service>
    <service id=".service_locator.QO3DctK" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="slugger" type="service_closure" id="slugger"/>
      </argument>
    </service>
    <service id=".service_locator.QO3DctK.App\Controller\Moodia\ImageUploadController::uploadImage()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\ImageUploadController::uploadImage()"/>
      <argument>App\Controller\Moodia\ImageUploadController::uploadImage()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.QO3DctK" method="withContext"/>
    </service>
    <service id=".service_locator.gy6YjNL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="modules" type="service_closure" id="App\Repository\Scormia\ScormiaModuleRepository"/>
        <argument key="summary" type="service_closure" id="App\Service\Scormia\ScormiaModuleSummary"/>
      </argument>
    </service>
    <service id=".service_locator.gy6YjNL.App\Controller\Moodia\ScormImportController::listModules()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\ScormImportController::listModules()"/>
      <argument>App\Controller\Moodia\ScormImportController::listModules()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.gy6YjNL" method="withContext"/>
    </service>
    <service id=".service_locator.6gsdjVl" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="importer" type="service_closure" id="App\Service\Scormia\Import\ScormiaPackageImporter"/>
        <argument key="summary" type="service_closure" id="App\Service\Scormia\ScormiaModuleSummary"/>
      </argument>
    </service>
    <service id=".service_locator.6gsdjVl.App\Controller\Moodia\ScormImportController::importPackage()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\ScormImportController::importPackage()"/>
      <argument>App\Controller\Moodia\ScormImportController::importPackage()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.6gsdjVl" method="withContext"/>
    </service>
    <service id=".service_locator.Cw_d_6K" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="image" type="service_closure" id=".errored..service_locator.Cw_d_6K.App\Entity\Pixia\PixiaImage"/>
      </argument>
    </service>
    <service id=".service_locator.Cw_d_6K.App\Controller\Pixia\PixiaController::download()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Pixia\PixiaController::download()"/>
      <argument>App\Controller\Pixia\PixiaController::download()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Cw_d_6K" method="withContext"/>
    </service>
    <service id=".service_locator.Cw_d_6K.App\Controller\Pixia\PixiaController::rename()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Pixia\PixiaController::rename()"/>
      <argument>App\Controller\Pixia\PixiaController::rename()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Cw_d_6K" method="withContext"/>
    </service>
    <service id=".service_locator.Cw_d_6K.App\Controller\Pixia\PixiaController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Pixia\PixiaController::delete()"/>
      <argument>App\Controller\Pixia\PixiaController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Cw_d_6K" method="withContext"/>
    </service>
    <service id=".service_locator.OzEre6h" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="userRepository" type="service_closure" id="App\Repository\UserRepository"/>
      </argument>
    </service>
    <service id=".service_locator.OzEre6h.App\Controller\RecentActivitiesController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\RecentActivitiesController::index()"/>
      <argument>App\Controller\RecentActivitiesController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.OzEre6h" method="withContext"/>
    </service>
    <service id=".service_locator.MOg9AO_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="jobRepository" type="service_closure" id="App\Repository\Scormia\ScormiaGenerationJobRepository"/>
      </argument>
    </service>
    <service id=".service_locator.MOg9AO_.App\Controller\Scormia\ScormiaController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaController::index()"/>
      <argument>App\Controller\Scormia\ScormiaController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MOg9AO_" method="withContext"/>
    </service>
    <service id=".service_locator.g8MtvDs" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tokenService" type="service_closure" id="App\Service\Token\TokenService"/>
      </argument>
    </service>
    <service id=".service_locator.g8MtvDs.App\Controller\Scormia\ScormiaController::newModule()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaController::newModule()"/>
      <argument>App\Controller\Scormia\ScormiaController::newModule()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.g8MtvDs" method="withContext"/>
    </service>
    <service id=".service_locator.cotqH7q" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="jobRepository" type="service_closure" id="App\Repository\Scormia\ScormiaGenerationJobRepository"/>
        <argument key="tokenService" type="service_closure" id="App\Service\Token\TokenService"/>
      </argument>
    </service>
    <service id=".service_locator.cotqH7q.App\Controller\Scormia\ScormiaController::configure()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaController::configure()"/>
      <argument>App\Controller\Scormia\ScormiaController::configure()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.cotqH7q" method="withContext"/>
    </service>
    <service id=".service_locator.s8pEvK." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pdfExtractor" type="service_closure" id="App\Service\Moodia\PdfExtractorService"/>
        <argument key="tokenService" type="service_closure" id="App\Service\Token\TokenService"/>
        <argument key="modelResolver" type="service_closure" id="App\Service\Scormia\ScormiaModelResolver"/>
        <argument key="jobRepository" type="service_closure" id="App\Repository\Scormia\ScormiaGenerationJobRepository"/>
        <argument key="bus" type="service_closure" id="messenger.bus.default"/>
        <argument key="logger" type="service_closure" id="monolog.logger"/>
      </argument>
    </service>
    <service id=".service_locator.s8pEvK..App\Controller\Scormia\ScormiaController::generate()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaController::generate()"/>
      <argument>App\Controller\Scormia\ScormiaController::generate()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.s8pEvK." method="withContext"/>
    </service>
    <service id=".service_locator.ExnfUN1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="jobRepository" type="service_closure" id="App\Repository\Scormia\ScormiaGenerationJobRepository"/>
        <argument key="modelResolver" type="service_closure" id="App\Service\Scormia\ScormiaModelResolver"/>
      </argument>
    </service>
    <service id=".service_locator.ExnfUN1.App\Controller\Scormia\ScormiaController::generationStatus()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaController::generationStatus()"/>
      <argument>App\Controller\Scormia\ScormiaController::generationStatus()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ExnfUN1" method="withContext"/>
    </service>
    <service id=".service_locator.MOg9AO_.App\Controller\Scormia\ScormiaController::generationCancel()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaController::generationCancel()"/>
      <argument>App\Controller\Scormia\ScormiaController::generationCancel()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MOg9AO_" method="withContext"/>
    </service>
    <service id=".service_locator.ZVW99jj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="persistence" type="service_closure" id="App\Service\Scormia\ScormiaPersistenceService"/>
      </argument>
    </service>
    <service id=".service_locator.ZVW99jj.App\Controller\Scormia\ScormiaController::duplicate()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaController::duplicate()"/>
      <argument>App\Controller\Scormia\ScormiaController::duplicate()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZVW99jj" method="withContext"/>
    </service>
    <service id=".service_locator.gDEtIxD" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="uploader" type="service_closure" id="App\Service\Scormia\ScormiaUploadService"/>
      </argument>
    </service>
    <service id=".service_locator.gDEtIxD.App\Controller\Scormia\ScormiaEditorController::upload()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaEditorController::upload()"/>
      <argument>App\Controller\Scormia\ScormiaEditorController::upload()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.gDEtIxD" method="withContext"/>
    </service>
    <service id=".service_locator.8NebqvO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="importer" type="service_closure" id="App\Service\Scormia\ScormiaMediaImportService"/>
      </argument>
    </service>
    <service id=".service_locator.8NebqvO.App\Controller\Scormia\ScormiaEditorController::mediaLibrary()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaEditorController::mediaLibrary()"/>
      <argument>App\Controller\Scormia\ScormiaEditorController::mediaLibrary()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.8NebqvO" method="withContext"/>
    </service>
    <service id=".service_locator.8NebqvO.App\Controller\Scormia\ScormiaEditorController::importMedia()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaEditorController::importMedia()"/>
      <argument>App\Controller\Scormia\ScormiaEditorController::importMedia()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.8NebqvO" method="withContext"/>
    </service>
    <service id=".service_locator.5hLzELZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="shareLinks" type="service_closure" id="App\Service\Shared\Sharing\ShareLinkService"/>
        <argument key="scormiaAccess" type="service_closure" id="App\Service\Scormia\ScormiaAccessChecker"/>
      </argument>
    </service>
    <service id=".service_locator.5hLzELZ.App\Controller\Scormia\ScormiaEditorController::updateShare()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaEditorController::updateShare()"/>
      <argument>App\Controller\Scormia\ScormiaEditorController::updateShare()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5hLzELZ" method="withContext"/>
    </service>
    <service id=".service_locator.yu54bS8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="exporter" type="service_closure" id="App\Service\Scormia\Export\ScormPackageExporter"/>
        <argument key="cache" type="service_closure" id="App\Service\Shared\Sharing\SharedArtifactCache"/>
      </argument>
    </service>
    <service id=".service_locator.yu54bS8.App\Controller\Scormia\ScormiaPublicController::download()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaPublicController::download()"/>
      <argument>App\Controller\Scormia\ScormiaPublicController::download()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.yu54bS8" method="withContext"/>
    </service>
    <service id=".service_locator.KdxZNpt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="shareLinks" type="service_closure" id="App\Service\Shared\Sharing\ShareLinkService"/>
      </argument>
    </service>
    <service id=".service_locator.KdxZNpt.App\Controller\Serenia\SereniaController::updateShare()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Serenia\SereniaController::updateShare()"/>
      <argument>App\Controller\Serenia\SereniaController::updateShare()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KdxZNpt" method="withContext"/>
    </service>
    <service id=".value.RK6V2Y1" class="mixed">
      <argument type="collection">
        <argument>/var/www/moodia</argument>
      </argument>
      <factory function="current"/>
    </service>
    <service id=".service_locator.2YNTr0." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="importer" type="service_closure" id="App\Service\Slidia\SlidiaTemplateImporter"/>
        <argument key="projectDir" type="service_closure" id=".value.RK6V2Y1"/>
      </argument>
    </service>
    <service id=".service_locator.2YNTr0..App\Controller\Slidia\SlidiaApiController::uploadTemplate()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::uploadTemplate()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::uploadTemplate()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.2YNTr0." method="withContext"/>
    </service>
    <service id=".service_locator.2YNTr0..App\Controller\Slidia\SlidiaApiController::deleteTemplate()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::deleteTemplate()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::deleteTemplate()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.2YNTr0." method="withContext"/>
    </service>
    <service id=".service_locator.Y2zlS6B" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="thumbnailGenerator" type="service_closure" id="App\Service\Slidia\ThumbnailGenerator"/>
      </argument>
    </service>
    <service id=".service_locator.Y2zlS6B.App\Controller\Slidia\SlidiaApiController::templateThumbnail()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::templateThumbnail()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::templateThumbnail()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Y2zlS6B" method="withContext"/>
    </service>
    <service id=".service_locator.H8tTb1c" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="slugger" type="service_closure" id="slugger"/>
        <argument key="projectDir" type="service_closure" id=".value.RK6V2Y1"/>
      </argument>
    </service>
    <service id=".service_locator.H8tTb1c.App\Controller\Slidia\SlidiaApiController::uploadImage()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::uploadImage()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::uploadImage()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.H8tTb1c" method="withContext"/>
    </service>
    <service id=".service_locator.RuPhRGF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="extractor" type="service_closure" id="App\Service\Slidia\SlidiaDocumentExtractor"/>
        <argument key="segmenter" type="service_closure" id="App\Service\Slidia\DocumentSegmenter"/>
        <argument key="structureAnalyzer" type="service_closure" id="App\Service\Slidia\BriefStructureAnalyzer"/>
        <argument key="projectDir" type="service_closure" id=".value.RK6V2Y1"/>
      </argument>
    </service>
    <service id=".service_locator.RuPhRGF.App\Controller\Slidia\SlidiaApiController::importDocument()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::importDocument()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::importDocument()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.RuPhRGF" method="withContext"/>
    </service>
    <service id=".service_locator.aT91F5O" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="imageExtractor" type="service_closure" id="App\Service\Slidia\PdfImageExtractor"/>
        <argument key="projectDir" type="service_closure" id=".value.RK6V2Y1"/>
      </argument>
    </service>
    <service id=".service_locator.aT91F5O.App\Controller\Slidia\SlidiaApiController::documentImages()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::documentImages()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::documentImages()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.aT91F5O" method="withContext"/>
    </service>
    <service id=".service_locator.aT91F5O.App\Controller\Slidia\SlidiaApiController::documentImage()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::documentImage()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::documentImage()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.aT91F5O" method="withContext"/>
    </service>
    <service id=".service_locator.FXiTwGa" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="infographicRepo" type="service_closure" id="App\Repository\Monalisia\MonalisiaInfographicRepository"/>
      </argument>
    </service>
    <service id=".service_locator.FXiTwGa.App\Controller\Slidia\SlidiaApiController::monalisiaImages()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::monalisiaImages()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::monalisiaImages()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.FXiTwGa" method="withContext"/>
    </service>
    <service id=".service_locator.kKbxw1f" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="openai" type="service_closure" id="App\Service\Shared\AI\OpenAIHttpClient"/>
      </argument>
    </service>
    <service id=".service_locator.kKbxw1f.App\Controller\Slidia\SlidiaApiController::generateNotes()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::generateNotes()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::generateNotes()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.kKbxw1f" method="withContext"/>
    </service>
    <service id=".service_locator.TV4Ke5l" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="analyzer" type="service_closure" id="App\Service\Slidia\BriefStructureAnalyzer"/>
      </argument>
    </service>
    <service id=".service_locator.TV4Ke5l.App\Controller\Slidia\SlidiaApiController::analyzeBrief()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::analyzeBrief()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::analyzeBrief()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TV4Ke5l" method="withContext"/>
    </service>
    <service id=".service_locator.u2K7Vcb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="monalisiaService" type="service_closure" id="App\Service\Monalisia\MonalisiaService"/>
        <argument key="infographicStore" type="service_closure" id="App\Service\Monalisia\InfographicStore"/>
      </argument>
    </service>
    <service id=".service_locator.u2K7Vcb.App\Controller\Slidia\SlidiaApiController::generateInfographic()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController::generateInfographic()"/>
      <argument>App\Controller\Slidia\SlidiaApiController::generateInfographic()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.u2K7Vcb" method="withContext"/>
    </service>
    <service id=".service_locator.JgR.2_a" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="structureAnalyzer" type="service_closure" id="App\Service\Slidia\BriefStructureAnalyzer"/>
      </argument>
    </service>
    <service id=".service_locator.JgR.2_a.App\Controller\Slidia\SlidiaController::sourceSubmit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaController::sourceSubmit()"/>
      <argument>App\Controller\Slidia\SlidiaController::sourceSubmit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.JgR.2_a" method="withContext"/>
    </service>
    <service id=".service_locator.sG_jmWm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="estimator" type="service_closure" id="App\Service\Slidia\SlideCountEstimator"/>
      </argument>
    </service>
    <service id=".service_locator.sG_jmWm.App\Controller\Slidia\SlidiaController::configure()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaController::configure()"/>
      <argument>App\Controller\Slidia\SlidiaController::configure()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sG_jmWm" method="withContext"/>
    </service>
    <service id=".service_locator.9jhJnpd" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="aiService" type="service_closure" id="App\Service\Slidia\SlidiaAiService"/>
        <argument key="structureAnalyzer" type="service_closure" id="App\Service\Slidia\BriefStructureAnalyzer"/>
        <argument key="documentService" type="service_closure" id="App\Service\Slidia\SlidiaDocumentService"/>
        <argument key="auditor" type="service_closure" id="App\Service\Slidia\PresentationAuditor"/>
        <argument key="layoutProjector" type="service_closure" id="App\Service\Slidia\LayoutProjector"/>
        <argument key="planNarrator" type="service_closure" id="App\Service\Slidia\PlanNarrator"/>
        <argument key="projectDir" type="service_closure" id=".value.RK6V2Y1"/>
      </argument>
    </service>
    <service id=".service_locator.9jhJnpd.App\Controller\Slidia\SlidiaController::generateStream()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaController::generateStream()"/>
      <argument>App\Controller\Slidia\SlidiaController::generateStream()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.9jhJnpd" method="withContext"/>
    </service>
    <service id=".service_locator.35Db8nI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pptxBuilder" type="service_closure" id="App\Service\Slidia\PptxBuilder"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
        <argument key="projectDir" type="service_closure" id=".value.RK6V2Y1"/>
      </argument>
    </service>
    <service id=".service_locator.35Db8nI.App\Controller\Slidia\SlidiaController::download()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaController::download()"/>
      <argument>App\Controller\Slidia\SlidiaController::download()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.35Db8nI" method="withContext"/>
    </service>
    <service id=".service_locator.KdxZNpt.App\Controller\Slidia\SlidiaController::updateShare()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaController::updateShare()"/>
      <argument>App\Controller\Slidia\SlidiaController::updateShare()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KdxZNpt" method="withContext"/>
    </service>
    <service id=".service_locator.sXrwJYd" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pptxBuilder" type="service_closure" id="App\Service\Slidia\PptxBuilder"/>
        <argument key="cache" type="service_closure" id="App\Service\Shared\Sharing\SharedArtifactCache"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
        <argument key="projectDir" type="service_closure" id=".value.RK6V2Y1"/>
      </argument>
    </service>
    <service id=".service_locator.sXrwJYd.App\Controller\Slidia\SlidiaPublicController::download()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaPublicController::download()"/>
      <argument>App\Controller\Slidia\SlidiaPublicController::download()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXrwJYd" method="withContext"/>
    </service>
    <service id=".service_locator.aT91F5O.App\Controller\Slidia\SlidiaPublicController::documentImage()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaPublicController::documentImage()"/>
      <argument>App\Controller\Slidia\SlidiaPublicController::documentImage()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.aT91F5O" method="withContext"/>
    </service>
    <service id=".service_locator.Y2zlS6B.App\Controller\Slidia\SlidiaPublicController::thumbnail()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaPublicController::thumbnail()"/>
      <argument>App\Controller\Slidia\SlidiaPublicController::thumbnail()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Y2zlS6B" method="withContext"/>
    </service>
    <service id=".service_locator.WqS_s5S" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.zHyJIs5.kernel::registerContainerConfiguration()"/>
        <argument key="App\Kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.zHyJIs5.kernel::registerContainerConfiguration()"/>
        <argument key="kernel::loadRoutes" type="service_closure" id=".service_locator.zHyJIs5.kernel::loadRoutes()"/>
        <argument key="App\Kernel::loadRoutes" type="service_closure" id=".service_locator.zHyJIs5.kernel::loadRoutes()"/>
        <argument key="App\Controller\API\MoodleV5\ConnectionController::user" type="service_closure" id=".service_locator.17aiHP9.App\Controller\API\MoodleV5\ConnectionController::user()"/>
        <argument key="App\Controller\API\MoodleV5\EngagementController::user" type="service_closure" id=".service_locator.17aiHP9.App\Controller\API\MoodleV5\EngagementController::user()"/>
        <argument key="App\Controller\Admin\AnnouncementController::list" type="service_closure" id=".service_locator.GH9XXG2.App\Controller\Admin\AnnouncementController::list()"/>
        <argument key="App\Controller\Admin\AnnouncementController::edit" type="service_closure" id=".service_locator.Aahm95Z.App\Controller\Admin\AnnouncementController::edit()"/>
        <argument key="App\Controller\Admin\AnnouncementController::toggle" type="service_closure" id=".service_locator.Aahm95Z.App\Controller\Admin\AnnouncementController::toggle()"/>
        <argument key="App\Controller\Admin\AnnouncementController::delete" type="service_closure" id=".service_locator.Aahm95Z.App\Controller\Admin\AnnouncementController::delete()"/>
        <argument key="App\Controller\Admin\CommercialController::markPaid" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::markPaid()"/>
        <argument key="App\Controller\Admin\CommercialController::journal" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::journal()"/>
        <argument key="App\Controller\Admin\CommercialController::show" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::show()"/>
        <argument key="App\Controller\Admin\CommercialController::rate" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::rate()"/>
        <argument key="App\Controller\Admin\CommercialController::suspend" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::suspend()"/>
        <argument key="App\Controller\Admin\CompanyController::list" type="service_closure" id=".service_locator.GUh4Jrb.App\Controller\Admin\CompanyController::list()"/>
        <argument key="App\Controller\Admin\CompanyController::show" type="service_closure" id=".service_locator.PYjFaRH.App\Controller\Admin\CompanyController::show()"/>
        <argument key="App\Controller\Admin\CompanyController::users" type="service_closure" id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::users()"/>
        <argument key="App\Controller\Admin\CompanyController::edit" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::edit()"/>
        <argument key="App\Controller\Admin\CompanyController::toggle" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::toggle()"/>
        <argument key="App\Controller\Admin\CompanyController::tokenDistribution" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::tokenDistribution()"/>
        <argument key="App\Controller\Admin\CompanyController::distributeEqually" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::distributeEqually()"/>
        <argument key="App\Controller\Admin\CompanyController::updateUserAllocation" type="service_closure" id=".service_locator.0OYFKPc.App\Controller\Admin\CompanyController::updateUserAllocation()"/>
        <argument key="App\Controller\Admin\CompanyController::createUser" type="service_closure" id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::createUser()"/>
        <argument key="App\Controller\Admin\CompanyController::fireUser" type="service_closure" id=".service_locator.0OYFKPc.App\Controller\Admin\CompanyController::fireUser()"/>
        <argument key="App\Controller\Admin\CompanyController::dissociateUser" type="service_closure" id=".service_locator.0OYFKPc.App\Controller\Admin\CompanyController::dissociateUser()"/>
        <argument key="App\Controller\Admin\CompanyController::searchUsersWithoutCompany" type="service_closure" id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::searchUsersWithoutCompany()"/>
        <argument key="App\Controller\Admin\CompanyController::associateUser" type="service_closure" id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::associateUser()"/>
        <argument key="App\Controller\Admin\CompanyController::delete" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::delete()"/>
        <argument key="App\Controller\Admin\ContractController::list" type="service_closure" id=".service_locator.fs9Io5m.App\Controller\Admin\ContractController::list()"/>
        <argument key="App\Controller\Admin\ContractController::new" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\ContractController::new()"/>
        <argument key="App\Controller\Admin\ContractController::showOrphan" type="service_closure" id=".service_locator.BGZfaEB.App\Controller\Admin\ContractController::showOrphan()"/>
        <argument key="App\Controller\Admin\ContractController::show" type="service_closure" id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::show()"/>
        <argument key="App\Controller\Admin\ContractController::edit" type="service_closure" id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::edit()"/>
        <argument key="App\Controller\Admin\ContractController::toggle" type="service_closure" id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::toggle()"/>
        <argument key="App\Controller\Admin\ContractController::delete" type="service_closure" id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::delete()"/>
        <argument key="App\Controller\Admin\PlanController::list" type="service_closure" id=".service_locator.EWq5uzX.App\Controller\Admin\PlanController::list()"/>
        <argument key="App\Controller\Admin\PlanController::toolCosts" type="service_closure" id=".service_locator.jkO5.gO.App\Controller\Admin\PlanController::toolCosts()"/>
        <argument key="App\Controller\Admin\PlanController::edit" type="service_closure" id=".service_locator.OUElpef.App\Controller\Admin\PlanController::edit()"/>
        <argument key="App\Controller\Admin\PlanController::delete" type="service_closure" id=".service_locator.OUElpef.App\Controller\Admin\PlanController::delete()"/>
        <argument key="App\Controller\Admin\ToolController::list" type="service_closure" id=".service_locator.cB9XQ5a.App\Controller\Admin\ToolController::list()"/>
        <argument key="App\Controller\Admin\ToolController::edit" type="service_closure" id=".service_locator.ju0243t.App\Controller\Admin\ToolController::edit()"/>
        <argument key="App\Controller\Admin\UserController::list" type="service_closure" id=".service_locator.dii_rwF.App\Controller\Admin\UserController::list()"/>
        <argument key="App\Controller\Admin\UserController::new" type="service_closure" id=".service_locator.GUh4Jrb.App\Controller\Admin\UserController::new()"/>
        <argument key="App\Controller\Admin\UserController::show" type="service_closure" id=".service_locator.u0uwuyR.App\Controller\Admin\UserController::show()"/>
        <argument key="App\Controller\Admin\UserController::edit" type="service_closure" id=".service_locator.1P6cSK1.App\Controller\Admin\UserController::edit()"/>
        <argument key="App\Controller\Admin\UserController::toggle" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::toggle()"/>
        <argument key="App\Controller\Admin\UserController::delete" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::delete()"/>
        <argument key="App\Controller\Admin\UserController::resetPassword" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::resetPassword()"/>
        <argument key="App\Controller\Admin\UserController::resendVerification" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::resendVerification()"/>
        <argument key="App\Controller\Admin\UserController::addTokens" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::addTokens()"/>
        <argument key="App\Controller\Admin\UserController::setTokens" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::setTokens()"/>
        <argument key="App\Controller\Admin\UserController::setRemainingTokens" type="service_closure" id=".service_locator.2g1oFZF.App\Controller\Admin\UserController::setRemainingTokens()"/>
        <argument key="App\Controller\AnnouncementController::markSeen" type="service_closure" id=".service_locator.i5.4H3N.App\Controller\AnnouncementController::markSeen()"/>
        <argument key="App\Controller\AuthController::login" type="service_closure" id=".service_locator.3QECKYg.App\Controller\AuthController::login()"/>
        <argument key="App\Controller\AuthController::connectGoogle" type="service_closure" id=".service_locator.wLvy5Az.App\Controller\AuthController::connectGoogle()"/>
        <argument key="App\Controller\Castia\CastiaController::download" type="service_closure" id=".service_locator.elGlWGT.App\Controller\Castia\CastiaController::download()"/>
        <argument key="App\Controller\Castia\CastiaController::rename" type="service_closure" id=".service_locator.elGlWGT.App\Controller\Castia\CastiaController::rename()"/>
        <argument key="App\Controller\Castia\CastiaController::delete" type="service_closure" id=".service_locator.elGlWGT.App\Controller\Castia\CastiaController::delete()"/>
        <argument key="App\Controller\ErrorController::show" type="service_closure" id=".service_locator.oE87zAF.App\Controller\ErrorController::show()"/>
        <argument key="App\Controller\Monalisia\MonalisiaController::download" type="service_closure" id=".service_locator.TSThBpf.App\Controller\Monalisia\MonalisiaController::download()"/>
        <argument key="App\Controller\Monalisia\MonalisiaController::delete" type="service_closure" id=".service_locator.TSThBpf.App\Controller\Monalisia\MonalisiaController::delete()"/>
        <argument key="App\Controller\Monalisia\MonalisiaController::rename" type="service_closure" id=".service_locator.TSThBpf.App\Controller\Monalisia\MonalisiaController::rename()"/>
        <argument key="App\Controller\Moodia\ImageUploadController::uploadImage" type="service_closure" id=".service_locator.QO3DctK.App\Controller\Moodia\ImageUploadController::uploadImage()"/>
        <argument key="App\Controller\Moodia\ScormImportController::listModules" type="service_closure" id=".service_locator.gy6YjNL.App\Controller\Moodia\ScormImportController::listModules()"/>
        <argument key="App\Controller\Moodia\ScormImportController::importPackage" type="service_closure" id=".service_locator.6gsdjVl.App\Controller\Moodia\ScormImportController::importPackage()"/>
        <argument key="App\Controller\Pixia\PixiaController::download" type="service_closure" id=".service_locator.Cw_d_6K.App\Controller\Pixia\PixiaController::download()"/>
        <argument key="App\Controller\Pixia\PixiaController::rename" type="service_closure" id=".service_locator.Cw_d_6K.App\Controller\Pixia\PixiaController::rename()"/>
        <argument key="App\Controller\Pixia\PixiaController::delete" type="service_closure" id=".service_locator.Cw_d_6K.App\Controller\Pixia\PixiaController::delete()"/>
        <argument key="App\Controller\RecentActivitiesController::index" type="service_closure" id=".service_locator.OzEre6h.App\Controller\RecentActivitiesController::index()"/>
        <argument key="App\Controller\Scormia\ScormiaController::index" type="service_closure" id=".service_locator.MOg9AO_.App\Controller\Scormia\ScormiaController::index()"/>
        <argument key="App\Controller\Scormia\ScormiaController::newModule" type="service_closure" id=".service_locator.g8MtvDs.App\Controller\Scormia\ScormiaController::newModule()"/>
        <argument key="App\Controller\Scormia\ScormiaController::configure" type="service_closure" id=".service_locator.cotqH7q.App\Controller\Scormia\ScormiaController::configure()"/>
        <argument key="App\Controller\Scormia\ScormiaController::generate" type="service_closure" id=".service_locator.s8pEvK..App\Controller\Scormia\ScormiaController::generate()"/>
        <argument key="App\Controller\Scormia\ScormiaController::generationStatus" type="service_closure" id=".service_locator.ExnfUN1.App\Controller\Scormia\ScormiaController::generationStatus()"/>
        <argument key="App\Controller\Scormia\ScormiaController::generationCancel" type="service_closure" id=".service_locator.MOg9AO_.App\Controller\Scormia\ScormiaController::generationCancel()"/>
        <argument key="App\Controller\Scormia\ScormiaController::duplicate" type="service_closure" id=".service_locator.ZVW99jj.App\Controller\Scormia\ScormiaController::duplicate()"/>
        <argument key="App\Controller\Scormia\ScormiaEditorController::upload" type="service_closure" id=".service_locator.gDEtIxD.App\Controller\Scormia\ScormiaEditorController::upload()"/>
        <argument key="App\Controller\Scormia\ScormiaEditorController::mediaLibrary" type="service_closure" id=".service_locator.8NebqvO.App\Controller\Scormia\ScormiaEditorController::mediaLibrary()"/>
        <argument key="App\Controller\Scormia\ScormiaEditorController::importMedia" type="service_closure" id=".service_locator.8NebqvO.App\Controller\Scormia\ScormiaEditorController::importMedia()"/>
        <argument key="App\Controller\Scormia\ScormiaEditorController::updateShare" type="service_closure" id=".service_locator.5hLzELZ.App\Controller\Scormia\ScormiaEditorController::updateShare()"/>
        <argument key="App\Controller\Scormia\ScormiaPublicController::download" type="service_closure" id=".service_locator.yu54bS8.App\Controller\Scormia\ScormiaPublicController::download()"/>
        <argument key="App\Controller\Serenia\SereniaController::updateShare" type="service_closure" id=".service_locator.KdxZNpt.App\Controller\Serenia\SereniaController::updateShare()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::uploadTemplate" type="service_closure" id=".service_locator.2YNTr0..App\Controller\Slidia\SlidiaApiController::uploadTemplate()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::deleteTemplate" type="service_closure" id=".service_locator.2YNTr0..App\Controller\Slidia\SlidiaApiController::deleteTemplate()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::templateThumbnail" type="service_closure" id=".service_locator.Y2zlS6B.App\Controller\Slidia\SlidiaApiController::templateThumbnail()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::uploadImage" type="service_closure" id=".service_locator.H8tTb1c.App\Controller\Slidia\SlidiaApiController::uploadImage()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::importDocument" type="service_closure" id=".service_locator.RuPhRGF.App\Controller\Slidia\SlidiaApiController::importDocument()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::documentImages" type="service_closure" id=".service_locator.aT91F5O.App\Controller\Slidia\SlidiaApiController::documentImages()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::documentImage" type="service_closure" id=".service_locator.aT91F5O.App\Controller\Slidia\SlidiaApiController::documentImage()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::monalisiaImages" type="service_closure" id=".service_locator.FXiTwGa.App\Controller\Slidia\SlidiaApiController::monalisiaImages()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::generateNotes" type="service_closure" id=".service_locator.kKbxw1f.App\Controller\Slidia\SlidiaApiController::generateNotes()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::analyzeBrief" type="service_closure" id=".service_locator.TV4Ke5l.App\Controller\Slidia\SlidiaApiController::analyzeBrief()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController::generateInfographic" type="service_closure" id=".service_locator.u2K7Vcb.App\Controller\Slidia\SlidiaApiController::generateInfographic()"/>
        <argument key="App\Controller\Slidia\SlidiaController::sourceSubmit" type="service_closure" id=".service_locator.JgR.2_a.App\Controller\Slidia\SlidiaController::sourceSubmit()"/>
        <argument key="App\Controller\Slidia\SlidiaController::configure" type="service_closure" id=".service_locator.sG_jmWm.App\Controller\Slidia\SlidiaController::configure()"/>
        <argument key="App\Controller\Slidia\SlidiaController::generateStream" type="service_closure" id=".service_locator.9jhJnpd.App\Controller\Slidia\SlidiaController::generateStream()"/>
        <argument key="App\Controller\Slidia\SlidiaController::download" type="service_closure" id=".service_locator.35Db8nI.App\Controller\Slidia\SlidiaController::download()"/>
        <argument key="App\Controller\Slidia\SlidiaController::updateShare" type="service_closure" id=".service_locator.KdxZNpt.App\Controller\Slidia\SlidiaController::updateShare()"/>
        <argument key="App\Controller\Slidia\SlidiaPublicController::download" type="service_closure" id=".service_locator.sXrwJYd.App\Controller\Slidia\SlidiaPublicController::download()"/>
        <argument key="App\Controller\Slidia\SlidiaPublicController::documentImage" type="service_closure" id=".service_locator.aT91F5O.App\Controller\Slidia\SlidiaPublicController::documentImage()"/>
        <argument key="App\Controller\Slidia\SlidiaPublicController::thumbnail" type="service_closure" id=".service_locator.Y2zlS6B.App\Controller\Slidia\SlidiaPublicController::thumbnail()"/>
        <argument key="kernel:registerContainerConfiguration" type="service_closure" id=".service_locator.zHyJIs5.kernel::registerContainerConfiguration()"/>
        <argument key="kernel:loadRoutes" type="service_closure" id=".service_locator.zHyJIs5.kernel::loadRoutes()"/>
        <argument key="App\Controller\API\MoodleV5\ConnectionController:user" type="service_closure" id=".service_locator.17aiHP9.App\Controller\API\MoodleV5\ConnectionController::user()"/>
        <argument key="App\Controller\API\MoodleV5\EngagementController:user" type="service_closure" id=".service_locator.17aiHP9.App\Controller\API\MoodleV5\EngagementController::user()"/>
        <argument key="App\Controller\Admin\AnnouncementController:list" type="service_closure" id=".service_locator.GH9XXG2.App\Controller\Admin\AnnouncementController::list()"/>
        <argument key="App\Controller\Admin\AnnouncementController:edit" type="service_closure" id=".service_locator.Aahm95Z.App\Controller\Admin\AnnouncementController::edit()"/>
        <argument key="App\Controller\Admin\AnnouncementController:toggle" type="service_closure" id=".service_locator.Aahm95Z.App\Controller\Admin\AnnouncementController::toggle()"/>
        <argument key="App\Controller\Admin\AnnouncementController:delete" type="service_closure" id=".service_locator.Aahm95Z.App\Controller\Admin\AnnouncementController::delete()"/>
        <argument key="App\Controller\Admin\CommercialController:markPaid" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::markPaid()"/>
        <argument key="App\Controller\Admin\CommercialController:journal" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::journal()"/>
        <argument key="App\Controller\Admin\CommercialController:show" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::show()"/>
        <argument key="App\Controller\Admin\CommercialController:rate" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::rate()"/>
        <argument key="App\Controller\Admin\CommercialController:suspend" type="service_closure" id=".service_locator.bRsPhNm.App\Controller\Admin\CommercialController::suspend()"/>
        <argument key="App\Controller\Admin\CompanyController:list" type="service_closure" id=".service_locator.GUh4Jrb.App\Controller\Admin\CompanyController::list()"/>
        <argument key="App\Controller\Admin\CompanyController:show" type="service_closure" id=".service_locator.PYjFaRH.App\Controller\Admin\CompanyController::show()"/>
        <argument key="App\Controller\Admin\CompanyController:users" type="service_closure" id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::users()"/>
        <argument key="App\Controller\Admin\CompanyController:edit" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::edit()"/>
        <argument key="App\Controller\Admin\CompanyController:toggle" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::toggle()"/>
        <argument key="App\Controller\Admin\CompanyController:tokenDistribution" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::tokenDistribution()"/>
        <argument key="App\Controller\Admin\CompanyController:distributeEqually" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::distributeEqually()"/>
        <argument key="App\Controller\Admin\CompanyController:updateUserAllocation" type="service_closure" id=".service_locator.0OYFKPc.App\Controller\Admin\CompanyController::updateUserAllocation()"/>
        <argument key="App\Controller\Admin\CompanyController:createUser" type="service_closure" id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::createUser()"/>
        <argument key="App\Controller\Admin\CompanyController:fireUser" type="service_closure" id=".service_locator.0OYFKPc.App\Controller\Admin\CompanyController::fireUser()"/>
        <argument key="App\Controller\Admin\CompanyController:dissociateUser" type="service_closure" id=".service_locator.0OYFKPc.App\Controller\Admin\CompanyController::dissociateUser()"/>
        <argument key="App\Controller\Admin\CompanyController:searchUsersWithoutCompany" type="service_closure" id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::searchUsersWithoutCompany()"/>
        <argument key="App\Controller\Admin\CompanyController:associateUser" type="service_closure" id=".service_locator.m5k5PGM.App\Controller\Admin\CompanyController::associateUser()"/>
        <argument key="App\Controller\Admin\CompanyController:delete" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\CompanyController::delete()"/>
        <argument key="App\Controller\Admin\ContractController:list" type="service_closure" id=".service_locator.fs9Io5m.App\Controller\Admin\ContractController::list()"/>
        <argument key="App\Controller\Admin\ContractController:new" type="service_closure" id=".service_locator.fFC.TXE.App\Controller\Admin\ContractController::new()"/>
        <argument key="App\Controller\Admin\ContractController:showOrphan" type="service_closure" id=".service_locator.BGZfaEB.App\Controller\Admin\ContractController::showOrphan()"/>
        <argument key="App\Controller\Admin\ContractController:show" type="service_closure" id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::show()"/>
        <argument key="App\Controller\Admin\ContractController:edit" type="service_closure" id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::edit()"/>
        <argument key="App\Controller\Admin\ContractController:toggle" type="service_closure" id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::toggle()"/>
        <argument key="App\Controller\Admin\ContractController:delete" type="service_closure" id=".service_locator.u07AFeK.App\Controller\Admin\ContractController::delete()"/>
        <argument key="App\Controller\Admin\PlanController:list" type="service_closure" id=".service_locator.EWq5uzX.App\Controller\Admin\PlanController::list()"/>
        <argument key="App\Controller\Admin\PlanController:toolCosts" type="service_closure" id=".service_locator.jkO5.gO.App\Controller\Admin\PlanController::toolCosts()"/>
        <argument key="App\Controller\Admin\PlanController:edit" type="service_closure" id=".service_locator.OUElpef.App\Controller\Admin\PlanController::edit()"/>
        <argument key="App\Controller\Admin\PlanController:delete" type="service_closure" id=".service_locator.OUElpef.App\Controller\Admin\PlanController::delete()"/>
        <argument key="App\Controller\Admin\ToolController:list" type="service_closure" id=".service_locator.cB9XQ5a.App\Controller\Admin\ToolController::list()"/>
        <argument key="App\Controller\Admin\ToolController:edit" type="service_closure" id=".service_locator.ju0243t.App\Controller\Admin\ToolController::edit()"/>
        <argument key="App\Controller\Admin\UserController:list" type="service_closure" id=".service_locator.dii_rwF.App\Controller\Admin\UserController::list()"/>
        <argument key="App\Controller\Admin\UserController:new" type="service_closure" id=".service_locator.GUh4Jrb.App\Controller\Admin\UserController::new()"/>
        <argument key="App\Controller\Admin\UserController:show" type="service_closure" id=".service_locator.u0uwuyR.App\Controller\Admin\UserController::show()"/>
        <argument key="App\Controller\Admin\UserController:edit" type="service_closure" id=".service_locator.1P6cSK1.App\Controller\Admin\UserController::edit()"/>
        <argument key="App\Controller\Admin\UserController:toggle" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::toggle()"/>
        <argument key="App\Controller\Admin\UserController:delete" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::delete()"/>
        <argument key="App\Controller\Admin\UserController:resetPassword" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::resetPassword()"/>
        <argument key="App\Controller\Admin\UserController:resendVerification" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::resendVerification()"/>
        <argument key="App\Controller\Admin\UserController:addTokens" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::addTokens()"/>
        <argument key="App\Controller\Admin\UserController:setTokens" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Admin\UserController::setTokens()"/>
        <argument key="App\Controller\Admin\UserController:setRemainingTokens" type="service_closure" id=".service_locator.2g1oFZF.App\Controller\Admin\UserController::setRemainingTokens()"/>
        <argument key="App\Controller\AnnouncementController:markSeen" type="service_closure" id=".service_locator.i5.4H3N.App\Controller\AnnouncementController::markSeen()"/>
        <argument key="App\Controller\AuthController:login" type="service_closure" id=".service_locator.3QECKYg.App\Controller\AuthController::login()"/>
        <argument key="App\Controller\AuthController:connectGoogle" type="service_closure" id=".service_locator.wLvy5Az.App\Controller\AuthController::connectGoogle()"/>
        <argument key="App\Controller\Castia\CastiaController:download" type="service_closure" id=".service_locator.elGlWGT.App\Controller\Castia\CastiaController::download()"/>
        <argument key="App\Controller\Castia\CastiaController:rename" type="service_closure" id=".service_locator.elGlWGT.App\Controller\Castia\CastiaController::rename()"/>
        <argument key="App\Controller\Castia\CastiaController:delete" type="service_closure" id=".service_locator.elGlWGT.App\Controller\Castia\CastiaController::delete()"/>
        <argument key="App\Controller\ErrorController:show" type="service_closure" id=".service_locator.oE87zAF.App\Controller\ErrorController::show()"/>
        <argument key="App\Controller\Monalisia\MonalisiaController:download" type="service_closure" id=".service_locator.TSThBpf.App\Controller\Monalisia\MonalisiaController::download()"/>
        <argument key="App\Controller\Monalisia\MonalisiaController:delete" type="service_closure" id=".service_locator.TSThBpf.App\Controller\Monalisia\MonalisiaController::delete()"/>
        <argument key="App\Controller\Monalisia\MonalisiaController:rename" type="service_closure" id=".service_locator.TSThBpf.App\Controller\Monalisia\MonalisiaController::rename()"/>
        <argument key="App\Controller\Moodia\ImageUploadController:uploadImage" type="service_closure" id=".service_locator.QO3DctK.App\Controller\Moodia\ImageUploadController::uploadImage()"/>
        <argument key="App\Controller\Moodia\ScormImportController:listModules" type="service_closure" id=".service_locator.gy6YjNL.App\Controller\Moodia\ScormImportController::listModules()"/>
        <argument key="App\Controller\Moodia\ScormImportController:importPackage" type="service_closure" id=".service_locator.6gsdjVl.App\Controller\Moodia\ScormImportController::importPackage()"/>
        <argument key="App\Controller\Pixia\PixiaController:download" type="service_closure" id=".service_locator.Cw_d_6K.App\Controller\Pixia\PixiaController::download()"/>
        <argument key="App\Controller\Pixia\PixiaController:rename" type="service_closure" id=".service_locator.Cw_d_6K.App\Controller\Pixia\PixiaController::rename()"/>
        <argument key="App\Controller\Pixia\PixiaController:delete" type="service_closure" id=".service_locator.Cw_d_6K.App\Controller\Pixia\PixiaController::delete()"/>
        <argument key="App\Controller\RecentActivitiesController:index" type="service_closure" id=".service_locator.OzEre6h.App\Controller\RecentActivitiesController::index()"/>
        <argument key="App\Controller\Scormia\ScormiaController:index" type="service_closure" id=".service_locator.MOg9AO_.App\Controller\Scormia\ScormiaController::index()"/>
        <argument key="App\Controller\Scormia\ScormiaController:newModule" type="service_closure" id=".service_locator.g8MtvDs.App\Controller\Scormia\ScormiaController::newModule()"/>
        <argument key="App\Controller\Scormia\ScormiaController:configure" type="service_closure" id=".service_locator.cotqH7q.App\Controller\Scormia\ScormiaController::configure()"/>
        <argument key="App\Controller\Scormia\ScormiaController:generate" type="service_closure" id=".service_locator.s8pEvK..App\Controller\Scormia\ScormiaController::generate()"/>
        <argument key="App\Controller\Scormia\ScormiaController:generationStatus" type="service_closure" id=".service_locator.ExnfUN1.App\Controller\Scormia\ScormiaController::generationStatus()"/>
        <argument key="App\Controller\Scormia\ScormiaController:generationCancel" type="service_closure" id=".service_locator.MOg9AO_.App\Controller\Scormia\ScormiaController::generationCancel()"/>
        <argument key="App\Controller\Scormia\ScormiaController:duplicate" type="service_closure" id=".service_locator.ZVW99jj.App\Controller\Scormia\ScormiaController::duplicate()"/>
        <argument key="App\Controller\Scormia\ScormiaEditorController:upload" type="service_closure" id=".service_locator.gDEtIxD.App\Controller\Scormia\ScormiaEditorController::upload()"/>
        <argument key="App\Controller\Scormia\ScormiaEditorController:mediaLibrary" type="service_closure" id=".service_locator.8NebqvO.App\Controller\Scormia\ScormiaEditorController::mediaLibrary()"/>
        <argument key="App\Controller\Scormia\ScormiaEditorController:importMedia" type="service_closure" id=".service_locator.8NebqvO.App\Controller\Scormia\ScormiaEditorController::importMedia()"/>
        <argument key="App\Controller\Scormia\ScormiaEditorController:updateShare" type="service_closure" id=".service_locator.5hLzELZ.App\Controller\Scormia\ScormiaEditorController::updateShare()"/>
        <argument key="App\Controller\Scormia\ScormiaPublicController:download" type="service_closure" id=".service_locator.yu54bS8.App\Controller\Scormia\ScormiaPublicController::download()"/>
        <argument key="App\Controller\Serenia\SereniaController:updateShare" type="service_closure" id=".service_locator.KdxZNpt.App\Controller\Serenia\SereniaController::updateShare()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:uploadTemplate" type="service_closure" id=".service_locator.2YNTr0..App\Controller\Slidia\SlidiaApiController::uploadTemplate()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:deleteTemplate" type="service_closure" id=".service_locator.2YNTr0..App\Controller\Slidia\SlidiaApiController::deleteTemplate()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:templateThumbnail" type="service_closure" id=".service_locator.Y2zlS6B.App\Controller\Slidia\SlidiaApiController::templateThumbnail()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:uploadImage" type="service_closure" id=".service_locator.H8tTb1c.App\Controller\Slidia\SlidiaApiController::uploadImage()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:importDocument" type="service_closure" id=".service_locator.RuPhRGF.App\Controller\Slidia\SlidiaApiController::importDocument()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:documentImages" type="service_closure" id=".service_locator.aT91F5O.App\Controller\Slidia\SlidiaApiController::documentImages()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:documentImage" type="service_closure" id=".service_locator.aT91F5O.App\Controller\Slidia\SlidiaApiController::documentImage()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:monalisiaImages" type="service_closure" id=".service_locator.FXiTwGa.App\Controller\Slidia\SlidiaApiController::monalisiaImages()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:generateNotes" type="service_closure" id=".service_locator.kKbxw1f.App\Controller\Slidia\SlidiaApiController::generateNotes()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:analyzeBrief" type="service_closure" id=".service_locator.TV4Ke5l.App\Controller\Slidia\SlidiaApiController::analyzeBrief()"/>
        <argument key="App\Controller\Slidia\SlidiaApiController:generateInfographic" type="service_closure" id=".service_locator.u2K7Vcb.App\Controller\Slidia\SlidiaApiController::generateInfographic()"/>
        <argument key="App\Controller\Slidia\SlidiaController:sourceSubmit" type="service_closure" id=".service_locator.JgR.2_a.App\Controller\Slidia\SlidiaController::sourceSubmit()"/>
        <argument key="App\Controller\Slidia\SlidiaController:configure" type="service_closure" id=".service_locator.sG_jmWm.App\Controller\Slidia\SlidiaController::configure()"/>
        <argument key="App\Controller\Slidia\SlidiaController:generateStream" type="service_closure" id=".service_locator.9jhJnpd.App\Controller\Slidia\SlidiaController::generateStream()"/>
        <argument key="App\Controller\Slidia\SlidiaController:download" type="service_closure" id=".service_locator.35Db8nI.App\Controller\Slidia\SlidiaController::download()"/>
        <argument key="App\Controller\Slidia\SlidiaController:updateShare" type="service_closure" id=".service_locator.KdxZNpt.App\Controller\Slidia\SlidiaController::updateShare()"/>
        <argument key="App\Controller\Slidia\SlidiaPublicController:download" type="service_closure" id=".service_locator.sXrwJYd.App\Controller\Slidia\SlidiaPublicController::download()"/>
        <argument key="App\Controller\Slidia\SlidiaPublicController:documentImage" type="service_closure" id=".service_locator.aT91F5O.App\Controller\Slidia\SlidiaPublicController::documentImage()"/>
        <argument key="App\Controller\Slidia\SlidiaPublicController:thumbnail" type="service_closure" id=".service_locator.Y2zlS6B.App\Controller\Slidia\SlidiaPublicController::thumbnail()"/>
      </argument>
    </service>
    <service id=".service_locator.HxALDTI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="validator.expression" type="service_closure" id="validator.expression"/>
        <argument key="Symfony\Component\Validator\Constraints\ExpressionValidator" type="service_closure" id="validator.expression"/>
        <argument key="Symfony\Component\Validator\Constraints\EmailValidator" type="service_closure" id="validator.email"/>
        <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="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" type="service_closure" id="validator.no_suspicious_characters"/>
        <argument key="doctrine.orm.validator.unique" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="Symfony\Bridge\Twig\Validator\Constraints\TwigValidator" type="service_closure" id="twig.validator"/>
        <argument key="security.validator.user_password" type="service_closure" id="security.validator.user_password"/>
        <argument key="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator" type="service_closure" id="security.validator.user_password"/>
      </argument>
    </service>
    <service id=".service_locator.va_rxC4" 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.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.jrZjZR6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Form\Admin\AnnouncementType" type="service_closure" id="App\Form\Admin\AnnouncementType"/>
        <argument key="App\Form\Admin\CompanyType" type="service_closure" id="App\Form\Admin\CompanyType"/>
        <argument key="App\Form\Admin\ContractType" type="service_closure" id="App\Form\Admin\ContractType"/>
        <argument key="App\Form\Admin\PlanType" type="service_closure" id="App\Form\Admin\PlanType"/>
        <argument key="App\Form\Admin\ToolType" type="service_closure" id="App\Form\Admin\ToolType"/>
        <argument key="App\Form\Admin\UserType" type="service_closure" id="App\Form\Admin\UserType"/>
        <argument key="App\Form\Company\CompanyUserType" type="service_closure" id="App\Form\Company\CompanyUserType"/>
        <argument key="App\Form\ContactType" type="service_closure" id="App\Form\ContactType"/>
        <argument key="App\Form\Moodia\MoodiaConfigurationType" type="service_closure" id="App\Form\Moodia\MoodiaConfigurationType"/>
        <argument key="App\Form\RegistrationFormType" type="service_closure" id="App\Form\RegistrationFormType"/>
        <argument key="App\Form\Settings\EmailChangeType" type="service_closure" id="App\Form\Settings\EmailChangeType"/>
        <argument key="App\Form\Settings\IdentityType" type="service_closure" id="App\Form\Settings\IdentityType"/>
        <argument key="App\Form\Settings\PasswordType" type="service_closure" id="App\Form\Settings\PasswordType"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="service_closure" id="form.type.form"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ChoiceType" type="service_closure" id="form.type.choice"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FileType" type="service_closure" id="form.type.file"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ColorType" type="service_closure" id="form.type.color"/>
        <argument key="Symfony\Bridge\Doctrine\Form\Type\EntityType" type="service_closure" id="form.type.entity"/>
      </argument>
    </service>
    <service id="messenger.bus.default.middleware.traceable" class="Symfony\Component\Messenger\Middleware\TraceableMiddleware">
      <argument type="service" id="debug.stopwatch"/>
      <argument>messenger.bus.default</argument>
    </service>
    <service id="messenger.bus.default.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware">
      <argument>messenger.bus.default</argument>
    </service>
    <service id="messenger.bus.default.middleware.send_message" class="Symfony\Component\Messenger\Middleware\SendMessageMiddleware">
      <argument type="service" id="messenger.senders_locator"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>true</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.bus.default.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware">
      <argument type="service" id="messenger.bus.default.messenger.handlers_locator"/>
      <argument>false</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".service_locator.IlGSE9J" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messenger.bus.default" type="service_closure" id="messenger.bus.default"/>
      </argument>
    </service>
    <service id=".service_locator.l.c9cDr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="failed" type="service_closure" id="messenger.transport.failed"/>
      </argument>
    </service>
    <service id=".messenger.handler_descriptor.llA_1WL" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="App\MessageHandler\GenerateScormiaModuleMessageHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Bl0KjFZ" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="App\MessageHandler\Sam\RefreshConnectionsHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.fzR2gFm" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="App\MessageHandler\Sam\SyncCoursesHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.o2kypDU" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="App\MessageHandler\StripeWebhookHandler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Die6Bxe" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="process.messenger.process_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.NumTeF8" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="console.messenger.execute_command_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Qv3faSN" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="http_client.messenger.ping_webhook_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.WG.oRBv" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="mailer.messenger.message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.jyyWvHw" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="messenger.redispatch_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.gEx8y9a" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="chatter.messenger.chat_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.UKIJHil" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="texter.messenger.sms_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.EXsqOW5" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="texter.messenger.push_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Dkv9sRY" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="texter.messenger.desktop_handler"/>
      <argument type="collection"/>
    </service>
    <service id="messenger.bus.default.messenger.handlers_locator" class="Symfony\Component\Messenger\Handler\HandlersLocator">
      <argument type="collection">
        <argument key="App\Message\GenerateScormiaModuleMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.llA_1WL"/>
        </argument>
        <argument key="App\Message\Sam\RefreshConnectionsMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Bl0KjFZ"/>
        </argument>
        <argument key="App\Message\Sam\SyncCoursesMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.fzR2gFm"/>
        </argument>
        <argument key="App\Message\StripeWebhookMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.o2kypDU"/>
        </argument>
        <argument key="Symfony\Component\Process\Messenger\RunProcessMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Die6Bxe"/>
        </argument>
        <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.NumTeF8"/>
        </argument>
        <argument key="Symfony\Component\HttpClient\Messenger\PingWebhookMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Qv3faSN"/>
        </argument>
        <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.WG.oRBv"/>
        </argument>
        <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.jyyWvHw"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\ChatMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.gEx8y9a"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\SmsMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.UKIJHil"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\PushMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.EXsqOW5"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\DesktopMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Dkv9sRY"/>
        </argument>
      </argument>
    </service>
    <service id=".service_locator.FQL6URF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber" type="service_closure" id="App\EventSubscriber\Moodle\CompanyMoodleTokenSubscriber"/>
        <argument key="doctrine.orm.messenger.doctrine_schema_listener" type="service_closure" id="doctrine.orm.messenger.doctrine_schema_listener"/>
        <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.pdo_session_handler_schema_listener" type="service_closure" id="doctrine.orm.listeners.pdo_session_handler_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.default_listeners.attach_entity_listeners" type="service_closure" id="doctrine.orm.default_listeners.attach_entity_listeners"/>
        <argument key="turbo.doctrine.event_listener" type="service_closure" id="turbo.doctrine.event_listener"/>
      </argument>
    </service>
    <service id=".service_locator.Sed55uI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Repository\ActivityEntityTypeRepository" type="service_closure" id="App\Repository\ActivityEntityTypeRepository"/>
        <argument key="App\Repository\ActivityLogRepository" type="service_closure" id="App\Repository\ActivityLogRepository"/>
        <argument key="App\Repository\AnnouncementRepository" type="service_closure" id="App\Repository\AnnouncementRepository"/>
        <argument key="App\Repository\AnnouncementViewRepository" type="service_closure" id="App\Repository\AnnouncementViewRepository"/>
        <argument key="App\Repository\ApiKeyRepository" type="service_closure" id="App\Repository\ApiKeyRepository"/>
        <argument key="App\Repository\ApiLogRepository" type="service_closure" id="App\Repository\ApiLogRepository"/>
        <argument key="App\Repository\BadgeRepository" type="service_closure" id="App\Repository\BadgeRepository"/>
        <argument key="App\Repository\Castia\CastiaPodcastRepository" type="service_closure" id="App\Repository\Castia\CastiaPodcastRepository"/>
        <argument key="App\Repository\Castia\UserVoiceFavoriteRepository" type="service_closure" id="App\Repository\Castia\UserVoiceFavoriteRepository"/>
        <argument key="App\Repository\CommercialCommissionRepository" type="service_closure" id="App\Repository\CommercialCommissionRepository"/>
        <argument key="App\Repository\CommercialInvitationRepository" type="service_closure" id="App\Repository\CommercialInvitationRepository"/>
        <argument key="App\Repository\CommercialPayoutRepository" type="service_closure" id="App\Repository\CommercialPayoutRepository"/>
        <argument key="App\Repository\CommercialRepository" type="service_closure" id="App\Repository\CommercialRepository"/>
        <argument key="App\Repository\CompanyInvitationRepository" type="service_closure" id="App\Repository\CompanyInvitationRepository"/>
        <argument key="App\Repository\CompanyRepository" type="service_closure" id="App\Repository\CompanyRepository"/>
        <argument key="App\Repository\CompanyTokenRepository" type="service_closure" id="App\Repository\CompanyTokenRepository"/>
        <argument key="App\Repository\ContractRepository" type="service_closure" id="App\Repository\ContractRepository"/>
        <argument key="App\Repository\Monalisia\MonalisiaInfographicRepository" type="service_closure" id="App\Repository\Monalisia\MonalisiaInfographicRepository"/>
        <argument key="App\Repository\Moodia\MoodiaActivityRepository" type="service_closure" id="App\Repository\Moodia\MoodiaActivityRepository"/>
        <argument key="App\Repository\Moodia\MoodiaActivitySettingsRepository" type="service_closure" id="App\Repository\Moodia\MoodiaActivitySettingsRepository"/>
        <argument key="App\Repository\Moodia\MoodiaActivityVersionRepository" type="service_closure" id="App\Repository\Moodia\MoodiaActivityVersionRepository"/>
        <argument key="App\Repository\Moodia\MoodiaCourseRepository" type="service_closure" id="App\Repository\Moodia\MoodiaCourseRepository"/>
        <argument key="App\Repository\Moodia\MoodiaGlossaryTermRepository" type="service_closure" id="App\Repository\Moodia\MoodiaGlossaryTermRepository"/>
        <argument key="App\Repository\Moodia\MoodiaImageRepository" type="service_closure" id="App\Repository\Moodia\MoodiaImageRepository"/>
        <argument key="App\Repository\Moodia\MoodiaQuizAnswerRepository" type="service_closure" id="App\Repository\Moodia\MoodiaQuizAnswerRepository"/>
        <argument key="App\Repository\Moodia\MoodiaQuizQuestionRepository" type="service_closure" id="App\Repository\Moodia\MoodiaQuizQuestionRepository"/>
        <argument key="App\Repository\Moodia\MoodiaQuizRepository" type="service_closure" id="App\Repository\Moodia\MoodiaQuizRepository"/>
        <argument key="App\Repository\Moodia\MoodiaSectionRepository" type="service_closure" id="App\Repository\Moodia\MoodiaSectionRepository"/>
        <argument key="App\Repository\Pixia\PixiaImageRepository" type="service_closure" id="App\Repository\Pixia\PixiaImageRepository"/>
        <argument key="App\Repository\PlanRepository" type="service_closure" id="App\Repository\PlanRepository"/>
        <argument key="App\Repository\Promptly\PromptlyFolderRepository" type="service_closure" id="App\Repository\Promptly\PromptlyFolderRepository"/>
        <argument key="App\Repository\Promptly\PromptlyPromptRepository" type="service_closure" id="App\Repository\Promptly\PromptlyPromptRepository"/>
        <argument key="App\Repository\Promptly\PromptlyUserMetaRepository" type="service_closure" id="App\Repository\Promptly\PromptlyUserMetaRepository"/>
        <argument key="App\Repository\Sam\SamCohortMemberRepository" type="service_closure" id="App\Repository\Sam\SamCohortMemberRepository"/>
        <argument key="App\Repository\Sam\SamCourseUserRepository" type="service_closure" id="App\Repository\Sam\SamCourseUserRepository"/>
        <argument key="App\Repository\Sam\SamMoodleActivityRepository" type="service_closure" id="App\Repository\Sam\SamMoodleActivityRepository"/>
        <argument key="App\Repository\Sam\SamMoodleCohortRepository" type="service_closure" id="App\Repository\Sam\SamMoodleCohortRepository"/>
        <argument key="App\Repository\Sam\SamMoodleCompletionRepository" type="service_closure" id="App\Repository\Sam\SamMoodleCompletionRepository"/>
        <argument key="App\Repository\Sam\SamMoodleCourseRepository" type="service_closure" id="App\Repository\Sam\SamMoodleCourseRepository"/>
        <argument key="App\Repository\Sam\SamMoodleSectionRepository" type="service_closure" id="App\Repository\Sam\SamMoodleSectionRepository"/>
        <argument key="App\Repository\Sam\SamMoodleUserRepository" type="service_closure" id="App\Repository\Sam\SamMoodleUserRepository"/>
        <argument key="App\Repository\Sam\SamQuizAttemptRepository" type="service_closure" id="App\Repository\Sam\SamQuizAttemptRepository"/>
        <argument key="App\Repository\Sam\SamReminderLogRepository" type="service_closure" id="App\Repository\Sam\SamReminderLogRepository"/>
        <argument key="App\Repository\Sam\SamUserConnectionDayRepository" type="service_closure" id="App\Repository\Sam\SamUserConnectionDayRepository"/>
        <argument key="App\Repository\Sam\SamUserVisitRepository" type="service_closure" id="App\Repository\Sam\SamUserVisitRepository"/>
        <argument key="App\Repository\Scormia\ScormiaBlockRepository" type="service_closure" id="App\Repository\Scormia\ScormiaBlockRepository"/>
        <argument key="App\Repository\Scormia\ScormiaGenerationJobRepository" type="service_closure" id="App\Repository\Scormia\ScormiaGenerationJobRepository"/>
        <argument key="App\Repository\Scormia\ScormiaModuleRepository" type="service_closure" id="App\Repository\Scormia\ScormiaModuleRepository"/>
        <argument key="App\Repository\Scormia\ScormiaScreenRepository" type="service_closure" id="App\Repository\Scormia\ScormiaScreenRepository"/>
        <argument key="App\Repository\Scormia\ScormiaUserThemeRepository" type="service_closure" id="App\Repository\Scormia\ScormiaUserThemeRepository"/>
        <argument key="App\Repository\Serenia\SereniaChatMessageRepository" type="service_closure" id="App\Repository\Serenia\SereniaChatMessageRepository"/>
        <argument key="App\Repository\Serenia\SereniaChatSessionRepository" type="service_closure" id="App\Repository\Serenia\SereniaChatSessionRepository"/>
        <argument key="App\Repository\SettingsRepository" type="service_closure" id="App\Repository\SettingsRepository"/>
        <argument key="App\Repository\SlidiaPresentationRepository" type="service_closure" id="App\Repository\SlidiaPresentationRepository"/>
        <argument key="App\Repository\SlidiaTemplatePreferenceRepository" type="service_closure" id="App\Repository\SlidiaTemplatePreferenceRepository"/>
        <argument key="App\Repository\SlidiaTemplateRepository" type="service_closure" id="App\Repository\SlidiaTemplateRepository"/>
        <argument key="App\Repository\StripeWebhookLogRepository" type="service_closure" id="App\Repository\StripeWebhookLogRepository"/>
        <argument key="App\Repository\SupportMessageRepository" type="service_closure" id="App\Repository\SupportMessageRepository"/>
        <argument key="App\Repository\SupportTicketRepository" type="service_closure" id="App\Repository\SupportTicketRepository"/>
        <argument key="App\Repository\ToolRepository" type="service_closure" id="App\Repository\ToolRepository"/>
        <argument key="App\Repository\UserBadgeMetricRepository" type="service_closure" id="App\Repository\UserBadgeMetricRepository"/>
        <argument key="App\Repository\UserBadgeRepository" type="service_closure" id="App\Repository\UserBadgeRepository"/>
        <argument key="App\Repository\UserNotificationPreferencesRepository" type="service_closure" id="App\Repository\UserNotificationPreferencesRepository"/>
        <argument key="App\Repository\UserRecentActivityRepository" type="service_closure" id="App\Repository\UserRecentActivityRepository"/>
        <argument key="App\Repository\UserRepository" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="App\Repository\UserSubscriptionRepository" type="service_closure" id="App\Repository\UserSubscriptionRepository"/>
        <argument key="App\Repository\UserTokenRepository" type="service_closure" id="App\Repository\UserTokenRepository"/>
        <argument key="App\Repository\UserTourProgressRepository" type="service_closure" id="App\Repository\UserTourProgressRepository"/>
      </argument>
    </service>
    <service id=".service_locator.BxSdgVt" 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.BxSdgVt"/>
    </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="doctrine.dbal.idle_connection_middleware.default" class="Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware">
      <argument type="service" id="doctrine.dbal.connection_expiries"/>
      <argument type="collection">
        <argument key="default">600</argument>
      </argument>
      <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.role_hierarchy_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.role_hierarchy_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.security.access.closure_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.closure_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\CommercialVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\CommercialVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\PlanAccessVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\PlanAccessVoter"/>
      <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.same_origin_token_manager"/>
    </service>
    <service id="controller.is_csrf_token_valid_attribute_listener" class="Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.csrf.same_origin_token_manager"/>
      <argument type="service" id="security.is_csrf_token_valid_attribute_expression_language" on-invalid="null"/>
    </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="monolog.logger.request" class="Monolog\Logger">
      <argument>request</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.console" class="Monolog\Logger">
      <argument>console</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.messenger" class="Monolog\Logger">
      <argument>messenger</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.cache" class="Monolog\Logger">
      <argument>cache</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.http_client" class="Monolog\Logger">
      <argument>http_client</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.mailer" class="Monolog\Logger">
      <argument>mailer</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.translation" class="Monolog\Logger">
      <argument>translation</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.php" class="Monolog\Logger">
      <argument>php</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.event" class="Monolog\Logger">
      <argument>event</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.router" class="Monolog\Logger">
      <argument>router</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.doctrine" class="Monolog\Logger">
      <argument>doctrine</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.security" class="Monolog\Logger">
      <argument>security</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.deprecation" class="Monolog\Logger" public="true">
      <argument>deprecation</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.handler.null_internal" class="Monolog\Handler\NullHandler"/>
    <service id=".service_locator.ILdUWIS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translation.loader.php" type="service_closure" id="translation.loader.php"/>
        <argument key="translation.loader.yml" type="service_closure" id="translation.loader.yml"/>
        <argument key="translation.loader.xliff" type="service_closure" id="translation.loader.xliff"/>
        <argument key="translation.loader.po" type="service_closure" id="translation.loader.po"/>
        <argument key="translation.loader.mo" type="service_closure" id="translation.loader.mo"/>
        <argument key="translation.loader.qt" type="service_closure" id="translation.loader.qt"/>
        <argument key="translation.loader.csv" type="service_closure" id="translation.loader.csv"/>
        <argument key="translation.loader.res" type="service_closure" id="translation.loader.res"/>
        <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>
    </service>
    <service id=".service_locator.ZyP9f7K" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.same_origin_token_manager" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" 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.ZyP9f7K.App\Controller\API\ApiKeyController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\ApiKeyController"/>
      <argument>App\Controller\API\ApiKeyController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\ActivityController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\ActivityController"/>
      <argument>App\Controller\API\MoodleV5\ActivityController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\CohortController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\CohortController"/>
      <argument>App\Controller\API\MoodleV5\CohortController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\ConnectionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\ConnectionController"/>
      <argument>App\Controller\API\MoodleV5\ConnectionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\CourseController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\CourseController"/>
      <argument>App\Controller\API\MoodleV5\CourseController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\EngagementController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\EngagementController"/>
      <argument>App\Controller\API\MoodleV5\EngagementController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\EnrollmentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\EnrollmentController"/>
      <argument>App\Controller\API\MoodleV5\EnrollmentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\ExportController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\ExportController"/>
      <argument>App\Controller\API\MoodleV5\ExportController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\MeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\MeController"/>
      <argument>App\Controller\API\MoodleV5\MeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\ProgressController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\ProgressController"/>
      <argument>App\Controller\API\MoodleV5\ProgressController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\SectionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\SectionController"/>
      <argument>App\Controller\API\MoodleV5\SectionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\StatusController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\StatusController"/>
      <argument>App\Controller\API\MoodleV5\StatusController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\SubmissionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\SubmissionController"/>
      <argument>App\Controller\API\MoodleV5\SubmissionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\API\MoodleV5\UserController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\API\MoodleV5\UserController"/>
      <argument>App\Controller\API\MoodleV5\UserController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\AnnouncementController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AnnouncementController"/>
      <argument>App\Controller\Admin\AnnouncementController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\CommercialController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CommercialController"/>
      <argument>App\Controller\Admin\CommercialController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\CompanyController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyController"/>
      <argument>App\Controller\Admin\CompanyController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\ContractController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ContractController"/>
      <argument>App\Controller\Admin\ContractController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\DesignSystemController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\DesignSystemController"/>
      <argument>App\Controller\Admin\DesignSystemController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\PlanController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PlanController"/>
      <argument>App\Controller\Admin\PlanController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\SlidiaTemplateController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SlidiaTemplateController"/>
      <argument>App\Controller\Admin\SlidiaTemplateController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\SubscriptionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SubscriptionController"/>
      <argument>App\Controller\Admin\SubscriptionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\SupportController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SupportController"/>
      <argument>App\Controller\Admin\SupportController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\ToolController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ToolController"/>
      <argument>App\Controller\Admin\ToolController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Admin\UserController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserController"/>
      <argument>App\Controller\Admin\UserController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.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.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Auth\RegistrationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Auth\RegistrationController"/>
      <argument>App\Controller\Auth\RegistrationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Auth\WelcomeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Auth\WelcomeController"/>
      <argument>App\Controller\Auth\WelcomeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\AuthController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AuthController"/>
      <argument>App\Controller\AuthController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Badge\BadgeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Badge\BadgeController"/>
      <argument>App\Controller\Badge\BadgeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Badge\DailyRewardController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Badge\DailyRewardController"/>
      <argument>App\Controller\Badge\DailyRewardController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Castia\CastiaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Castia\CastiaController"/>
      <argument>App\Controller\Castia\CastiaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Commercial\AttributionConfirmController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\AttributionConfirmController"/>
      <argument>App\Controller\Commercial\AttributionConfirmController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Commercial\DashboardController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\DashboardController"/>
      <argument>App\Controller\Commercial\DashboardController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Commercial\FilleulController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\FilleulController"/>
      <argument>App\Controller\Commercial\FilleulController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Commercial\InvitationLandingController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\InvitationLandingController"/>
      <argument>App\Controller\Commercial\InvitationLandingController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Commercial\PaiementsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\PaiementsController"/>
      <argument>App\Controller\Commercial\PaiementsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Commercial\ReferralController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\ReferralController"/>
      <argument>App\Controller\Commercial\ReferralController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Commercial\TokenRequestController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\TokenRequestController"/>
      <argument>App\Controller\Commercial\TokenRequestController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Commercial\TransactionsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\TransactionsController"/>
      <argument>App\Controller\Commercial\TransactionsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\ContactController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ContactController"/>
      <argument>App\Controller\ContactController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\DashboardController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DashboardController"/>
      <argument>App\Controller\DashboardController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\EmailUnsubscribeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\EmailUnsubscribeController"/>
      <argument>App\Controller\EmailUnsubscribeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\ErrorController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ErrorController"/>
      <argument>App\Controller\ErrorController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\LandingController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\LandingController"/>
      <argument>App\Controller\LandingController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\LegalController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\LegalController"/>
      <argument>App\Controller\LegalController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Monalisia\MonalisiaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Monalisia\MonalisiaController"/>
      <argument>App\Controller\Monalisia\MonalisiaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Moodia\AddToMoodiaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\AddToMoodiaController"/>
      <argument>App\Controller\Moodia\AddToMoodiaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Moodia\ImageUploadController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\ImageUploadController"/>
      <argument>App\Controller\Moodia\ImageUploadController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Moodia\MbzExportController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\MbzExportController"/>
      <argument>App\Controller\Moodia\MbzExportController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Moodia\MoodiaContentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\MoodiaContentController"/>
      <argument>App\Controller\Moodia\MoodiaContentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Moodia\MoodiaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\MoodiaController"/>
      <argument>App\Controller\Moodia\MoodiaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Moodia\MoodiaVersionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\MoodiaVersionController"/>
      <argument>App\Controller\Moodia\MoodiaVersionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Moodia\ScormImportController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Moodia\ScormImportController"/>
      <argument>App\Controller\Moodia\ScormImportController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Pixia\PixiaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Pixia\PixiaController"/>
      <argument>App\Controller\Pixia\PixiaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Promptly\PromptlyController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Promptly\PromptlyController"/>
      <argument>App\Controller\Promptly\PromptlyController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\RecentActivitiesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\RecentActivitiesController"/>
      <argument>App\Controller\RecentActivitiesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\ReferralSettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ReferralSettingsController"/>
      <argument>App\Controller\ReferralSettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Sam\SamCohortsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Sam\SamCohortsController"/>
      <argument>App\Controller\Sam\SamCohortsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Sam\SamController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Sam\SamController"/>
      <argument>App\Controller\Sam\SamController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Sam\SamCoursesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Sam\SamCoursesController"/>
      <argument>App\Controller\Sam\SamCoursesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Sam\SamSettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Sam\SamSettingsController"/>
      <argument>App\Controller\Sam\SamSettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Sam\SamUsersController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Sam\SamUsersController"/>
      <argument>App\Controller\Sam\SamUsersController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Scormia\ScormiaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaController"/>
      <argument>App\Controller\Scormia\ScormiaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Scormia\ScormiaEditorController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaEditorController"/>
      <argument>App\Controller\Scormia\ScormiaEditorController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Scormia\ScormiaPublicController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaPublicController"/>
      <argument>App\Controller\Scormia\ScormiaPublicController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Scormia\ScormiaUserThemeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Scormia\ScormiaUserThemeController"/>
      <argument>App\Controller\Scormia\ScormiaUserThemeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Serenia\SereniaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Serenia\SereniaController"/>
      <argument>App\Controller\Serenia\SereniaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Serenia\SereniaPublicController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Serenia\SereniaPublicController"/>
      <argument>App\Controller\Serenia\SereniaPublicController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\SettingsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SettingsController"/>
      <argument>App\Controller\SettingsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Slidia\SlidiaApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaApiController"/>
      <argument>App\Controller\Slidia\SlidiaApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Slidia\SlidiaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaController"/>
      <argument>App\Controller\Slidia\SlidiaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\Slidia\SlidiaPublicController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Slidia\SlidiaPublicController"/>
      <argument>App\Controller\Slidia\SlidiaPublicController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\StripeWebhookController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\StripeWebhookController"/>
      <argument>App\Controller\StripeWebhookController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\SubscriptionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SubscriptionController"/>
      <argument>App\Controller\SubscriptionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\SupportController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SupportController"/>
      <argument>App\Controller\SupportController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\TourController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\TourController"/>
      <argument>App\Controller\TourController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.ZyP9f7K.App\Controller\UpgradeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\UpgradeController"/>
      <argument>App\Controller\UpgradeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ZyP9f7K" method="withContext"/>
    </service>
    <service id=".service_locator.7jukgan" 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.7jukgan.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.7jukgan" method="withContext"/>
    </service>
    <service id=".service_locator.dgfWHrt" 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.dgfWHrt.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.dgfWHrt" method="withContext"/>
    </service>
    <service id=".service_locator.qXR9Hv0" 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.qXR9Hv0.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.qXR9Hv0" method="withContext"/>
    </service>
    <service id=".service_locator.lMv3Dwi" 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.lMv3Dwi.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.lMv3Dwi" method="withContext"/>
    </service>
    <service id=".service_locator.UIRcdBR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <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\QueryParameterValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver"/>
        <argument key="Symfony\Component\Security\Http\Controller\UserValueResolver" type="service_closure" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument key="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver" type="service_closure" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <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\UidValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.uid"/>
        <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\RequestAttributeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <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\SessionValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.session"/>
        <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\DefaultValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.default"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.variadic"/>
        <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.NLcq8cs" 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.GIuJv7e" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.PETJA0Q" 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.UpbbakB" 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_moodlev5" type="service_closure" id="debug.security.event_dispatcher.api_moodlev5"/>
        <argument key="security.event_dispatcher.api_badges" type="service_closure" id="debug.security.event_dispatcher.api_badges"/>
        <argument key="security.event_dispatcher.api_daily_reward" type="service_closure" id="debug.security.event_dispatcher.api_daily_reward"/>
        <argument key="security.event_dispatcher.api" type="service_closure" id="debug.security.event_dispatcher.api"/>
        <argument key="security.event_dispatcher.main" type="service_closure" id="debug.security.event_dispatcher.main"/>
      </argument>
    </service>
    <service id=".service_locator.rhF__EI" 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.u.4FiKa" 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.riiCAol" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="string" type="service_closure" id="type_info.resolver.string"/>
        <argument key="ReflectionParameter" type="service_closure" id="type_info.resolver.reflection_parameter.phpdoc_aware"/>
        <argument key="ReflectionProperty" type="service_closure" id="type_info.resolver.reflection_property.phpdoc_aware"/>
        <argument key="ReflectionFunctionAbstract" type="service_closure" id="type_info.resolver.reflection_return.phpdoc_aware"/>
        <argument key="ReflectionType" type="service_closure" id="type_info.resolver.reflection_type"/>
      </argument>
    </service>
    <service id=".service_locator.ECaP3MA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="session_factory" type="service_closure" id="session.factory" on-invalid="ignore"/>
        <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>
    </service>
    <service id=".service_locator.7KXt.i1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="browser" type="service_closure" id="notifier.channel.browser"/>
        <argument key="chat" type="service_closure" id="notifier.channel.chat"/>
        <argument key="sms" type="service_closure" id="notifier.channel.sms"/>
        <argument key="email" type="service_closure" id="notifier.channel.email"/>
        <argument key="push" type="service_closure" id="notifier.channel.push"/>
        <argument key="desktop" type="service_closure" id="notifier.channel.desktop"/>
      </argument>
    </service>
    <service id=".service_locator.mDV6p8L" 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.2QMaG2L" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.token_storage" type="service_closure" id="security.token_storage"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker"/>
        <argument key="security.user_authorization_checker" type="service_closure" id="security.authorization_checker"/>
        <argument key="security.authenticator.managers_locator" type="service_closure" id="security.authenticator.managers_locator" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack"/>
        <argument key="security.firewall.map" type="service_closure" id="security.firewall.map"/>
        <argument key="security.user_checker_locator" type="service_closure" id="security.user_checker_locator"/>
        <argument key="security.firewall.event_dispatcher_locator" type="service_closure" id="security.firewall.event_dispatcher_locator"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.same_origin_token_manager" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.btBh8Uk" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="main" type="service_closure" id="security.authenticator.remember_me_handler.main"/>
      </argument>
    </service>
    <service id=".service_locator.Xnrp4ju" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="webpack_encore.entrypoint_lookup_collection" type="service_closure" id="webpack_encore.entrypoint_lookup_collection"/>
        <argument key="webpack_encore.tag_renderer" type="service_closure" id="webpack_encore.tag_renderer"/>
      </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\API\ApiKeyController</argument>
          <argument>App\Controller\API\MoodleV5\ActivityController</argument>
          <argument>App\Controller\API\MoodleV5\CohortController</argument>
          <argument>App\Controller\API\MoodleV5\ConnectionController</argument>
          <argument>App\Controller\API\MoodleV5\CourseController</argument>
          <argument>App\Controller\API\MoodleV5\EngagementController</argument>
          <argument>App\Controller\API\MoodleV5\EnrollmentController</argument>
          <argument>App\Controller\API\MoodleV5\ExportController</argument>
          <argument>App\Controller\API\MoodleV5\MeController</argument>
          <argument>App\Controller\API\MoodleV5\ProgressController</argument>
          <argument>App\Controller\API\MoodleV5\SectionController</argument>
          <argument>App\Controller\API\MoodleV5\StatusController</argument>
          <argument>App\Controller\API\MoodleV5\SubmissionController</argument>
          <argument>App\Controller\API\MoodleV5\UserController</argument>
          <argument>App\Controller\Admin\AnnouncementController</argument>
          <argument>App\Controller\Admin\CommercialController</argument>
          <argument>App\Controller\Admin\CompanyController</argument>
          <argument>App\Controller\Admin\ContractController</argument>
          <argument>App\Controller\Admin\DesignSystemController</argument>
          <argument>App\Controller\Admin\PlanController</argument>
          <argument>App\Controller\Admin\SlidiaTemplateController</argument>
          <argument>App\Controller\Admin\SubscriptionController</argument>
          <argument>App\Controller\Admin\SupportController</argument>
          <argument>App\Controller\Admin\ToolController</argument>
          <argument>App\Controller\Admin\UserController</argument>
          <argument>App\Controller\AnnouncementController</argument>
          <argument>App\Controller\Auth\RegistrationController</argument>
          <argument>App\Controller\Auth\WelcomeController</argument>
          <argument>App\Controller\AuthController</argument>
          <argument>App\Controller\Badge\BadgeController</argument>
          <argument>App\Controller\Badge\DailyRewardController</argument>
          <argument>App\Controller\Castia\CastiaController</argument>
          <argument>App\Controller\Commercial\AttributionConfirmController</argument>
          <argument>App\Controller\Commercial\DashboardController</argument>
          <argument>App\Controller\Commercial\FilleulController</argument>
          <argument>App\Controller\Commercial\InvitationLandingController</argument>
          <argument>App\Controller\Commercial\PaiementsController</argument>
          <argument>App\Controller\Commercial\ReferralController</argument>
          <argument>App\Controller\Commercial\TokenRequestController</argument>
          <argument>App\Controller\Commercial\TransactionsController</argument>
          <argument>App\Controller\ContactController</argument>
          <argument>App\Controller\DashboardController</argument>
          <argument>App\Controller\EmailUnsubscribeController</argument>
          <argument>App\Controller\ErrorController</argument>
          <argument>App\Controller\LandingController</argument>
          <argument>App\Controller\LegalController</argument>
          <argument>App\Controller\Monalisia\MonalisiaController</argument>
          <argument>App\Controller\Moodia\AddToMoodiaController</argument>
          <argument>App\Controller\Moodia\ImageUploadController</argument>
          <argument>App\Controller\Moodia\MbzExportController</argument>
          <argument>App\Controller\Moodia\MoodiaContentController</argument>
          <argument>App\Controller\Moodia\MoodiaController</argument>
          <argument>App\Controller\Moodia\MoodiaVersionController</argument>
          <argument>App\Controller\Moodia\ScormImportController</argument>
          <argument>App\Controller\Pixia\PixiaController</argument>
          <argument>App\Controller\Promptly\PromptlyController</argument>
          <argument>App\Controller\RecentActivitiesController</argument>
          <argument>App\Controller\ReferralSettingsController</argument>
          <argument>App\Controller\Sam\SamCohortsController</argument>
          <argument>App\Controller\Sam\SamController</argument>
          <argument>App\Controller\Sam\SamCoursesController</argument>
          <argument>App\Controller\Sam\SamSettingsController</argument>
          <argument>App\Controller\Sam\SamUsersController</argument>
          <argument>App\Controller\Scormia\ScormiaController</argument>
          <argument>App\Controller\Scormia\ScormiaEditorController</argument>
          <argument>App\Controller\Scormia\ScormiaPublicController</argument>
          <argument>App\Controller\Scormia\ScormiaUserThemeController</argument>
          <argument>App\Controller\Serenia\SereniaController</argument>
          <argument>App\Controller\Serenia\SereniaPublicController</argument>
          <argument>App\Controller\SettingsController</argument>
          <argument>App\Controller\Slidia\SlidiaApiController</argument>
          <argument>App\Controller\Slidia\SlidiaController</argument>
          <argument>App\Controller\Slidia\SlidiaPublicController</argument>
          <argument>App\Controller\StripeWebhookController</argument>
          <argument>App\Controller\SubscriptionController</argument>
          <argument>App\Controller\SupportController</argument>
          <argument>App\Controller\TourController</argument>
          <argument>App\Controller\UpgradeController</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.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.UIRcdBR"/>
    </service>
    <service id="security.csrf.same_origin_token_manager.inner" 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="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.role_hierarchy_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.expression_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.closure_voter"/>
        <argument type="service" id=".debug.security.voter.App\Security\CommercialVoter"/>
        <argument type="service" id=".debug.security.voter.App\Security\PlanAccessVoter"/>
      </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.api_moodlev5.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.api_moodlev5"/>
    </service>
    <service id="debug.security.firewall.authenticator.api_badges.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.api_badges"/>
    </service>
    <service id="debug.security.firewall.authenticator.api_daily_reward.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.api_daily_reward"/>
    </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="turbo.broadcaster.action_renderer.inner" class="Symfony\UX\Turbo\Broadcaster\ImuxBroadcaster">
      <argument type="tagged_iterator" tag="turbo.broadcaster"/>
    </service>
    <service id="debug.security.event_dispatcher.api_moodlev5.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.api_badges.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.api_daily_reward.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=".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>
    </service>
    <service id=".errored..service_locator.zHyJIs5.Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.zHyJIs5&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.17aiHP9.App\Entity\Sam\SamMoodleUser" class="App\Entity\Sam\SamMoodleUser">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.17aiHP9&quot;: it needs an instance of &quot;App\Entity\Sam\SamMoodleUser&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.Aahm95Z.App\Entity\Announcement" class="App\Entity\Announcement">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Aahm95Z&quot;: it needs an instance of &quot;App\Entity\Announcement&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.bRsPhNm.App\Entity\Commercial" class="App\Entity\Commercial">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.bRsPhNm&quot;: it needs an instance of &quot;App\Entity\Commercial&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.PYjFaRH.App\Entity\Company" class="App\Entity\Company">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.PYjFaRH&quot;: it needs an instance of &quot;App\Entity\Company&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.m5k5PGM.App\Entity\Company" class="App\Entity\Company">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.m5k5PGM&quot;: it needs an instance of &quot;App\Entity\Company&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.fFC.TXE.App\Entity\Company" class="App\Entity\Company">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.fFC.TXE&quot;: it needs an instance of &quot;App\Entity\Company&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.0OYFKPc.App\Entity\Company" class="App\Entity\Company">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.0OYFKPc&quot;: it needs an instance of &quot;App\Entity\Company&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.0OYFKPc.App\Entity\User" class="App\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.0OYFKPc&quot;: it needs an instance of &quot;App\Entity\User&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.BGZfaEB.App\Entity\Contract" class="App\Entity\Contract">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.BGZfaEB&quot;: it needs an instance of &quot;App\Entity\Contract&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.u07AFeK.App\Entity\Company" class="App\Entity\Company">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.u07AFeK&quot;: it needs an instance of &quot;App\Entity\Company&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.u07AFeK.App\Entity\Contract" class="App\Entity\Contract">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.u07AFeK&quot;: it needs an instance of &quot;App\Entity\Contract&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.OUElpef.App\Entity\Plan" class="App\Entity\Plan">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.OUElpef&quot;: it needs an instance of &quot;App\Entity\Plan&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.ju0243t.App\Entity\Tool" class="App\Entity\Tool">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.ju0243t&quot;: it needs an instance of &quot;App\Entity\Tool&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.u0uwuyR.App\Entity\User" class="App\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.u0uwuyR&quot;: it needs an instance of &quot;App\Entity\User&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.1P6cSK1.App\Entity\User" class="App\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.1P6cSK1&quot;: it needs an instance of &quot;App\Entity\User&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.EWAQaZu.App\Entity\User" class="App\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.EWAQaZu&quot;: it needs an instance of &quot;App\Entity\User&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.2g1oFZF.App\Entity\User" class="App\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.2g1oFZF&quot;: it needs an instance of &quot;App\Entity\User&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.i5.4H3N.App\Entity\Announcement" class="App\Entity\Announcement">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.i5.4H3N&quot;: it needs an instance of &quot;App\Entity\Announcement&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.elGlWGT.App\Entity\Castia\CastiaPodcast" class="App\Entity\Castia\CastiaPodcast">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.elGlWGT&quot;: it needs an instance of &quot;App\Entity\Castia\CastiaPodcast&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.oE87zAF.Throwable" class="Throwable">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.oE87zAF&quot;: it references interface &quot;Throwable&quot; but no such service exists. You should maybe alias this interface to one of these existing services: &quot;App\Exception\API\ApiException&quot;, &quot;App\Exception\API\CompanyNotFoundException&quot;, &quot;App\Exception\InvitationRateLimitException&quot;, &quot;App\Exception\Payment\WebhookNotReadyException&quot;, &quot;App\Exception\Shared\AI\EmptyResponseException&quot;, &quot;App\Exception\Shared\AI\OpenAIRequestException&quot;, &quot;App\Exception\Shared\AI\TruncatedResponseException&quot;, &quot;App\Exception\Shared\Document\DocumentTooLargeException&quot;, &quot;App\Exception\Slidia\TemplateImportException&quot;, &quot;App\Service\Moodia\Export\Exception\ExportException&quot;, &quot;App\Service\Scormia\Exception\ScormiaGenerationCancelledException&quot;, &quot;App\Service\Scormia\Export\ScormExportException&quot;, &quot;App\Service\Scormia\Import\ScormImportException&quot;."/>
    </service>
    <service id=".errored..service_locator.TSThBpf.App\Entity\Monalisia\MonalisiaInfographic" class="App\Entity\Monalisia\MonalisiaInfographic">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.TSThBpf&quot;: it needs an instance of &quot;App\Entity\Monalisia\MonalisiaInfographic&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".errored..service_locator.Cw_d_6K.App\Entity\Pixia\PixiaImage" class="App\Entity\Pixia\PixiaImage">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Cw_d_6K&quot;: it needs an instance of &quot;App\Entity\Pixia\PixiaImage&quot; but this type has been excluded because it's a Doctrine entity."/>
    </service>
    <service id=".App\Command\Admin\DailyRecapCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:admin:daily-recap</argument>
      <argument type="collection"/>
      <argument>Envoie le récapitulatif quotidien des inscriptions et abonnements à l'équipe.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\Admin\DailyRecapCommand"/>
    </service>
    <service id=".App\Command\B2B\B2BSyncCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:b2b:sync</argument>
      <argument type="collection"/>
      <argument>Synchronise le cycle de vie B2B : activation/désactivation des contrats et renouvellement des tokens</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\B2B\B2BSyncCommand"/>
    </service>
    <service id=".App\Command\B2C\RenewB2CTokensCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:b2c:renew-tokens</argument>
      <argument type="collection"/>
      <argument>Renouvelle les tokens des abonnés B2C (4 passes : active → canceled → inactive → freemium pur).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\B2C\RenewB2CTokensCommand"/>
    </service>
    <service id=".App\Command\Commercial\E2eCommercialCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:commercial:e2e</argument>
      <argument type="collection"/>
      <argument>Campagne E2E du programme d'apport d'affaires</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\Commercial\E2eCommercialCommand"/>
    </service>
    <service id=".App\Command\Payment\ReplayInvoiceCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:debug:replay-invoice</argument>
      <argument type="collection"/>
      <argument>Rejoue le traitement d'une facture Stripe depuis un fichier JSON</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\Payment\ReplayInvoiceCommand"/>
    </service>
    <service id=".App\Command\Pixia\SetupCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:pixia:setup</argument>
      <argument type="collection"/>
      <argument>Setup Pixia pour la production : enregistrement de l'outil + création du dossier de stockage. Idempotent.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\Pixia\SetupCommand"/>
    </service>
    <service id=".App\Command\Sam\DebugMoodleApiCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>sam:debug-api</argument>
      <argument type="collection"/>
      <argument>Debug des appels API Moodle</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\Sam\DebugMoodleApiCommand"/>
    </service>
    <service id=".App\Command\Sam\SamSyncAllCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>sam:sync:all</argument>
      <argument type="collection"/>
      <argument>Synchronisation complète SAM (users → cohorts → courses)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\Sam\SamSyncAllCommand"/>
    </service>
    <service id=".App\Command\ScormiaAnnouncementCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:scormia:announce</argument>
      <argument type="collection"/>
      <argument>Annonce le lancement de Scormia aux abonnés « Nouvelles fonctionnalités » (DRY-RUN par défaut ; --send pour envoyer).</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\ScormiaAnnouncementCommand"/>
    </service>
    <service id=".App\Command\Slidia\DensiteBenchCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>slidia:banc-densite</argument>
      <argument type="collection"/>
      <argument>Génère le même document aux trois densités de texte et mesure le remplissage réel</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\Slidia\DensiteBenchCommand"/>
    </service>
    <service id=".App\Command\Slidia\RefreshSystemTemplateCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:slidia:refresh-system-template</argument>
      <argument type="collection"/>
      <argument>Réanalyse le masque système Slidia (mises en page + vignettes) après remplacement de son .pptx.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\Slidia\RefreshSystemTemplateCommand"/>
    </service>
    <service id=".App\Command\Slidia\ReparseTemplatesCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>slidia:reparse-templates</argument>
      <argument type="collection"/>
      <argument>Réanalyse les mises en page de tous les modèles Slidia depuis leur .pptx</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\Slidia\ReparseTemplatesCommand"/>
    </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.messenger_consume_messages.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:consume</argument>
      <argument type="collection"/>
      <argument>Consume messages</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_consume_messages"/>
    </service>
    <service id=".console.command.messenger_setup_transports.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:setup-transports</argument>
      <argument type="collection"/>
      <argument>Prepare the required infrastructure for the transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_setup_transports"/>
    </service>
    <service id=".console.command.messenger_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:messenger</argument>
      <argument type="collection"/>
      <argument>List messages you can dispatch using the message buses</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_debug"/>
    </service>
    <service id=".console.command.messenger_stop_workers.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:stop-workers</argument>
      <argument type="collection"/>
      <argument>Stop workers after their current message</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_stop_workers"/>
    </service>
    <service id=".console.command.messenger_failed_messages_retry.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:failed:retry</argument>
      <argument type="collection"/>
      <argument>Retry one or more messages from the failure transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_failed_messages_retry"/>
    </service>
    <service id=".console.command.messenger_failed_messages_show.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:failed:show</argument>
      <argument type="collection"/>
      <argument>Show one or more messages from the failure transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_failed_messages_show"/>
    </service>
    <service id=".console.command.messenger_failed_messages_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:failed:remove</argument>
      <argument type="collection"/>
      <argument>Remove given messages from the failure transport</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_failed_messages_remove"/>
    </service>
    <service id=".console.command.messenger_stats.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>messenger:stats</argument>
      <argument type="collection"/>
      <argument>Show the message count for one or more transports</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.messenger_stats"/>
    </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.translation_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:translations</argument>
      <argument type="collection"/>
      <argument>Lint translations files syntax and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_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_reveal.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:reveal</argument>
      <argument type="collection"/>
      <argument>Reveal the value of a secret</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_reveal"/>
    </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.error_dumper.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>error:dump</argument>
      <argument type="collection"/>
      <argument>Dump error pages to plain HTML files that can be directly served by a web server</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.error_dumper"/>
    </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="console.command_loader" class="Symfony\Component\Console\CommandLoader\ContainerCommandLoader" public="true">
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.EIb32N0"/>
      <argument type="collection">
        <argument key="app:admin:daily-recap">App\Command\Admin\DailyRecapCommand</argument>
        <argument key="app:b2b:sync">App\Command\B2B\B2BSyncCommand</argument>
        <argument key="app:b2c:renew-tokens">App\Command\B2C\RenewB2CTokensCommand</argument>
        <argument key="app:commercial:e2e">App\Command\Commercial\E2eCommercialCommand</argument>
        <argument key="app:debug:replay-invoice">App\Command\Payment\ReplayInvoiceCommand</argument>
        <argument key="app:pixia:setup">App\Command\Pixia\SetupCommand</argument>
        <argument key="sam:debug-api">App\Command\Sam\DebugMoodleApiCommand</argument>
        <argument key="sam:sync:all">App\Command\Sam\SamSyncAllCommand</argument>
        <argument key="app:scormia:announce">App\Command\ScormiaAnnouncementCommand</argument>
        <argument key="slidia:banc-densite">App\Command\Slidia\DensiteBenchCommand</argument>
        <argument key="app:slidia:refresh-system-template">App\Command\Slidia\RefreshSystemTemplateCommand</argument>
        <argument key="slidia:reparse-templates">App\Command\Slidia\ReparseTemplatesCommand</argument>
        <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="messenger:consume">console.command.messenger_consume_messages</argument>
        <argument key="messenger:setup-transports">console.command.messenger_setup_transports</argument>
        <argument key="debug:messenger">console.command.messenger_debug</argument>
        <argument key="messenger:stop-workers">console.command.messenger_stop_workers</argument>
        <argument key="messenger:failed:retry">console.command.messenger_failed_messages_retry</argument>
        <argument key="messenger:failed:show">console.command.messenger_failed_messages_show</argument>
        <argument key="messenger:failed:remove">console.command.messenger_failed_messages_remove</argument>
        <argument key="messenger:stats">console.command.messenger_stats</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="lint:translations">console.command.translation_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:reveal">console.command.secrets_reveal</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="error:dump">console.command.error_dumper</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:schema:create">doctrine.schema_create_command</argument>
        <argument key="doctrine:schema:drop">doctrine.schema_drop_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:mapping:describe">doctrine.mapping_describe_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: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="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>
    </service>
    <service id=".service_locator.EIb32N0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Command\Admin\DailyRecapCommand" type="service_closure" id=".App\Command\Admin\DailyRecapCommand.lazy"/>
        <argument key="App\Command\B2B\B2BSyncCommand" type="service_closure" id=".App\Command\B2B\B2BSyncCommand.lazy"/>
        <argument key="App\Command\B2C\RenewB2CTokensCommand" type="service_closure" id=".App\Command\B2C\RenewB2CTokensCommand.lazy"/>
        <argument key="App\Command\Commercial\E2eCommercialCommand" type="service_closure" id=".App\Command\Commercial\E2eCommercialCommand.lazy"/>
        <argument key="App\Command\Payment\ReplayInvoiceCommand" type="service_closure" id=".App\Command\Payment\ReplayInvoiceCommand.lazy"/>
        <argument key="App\Command\Pixia\SetupCommand" type="service_closure" id=".App\Command\Pixia\SetupCommand.lazy"/>
        <argument key="App\Command\Sam\DebugMoodleApiCommand" type="service_closure" id=".App\Command\Sam\DebugMoodleApiCommand.lazy"/>
        <argument key="App\Command\Sam\SamSyncAllCommand" type="service_closure" id=".App\Command\Sam\SamSyncAllCommand.lazy"/>
        <argument key="App\Command\ScormiaAnnouncementCommand" type="service_closure" id=".App\Command\ScormiaAnnouncementCommand.lazy"/>
        <argument key="App\Command\Slidia\DensiteBenchCommand" type="service_closure" id=".App\Command\Slidia\DensiteBenchCommand.lazy"/>
        <argument key="App\Command\Slidia\RefreshSystemTemplateCommand" type="service_closure" id=".App\Command\Slidia\RefreshSystemTemplateCommand.lazy"/>
        <argument key="App\Command\Slidia\ReparseTemplatesCommand" type="service_closure" id=".App\Command\Slidia\ReparseTemplatesCommand.lazy"/>
        <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.messenger_consume_messages" type="service_closure" id=".console.command.messenger_consume_messages.lazy"/>
        <argument key="console.command.messenger_setup_transports" type="service_closure" id=".console.command.messenger_setup_transports.lazy"/>
        <argument key="console.command.messenger_debug" type="service_closure" id=".console.command.messenger_debug.lazy"/>
        <argument key="console.command.messenger_stop_workers" type="service_closure" id=".console.command.messenger_stop_workers.lazy"/>
        <argument key="console.command.messenger_failed_messages_retry" type="service_closure" id=".console.command.messenger_failed_messages_retry.lazy"/>
        <argument key="console.command.messenger_failed_messages_show" type="service_closure" id=".console.command.messenger_failed_messages_show.lazy"/>
        <argument key="console.command.messenger_failed_messages_remove" type="service_closure" id=".console.command.messenger_failed_messages_remove.lazy"/>
        <argument key="console.command.messenger_stats" type="service_closure" id=".console.command.messenger_stats.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.translation_lint" type="service_closure" id=".console.command.translation_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_reveal" type="service_closure" id=".console.command.secrets_reveal.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.error_dumper" type="service_closure" id=".console.command.error_dumper.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.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.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.mapping_describe_command" type="service_closure" id="doctrine.mapping_describe_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_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="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>
    </service>
    <service id=".service_locator.H4Rb22n" 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="Symfony\UX\Turbo\Twig\TurboRuntime" type="service_closure" id="turbo.twig.runtime"/>
      </argument>
    </service>
    <service id="Psr\Http\Message\RequestFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\ResponseFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\ServerRequestFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\StreamFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\UploadedFileFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\UriFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="App\Service\Shared\AI\OpenAIClientInterface" alias="App\Service\Shared\AI\OpenAIHttpClient"/>
    <service id="App\Service\Shared\Document\PdfExtractorInterface" alias="App\Service\Moodia\PdfExtractorService"/>
    <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\DependencyInjection\ServicesResetterInterface" alias="services_resetter"/>
    <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.adapter.valkey" alias="cache.adapter.redis"/>
    <service id="cache.adapter.valkey_tag_aware" alias="cache.adapter.redis_tag_aware"/>
    <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\NamespacedPoolInterface" 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="Psr\Http\Client\ClientInterface" alias="psr18.http_client"/>
    <service id="mailer" alias="mailer.mailer"/>
    <service id="Symfony\Component\Mailer\MailerInterface" alias="mailer.mailer"/>
    <service id="mailer.default_transport" alias="mailer.transports"/>
    <service id="Symfony\Component\Mailer\Transport\TransportInterface" alias="mailer.transports"/>
    <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="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="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\Mapping\Factory\ClassMetadataFactoryInterface" alias="serializer.mapping.class_metadata_factory"/>
    <service id="error_renderer.serializer" alias="error_handler.error_renderer.serializer"/>
    <service id="Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface" alias="type_info.resolver"/>
    <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=".Symfony\Component\RateLimiter\RateLimiterFactory $contact_form.limiter" alias="limiter.contact_form">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $contactFormLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $contactFormLimiter" alias="limiter.contact_form">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $contactFormLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $contact_form.limiter" alias="limiter.contact_form"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $contactFormLimiter" alias="limiter.contact_form"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $contact_form_email.limiter" alias="limiter.contact_form_email">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $contactFormEmailLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $contactFormEmailLimiter" alias="limiter.contact_form_email">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $contactFormEmailLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $contact_form_email.limiter" alias="limiter.contact_form_email"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $contactFormEmailLimiter" alias="limiter.contact_form_email"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $register_otp_send_email.limiter" alias="limiter.register_otp_send_email">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $registerOtpSendEmailLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $registerOtpSendEmailLimiter" alias="limiter.register_otp_send_email">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $registerOtpSendEmailLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $register_otp_send_email.limiter" alias="limiter.register_otp_send_email"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $registerOtpSendEmailLimiter" alias="limiter.register_otp_send_email"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $register_otp_attempt.limiter" alias="limiter.register_otp_attempt">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $registerOtpAttemptLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $registerOtpAttemptLimiter" alias="limiter.register_otp_attempt">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $registerOtpAttemptLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $register_otp_attempt.limiter" alias="limiter.register_otp_attempt"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $registerOtpAttemptLimiter" alias="limiter.register_otp_attempt"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $forgot_password_email.limiter" alias="limiter.forgot_password_email">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgotPasswordEmailLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $forgotPasswordEmailLimiter" alias="limiter.forgot_password_email">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgotPasswordEmailLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgot_password_email.limiter" alias="limiter.forgot_password_email"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgotPasswordEmailLimiter" alias="limiter.forgot_password_email"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $forgot_password_ip.limiter" alias="limiter.forgot_password_ip">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgotPasswordIpLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $forgotPasswordIpLimiter" alias="limiter.forgot_password_ip">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgotPasswordIpLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgot_password_ip.limiter" alias="limiter.forgot_password_ip"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $forgotPasswordIpLimiter" alias="limiter.forgot_password_ip"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $referralHit.limiter" alias="limiter.referralHit">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $referralHitLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $referralHitLimiter" alias="limiter.referralHit">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $referralHitLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $referralHit.limiter" alias="limiter.referralHit"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $referralHitLimiter" alias="limiter.referralHit"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $commercialInvite.limiter" alias="limiter.commercialInvite">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $commercialInviteLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $commercialInviteLimiter" alias="limiter.commercialInvite">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $commercialInviteLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $commercialInvite.limiter" alias="limiter.commercialInvite"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $commercialInviteLimiter" alias="limiter.commercialInvite"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $commercial_token_request.limiter" alias="limiter.commercial_token_request">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $commercialTokenRequestLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $commercialTokenRequestLimiter" alias="limiter.commercial_token_request">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $commercialTokenRequestLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $commercial_token_request.limiter" alias="limiter.commercial_token_request"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $commercialTokenRequestLimiter" alias="limiter.commercial_token_request"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $public_share_failure.limiter" alias="limiter.public_share_failure">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $publicShareFailureLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $publicShareFailureLimiter" alias="limiter.public_share_failure">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $publicShareFailureLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $public_share_failure.limiter" alias="limiter.public_share_failure"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $publicShareFailureLimiter" alias="limiter.public_share_failure"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $public_share_flood.limiter" alias="limiter.public_share_flood">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $publicShareFloodLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $publicShareFloodLimiter" alias="limiter.public_share_flood">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $publicShareFloodLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $public_share_flood.limiter" alias="limiter.public_share_flood"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $publicShareFloodLimiter" alias="limiter.public_share_flood"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $public_share_build.limiter" alias="limiter.public_share_build">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $publicShareBuildLimiter" instead.</deprecated>
    </service>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $publicShareBuildLimiter" alias="limiter.public_share_build">
      <deprecated package="symfony/framework-bundle" version="7.3">The "%alias_id%" autowiring alias is deprecated and will be removed in 8.0, use "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $publicShareBuildLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $public_share_build.limiter" alias="limiter.public_share_build"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $publicShareBuildLimiter" alias="limiter.public_share_build"/>
    <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.MfCypIA"/>
    <service id="cache.default_valkey_provider" alias=".cache_connection.H8vabc8"/>
    <service id="cache.default_memcached_provider" alias=".cache_connection.8kvDmRs"/>
    <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\NamespacedPoolInterface $doctrine.result_cache_pool" alias="doctrine.result_cache_pool"/>
    <service id="Symfony\Contracts\Cache\NamespacedPoolInterface $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=".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.system_cache_pool" alias="doctrine.system_cache_pool"/>
    <service id="Symfony\Contracts\Cache\NamespacedPoolInterface $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.same_origin_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\Messenger\Transport\Serialization\SerializerInterface" alias="messenger.transport.native_php_serializer"/>
    <service id="messenger.default_serializer" alias="messenger.transport.native_php_serializer"/>
    <service id="messenger.default_bus" alias="messenger.bus.default" public="true"/>
    <service id="Symfony\Component\Messenger\MessageBusInterface" alias="messenger.bus.default"/>
    <service id="messenger.failure_transports.default" alias="messenger.transport.failed"/>
    <service id="Symfony\Component\Notifier\NotifierInterface" alias="notifier"/>
    <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 $default.connection" alias="doctrine.dbal.default_connection"/>
    <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.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 $default.entity_manager" alias="doctrine.orm.default_entity_manager"/>
    <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"/>
    <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\Authorization\UserAuthorizationCheckerInterface" 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\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.api_moodlev5" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.api_moodlev5" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.api_badges" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.api_badges" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.api_daily_reward" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.api_daily_reward" 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\Security\Http\RememberMe\RememberMeHandlerInterface" alias="security.authenticator.firewall_aware_remember_me_handler"/>
    <service id="security.user_checker.main" alias="App\Security\UserChecker"/>
    <service id="security.firewall.context_locator" alias=".service_locator.qp.XDYl"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger"/>
    <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.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="Symfony\UX\Chartjs\Builder\ChartBuilderInterface" alias="chartjs.builder"/>
    <service id="Symfony\UX\Turbo\Broadcaster\BroadcasterInterface" alias="turbo.broadcaster.action_renderer"/>
    <service id="Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface" alias="webpack_encore.entrypoint_lookup_collection"/>
    <service id="Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface" alias="webpack_encore.entrypoint_lookup[_default]"/>
    <service id="KnpU\OAuth2ClientBundle\Client\ClientRegistry" alias="knpu.oauth2.registry"/>
    <service id="oauth2.registry" alias="knpu.oauth2.registry" public="true"/>
    <service id="KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient" alias="knpu.oauth2.client.google"/>
    <service id="container.env_var_processors_locator" alias=".service_locator.pRu6x_4" public="true"/>
    <service id="twig.loader.filesystem" alias="twig.loader.native_filesystem"/>
    <service id="argument_resolver.controller_locator" alias=".service_locator.WqS_s5S"/>
    <service id="doctrine.id_generator_locator" alias=".service_locator.BxSdgVt"/>
    <service id="twig.loader" alias="twig.loader.native_filesystem"/>
    <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 $messengerLogger" alias="monolog.logger.messenger"/>
    <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 $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.n1ycNEj" alias="messenger.receiver_locator"/>
    <service id=".service_locator.gKZhjny" alias="messenger.retry_strategy_locator"/>
    <service id=".service_locator.JLytdW3" alias=".service_locator.HxALDTI"/>
    <service id="http_client" alias="http_client.uri_template"/>
    <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="security.csrf.token_manager" alias="security.csrf.same_origin_token_manager"/>
    <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.api_moodlev5" alias="debug.security.firewall.authenticator.api_moodlev5"/>
    <service id="security.firewall.authenticator.api_badges" alias="debug.security.firewall.authenticator.api_badges"/>
    <service id="security.firewall.authenticator.api_daily_reward" alias="debug.security.firewall.authenticator.api_daily_reward"/>
    <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="turbo.broadcaster.imux" alias="turbo.broadcaster.action_renderer"/>
    <service id="security.event_dispatcher.api_moodlev5" alias="debug.security.event_dispatcher.api_moodlev5"/>
    <service id="security.event_dispatcher.api_badges" alias="debug.security.event_dispatcher.api_badges"/>
    <service id="security.event_dispatcher.api_daily_reward" alias="debug.security.event_dispatcher.api_daily_reward"/>
    <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="doctrine.orm.default_metadata_driver" alias=".doctrine.orm.default_metadata_driver"/>
    <service id=".service_locator.n_ENPtW" alias=".service_locator.zHyJIs5"/>
    <service id=".service_locator.aG0W01C" alias=".service_locator.17aiHP9"/>
    <service id=".service_locator.bt_DIzY" alias=".service_locator.GH9XXG2"/>
    <service id=".service_locator.kN.uaXB" alias=".service_locator.Aahm95Z"/>
    <service id=".service_locator.pzPobtX" alias=".service_locator.bRsPhNm"/>
    <service id=".service_locator.6vDV3dh" alias=".service_locator.GUh4Jrb"/>
    <service id=".service_locator.iNGbbcj" alias=".service_locator.PYjFaRH"/>
    <service id=".service_locator.JjkIU4T" alias=".service_locator.m5k5PGM"/>
    <service id=".service_locator.JG8Bimu" alias=".service_locator.fFC.TXE"/>
    <service id=".service_locator.7WiJ4ka" alias=".service_locator.0OYFKPc"/>
    <service id=".service_locator.zDjhTBq" alias=".service_locator.fs9Io5m"/>
    <service id=".service_locator.Rnzl9dD" alias=".service_locator.BGZfaEB"/>
    <service id=".service_locator.SYjrR86" alias=".service_locator.u07AFeK"/>
    <service id=".service_locator.Z26GEwm" alias=".service_locator.EWq5uzX"/>
    <service id=".service_locator.k2M3keJ" alias=".service_locator.jkO5.gO"/>
    <service id=".service_locator.AwZU72c" alias=".service_locator.OUElpef"/>
    <service id=".service_locator.0.x7le6" alias=".service_locator.cB9XQ5a"/>
    <service id=".service_locator.pfFrOHd" alias=".service_locator.ju0243t"/>
    <service id=".service_locator.z6cjV8s" alias=".service_locator.dii_rwF"/>
    <service id=".service_locator.rViRN9Z" alias=".service_locator.u0uwuyR"/>
    <service id=".service_locator.SHhi_FJ" alias=".service_locator.1P6cSK1"/>
    <service id=".service_locator.gG4yR94" alias=".service_locator.EWAQaZu"/>
    <service id=".service_locator.SxckZsu" alias=".service_locator.2g1oFZF"/>
    <service id=".service_locator.qgRn.76" alias=".service_locator.i5.4H3N"/>
    <service id=".service_locator.Nrz07Zz" alias=".service_locator.3QECKYg"/>
    <service id=".service_locator.uH1Gyvk" alias=".service_locator.wLvy5Az"/>
    <service id=".service_locator.0GB_c3F" alias=".service_locator.elGlWGT"/>
    <service id=".service_locator.NLmOuQi" alias=".service_locator.oE87zAF"/>
    <service id=".service_locator.yWoNQLo" alias=".service_locator.TSThBpf"/>
    <service id=".service_locator.C8p.8mk" alias=".service_locator.QO3DctK"/>
    <service id=".service_locator.mEMmIhl" alias=".service_locator.gy6YjNL"/>
    <service id=".service_locator.wMekZnV" alias=".service_locator.6gsdjVl"/>
    <service id=".service_locator.0crIdur" alias=".service_locator.Cw_d_6K"/>
    <service id=".service_locator.hNMhKaf" alias=".service_locator.OzEre6h"/>
    <service id=".service_locator.9_IUqmL" alias=".service_locator.MOg9AO_"/>
    <service id=".service_locator.JTVOxOv" alias=".service_locator.g8MtvDs"/>
    <service id=".service_locator.hU9jXwQ" alias=".service_locator.cotqH7q"/>
    <service id=".service_locator.7KdgHQv" alias=".service_locator.s8pEvK."/>
    <service id=".service_locator.WjUqb6f" alias=".service_locator.ExnfUN1"/>
    <service id=".service_locator._InWOPv" alias=".service_locator.ZVW99jj"/>
    <service id=".service_locator.RzN2M53" alias=".service_locator.gDEtIxD"/>
    <service id=".service_locator.SWVlbhF" alias=".service_locator.8NebqvO"/>
    <service id=".service_locator.mFuWFmp" alias=".service_locator.5hLzELZ"/>
    <service id=".service_locator.qJJtIxB" alias=".service_locator.yu54bS8"/>
    <service id=".service_locator.cwTAI6z" alias=".service_locator.KdxZNpt"/>
    <service id=".service_locator.P_bW9ED" alias=".service_locator.2YNTr0."/>
    <service id=".service_locator.9EkJ7Ux" alias=".service_locator.Y2zlS6B"/>
    <service id=".service_locator.RPCfkdv" alias=".service_locator.H8tTb1c"/>
    <service id=".service_locator.vQUDqcc" alias=".service_locator.RuPhRGF"/>
    <service id=".service_locator.r0s0mK0" alias=".service_locator.aT91F5O"/>
    <service id=".service_locator.4M0IzUC" alias=".service_locator.FXiTwGa"/>
    <service id=".service_locator.tZeMm_c" alias=".service_locator.kKbxw1f"/>
    <service id=".service_locator.rb.7RWJ" alias=".service_locator.TV4Ke5l"/>
    <service id=".service_locator.Z7NAgJK" alias=".service_locator.u2K7Vcb"/>
    <service id=".service_locator.NI.644_" alias=".service_locator.JgR.2_a"/>
    <service id=".service_locator.CQy7jXV" alias=".service_locator.sG_jmWm"/>
    <service id=".service_locator.eKUGs2l" alias=".service_locator.9jhJnpd"/>
    <service id=".service_locator.b8Y2GAt" alias=".service_locator.35Db8nI"/>
    <service id=".service_locator.Lus0pQG" alias=".service_locator.sXrwJYd"/>
    <service id=".service_locator.9nvaCmp" alias=".service_locator.ZyP9f7K"/>
    <service id=".service_locator.q6rKGBk" alias=".service_locator.Xnrp4ju"/>
  </services>
</container>
