<?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">C:\dev\apache24\htdocs\gpim</parameter>
    <parameter key="kernel.environment">dev</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">C:\dev\apache24\htdocs\gpim\var\cache\dev</parameter>
    <parameter key="kernel.cache_dir">C:\dev\apache24\htdocs\gpim\var\cache\dev</parameter>
    <parameter key="kernel.logs_dir">C:\dev\apache24\htdocs\gpim\var\log</parameter>
    <parameter key="kernel.bundles" type="collection">
      <parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter>
      <parameter key="MakerBundle">Symfony\Bundle\MakerBundle\MakerBundle</parameter>
      <parameter key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</parameter>
      <parameter key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="DoctrineMigrationsBundle">Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle</parameter>
      <parameter key="SecurityBundle">Symfony\Bundle\SecurityBundle\SecurityBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="DebugBundle">Symfony\Bundle\DebugBundle\DebugBundle</parameter>
      <parameter key="StofDoctrineExtensionsBundle">Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle</parameter>
      <parameter key="WhiteOctoberBreadcrumbsBundle">WhiteOctober\BreadcrumbsBundle\WhiteOctoberBreadcrumbsBundle</parameter>
      <parameter key="KnpSnappyBundle">Knp\Bundle\SnappyBundle\KnpSnappyBundle</parameter>
      <parameter key="KnpUOAuth2ClientBundle">KnpU\OAuth2ClientBundle\KnpUOAuth2ClientBundle</parameter>
      <parameter key="EndroidQrCodeBundle">Endroid\QrCodeBundle\EndroidQrCodeBundle</parameter>
      <parameter key="KnpPaginatorBundle">Knp\Bundle\PaginatorBundle\KnpPaginatorBundle</parameter>
      <parameter key="VichUploaderBundle">Vich\UploaderBundle\VichUploaderBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\symfony\framework-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="MakerBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\symfony\maker-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\MakerBundle</parameter>
      </parameter>
      <parameter key="TwigBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\symfony\twig-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\TwigBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="DoctrineMigrationsBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-migrations-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\MigrationsBundle</parameter>
      </parameter>
      <parameter key="SecurityBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\symfony\security-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SecurityBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\symfony\monolog-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="DebugBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\symfony\debug-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\DebugBundle</parameter>
      </parameter>
      <parameter key="StofDoctrineExtensionsBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\stof\doctrine-extensions-bundle\src</parameter>
        <parameter key="namespace">Stof\DoctrineExtensionsBundle</parameter>
      </parameter>
      <parameter key="WhiteOctoberBreadcrumbsBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\mhujer\breadcrumbs-bundle</parameter>
        <parameter key="namespace">WhiteOctober\BreadcrumbsBundle</parameter>
      </parameter>
      <parameter key="KnpSnappyBundle" type="collection">
        <parameter key="path">C:/dev/apache24/htdocs/gpim/vendor/knplabs/knp-snappy-bundle/src</parameter>
        <parameter key="namespace">Knp\Bundle\SnappyBundle</parameter>
      </parameter>
      <parameter key="KnpUOAuth2ClientBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\knpuniversity\oauth2-client-bundle\src</parameter>
        <parameter key="namespace">KnpU\OAuth2ClientBundle</parameter>
      </parameter>
      <parameter key="EndroidQrCodeBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\endroid\qr-code-bundle\src</parameter>
        <parameter key="namespace">Endroid\QrCodeBundle</parameter>
      </parameter>
      <parameter key="KnpPaginatorBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle</parameter>
        <parameter key="namespace">Knp\Bundle\PaginatorBundle</parameter>
      </parameter>
      <parameter key="VichUploaderBundle" type="collection">
        <parameter key="path">C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle</parameter>
        <parameter key="namespace">Vich\UploaderBundle</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">App_KernelDevDebugContainer</parameter>
    <parameter key="projets_images_directory">C:\dev\apache24\htdocs\gpim/public/uploads/projets</parameter>
    <parameter key="users_photos_directory">C:\dev\apache24\htdocs\gpim/public/uploads/users/photo</parameter>
    <parameter key="entreprise_logos_directory">C:\dev\apache24\htdocs\gpim/public/uploads/entreprise</parameter>
    <parameter key="documents_directory">C:\dev\apache24\htdocs\gpim/public/uploads/documents</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">error_controller</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">C:\dev\apache24\htdocs\gpim/translations</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">C:\dev\apache24\htdocs\gpim\var\cache\dev/App_KernelDevDebugContainer.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">C:\dev\apache24\htdocs\gpim\var\cache\dev</parameter>
    <parameter key="request_listener.http_port">80</parameter>
    <parameter key="request_listener.https_port">443</parameter>
    <parameter key="serializer.mapping.cache.file">C:\dev\apache24\htdocs\gpim\var\cache\dev/serialization.php</parameter>
    <parameter key=".serializer.named_serializers" type="collection"/>
    <parameter key="cache.prefix.seed">_C:\dev\apache24\htdocs\gpim.App_KernelDevDebugContainer</parameter>
    <parameter key="session.metadata.storage_key">_sf2_meta</parameter>
    <parameter key="session.storage.options" type="collection">
      <parameter key="cache_limiter" type="string">0</parameter>
      <parameter key="cookie_secure">false</parameter>
      <parameter key="cookie_httponly">true</parameter>
      <parameter key="cookie_samesite">lax</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">C:\dev\apache24\htdocs\gpim\var\cache\dev/validation.php</parameter>
    <parameter key="validator.translation_domain">validators</parameter>
    <parameter key="data_collector.templates" type="collection"/>
    <parameter key="twig.form.resources" type="collection">
      <parameter>@VichUploader/Form/fields.html.twig</parameter>
      <parameter>form_div_layout.html.twig</parameter>
    </parameter>
    <parameter key="twig.default_path">C:\dev\apache24\htdocs\gpim/templates</parameter>
    <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="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">true</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">C:\dev\apache24\htdocs\gpim\var\cache\dev/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="security.role_hierarchy.roles" type="collection">
      <parameter key="ROLE_COMMERCIAL" type="collection">
        <parameter>ROLE_CLIENT</parameter>
      </parameter>
      <parameter key="ROLE_TECHNICIEN" type="collection">
        <parameter>ROLE_COMMERCIAL</parameter>
      </parameter>
      <parameter key="ROLE_COMPTABLE" type="collection">
        <parameter>ROLE_COMMERCIAL</parameter>
      </parameter>
      <parameter key="ROLE_SUPERVISEUR" type="collection">
        <parameter>ROLE_COMPTABLE</parameter>
        <parameter>ROLE_TECHNICIEN</parameter>
      </parameter>
      <parameter key="ROLE_ADMIN" type="collection">
        <parameter>ROLE_SUPERVISEUR</parameter>
        <parameter>ROLE_COMMERCIAL</parameter>
        <parameter>ROLE_CLIENT</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>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.nested">null</parameter>
      <parameter key="monolog.handler.main" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="env(VAR_DUMPER_SERVER)">127.0.0.1:9912</parameter>
    <parameter key="stof_doctrine_extensions.listener.timestampable.class">Gedmo\Timestampable\TimestampableListener</parameter>
    <parameter key="stof_doctrine_extensions.default_locale">en_US</parameter>
    <parameter key="stof_doctrine_extensions.translation_fallback">false</parameter>
    <parameter key="stof_doctrine_extensions.persist_default_translation">false</parameter>
    <parameter key="stof_doctrine_extensions.skip_translation_on_load">false</parameter>
    <parameter key="stof_doctrine_extensions.listener.translatable.class">Gedmo\Translatable\TranslatableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.blameable.class">Gedmo\Blameable\BlameableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.sluggable.class">Gedmo\Sluggable\SluggableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.tree.class">Gedmo\Tree\TreeListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.loggable.class">Gedmo\Loggable\LoggableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.sortable.class">Gedmo\Sortable\SortableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.softdeleteable.class">Gedmo\SoftDeleteable\SoftDeleteableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.uploadable.class">Gedmo\Uploadable\UploadableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.reference_integrity.class">Gedmo\ReferenceIntegrity\ReferenceIntegrityListener</parameter>
    <parameter key="white_october_breadcrumbs.options" type="collection">
      <parameter key="separator">/</parameter>
      <parameter key="separatorClass">separator</parameter>
      <parameter key="listId">wo-breadcrumbs</parameter>
      <parameter key="listClass">breadcrumb</parameter>
      <parameter key="itemClass"></parameter>
      <parameter key="linkRel"></parameter>
      <parameter key="locale">null</parameter>
      <parameter key="translation_domain">null</parameter>
      <parameter key="viewTemplate">@WhiteOctoberBreadcrumbs/microdata.html.twig</parameter>
    </parameter>
    <parameter key="knp_snappy.pdf.binary">wkhtmltopdf</parameter>
    <parameter key="knp_snappy.pdf.options" type="collection"/>
    <parameter key="knp_snappy.pdf.env" type="collection"/>
    <parameter key="knp_snappy.image.binary">wkhtmltoimage</parameter>
    <parameter key="knp_snappy.image.options" type="collection"/>
    <parameter key="knp_snappy.image.env" type="collection"/>
    <parameter key="knp_paginator.template.pagination">@KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig</parameter>
    <parameter key="knp_paginator.template.rel_links">@KnpPaginator/Pagination/rel_links.html.twig</parameter>
    <parameter key="knp_paginator.template.filtration">@KnpPaginator/Pagination/filtration.html.twig</parameter>
    <parameter key="knp_paginator.template.sortable">@KnpPaginator/Pagination/sortable_link.html.twig</parameter>
    <parameter key="knp_paginator.page_range">5</parameter>
    <parameter key="knp_paginator.page_limit">null</parameter>
    <parameter key="knp_paginator.page_name">page</parameter>
    <parameter key="knp_paginator.remove_first_page_param">false</parameter>
    <parameter key="vich_uploader.default_filename_attribute_suffix">_name</parameter>
    <parameter key="vich_uploader.mappings" type="collection">
      <parameter key="news_images" type="collection">
        <parameter key="uri_prefix">/uploads/news</parameter>
        <parameter key="upload_destination">C:\dev\apache24\htdocs\gpim/public/uploads/news</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.news_images</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="erase_fields">true</parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="namer_keep_extension">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
    </parameter>
    <parameter key="vich_uploader.use_flysystem_to_resolve_uri">false</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="App\Entity" class="App\Entity" abstract="true">
      <tag name="container.excluded" source="in &quot;config/services.yaml&quot;"/>
    </service>
    <service id="App\Controller\Admin\AdminController" class="App\Controller\Admin\AdminController" 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.qBnfnyy.App\Controller\Admin\AdminController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\ClientController" class="App\Controller\Admin\ClientController" 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.qBnfnyy.App\Controller\Admin\ClientController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\EntrepriseController" class="App\Controller\Admin\EntrepriseController" 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.qBnfnyy.App\Controller\Admin\EntrepriseController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\LotController" class="App\Controller\Admin\LotController" 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.qBnfnyy.App\Controller\Admin\LotController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\LotEtapeController" class="App\Controller\Admin\LotEtapeController" 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.qBnfnyy.App\Controller\Admin\LotEtapeController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\NiveauAccessController" class="App\Controller\Admin\NiveauAccessController" 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.qBnfnyy.App\Controller\Admin\NiveauAccessController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\PaiementController" class="App\Controller\Admin\PaiementController" 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.qBnfnyy.App\Controller\Admin\PaiementController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\PortefeuilleClientController" class="App\Controller\Admin\PortefeuilleClientController" 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.qBnfnyy.App\Controller\Admin\PortefeuilleClientController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\PosteController" class="App\Controller\Admin\PosteController" 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.qBnfnyy.App\Controller\Admin\PosteController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\ProjetController" class="App\Controller\Admin\ProjetController" 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.qBnfnyy.App\Controller\Admin\ProjetController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\SouscriptionController" class="App\Controller\Admin\SouscriptionController" 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.qBnfnyy.App\Controller\Admin\SouscriptionController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\TechniqueController" class="App\Controller\Admin\TechniqueController" 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.qBnfnyy.App\Controller\Admin\TechniqueController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\TypeBienController" class="App\Controller\Admin\TypeBienController" 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.qBnfnyy.App\Controller\Admin\TypeBienController"/>
      </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"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.qBnfnyy.App\Controller\Admin\UserController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\WebsiteNewsController" class="App\Controller\Admin\WebsiteNewsController" 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.qBnfnyy.App\Controller\Admin\WebsiteNewsController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\WebsitePageController" class="App\Controller\Admin\WebsitePageController" 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.qBnfnyy.App\Controller\Admin\WebsitePageController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\WebsiteProjetController" class="App\Controller\Admin\WebsiteProjetController" 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.qBnfnyy.App\Controller\Admin\WebsiteProjetController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\WebsiteStaffController" class="App\Controller\Admin\WebsiteStaffController" 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.qBnfnyy.App\Controller\Admin\WebsiteStaffController"/>
      </call>
    </service>
    <service id="App\Controller\Client\ClientDocumentController" class="App\Controller\Client\ClientDocumentController" 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.qBnfnyy.App\Controller\Client\ClientDocumentController"/>
      </call>
    </service>
    <service id="App\Controller\Client\ClientFinanceController" class="App\Controller\Client\ClientFinanceController" 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.qBnfnyy.App\Controller\Client\ClientFinanceController"/>
      </call>
    </service>
    <service id="App\Controller\Client\ClientProjetController" class="App\Controller\Client\ClientProjetController" 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.qBnfnyy.App\Controller\Client\ClientProjetController"/>
      </call>
    </service>
    <service id="App\Controller\Client\ClientReclamationController" class="App\Controller\Client\ClientReclamationController" 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.qBnfnyy.App\Controller\Client\ClientReclamationController"/>
      </call>
    </service>
    <service id="App\Controller\Client\DashboardController" class="App\Controller\Client\DashboardController" 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.qBnfnyy.App\Controller\Client\DashboardController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\CommercialPortefeuilleController" class="App\Controller\Commercial\CommercialPortefeuilleController" 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.qBnfnyy.App\Controller\Commercial\CommercialPortefeuilleController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\CommercialSouscriptionController" class="App\Controller\Commercial\CommercialSouscriptionController" 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.qBnfnyy.App\Controller\Commercial\CommercialSouscriptionController"/>
      </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"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.qBnfnyy.App\Controller\Commercial\DashboardController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\Tabs\CRMTabController" class="App\Controller\Commercial\Tabs\CRMTabController" 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.qBnfnyy.App\Controller\Commercial\Tabs\CRMTabController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\Tabs\ChantierTabController" class="App\Controller\Commercial\Tabs\ChantierTabController" 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.qBnfnyy.App\Controller\Commercial\Tabs\ChantierTabController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\Tabs\ContratTabController" class="App\Controller\Commercial\Tabs\ContratTabController" 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.qBnfnyy.App\Controller\Commercial\Tabs\ContratTabController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\Tabs\DashboardTabController" class="App\Controller\Commercial\Tabs\DashboardTabController" 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.qBnfnyy.App\Controller\Commercial\Tabs\DashboardTabController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\Tabs\DocumentTabController" class="App\Controller\Commercial\Tabs\DocumentTabController" 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.qBnfnyy.App\Controller\Commercial\Tabs\DocumentTabController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\Tabs\PaiementTabController" class="App\Controller\Commercial\Tabs\PaiementTabController" 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.qBnfnyy.App\Controller\Commercial\Tabs\PaiementTabController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\Tabs\ProfilClientTabController" class="App\Controller\Commercial\Tabs\ProfilClientTabController" 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.qBnfnyy.App\Controller\Commercial\Tabs\ProfilClientTabController"/>
      </call>
    </service>
    <service id="App\Controller\Commercial\Tabs\SupportTabController" class="App\Controller\Commercial\Tabs\SupportTabController" 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.qBnfnyy.App\Controller\Commercial\Tabs\SupportTabController"/>
      </call>
    </service>
    <service id="App\Controller\LotApiController" class="App\Controller\LotApiController" 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.qBnfnyy.App\Controller\LotApiController"/>
      </call>
    </service>
    <service id="App\Controller\MainController" class="App\Controller\MainController" 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.qBnfnyy.App\Controller\MainController"/>
      </call>
    </service>
    <service id="App\Controller\SecurityController" class="App\Controller\SecurityController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.qBnfnyy.App\Controller\SecurityController"/>
      </call>
    </service>
    <service id="App\Controller\Shared\DocumentSharedController" class="App\Controller\Shared\DocumentSharedController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Service\MediaManager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.qBnfnyy.App\Controller\Shared\DocumentSharedController"/>
      </call>
    </service>
    <service id="App\Controller\Shared\LotSharedController" class="App\Controller\Shared\LotSharedController" 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.qBnfnyy.App\Controller\Shared\LotSharedController"/>
      </call>
    </service>
    <service id="App\Controller\Shared\PaiementSharedController" class="App\Controller\Shared\PaiementSharedController" 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.qBnfnyy.App\Controller\Shared\PaiementSharedController"/>
      </call>
    </service>
    <service id="App\Controller\Shared\SouscriptionSharedController" class="App\Controller\Shared\SouscriptionSharedController" 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.qBnfnyy.App\Controller\Shared\SouscriptionSharedController"/>
      </call>
    </service>
    <service id="App\Controller\Shared\UserSharedController" class="App\Controller\Shared\UserSharedController" 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.qBnfnyy.App\Controller\Shared\UserSharedController"/>
      </call>
    </service>
    <service id="App\Controller\SouscriptionController" class="App\Controller\SouscriptionController" 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.qBnfnyy.App\Controller\SouscriptionController"/>
      </call>
    </service>
    <service id="App\Controller\UserprofilController" class="App\Controller\UserprofilController" 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.qBnfnyy.App\Controller\UserprofilController"/>
      </call>
    </service>
    <service id="App\Controller\Visiteur\AboutController" class="App\Controller\Visiteur\AboutController" 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.qBnfnyy.App\Controller\Visiteur\AboutController"/>
      </call>
    </service>
    <service id="App\Controller\Visiteur\ConstructionVenteController" class="App\Controller\Visiteur\ConstructionVenteController" 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.qBnfnyy.App\Controller\Visiteur\ConstructionVenteController"/>
      </call>
    </service>
    <service id="App\Controller\Visiteur\ContactController" class="App\Controller\Visiteur\ContactController" 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.qBnfnyy.App\Controller\Visiteur\ContactController"/>
      </call>
    </service>
    <service id="App\Controller\Visiteur\GalleryController" class="App\Controller\Visiteur\GalleryController" 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.qBnfnyy.App\Controller\Visiteur\GalleryController"/>
      </call>
    </service>
    <service id="App\Controller\Visiteur\IndexController" class="App\Controller\Visiteur\IndexController" 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.qBnfnyy.App\Controller\Visiteur\IndexController"/>
      </call>
    </service>
    <service id="App\Controller\Visiteur\NewsController" class="App\Controller\Visiteur\NewsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.qBnfnyy.App\Controller\Visiteur\NewsController"/>
      </call>
    </service>
    <service id="App\Controller\Visiteur\ProgrammesController" class="App\Controller\Visiteur\ProgrammesController" 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.qBnfnyy.App\Controller\Visiteur\ProgrammesController"/>
      </call>
    </service>
    <service id="App\Doctrine\Enum\MyEnumType" class="App\Doctrine\Enum\MyEnumType" autowire="true" autoconfigure="true"/>
    <service id="App\Enum\ModeFinancement" class="App\Enum\ModeFinancement" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\MoyenPaiement" class="App\Enum\MoyenPaiement" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\StatutDossier" class="App\Enum\StatutDossier" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\StatutFoncier" class="App\Enum\StatutFoncier" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\StatutLot" class="App\Enum\StatutLot" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\StatutVerification" class="App\Enum\StatutVerification" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\TypeBien" class="App\Enum\TypeBien" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\TypeBusiness" class="App\Enum\TypeBusiness" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\TypeDocument" class="App\Enum\TypeDocument" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Enum\TypeEchange" class="App\Enum\TypeEchange" autowire="true" autoconfigure="true">
      <tag name="container.excluded" source="because it's an enum"/>
    </service>
    <service id="App\Form\DocumentStoreType" class="App\Form\DocumentStoreType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\EntrepriseType" class="App\Form\EntrepriseType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\EtapeTemplateType" class="App\Form\EtapeTemplateType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\FinancementType" class="App\Form\FinancementType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\LotType" class="App\Form\LotType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\NiveauAccessType" class="App\Form\NiveauAccessType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\PaiementCommercialType" class="App\Form\PaiementCommercialType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\PaiementType" class="App\Form\PaiementType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\PosteType" class="App\Form\PosteType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\ProjetType" class="App\Form\ProjetType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\SouscriptionType" class="App\Form\SouscriptionType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\TypeBienType" class="App\Form\TypeBienType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\UserType" class="App\Form\UserType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Website\EntrepriseWebsiteType" class="App\Form\Website\EntrepriseWebsiteType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Website\FutureType" class="App\Form\Website\FutureType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Website\StatistiqueType" class="App\Form\Website\StatistiqueType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Website\WebsiteNewsType" class="App\Form\Website\WebsiteNewsType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Form\Website\WebsitePageType" class="App\Form\Website\WebsitePageType" autowire="true" autoconfigure="true">
      <tag name="form.type" csrf_token_id="%.form.type_extension.csrf.token_id%"/>
    </service>
    <service id="App\Repository\DocumentStoreRepository" class="App\Repository\DocumentStoreRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EchangeRepository" class="App\Repository\EchangeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EcheancePrevueRepository" class="App\Repository\EcheancePrevueRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EntrepriseRepository" class="App\Repository\EntrepriseRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EtapeTemplateRepository" class="App\Repository\EtapeTemplateRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\LotEtapeRepository" class="App\Repository\LotEtapeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\LotRepository" class="App\Repository\LotRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\NiveauAccessRepository" class="App\Repository\NiveauAccessRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\PaiementEcheancierRepository" class="App\Repository\PaiementEcheancierRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\PaiementRepository" class="App\Repository\PaiementRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\PosteRepository" class="App\Repository\PosteRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ProjetRepository" class="App\Repository\ProjetRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SouscriptionRepository" class="App\Repository\SouscriptionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TypeBienRepository" class="App\Repository\TypeBienRepository" 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\Website\EntrepriseRepository" class="App\Repository\Website\EntrepriseRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Website\FutureRepository" class="App\Repository\Website\FutureRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Website\NewsRepository" class="App\Repository\Website\NewsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Website\PageRepository" class="App\Repository\Website\PageRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Website\StatistiqueRepository" class="App\Repository\Website\StatistiqueRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Security\AppAuthenticator" class="App\Security\AppAuthenticator" autowire="true" autoconfigure="true">
      <argument type="service" id="router.default"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Security\UserChecker" class="App\Security\UserChecker" autowire="true" autoconfigure="true"/>
    <service id="App\Service\ConsultationDataService" class="App\Service\ConsultationDataService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.dbal.default_connection"/>
    </service>
    <service id="App\Service\ExcelImporterService" class="App\Service\ExcelImporterService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Service\ExcelTemplateGeneratorService" class="App\Service\ExcelTemplateGeneratorService" autowire="true" autoconfigure="true"/>
    <service id="App\Service\FormElementManager" class="App\Service\FormElementManager" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\FormElementManager&quot;: argument &quot;$hierarchiqueRepository&quot; of method &quot;__construct()&quot; has type &quot;App\Repository\Manager\HierarchiqueRepository&quot; but this class was not found."/>
    </service>
    <service id="App\Service\FormSubmissionService" class="App\Service\FormSubmissionService" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\FormSubmissionService&quot;: argument &quot;$acteurManager&quot; of method &quot;__construct()&quot; has type &quot;App\Service\ActeurManager&quot; but this class was not found."/>
    </service>
    <service id="App\Service\LoyerStatutUpdater" class="App\Service\LoyerStatutUpdater" autowire="true" autoconfigure="true"/>
    <service id="App\Service\MailService" class="App\Service\MailService" autowire="true" autoconfigure="true">
      <argument type="service" id="mailer.mailer"/>
    </service>
    <service id="App\Service\MediaManager" class="App\Service\MediaManager" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="slugger"/>
      <argument type="service" id="security.helper"/>
      <argument>C:\dev\apache24\htdocs\gpim/public/uploads/documents</argument>
    </service>
    <service id="App\Service\PaiementService" class="App\Service\PaiementService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Service\PeriodService" class="App\Service\PeriodService" autowire="true" autoconfigure="true"/>
    <service id="App\Service\RapportService" class="App\Service\RapportService" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\RapportService&quot;: argument &quot;$interventionRepo&quot; of method &quot;__construct()&quot; has type &quot;App\Repository\InterventionRepository&quot; but this class was not found."/>
    </service>
    <service id="App\Service\Security\UserAccessManager" class="App\Service\Security\UserAccessManager" autowire="true" autoconfigure="true">
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Service\SubscriptionService" class="App\Service\SubscriptionService" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Service\SubscriptionService&quot;: argument &quot;$repo&quot; of method &quot;__construct()&quot; has type &quot;App\Repository\AbonnementEntrepriseRepository&quot; but this class was not found."/>
    </service>
    <service id="App\Service\WalletService" class="App\Service\WalletService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Twig\AppExtension" class="App\Twig\AppExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Repository\EntrepriseRepository"/>
    </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.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.MiqedSS"/>
    </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="disallow_search_engine_index_response_listener" class="Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="error_controller" class="Symfony\Component\HttpKernel\Controller\ErrorController" public="true">
      <argument type="service" id="http_kernel"/>
      <argument>error_controller</argument>
      <argument type="service" id="error_handler.error_renderer.serializer"/>
    </service>
    <service id="exception_listener" class="Symfony\Component\HttpKernel\EventListener\ErrorListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument>error_controller</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>true</argument>
      <argument type="collection"/>
      <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>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>C:\dev\apache24\htdocs\gpim\var\cache\dev/App_KernelDevDebugContainerDeprecations.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.asset_mapper" type="service" id="cache.asset_mapper" 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="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="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="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="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="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="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="monolog.handler.nested" type="service" id="monolog.handler.nested" on-invalid="ignore_uninitialized"/>
        <argument key="WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" type="service" id="WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" 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.asset_mapper" 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="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="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="twig" type="collection">
          <argument>resetGlobals</argument>
        </argument>
        <argument key="twig.form.engine" 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="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="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="monolog.handler.nested" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" type="collection">
          <argument>clear</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.uvcGMdg"/>
      <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="fragment.renderer.hinclude" class="Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer">
      <tag name="kernel.fragment_renderer" alias="hinclude"/>
      <argument type="service" id="twig" on-invalid="null"/>
      <argument type="service" id="uri_signer"/>
      <argument>null</argument>
      <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>C:\dev\apache24\htdocs\gpim</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>C:\dev\apache24\htdocs\gpim</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.asset_mapper</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.rate_limiter</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</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>
      <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.DOrA4Nm"/>
      <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.asset_mapper</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.rate_limiter</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</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>
      <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.asset_mapper</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.rate_limiter</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</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>
      <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>dev</argument>
      <argument>C:\dev\apache24\htdocs\gpim</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.xRvtKlk"/>
      <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>
      <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>
      <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="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>
      </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_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>
      <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>C:\dev\apache24\htdocs\gpim/translations</argument>
      <argument>C:\dev\apache24\htdocs\gpim/templates</argument>
      <argument type="collection">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations</argument>
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations</argument>
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations</argument>
        <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations</argument>
        <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations</argument>
      </argument>
      <argument type="collection">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\twig-bridge/Resources/views/Email</argument>
        <argument>C:\dev\apache24\htdocs\gpim\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>C:\dev\apache24\htdocs\gpim/translations</argument>
      <argument>C:\dev\apache24\htdocs\gpim/templates</argument>
      <argument type="collection">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations</argument>
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations</argument>
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations</argument>
        <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations</argument>
        <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations</argument>
      </argument>
      <argument type="collection">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\twig-bridge/Resources/views/Email</argument>
        <argument>C:\dev\apache24\htdocs\gpim\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</argument>
        <argument>App\Form\Website</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type</argument>
        <argument>Vich\UploaderBundle\Form\Type</argument>
      </argument>
      <argument type="collection">
        <argument>App\Form\DocumentStoreType</argument>
        <argument>App\Form\EntrepriseType</argument>
        <argument>App\Form\EtapeTemplateType</argument>
        <argument>App\Form\FinancementType</argument>
        <argument>App\Form\LotType</argument>
        <argument>App\Form\NiveauAccessType</argument>
        <argument>App\Form\PaiementCommercialType</argument>
        <argument>App\Form\PaiementType</argument>
        <argument>App\Form\PosteType</argument>
        <argument>App\Form\ProjetType</argument>
        <argument>App\Form\SouscriptionType</argument>
        <argument>App\Form\TypeBienType</argument>
        <argument>App\Form\UserType</argument>
        <argument>App\Form\Website\EntrepriseWebsiteType</argument>
        <argument>App\Form\Website\FutureType</argument>
        <argument>App\Form\Website\StatistiqueType</argument>
        <argument>App\Form\Website\WebsiteNewsType</argument>
        <argument>App\Form\Website\WebsitePageType</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>Vich\UploaderBundle\Form\Type\VichFileType</argument>
        <argument>Vich\UploaderBundle\Form\Type\VichImageType</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension</argument>
        <argument>Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension</argument>
      </argument>
      <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>null</argument>
      <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>7bnNxQtbAR</argument>
      <argument>0</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>r8n2qwR+06</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>GELkFeE5M4</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>4GL24iCXio</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>n0b+ZpOa0n</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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.asset_mapper" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>MOgE4nXMXD</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>jRHpWCgWmq</argument>
      <argument>0</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>
    </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="cache.asset_mapper" type="service" id="cache.asset_mapper" 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>
    </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.asset_mapper" type="service" id="cache.asset_mapper" 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="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.result" type="service" id="cache.doctrine.orm.default.result" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.query" type="service" id="cache.doctrine.orm.default.query" 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>
    </service>
    <service id="identity_translator" class="Symfony\Component\Translation\IdentityTranslator"/>
    <service id="assets.packages" class="Symfony\Component\Asset\Packages">
      <argument type="service" id="asset_mapper.asset_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="asset_mapper" class="Symfony\Component\AssetMapper\AssetMapper">
      <argument type="service" id="asset_mapper.repository"/>
      <argument type="service" id="asset_mapper.cached_mapped_asset_factory"/>
      <argument type="service" id="asset_mapper.compiled_asset_mapper_config_reader"/>
    </service>
    <service id="asset_mapper.cached_mapped_asset_factory" class="Symfony\Component\AssetMapper\Factory\CachedMappedAssetFactory">
      <tag name="container.decorator" id="asset_mapper.mapped_asset_factory" inner="asset_mapper.cached_mapped_asset_factory.inner"/>
      <argument type="service" id="asset_mapper.cached_mapped_asset_factory.inner"/>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/asset_mapper</argument>
      <argument>true</argument>
    </service>
    <service id="asset_mapper.repository" class="Symfony\Component\AssetMapper\AssetMapperRepository">
      <argument type="collection">
        <argument key="assets/"></argument>
      </argument>
      <argument>C:\dev\apache24\htdocs\gpim</argument>
      <argument type="collection"/>
      <argument>true</argument>
      <argument>true</argument>
    </service>
    <service id="asset_mapper.public_assets_path_resolver" class="Symfony\Component\AssetMapper\Path\PublicAssetsPathResolver">
      <argument>/assets/</argument>
    </service>
    <service id="asset_mapper.local_public_assets_filesystem" class="Symfony\Component\AssetMapper\Path\LocalPublicAssetsFilesystem">
      <argument>C:\dev\apache24\htdocs\gpim/public</argument>
    </service>
    <service id="asset_mapper.compiled_asset_mapper_config_reader" class="Symfony\Component\AssetMapper\CompiledAssetMapperConfigReader">
      <argument>C:\dev\apache24\htdocs\gpim/public/assets</argument>
    </service>
    <service id="asset_mapper.asset_package" class="Symfony\Component\AssetMapper\MapperAwareAssetPackage">
      <tag name="container.decorator" id="assets._default_package" inner="asset_mapper.asset_package.inner"/>
      <argument type="service" id="asset_mapper.asset_package.inner"/>
      <argument type="service" id="asset_mapper"/>
    </service>
    <service id="asset_mapper.dev_server_subscriber" class="Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="asset_mapper"/>
      <argument>/assets/</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.asset_mapper"/>
      <argument>null</argument>
    </service>
    <service id="asset_mapper.command.compile" class="Symfony\Component\AssetMapper\Command\AssetMapperCompileCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.compiled_asset_mapper_config_reader"/>
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="asset_mapper.importmap.generator"/>
      <argument type="service" id="asset_mapper.local_public_assets_filesystem"/>
      <argument>C:\dev\apache24\htdocs\gpim</argument>
      <argument>true</argument>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <call method="setName">
        <argument>asset-map:compile</argument>
      </call>
      <call method="setDescription">
        <argument>Compile all mapped assets and writes them to the final public output directory</argument>
      </call>
    </service>
    <service id="asset_mapper.command.debug" class="Symfony\Component\AssetMapper\Command\DebugAssetMapperCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="asset_mapper.repository"/>
      <argument>C:\dev\apache24\htdocs\gpim</argument>
      <call method="setName">
        <argument>debug:asset-map</argument>
      </call>
      <call method="setDescription">
        <argument>Output all mapped assets</argument>
      </call>
    </service>
    <service id="asset_mapper_compiler" class="Symfony\Component\AssetMapper\AssetMapperCompiler">
      <argument type="tagged_iterator" tag="asset_mapper.compiler"/>
      <argument type="service_closure" id="asset_mapper"/>
    </service>
    <service id="asset_mapper.compiler.css_asset_url_compiler" class="Symfony\Component\AssetMapper\Compiler\CssAssetUrlCompiler">
      <tag name="asset_mapper.compiler"/>
      <tag name="monolog.logger" channel="asset_mapper"/>
      <argument>strict</argument>
      <argument type="service" id="monolog.logger.asset_mapper"/>
    </service>
    <service id="asset_mapper.compiler.source_mapping_urls_compiler" class="Symfony\Component\AssetMapper\Compiler\SourceMappingUrlsCompiler">
      <tag name="asset_mapper.compiler"/>
    </service>
    <service id="asset_mapper.compiler.javascript_import_path_compiler" class="Symfony\Component\AssetMapper\Compiler\JavaScriptImportPathCompiler">
      <tag name="asset_mapper.compiler"/>
      <tag name="monolog.logger" channel="asset_mapper"/>
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument>strict</argument>
      <argument type="service" id="monolog.logger.asset_mapper"/>
    </service>
    <service id="asset_mapper.importmap.config_reader" class="Symfony\Component\AssetMapper\ImportMap\ImportMapConfigReader">
      <argument>C:\dev\apache24\htdocs\gpim/importmap.php</argument>
      <argument type="service" id="asset_mapper.importmap.remote_package_storage"/>
    </service>
    <service id="asset_mapper.importmap.manager" class="Symfony\Component\AssetMapper\ImportMap\ImportMapManager">
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="asset_mapper.importmap.remote_package_downloader"/>
      <argument type="service" id="asset_mapper.importmap.resolver"/>
    </service>
    <service id="asset_mapper.importmap.generator" class="Symfony\Component\AssetMapper\ImportMap\ImportMapGenerator">
      <argument type="service" id="asset_mapper"/>
      <argument type="service" id="asset_mapper.compiled_asset_mapper_config_reader"/>
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
    </service>
    <service id="asset_mapper.importmap.remote_package_storage" class="Symfony\Component\AssetMapper\ImportMap\RemotePackageStorage">
      <argument>C:\dev\apache24\htdocs\gpim/assets/vendor</argument>
    </service>
    <service id="asset_mapper.importmap.remote_package_downloader" class="Symfony\Component\AssetMapper\ImportMap\RemotePackageDownloader">
      <argument type="service" id="asset_mapper.importmap.remote_package_storage"/>
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="asset_mapper.importmap.resolver"/>
    </service>
    <service id="asset_mapper.importmap.version_checker" class="Symfony\Component\AssetMapper\ImportMap\ImportMapVersionChecker">
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="asset_mapper.importmap.remote_package_downloader"/>
    </service>
    <service id="asset_mapper.importmap.resolver" class="Symfony\Component\AssetMapper\ImportMap\Resolver\JsDelivrEsmResolver">
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="asset_mapper.importmap.renderer" class="Symfony\Component\AssetMapper\ImportMap\ImportMapRenderer">
      <argument type="service" id="asset_mapper.importmap.generator"/>
      <argument type="service" id="assets.packages" on-invalid="null"/>
      <argument>UTF-8</argument>
      <argument>es-module-shims</argument>
      <argument type="collection"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="asset_mapper.importmap.auditor" class="Symfony\Component\AssetMapper\ImportMap\ImportMapAuditor">
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="asset_mapper.importmap.update_checker" class="Symfony\Component\AssetMapper\ImportMap\ImportMapUpdateChecker">
      <argument type="service" id="asset_mapper.importmap.config_reader"/>
      <argument type="service" id="http_client.uri_template"/>
    </service>
    <service id="asset_mapper.importmap.command.require" class="Symfony\Component\AssetMapper\Command\ImportMapRequireCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.manager"/>
      <argument type="service" id="asset_mapper.importmap.version_checker"/>
      <argument>C:\dev\apache24\htdocs\gpim</argument>
      <call method="setName">
        <argument>importmap:require</argument>
      </call>
      <call method="setDescription">
        <argument>Require JavaScript packages</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.remove" class="Symfony\Component\AssetMapper\Command\ImportMapRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.manager"/>
      <call method="setName">
        <argument>importmap:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove JavaScript packages</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.update" class="Symfony\Component\AssetMapper\Command\ImportMapUpdateCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.manager"/>
      <argument type="service" id="asset_mapper.importmap.version_checker"/>
      <call method="setName">
        <argument>importmap:update</argument>
      </call>
      <call method="setDescription">
        <argument>Update JavaScript packages to their latest versions</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.install" class="Symfony\Component\AssetMapper\Command\ImportMapInstallCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.remote_package_downloader"/>
      <argument>C:\dev\apache24\htdocs\gpim</argument>
      <call method="setName">
        <argument>importmap:install</argument>
      </call>
      <call method="setDescription">
        <argument>Download all assets that should be downloaded</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.audit" class="Symfony\Component\AssetMapper\Command\ImportMapAuditCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.auditor"/>
      <call method="setName">
        <argument>importmap:audit</argument>
      </call>
      <call method="setDescription">
        <argument>Check for security vulnerability advisories for dependencies</argument>
      </call>
    </service>
    <service id="asset_mapper.importmap.command.outdated" class="Symfony\Component\AssetMapper\Command\ImportMapOutdatedCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.importmap.update_checker"/>
      <call method="setName">
        <argument>importmap:outdated</argument>
      </call>
      <call method="setDescription">
        <argument>List outdated JavaScript packages and their latest versions</argument>
      </call>
    </service>
    <service id="asset_mapper.compressor.brotli" class="Symfony\Component\AssetMapper\Compressor\BrotliCompressor"/>
    <service id="asset_mapper.compressor.zstandard" class="Symfony\Component\AssetMapper\Compressor\ZstandardCompressor"/>
    <service id="asset_mapper.compressor.gzip" class="Symfony\Component\AssetMapper\Compressor\GzipCompressor"/>
    <service id="asset_mapper.compressor" class="Symfony\Component\AssetMapper\Compressor\ChainCompressor">
      <argument>null</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="asset_mapper.assets.command.compress" class="Symfony\Component\AssetMapper\Command\CompressAssetsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="asset_mapper.compressor"/>
      <call method="setName">
        <argument>assets:compress</argument>
      </call>
      <call method="setDescription">
        <argument>Pre-compresses files to serve through a web server</argument>
      </call>
    </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>null</argument>
      <argument>null</argument>
    </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.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.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="fragment.listener" class="Symfony\Component\HttpKernel\EventListener\FragmentListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="uri_signer"/>
      <argument>/_fragment</argument>
    </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">C:\dev\apache24\htdocs\gpim\var\cache\dev/translations</argument>
        <argument key="debug">true</argument>
        <argument key="resource_files" type="collection">
          <argument key="af" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.af.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.af.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.af.xlf</argument>
          </argument>
          <argument key="ar" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.ar.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.ar.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.ar.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.ar.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.ar.yaml</argument>
          </argument>
          <argument key="az" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.az.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.az.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.az.xlf</argument>
          </argument>
          <argument key="be" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.be.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.be.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.be.xlf</argument>
          </argument>
          <argument key="bg" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.bg.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.bg.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.bg.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.bg.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.bg.yaml</argument>
          </argument>
          <argument key="bs" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.bs.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.bs.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.bs.xlf</argument>
          </argument>
          <argument key="ca" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.ca.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.ca.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.ca.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.ca.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.ca.yaml</argument>
          </argument>
          <argument key="cs" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.cs.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.cs.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.cs.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.cs.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.cs.yaml</argument>
          </argument>
          <argument key="cy" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.cy.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.cy.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.cy.xlf</argument>
          </argument>
          <argument key="da" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.da.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.da.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.da.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.da.xliff</argument>
          </argument>
          <argument key="de" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.de.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.de.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.de.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.de.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.de.yaml</argument>
          </argument>
          <argument key="el" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.el.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.el.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.el.xlf</argument>
          </argument>
          <argument key="en" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.en.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.en.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.en.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.en.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.en.yaml</argument>
          </argument>
          <argument key="es" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.es.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.es.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.es.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.es.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.es.yaml</argument>
          </argument>
          <argument key="et" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.et.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.et.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.et.xlf</argument>
          </argument>
          <argument key="eu" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.eu.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.eu.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.eu.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.eu.xliff</argument>
          </argument>
          <argument key="fa" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.fa.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.fa.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.fa.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.fa.xliff</argument>
          </argument>
          <argument key="fi" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.fi.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.fi.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.fi.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.fi.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.fi.yaml</argument>
          </argument>
          <argument key="fr" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.fr.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.fr.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.fr.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.fr.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.fr.yaml</argument>
          </argument>
          <argument key="gl" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.gl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.gl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.gl.xlf</argument>
          </argument>
          <argument key="he" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.he.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.he.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.he.xlf</argument>
          </argument>
          <argument key="hr" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.hr.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.hr.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.hr.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.hr.xliff</argument>
          </argument>
          <argument key="hu" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.hu.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.hu.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.hu.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.hu.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.hu.yaml</argument>
          </argument>
          <argument key="hy" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.hy.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.hy.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.hy.xlf</argument>
          </argument>
          <argument key="id" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.id.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.id.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.id.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.id.xliff</argument>
          </argument>
          <argument key="it" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.it.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.it.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.it.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.it.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.it.yaml</argument>
          </argument>
          <argument key="ja" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.ja.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.ja.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.ja.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.ja.xliff</argument>
          </argument>
          <argument key="lb" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.lb.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.lb.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.lb.xlf</argument>
          </argument>
          <argument key="lt" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.lt.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.lt.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.lt.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.lt.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.lt.yaml</argument>
          </argument>
          <argument key="lv" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.lv.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.lv.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.lv.xlf</argument>
          </argument>
          <argument key="mk" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.mk.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.mk.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.mk.xlf</argument>
          </argument>
          <argument key="mn" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.mn.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.mn.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.mn.xlf</argument>
          </argument>
          <argument key="my" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.my.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.my.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.my.xlf</argument>
          </argument>
          <argument key="nb" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.nb.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.nb.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.nb.xlf</argument>
          </argument>
          <argument key="nl" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.nl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.nl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.nl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.nl.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.nl.yaml</argument>
          </argument>
          <argument key="nn" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.nn.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.nn.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.nn.xlf</argument>
          </argument>
          <argument key="no" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.no.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.no.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.no.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.no.xliff</argument>
          </argument>
          <argument key="pl" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.pl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.pl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.pl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.pl.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.pl.yaml</argument>
          </argument>
          <argument key="pt" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.pt.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.pt.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.pt.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.pt.yaml</argument>
          </argument>
          <argument key="pt_BR" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.pt_BR.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.pt_BR.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.pt_BR.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.pt_BR.xliff</argument>
          </argument>
          <argument key="ro" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.ro.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.ro.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.ro.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.ro.xliff</argument>
          </argument>
          <argument key="ru" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.ru.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.ru.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.ru.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.ru.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.ru.yaml</argument>
          </argument>
          <argument key="sk" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.sk.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.sk.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.sk.xlf</argument>
          </argument>
          <argument key="sl" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.sl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.sl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.sl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.sl.yaml</argument>
          </argument>
          <argument key="sq" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.sq.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.sq.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.sq.xlf</argument>
          </argument>
          <argument key="sr_Cyrl" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.sr_Cyrl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.sr_Cyrl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.sr_Cyrl.xlf</argument>
          </argument>
          <argument key="sr_Latn" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.sr_Latn.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.sr_Latn.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.sr_Latn.xlf</argument>
          </argument>
          <argument key="sv" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.sv.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.sv.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.sv.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.sv.xliff</argument>
          </argument>
          <argument key="th" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.th.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.th.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.th.xlf</argument>
          </argument>
          <argument key="tl" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.tl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.tl.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.tl.xlf</argument>
          </argument>
          <argument key="tr" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.tr.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.tr.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.tr.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.tr.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.tr.yaml</argument>
          </argument>
          <argument key="uk" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.uk.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.uk.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.uk.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.uk.xliff</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.uk.yaml</argument>
          </argument>
          <argument key="ur" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.ur.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.ur.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.ur.xlf</argument>
          </argument>
          <argument key="uz" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.uz.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.uz.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.uz.xlf</argument>
          </argument>
          <argument key="vi" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.vi.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.vi.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.vi.xlf</argument>
          </argument>
          <argument key="zh_CN" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.zh_CN.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.zh_CN.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.zh_CN.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.zh_CN.xliff</argument>
          </argument>
          <argument key="zh_TW" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations\validators.zh_TW.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations\validators.zh_TW.xlf</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations\security.zh_TW.xlf</argument>
          </argument>
          <argument key="ky" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.ky.xliff</argument>
          </argument>
          <argument key="sw" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations\KnpPaginatorBundle.sw.xliff</argument>
          </argument>
          <argument key="vn" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations\messages.vn.yaml</argument>
          </argument>
        </argument>
        <argument key="scanned_directories" type="collection">
          <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\framework-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\maker-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\twig-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-migrations-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\monolog-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\debug-bundle/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\stof\doctrine-extensions-bundle\src/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\mhujer\breadcrumbs-bundle/translations</argument>
          <argument>C:/dev/apache24/htdocs/gpim/vendor/knplabs/knp-snappy-bundle/src/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\knpuniversity\oauth2-client-bundle\src/translations</argument>
          <argument>C:\dev\apache24\htdocs\gpim\vendor\endroid\qr-code-bundle\src/translations</argument>
        </argument>
        <argument key="cache_vary" type="collection">
          <argument key="scanned_directories" type="collection">
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\validator/Resources/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\form/Resources/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-core/Resources/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/translations</argument>
            <argument>translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\framework-bundle/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\maker-bundle/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\twig-bundle/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-bundle/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-migrations-bundle/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-bundle/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\monolog-bundle/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\debug-bundle/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\stof\doctrine-extensions-bundle\src/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\mhujer\breadcrumbs-bundle/translations</argument>
            <argument>C:/dev/apache24/htdocs/gpim/vendor/knplabs/knp-snappy-bundle/src/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\knpuniversity\oauth2-client-bundle\src/translations</argument>
            <argument>C:\dev\apache24\htdocs\gpim\vendor\endroid\qr-code-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>fr</argument>
        </argument>
      </call>
    </service>
    <service id="translator.logging" class="Symfony\Component\Translation\LoggingTranslator">
      <tag name="monolog.logger" channel="translation"/>
      <argument type="service" id="translator.logging.inner"/>
      <argument type="service" id="monolog.logger.translation"/>
    </service>
    <service id="translator.formatter.default" class="Symfony\Component\Translation\Formatter\MessageFormatter">
      <argument type="service" id="identity_translator"/>
    </service>
    <service id="translation.loader.php" class="Symfony\Component\Translation\Loader\PhpFileLoader">
      <tag name="translation.loader" alias="php"/>
    </service>
    <service id="translation.loader.yml" class="Symfony\Component\Translation\Loader\YamlFileLoader">
      <tag name="translation.loader" alias="yaml" legacy-alias="yml"/>
    </service>
    <service id="translation.loader.xliff" class="Symfony\Component\Translation\Loader\XliffFileLoader">
      <tag name="translation.loader" alias="xlf" legacy-alias="xliff"/>
    </service>
    <service id="translation.loader.po" class="Symfony\Component\Translation\Loader\PoFileLoader">
      <tag name="translation.loader" alias="po"/>
    </service>
    <service id="translation.loader.mo" class="Symfony\Component\Translation\Loader\MoFileLoader">
      <tag name="translation.loader" alias="mo"/>
    </service>
    <service id="translation.loader.qt" class="Symfony\Component\Translation\Loader\QtFileLoader">
      <tag name="translation.loader" alias="ts"/>
    </service>
    <service id="translation.loader.csv" class="Symfony\Component\Translation\Loader\CsvFileLoader">
      <tag name="translation.loader" alias="csv"/>
    </service>
    <service id="translation.loader.res" class="Symfony\Component\Translation\Loader\IcuResFileLoader">
      <tag name="translation.loader" alias="res"/>
    </service>
    <service id="translation.loader.dat" class="Symfony\Component\Translation\Loader\IcuDatFileLoader">
      <tag name="translation.loader" alias="dat"/>
    </service>
    <service id="translation.loader.ini" class="Symfony\Component\Translation\Loader\IniFileLoader">
      <tag name="translation.loader" alias="ini"/>
    </service>
    <service id="translation.loader.json" class="Symfony\Component\Translation\Loader\JsonFileLoader">
      <tag name="translation.loader" alias="json"/>
    </service>
    <service id="translation.dumper.php" class="Symfony\Component\Translation\Dumper\PhpFileDumper">
      <tag name="translation.dumper" alias="php"/>
    </service>
    <service id="translation.dumper.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xlf"/>
    </service>
    <service id="translation.dumper.xliff.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xliff"/>
      <argument>xliff</argument>
    </service>
    <service id="translation.dumper.po" class="Symfony\Component\Translation\Dumper\PoFileDumper">
      <tag name="translation.dumper" alias="po"/>
    </service>
    <service id="translation.dumper.mo" class="Symfony\Component\Translation\Dumper\MoFileDumper">
      <tag name="translation.dumper" alias="mo"/>
    </service>
    <service id="translation.dumper.yml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yml"/>
    </service>
    <service id="translation.dumper.yaml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yaml"/>
      <argument>yaml</argument>
    </service>
    <service id="translation.dumper.qt" class="Symfony\Component\Translation\Dumper\QtFileDumper">
      <tag name="translation.dumper" alias="ts"/>
    </service>
    <service id="translation.dumper.csv" class="Symfony\Component\Translation\Dumper\CsvFileDumper">
      <tag name="translation.dumper" alias="csv"/>
    </service>
    <service id="translation.dumper.ini" class="Symfony\Component\Translation\Dumper\IniFileDumper">
      <tag name="translation.dumper" alias="ini"/>
    </service>
    <service id="translation.dumper.json" class="Symfony\Component\Translation\Dumper\JsonFileDumper">
      <tag name="translation.dumper" alias="json"/>
    </service>
    <service id="translation.dumper.res" class="Symfony\Component\Translation\Dumper\IcuResFileDumper">
      <tag name="translation.dumper" alias="res"/>
    </service>
    <service id="translation.extractor.php_ast" class="Symfony\Component\Translation\Extractor\PhpAstExtractor">
      <tag name="translation.extractor" alias="php"/>
      <argument type="tagged_iterator" tag="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.trans_method" class="Symfony\Component\Translation\Extractor\Visitor\TransMethodVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.translatable_message" class="Symfony\Component\Translation\Extractor\Visitor\TranslatableMessageVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.constraint" class="Symfony\Component\Translation\Extractor\Visitor\ConstraintVisitor">
      <tag name="translation.extractor.visitor"/>
      <argument type="collection">
        <argument>All</argument>
        <argument>AtLeastOneOf</argument>
        <argument>Bic</argument>
        <argument>Blank</argument>
        <argument>Callback</argument>
        <argument>CardScheme</argument>
        <argument>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>Twig</argument>
        <argument>UniqueEntity</argument>
        <argument>UserPassword</argument>
      </argument>
    </service>
    <service id="translation.reader" class="Symfony\Component\Translation\Reader\TranslationReader">
      <call method="addLoader">
        <argument>php</argument>
        <argument type="service" id="translation.loader.php"/>
      </call>
      <call method="addLoader">
        <argument>yaml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>yml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>xlf</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>xliff</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>po</argument>
        <argument type="service" id="translation.loader.po"/>
      </call>
      <call method="addLoader">
        <argument>mo</argument>
        <argument type="service" id="translation.loader.mo"/>
      </call>
      <call method="addLoader">
        <argument>ts</argument>
        <argument type="service" id="translation.loader.qt"/>
      </call>
      <call method="addLoader">
        <argument>csv</argument>
        <argument type="service" id="translation.loader.csv"/>
      </call>
      <call method="addLoader">
        <argument>res</argument>
        <argument type="service" id="translation.loader.res"/>
      </call>
      <call method="addLoader">
        <argument>dat</argument>
        <argument type="service" id="translation.loader.dat"/>
      </call>
      <call method="addLoader">
        <argument>ini</argument>
        <argument type="service" id="translation.loader.ini"/>
      </call>
      <call method="addLoader">
        <argument>json</argument>
        <argument type="service" id="translation.loader.json"/>
      </call>
    </service>
    <service id="translation.extractor" class="Symfony\Component\Translation\Extractor\ChainExtractor">
      <call method="addExtractor">
        <argument>php</argument>
        <argument type="service" id="translation.extractor.php_ast"/>
      </call>
      <call method="addExtractor">
        <argument>twig</argument>
        <argument type="service" id="twig.translation.extractor"/>
      </call>
    </service>
    <service id="translation.writer" class="Symfony\Component\Translation\Writer\TranslationWriter">
      <call method="addDumper">
        <argument>php</argument>
        <argument type="service" id="translation.dumper.php"/>
      </call>
      <call method="addDumper">
        <argument>xlf</argument>
        <argument type="service" id="translation.dumper.xliff"/>
      </call>
      <call method="addDumper">
        <argument>xliff</argument>
        <argument type="service" id="translation.dumper.xliff.xliff"/>
      </call>
      <call method="addDumper">
        <argument>po</argument>
        <argument type="service" id="translation.dumper.po"/>
      </call>
      <call method="addDumper">
        <argument>mo</argument>
        <argument type="service" id="translation.dumper.mo"/>
      </call>
      <call method="addDumper">
        <argument>yml</argument>
        <argument type="service" id="translation.dumper.yml"/>
      </call>
      <call method="addDumper">
        <argument>yaml</argument>
        <argument type="service" id="translation.dumper.yaml"/>
      </call>
      <call method="addDumper">
        <argument>ts</argument>
        <argument type="service" id="translation.dumper.qt"/>
      </call>
      <call method="addDumper">
        <argument>csv</argument>
        <argument type="service" id="translation.dumper.csv"/>
      </call>
      <call method="addDumper">
        <argument>ini</argument>
        <argument type="service" id="translation.dumper.ini"/>
      </call>
      <call method="addDumper">
        <argument>json</argument>
        <argument type="service" id="translation.dumper.json"/>
      </call>
      <call method="addDumper">
        <argument>res</argument>
        <argument type="service" id="translation.dumper.res"/>
      </call>
    </service>
    <service id="translation.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer">
      <tag name="container.service_subscriber" id="translator"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.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>null</argument>
    </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.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="knp_paginator.subscriber.sliding_pagination"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="argument_resolver.request_payload"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>setDefaultLocale</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="validate_request_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="disallow_search_engine_index_response_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>logKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>removeCspHeader</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>-15</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.suggest_missing_package_subscriber"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="asset_mapper.dev_server_subscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>35</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="asset_mapper.dev_server_subscriber"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>2048</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.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="fragment.listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>48</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\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>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="maker.console_error_listener"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="maker.console_error_listener"/>
          <argument>onConsoleTerminate</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.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.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>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.dump_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.paginate"/>
          <argument>before</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.pagination</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.paginate"/>
          <argument>pagination</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sortable"/>
          <argument>before</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.before</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.filtration"/>
          <argument>before</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>knp_pager.pagination</argument>
        <argument type="collection">
          <argument type="service_closure" id="knp_paginator.subscriber.sliding_pagination"/>
          <argument>pagination</argument>
        </argument>
        <argument>1</argument>
      </call>
      <call method="addListener">
        <argument>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.MiqedSS"/>
    </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>dev</argument>
    </service>
    <service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.glob" class="Symfony\Component\Routing\Loader\GlobFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</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>dev</argument>
    </service>
    <service id="routing.loader.attribute" class="Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument>dev</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.euaNshl.router.default"/>
      <argument>kernel::loadRoutes</argument>
      <argument type="collection">
        <argument key="cache_dir">C:\dev\apache24\htdocs\gpim\var\cache\dev</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">true</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>
    </service>
    <service id="router.request_context" class="Symfony\Component\Routing\RequestContext" constructor="fromUri">
      <argument></argument>
      <argument>localhost</argument>
      <argument>http</argument>
      <argument>80</argument>
      <argument>443</argument>
    </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>C:\dev\apache24\htdocs\gpim</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>C:\dev\apache24\htdocs\gpim/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)%</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>C:\dev\apache24\htdocs\gpim/.env.dev.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>C:\dev\apache24\htdocs\gpim\var\cache\dev/serialization.php</argument>
    </service>
    <service id="serializer.mapping.cache.symfony" class="Psr\Cache\CacheItemPoolInterface">
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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="lock.store.combined.abstract" class="Symfony\Component\Lock\Store\CombinedStore" abstract="true">
      <argument type="abstract">List of stores</argument>
      <argument type="service" id="lock.strategy.majority"/>
    </service>
    <service id="lock.strategy.majority" class="Symfony\Component\Lock\Strategy\ConsensusStrategy"/>
    <service id="lock.factory.abstract" class="Symfony\Component\Lock\LockFactory" abstract="true">
      <tag name="monolog.logger" channel="lock"/>
      <argument type="abstract">Store</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.lock" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".lock.default.store.jfUb7SL" class="Symfony\Component\Lock\PersistingStoreInterface">
      <tag name="lock.store"/>
      <argument>%env(LOCK_DSN)%</argument>
      <factory class="Symfony\Component\Lock\Store\StoreFactory" method="createStore"/>
    </service>
    <service id="lock.default.factory" class="Symfony\Component\Lock\LockFactory">
      <argument type="service" id=".lock.default.store.jfUb7SL"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.lock" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.rate_limiter" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument>433ORjscuc</argument>
      <argument>0</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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.login_attempts" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="login_attempts">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">3</argument>
        <argument key="interval">15 minutes</argument>
        <argument key="id">login_attempts</argument>
      </argument>
      <argument type="service" id="limiter.storage.login_attempts"/>
      <argument type="service" id="lock.default.factory"/>
    </service>
    <service id="limiter.storage.login_attempts" class="Symfony\Component\RateLimiter\Storage\CacheStorage">
      <argument type="service" id="cache.rate_limiter"/>
    </service>
    <service id="limiter.password_recovery" class="Symfony\Component\RateLimiter\RateLimiterFactory">
      <tag name="password_recovery">rate_limiter</tag>
      <argument type="collection">
        <argument key="policy">fixed_window</argument>
        <argument key="limit">3</argument>
        <argument key="interval">60 minutes</argument>
        <argument key="id">password_recovery</argument>
      </argument>
      <argument type="service" id="limiter.storage.password_recovery"/>
      <argument type="service" id="lock.default.factory"/>
    </service>
    <service id="limiter.storage.password_recovery" 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=".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="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>false</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>false</argument>
    </service>
    <service id="session.storage.factory.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorageFactory">
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>authenticate</argument>
        <argument>logout</argument>
      </argument>
      <argument>false</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.I7PKjC9"/>
      <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\DocumentStoreType">submit</argument>
        <argument key="App\Form\EntrepriseType">submit</argument>
        <argument key="App\Form\EtapeTemplateType">submit</argument>
        <argument key="App\Form\FinancementType">submit</argument>
        <argument key="App\Form\LotType">submit</argument>
        <argument key="App\Form\NiveauAccessType">submit</argument>
        <argument key="App\Form\PaiementCommercialType">submit</argument>
        <argument key="App\Form\PaiementType">submit</argument>
        <argument key="App\Form\PosteType">submit</argument>
        <argument key="App\Form\ProjetType">submit</argument>
        <argument key="App\Form\SouscriptionType">submit</argument>
        <argument key="App\Form\TypeBienType">submit</argument>
        <argument key="App\Form\UserType">submit</argument>
        <argument key="App\Form\Website\EntrepriseWebsiteType">submit</argument>
        <argument key="App\Form\Website\FutureType">submit</argument>
        <argument key="App\Form\Website\StatistiqueType">submit</argument>
        <argument key="App\Form\Website\WebsiteNewsType">submit</argument>
        <argument key="App\Form\Website\WebsitePageType">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>C:\dev\apache24\htdocs\gpim\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>C:\dev\apache24\htdocs\gpim\var\cache\dev/validation.php</argument>
    </service>
    <service id="validator.mapping.cache.adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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.l8f7KSw"/>
    </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>null</argument>
    </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>694s7-mpna</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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.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>null</argument>
    </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 type="service" id=".service_locator.z5tAQ4v"/>
    </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.deduplicate_middleware" class="Symfony\Component\Messenger\Middleware\DeduplicateMiddleware">
      <argument type="service" id="lock.default.factory"/>
    </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>
    </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>
    </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.z5tAQ4v"/>
      <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.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.middleware.deduplicate_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>sync</argument>
      <argument type="collection">
        <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=".service_locator.z5tAQ4v" 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="messenger.transport.async" type="service_closure" id="messenger.transport.async"/>
      </argument>
    </service>
    <service id="mime_types" class="Symfony\Component\Mime\MimeTypes">
      <call method="setDefault">
        <argument type="service" id="mime_types"/>
      </call>
    </service>
    <service id="maker.file_manager" class="Symfony\Bundle\MakerBundle\FileManager">
      <argument type="service" id="filesystem"/>
      <argument type="service" id="maker.autoloader_util"/>
      <argument type="service" id="maker.file_link_formatter"/>
      <argument>C:\dev\apache24\htdocs\gpim</argument>
      <argument>C:\dev\apache24\htdocs\gpim/templates</argument>
    </service>
    <service id="maker.autoloader_finder" class="Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder">
      <argument>App</argument>
    </service>
    <service id="maker.autoloader_util" class="Symfony\Bundle\MakerBundle\Util\AutoloaderUtil">
      <argument type="service" id="maker.autoloader_finder"/>
    </service>
    <service id="maker.file_link_formatter" class="Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter">
      <argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
    </service>
    <service id="maker.event_registry" class="Symfony\Bundle\MakerBundle\EventRegistry">
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="maker.console_error_listener" class="Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="maker.doctrine_helper" class="Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper">
      <argument>App\Entity</argument>
      <argument type="service" id="doctrine" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="default" type="collection">
          <argument type="collection">
            <argument>App\Entity</argument>
            <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
          </argument>
          <argument type="collection">
            <argument>Vich\UploaderBundle\Entity</argument>
            <argument type="service" id="doctrine.orm.default_xml_metadata_driver"/>
          </argument>
        </argument>
      </argument>
    </service>
    <service id="maker.template_linter" class="Symfony\Bundle\MakerBundle\Util\TemplateLinter">
      <argument>%env(default::string:MAKER_PHP_CS_FIXER_BINARY_PATH)%</argument>
      <argument>%env(default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH)%</argument>
    </service>
    <service id="maker.auto_command.abstract" class="Symfony\Bundle\MakerBundle\Command\MakerCommand" abstract="true">
      <argument></argument>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
    </service>
    <service id="maker.generator" class="Symfony\Bundle\MakerBundle\Generator">
      <argument type="service" id="maker.file_manager"/>
      <argument>App</argument>
      <argument>null</argument>
      <argument type="service" id="maker.template_component_generator"/>
    </service>
    <service id="maker.entity_class_generator" class="Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator">
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.doctrine_helper"/>
    </service>
    <service id="maker.user_class_builder" class="Symfony\Bundle\MakerBundle\Security\UserClassBuilder"/>
    <service id="maker.security_config_updater" class="Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater"/>
    <service id="maker.renderer.form_type_renderer" class="Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer">
      <argument type="service" id="maker.generator"/>
    </service>
    <service id="maker.security_controller_builder" class="Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder"/>
    <service id="maker.php_compat_util" class="Symfony\Bundle\MakerBundle\Util\PhpCompatUtil">
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.template_component_generator" class="Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator">
      <argument>true</argument>
      <argument>false</argument>
      <argument>App</argument>
    </service>
    <service id="maker.maker.make_authenticator" class="Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.security_config_updater"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="maker.security_controller_builder"/>
    </service>
    <service id="maker.maker.make_command" class="Symfony\Bundle\MakerBundle\Maker\MakeCommand">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_twig_component" class="Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.maker.make_controller" class="Symfony\Bundle\MakerBundle\Maker\MakeController">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_crud" class="Symfony\Bundle\MakerBundle\Maker\MakeCrud">
      <tag name="maker.command"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="maker.renderer.form_type_renderer"/>
    </service>
    <service id="maker.maker.make_docker_database" class="Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.maker.make_entity" class="Symfony\Bundle\MakerBundle\Maker\MakeEntity">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument>null</argument>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.entity_class_generator"/>
    </service>
    <service id="maker.maker.make_fixtures" class="Symfony\Bundle\MakerBundle\Maker\MakeFixtures">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_form" class="Symfony\Bundle\MakerBundle\Maker\MakeForm">
      <tag name="maker.command"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="maker.renderer.form_type_renderer"/>
    </service>
    <service id="maker.maker.make_functional_test" class="Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest">
      <tag name="maker.command"/>
      <deprecated package="symfony/maker-bundle" version="1.29">The "%service_id%" service is deprecated, use "maker.maker.make_test" instead.</deprecated>
    </service>
    <service id="maker.maker.make_listener" class="Symfony\Bundle\MakerBundle\Maker\MakeListener">
      <tag name="maker.command"/>
      <argument type="service" id="maker.event_registry"/>
    </service>
    <service id="maker.maker.make_message" class="Symfony\Bundle\MakerBundle\Maker\MakeMessage">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.maker.make_messenger_middleware" class="Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_registration_form" class="Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.renderer.form_type_renderer"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="router.default" on-invalid="ignore"/>
    </service>
    <service id="maker.maker.make_reset_password" class="Symfony\Bundle\MakerBundle\Maker\MakeResetPassword">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="maker.entity_class_generator"/>
      <argument type="service" id="router.default" on-invalid="ignore"/>
    </service>
    <service id="maker.maker.make_schedule" class="Symfony\Bundle\MakerBundle\Maker\MakeSchedule">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.maker.make_serializer_encoder" class="Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_serializer_normalizer" class="Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_subscriber" class="Symfony\Bundle\MakerBundle\Maker\MakeSubscriber">
      <tag name="maker.command"/>
      <argument type="service" id="maker.event_registry"/>
      <deprecated package="symfony/maker-bundle" version="1.51">The "%service_id%" service is deprecated, use "maker.maker.make_listener" instead.</deprecated>
    </service>
    <service id="maker.maker.make_twig_extension" class="Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_test" class="Symfony\Bundle\MakerBundle\Maker\MakeTest">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_unit_test" class="Symfony\Bundle\MakerBundle\Maker\MakeUnitTest">
      <tag name="maker.command"/>
      <deprecated package="symfony/maker-bundle" version="1.29">The "%service_id%" service is deprecated, use "maker.maker.make_test" instead.</deprecated>
    </service>
    <service id="maker.maker.make_validator" class="Symfony\Bundle\MakerBundle\Maker\MakeValidator">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_voter" class="Symfony\Bundle\MakerBundle\Maker\MakeVoter">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_user" class="Symfony\Bundle\MakerBundle\Maker\MakeUser">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.user_class_builder"/>
      <argument type="service" id="maker.security_config_updater"/>
      <argument type="service" id="maker.entity_class_generator"/>
      <argument type="service" id="maker.doctrine_helper"/>
    </service>
    <service id="maker.maker.make_migration" class="Symfony\Bundle\MakerBundle\Maker\MakeMigration">
      <tag name="maker.command"/>
      <argument>C:\dev\apache24\htdocs\gpim</argument>
      <argument type="service" id="maker.file_link_formatter"/>
    </service>
    <service id="maker.maker.make_stimulus_controller" class="Symfony\Bundle\MakerBundle\Maker\MakeStimulusController">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_form_login" class="Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.security_config_updater"/>
      <argument type="service" id="maker.security_controller_builder"/>
    </service>
    <service id="maker.maker.make_custom_authenticator" class="Symfony\Bundle\MakerBundle\Maker\Security\MakeCustomAuthenticator">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
    </service>
    <service id="maker.maker.make_webhook" class="Symfony\Bundle\MakerBundle\Maker\MakeWebhook">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
    </service>
    <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">C:\dev\apache24\htdocs\gpim\var\cache\dev/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.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.importmap"/>
      </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="twig.extension.dump"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\AppExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="doctrine.twig.doctrine_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="white_october_breadcrumbs.twig"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Endroid\QrCodeBundle\Twig\QrCodeExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="knp_paginator.twig.extension.pagination"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Vich\UploaderBundle\Twig\Extension\UploaderExtension"/>
      </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>
      <configurator service="twig.configurator.environment" method="configure"/>
    </service>
    <service id="twig.app_variable" class="Symfony\Bridge\Twig\AppVariable">
      <call method="setEnvironment">
        <argument>dev</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="C:\dev\apache24\htdocs\gpim\vendor\symfony\twig-bridge/Resources/views/Email">email</argument>
        <argument key="C:\dev\apache24\htdocs\gpim\vendor\symfony\twig-bridge/Resources/views/Form">null</argument>
      </argument>
      <argument>C:\dev\apache24\htdocs\gpim/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>C:\dev\apache24\htdocs\gpim</argument>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\maker-bundle/templates</argument>
        <argument>Maker</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\maker-bundle/templates</argument>
        <argument>!Maker</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim/templates/bundles/TwigBundle</argument>
        <argument>Twig</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim/templates/bundles/TwigBundle</argument>
        <argument>!Twig</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-bundle/templates</argument>
        <argument>Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-bundle/templates</argument>
        <argument>!Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-migrations-bundle/templates</argument>
        <argument>DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\doctrine\doctrine-migrations-bundle/templates</argument>
        <argument>!DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-bundle/Resources/views</argument>
        <argument>Security</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\security-bundle/Resources/views</argument>
        <argument>!Security</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\debug-bundle/Resources/views</argument>
        <argument>Debug</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\debug-bundle/Resources/views</argument>
        <argument>!Debug</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\mhujer\breadcrumbs-bundle/Resources/views</argument>
        <argument>WhiteOctoberBreadcrumbs</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\mhujer\breadcrumbs-bundle/Resources/views</argument>
        <argument>!WhiteOctoberBreadcrumbs</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/templates</argument>
        <argument>KnpPaginator</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\knplabs\knp-paginator-bundle/templates</argument>
        <argument>!KnpPaginator</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/templates</argument>
        <argument>VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle/templates</argument>
        <argument>!VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim/templates</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\twig-bridge/Resources/views/Email</argument>
        <argument>email</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\vendor\symfony\twig-bridge/Resources/views/Email</argument>
        <argument>!email</argument>
      </call>
      <call method="addPath">
        <argument>C:\dev\apache24\htdocs\gpim\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.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"/>
    <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>null</argument>
      <argument>0</argument>
      <argument>.</argument>
      <argument>,</argument>
    </service>
    <service id="twig.runtime_loader" class="Twig\RuntimeLoader\ContainerRuntimeLoader">
      <argument type="service" id=".service_locator.5fQe2pi"/>
    </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>C:\dev\apache24\htdocs\gpim</argument>
      <argument>%kernel.bundles_metadata%</argument>
      <argument>C:\dev\apache24\htdocs\gpim/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="twig.runtime.importmap" class="Symfony\Bridge\Twig\Extension\ImportMapRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="asset_mapper.importmap.renderer"/>
    </service>
    <service id="twig.extension.importmap" class="Symfony\Bridge\Twig\Extension\ImportMapExtension">
      <tag name="twig.extension"/>
    </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.vgbK6wB"/>
      <argument type="collection">
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.clean.news_images</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>prePersist</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.timestampable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.timestampable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.timestampable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preRemove</argument>
          </argument>
          <argument>vich_uploader.listener.remove.news_images</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postFlush</argument>
          </argument>
          <argument>vich_uploader.listener.remove.news_images</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.news_images</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.news_images</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="serverVersion">5.7.44s</argument>
        <argument key="defaultTableOptions" type="collection"/>
      </argument>
      <argument type="service" id="doctrine.dbal.default_connection.configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <argument type="collection">
        <argument key="enum">string</argument>
      </argument>
      <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.K3.0v.H"/>
    </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>null</argument>
    </service>
    <service id="doctrine.uuid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument>null</argument>
    </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>null</argument>
      <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.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 key="VichUploaderBundle">Vich\UploaderBundle\Entity</argument>
        </argument>
      </call>
      <call method="setMetadataCache">
        <argument type="service" id="cache.doctrine.orm.default.metadata"/>
      </call>
      <call method="setQueryCache">
        <argument type="service" id="cache.doctrine.orm.default.query"/>
      </call>
      <call method="setResultCache">
        <argument type="service" id="cache.doctrine.orm.default.result"/>
      </call>
      <call method="setMetadataDriverImpl">
        <argument type="service" id=".doctrine.orm.default_metadata_driver"/>
      </call>
      <call method="setProxyDir">
        <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/doctrine/orm/Proxies</argument>
      </call>
      <call method="setProxyNamespace">
        <argument>Proxies</argument>
      </call>
      <call method="setAutoGenerateProxyClasses">
        <argument>true</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>
    </service>
    <service id="doctrine.orm.default_attribute_metadata_driver" class="Doctrine\ORM\Mapping\Driver\AttributeDriver">
      <argument type="collection">
        <argument>C:\dev\apache24\htdocs\gpim\src\Entity</argument>
      </argument>
      <argument>true</argument>
    </service>
    <service id="doctrine.orm.default_xml_metadata_driver" class="Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver">
      <argument type="collection">
        <argument key="C:\dev\apache24\htdocs\gpim\vendor\vich\uploader-bundle\config\doctrine">Vich\UploaderBundle\Entity</argument>
      </argument>
      <argument>.orm.xml</argument>
      <argument>true</argument>
      <call method="setGlobalBasename">
        <argument>mapping</argument>
      </call>
    </service>
    <service id="cache.doctrine.orm.default.metadata" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.default.result" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <tag name="cache.pool"/>
    </service>
    <service id="cache.doctrine.orm.default.query" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <tag name="cache.pool"/>
    </service>
    <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>C:\dev\apache24\htdocs\gpim/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="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="main" type="service" id=".service_locator.ku_QD4N"/>
      </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="main" type="service_closure" id="security.user_checker"/>
      </argument>
    </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.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.bsoXAxw"/>
      <argument type="iterator">
        <argument key="security.firewall.map.context.dev" type="service" id=".security.request_matcher.gOpgIHx"/>
        <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>null</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>e6wPAeIdsU</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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>null</argument>
    </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>bqWZnRIcPn</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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.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>FDECFwArDO</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="security.password_hasher_factory" class="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory">
      <argument type="collection">
        <argument key="Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" type="collection">
          <argument key="algorithm">auto</argument>
          <argument key="migrate_from" type="collection"/>
          <argument key="hash_algorithm">sha512</argument>
          <argument key="key_length">40</argument>
          <argument key="ignore_case">false</argument>
          <argument key="encode_as_base64">true</argument>
          <argument key="iterations">5000</argument>
          <argument key="cost">null</argument>
          <argument key="memory_cost">null</argument>
          <argument key="time_cost">null</argument>
        </argument>
        <argument key="App\Entity\User" 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.SVK5D2B"/>
        <argument type="collection">
          <argument>ROLE_TECHNICIEN</argument>
          <argument>ROLE_COMPTABLE</argument>
          <argument>ROLE_SUPERVISEUR</argument>
          <argument>ROLE_ADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.3iqJPTd"/>
        <argument type="collection">
          <argument>ROLE_COMMERCIAL</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.Ayo5Qit"/>
        <argument type="collection">
          <argument>ROLE_CLIENT</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.NNpxCWz"/>
        <argument type="collection">
          <argument>ROLE_CLIENT</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.CUDSgej"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</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="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="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.bsoXAxw"/>
      <argument type="service" id=".service_locator.xRvtKlk"/>
      <argument type="collection">
        <argument key="main" type="collection">
          <argument type="service" id="debug.App\Security\AppAuthenticator"/>
          <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.main" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>main</argument>
      <argument>security.user_checker</argument>
      <argument>null</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>security.user.provider.concrete.app_user_provider</argument>
      <argument>main</argument>
      <argument>App\Security\AppAuthenticator</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>form_login</argument>
        <argument>remember_me</argument>
        <argument>App\Security\AppAuthenticator</argument>
      </argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="path">app_logout</argument>
        <argument key="target">app_login</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_login</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="always_use_default_target_path">false</argument>
          <argument key="default_target_path">/</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>U-2eTFMjKw</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/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">604800</argument>
        <argument key="path">/</argument>
        <argument key="signature_properties" type="collection">
          <argument>password</argument>
        </argument>
        <argument key="user_providers" type="collection"/>
        <argument key="catch_exceptions">true</argument>
        <argument key="name">REMEMBERME</argument>
        <argument key="domain">null</argument>
        <argument key="secure">false</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\AppAuthenticator" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator">
      <argument type="service" id="App\Security\AppAuthenticator"/>
    </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\AppAuthenticator"/>
        <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="security.user_checker"/>
    </service>
    <service id="security.exception_listener.main" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>main</argument>
      <argument type="service" id="App\Security\AppAuthenticator"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id=".service_locator.ku_QD4N" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Security\AppAuthenticator" type="service_closure" id="App\Security\AppAuthenticator"/>
        <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.bsoXAxw" 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.main" type="service_closure" id="security.firewall.map.context.main"/>
      </argument>
    </service>
    <service id=".security.request_matcher.pqyCXG8" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin</argument>
    </service>
    <service id=".security.request_matcher.SVK5D2B" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.pqyCXG8"/>
      </argument>
    </service>
    <service id=".security.request_matcher.PiEyJS0" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/commercial</argument>
    </service>
    <service id=".security.request_matcher.3iqJPTd" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.PiEyJS0"/>
      </argument>
    </service>
    <service id=".security.request_matcher.QpLIi0P" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/client</argument>
    </service>
    <service id=".security.request_matcher.Ayo5Qit" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.QpLIi0P"/>
      </argument>
    </service>
    <service id=".security.request_matcher.pHgkWWi" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/espace-client</argument>
    </service>
    <service id=".security.request_matcher.NNpxCWz" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.pHgkWWi"/>
      </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.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>App\Entity\User</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.nested"/>
      </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>C:\dev\apache24\htdocs\gpim\var\log/dev.log</argument>
      <argument>debug</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="monolog.handler.nested" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>C:\dev\apache24\htdocs\gpim\var\log/dev.log</argument>
      <argument>debug</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="twig.extension.dump" class="Symfony\Bridge\Twig\Extension\DumpExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="var_dumper.cloner"/>
      <argument type="service" id="var_dumper.html_dumper"/>
    </service>
    <service id="data_collector.dump" class="Symfony\Component\HttpKernel\DataCollector\DumpDataCollector" public="true">
      <tag name="data_collector" id="dump" template="@Debug/Profiler/dump.html.twig" priority="240"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
      <argument>UTF-8</argument>
      <argument>null</argument>
      <argument type="service" id="var_dumper.server_connection"/>
    </service>
    <service id="debug.dump_listener" class="Symfony\Component\HttpKernel\EventListener\DumpListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="var_dumper.cloner"/>
      <argument type="service" id="var_dumper.contextualized_cli_dumper"/>
      <argument type="service" id="var_dumper.server_connection"/>
    </service>
    <service id="var_dumper.cloner" class="Symfony\Component\VarDumper\Cloner\VarCloner" public="true">
      <call method="setMaxItems">
        <argument>2500</argument>
      </call>
      <call method="setMinDepth">
        <argument>1</argument>
      </call>
      <call method="setMaxString">
        <argument>-1</argument>
      </call>
      <call method="addCasters">
        <argument type="collection">
          <argument key="Closure">Symfony\Component\VarDumper\Caster\ReflectionCaster::unsetClosureFileInfo</argument>
        </argument>
      </call>
    </service>
    <service id="var_dumper.contextualized_cli_dumper" class="Symfony\Component\VarDumper\Dumper\ContextualizedDumper">
      <tag name="container.decorator" id="var_dumper.cli_dumper" inner="var_dumper.contextualized_cli_dumper.inner"/>
      <argument type="service" id="var_dumper.contextualized_cli_dumper.inner"/>
      <argument type="collection">
        <argument key="source" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider">
            <argument>UTF-8</argument>
            <argument>C:\dev\apache24\htdocs\gpim</argument>
            <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
          </service>
        </argument>
      </argument>
    </service>
    <service id="var_dumper.html_dumper" class="Symfony\Component\VarDumper\Dumper\HtmlDumper">
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>0</argument>
      <call method="setDisplayOptions">
        <argument type="collection">
          <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
        </argument>
      </call>
    </service>
    <service id="var_dumper.server_connection" class="Symfony\Component\VarDumper\Server\Connection">
      <argument>tcp://%env(VAR_DUMPER_SERVER)%</argument>
      <argument type="collection">
        <argument key="source" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider">
            <argument>UTF-8</argument>
            <argument>C:\dev\apache24\htdocs\gpim</argument>
            <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
          </service>
        </argument>
        <argument key="request" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider">
            <argument type="service" id="request_stack"/>
          </service>
        </argument>
        <argument key="cli" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider"/>
        </argument>
      </argument>
    </service>
    <service id="var_dumper.dump_server" class="Symfony\Component\VarDumper\Server\DumpServer">
      <tag name="monolog.logger" channel="debug"/>
      <argument>tcp://%env(VAR_DUMPER_SERVER)%</argument>
      <argument type="service" id="monolog.logger.debug" on-invalid="null"/>
    </service>
    <service id="var_dumper.command.server_dump" class="Symfony\Component\VarDumper\Command\ServerDumpCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="var_dumper.dump_server"/>
      <argument type="collection">
        <argument key="cli" type="service">
          <service class="Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor">
            <argument type="service" id="var_dumper.contextualized_cli_dumper.inner"/>
          </service>
        </argument>
        <argument key="html" type="service">
          <service class="Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor">
            <argument type="service" id="var_dumper.html_dumper"/>
          </service>
        </argument>
      </argument>
      <call method="setName">
        <argument>server:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Start a dump server that collects and displays dumps in a single place</argument>
      </call>
    </service>
    <service id="monolog.command.server_log" class="Symfony\Bridge\Monolog\Command\ServerLogCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>server:log</argument>
      </call>
      <call method="setDescription">
        <argument>Start a log server that displays logs in real time</argument>
      </call>
    </service>
    <service id="stof_doctrine_extensions.tool.actor_provider" class="Stof\DoctrineExtensionsBundle\Tool\TokenStorageActorProvider">
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <argument type="service" id="security.authorization_checker" on-invalid="null"/>
    </service>
    <service id="stof_doctrine_extensions.tool.ip_address_provider" class="Stof\DoctrineExtensionsBundle\Tool\RequestStackIpAddressProvider">
      <argument type="service" id="request_stack" on-invalid="null"/>
    </service>
    <service id="stof_doctrine_extensions.listener.timestampable" class="Gedmo\Timestampable\TimestampableListener">
      <tag name="doctrine.event_listener" connection="default" event="prePersist"/>
      <tag name="doctrine.event_listener" connection="default" event="onFlush"/>
      <tag name="doctrine.event_listener" connection="default" event="loadClassMetadata"/>
      <call method="setCacheItemPool">
        <argument type="service" id="stof_doctrine_extensions.metadata_cache"/>
      </call>
      <call method="setClock">
        <argument type="service" id="clock" on-invalid="ignore"/>
      </call>
      <call method="setAnnotationReader">
        <argument type="service" id=".stof_doctrine_extensions.reader" on-invalid="ignore"/>
      </call>
    </service>
    <service id="stof_doctrine_extensions.metadata_cache" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" class="WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs">
      <tag name="kernel.reset" method="clear"/>
      <call method="setRouter">
        <argument type="service" id="router.default"/>
      </call>
    </service>
    <service id="white_october_breadcrumbs.helper" class="WhiteOctober\BreadcrumbsBundle\Templating\Helper\BreadcrumbsHelper" public="true">
      <argument type="service" id="twig"/>
      <argument type="service" id="WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs"/>
      <argument>%white_october_breadcrumbs.options%</argument>
    </service>
    <service id="white_october_breadcrumbs.twig" class="WhiteOctober\BreadcrumbsBundle\Twig\Extension\BreadcrumbsExtension" public="true">
      <tag name="twig.extension"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="knp_snappy.pdf" class="Knp\Snappy\Pdf" public="true">
      <tag name="monolog.logger" channel="snappy"/>
      <argument>wkhtmltopdf</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.snappy" on-invalid="ignore"/>
      </call>
    </service>
    <service id="knp_snappy.image" class="Knp\Snappy\Image" public="true">
      <tag name="monolog.logger" channel="snappy"/>
      <argument>wkhtmltoimage</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.snappy" on-invalid="ignore"/>
      </call>
    </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>connect_google_check</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="Endroid\QrCodeBundle\Controller\GenerateController" class="Endroid\QrCodeBundle\Controller\GenerateController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <argument type="service" id="Endroid\QrCode\Builder\BuilderRegistry"/>
    </service>
    <service id="Endroid\QrCode\Writer\BinaryWriter" class="Endroid\QrCode\Writer\BinaryWriter" autowire="true" autoconfigure="true"/>
    <service id="Endroid\QrCode\Writer\DebugWriter" class="Endroid\QrCode\Writer\DebugWriter" autowire="true" autoconfigure="true"/>
    <service id="Endroid\QrCode\Writer\EpsWriter" class="Endroid\QrCode\Writer\EpsWriter" autowire="true" autoconfigure="true"/>
    <service id="Endroid\QrCode\Writer\GifWriter" class="Endroid\QrCode\Writer\GifWriter" autowire="true" autoconfigure="true"/>
    <service id="Endroid\QrCode\Writer\PdfWriter" class="Endroid\QrCode\Writer\PdfWriter" autowire="true" autoconfigure="true"/>
    <service id="Endroid\QrCode\Writer\PngWriter" class="Endroid\QrCode\Writer\PngWriter" autowire="true" autoconfigure="true"/>
    <service id="Endroid\QrCode\Writer\SvgWriter" class="Endroid\QrCode\Writer\SvgWriter" autowire="true" autoconfigure="true"/>
    <service id="Endroid\QrCode\Writer\WebPWriter" class="Endroid\QrCode\Writer\WebPWriter" autowire="true" autoconfigure="true"/>
    <service id="Endroid\QrCode\Builder\Builder" class="Endroid\QrCode\Builder\Builder" autowire="true" autoconfigure="true"/>
    <service id="Endroid\QrCode\Builder\BuilderRegistry" class="Endroid\QrCode\Builder\BuilderRegistry" autowire="true" autoconfigure="true">
      <call method="set">
        <argument>default</argument>
        <argument type="service">
          <service class="Endroid\QrCode\Builder\Builder" autowire="true">
            <argument type="service" id="Endroid\QrCode\Writer\PngWriter"/>
            <argument type="collection"/>
            <argument>false</argument>
            <argument></argument>
            <argument type="service">
              <service class="Endroid\QrCode\Encoding\Encoding">
                <argument>UTF-8</argument>
              </service>
            </argument>
            <argument type="constant">Endroid\QrCode\ErrorCorrectionLevel::Low</argument>
            <argument>300</argument>
            <argument>10</argument>
            <argument type="constant">Endroid\QrCode\RoundBlockSizeMode::Margin</argument>
          </service>
        </argument>
      </call>
    </service>
    <service id="Endroid\QrCodeBundle\Twig\QrCodeExtension" class="Endroid\QrCodeBundle\Twig\QrCodeExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="Endroid\QrCodeBundle\Twig\QrCodeRuntime" class="Endroid\QrCodeBundle\Twig\QrCodeRuntime" autowire="true" autoconfigure="true">
      <tag name="twig.runtime"/>
      <argument type="service" id="Endroid\QrCode\Builder\BuilderRegistry"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="endroid_qr_code.default_builder" class="Endroid\QrCode\Builder\Builder" autowire="true">
      <argument type="service" id="Endroid\QrCode\Writer\PngWriter"/>
      <argument type="collection"/>
      <argument>false</argument>
      <argument></argument>
      <argument type="service">
        <service class="Endroid\QrCode\Encoding\Encoding">
          <argument>UTF-8</argument>
        </service>
      </argument>
      <argument type="constant">Endroid\QrCode\ErrorCorrectionLevel::Low</argument>
      <argument>300</argument>
      <argument>10</argument>
      <argument type="constant">Endroid\QrCode\RoundBlockSizeMode::Margin</argument>
    </service>
    <service id="knp_paginator" class="Knp\Component\Pager\Paginator" public="true" lazy="true">
      <tag name="proxy" interface="Knp\Component\Pager\PaginatorInterface"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess"/>
      <argument type="service" id="doctrine.dbal.default_connection" on-invalid="null"/>
      <call method="setDefaultPaginatorOptions">
        <argument type="collection">
          <argument key="pageParameterName">page</argument>
          <argument key="sortFieldParameterName">sort</argument>
          <argument key="sortDirectionParameterName">direction</argument>
          <argument key="filterFieldParameterName">filterField</argument>
          <argument key="filterValueParameterName">filterValue</argument>
          <argument key="distinct">true</argument>
          <argument key="pageOutOfRange">ignore</argument>
          <argument key="defaultLimit">10</argument>
        </argument>
      </call>
    </service>
    <service id="Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess" class="Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="knp_paginator.subscriber.paginate" class="Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.sortable" class="Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.filtration" class="Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="knp_paginator.subscriber.sliding_pagination" class="Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <tag name="container.hot_path"/>
      <argument type="collection">
        <argument key="defaultPaginationTemplate">@KnpPaginator/Pagination/bootstrap_v5_pagination.html.twig</argument>
        <argument key="defaultRelLinksTemplate">@KnpPaginator/Pagination/rel_links.html.twig</argument>
        <argument key="defaultSortableTemplate">@KnpPaginator/Pagination/sortable_link.html.twig</argument>
        <argument key="defaultFiltrationTemplate">@KnpPaginator/Pagination/filtration.html.twig</argument>
        <argument key="defaultPageRange">5</argument>
        <argument key="defaultPageLimit">null</argument>
      </argument>
    </service>
    <service id="knp_paginator.helper.processor" class="Knp\Bundle\PaginatorBundle\Helper\Processor">
      <argument type="service" id="router.default"/>
      <argument type="service" id="translator.default" on-invalid="null"/>
    </service>
    <service id="knp_paginator.twig.extension.pagination" class="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime" class="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="knp_paginator.helper.processor"/>
      <argument>page</argument>
      <argument>false</argument>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.news_images" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" autowire="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="vich_uploader.adapter.mongodb" class="Vich\UploaderBundle\Adapter\ODM\MongoDB\MongoDBAdapter"/>
    <service id="vich_uploader.adapter.orm" class="Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter"/>
    <service id="vich_uploader.adapter.phpcr" class="Vich\UploaderBundle\Adapter\PHPCR\PHPCRAdapter"/>
    <service id="vich_uploader.listener.doctrine.base" abstract="true">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.orm" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.orm" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.orm" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.orm" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.storage.file_system" class="Vich\UploaderBundle\Storage\FileSystemStorage">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
    </service>
    <service id="vich_uploader.file_injector" class="Vich\UploaderBundle\Injector\FileInjector">
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="vich_uploader.metadata.file_locator" class="Metadata\Driver\FileLocator">
      <argument type="collection"/>
    </service>
    <service id="vich_uploader.metadata.attribute_reader" class="Vich\UploaderBundle\Metadata\Driver\AttributeReader"/>
    <service id="vich_uploader.metadata_driver.attribute" class="Vich\UploaderBundle\Metadata\Driver\AttributeDriver">
      <argument type="service" id="vich_uploader.metadata.reader"/>
      <argument type="collection">
        <argument type="service" id="doctrine"/>
      </argument>
    </service>
    <service id="vich_uploader.metadata_driver.annotation" class="Vich\UploaderBundle\Metadata\Driver\AnnotationDriver">
      <argument type="service" id="vich_uploader.metadata.reader"/>
      <argument>null</argument>
      <deprecated package="vich/uploader-bundle" version="2.9">The "%service_id%" service is deprecated, use "vich_uploader.metadata_driver.attribute" instead.</deprecated>
    </service>
    <service id="vich_uploader.metadata_driver.xml" class="Vich\UploaderBundle\Metadata\Driver\XmlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.yml" class="Vich\UploaderBundle\Metadata\Driver\YmlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.yaml" class="Vich\UploaderBundle\Metadata\Driver\YamlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.chain" class="Metadata\Driver\DriverChain">
      <argument type="collection">
        <argument type="service" id="vich_uploader.metadata_driver.xml"/>
        <argument type="service">
          <service class="Vich\UploaderBundle\Metadata\Driver\AttributeDriver">
            <argument type="service" id="vich_uploader.metadata.reader"/>
            <argument type="collection">
              <argument type="service" id="doctrine"/>
            </argument>
          </service>
        </argument>
        <argument type="service" id="vich_uploader.metadata_driver.yaml"/>
        <argument type="service" id="vich_uploader.metadata_driver.yml"/>
      </argument>
    </service>
    <service id="vich_uploader.metadata.cache.file_cache" class="Metadata\Cache\FileCache">
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/vich_uploader</argument>
    </service>
    <service id="vich_uploader.metadata_factory" class="Metadata\MetadataFactory">
      <argument type="service" id="vich_uploader.metadata_driver.chain"/>
      <argument>Metadata\ClassHierarchyMetadata</argument>
      <argument>true</argument>
      <call method="setCache">
        <argument type="service" id="vich_uploader.metadata.cache.file_cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="vich_uploader.metadata_reader" class="Vich\UploaderBundle\Metadata\MetadataReader">
      <argument type="service" id="vich_uploader.metadata_factory"/>
    </service>
    <service id="Vich\UploaderBundle\Metadata\CacheWarmer" class="Vich\UploaderBundle\Metadata\CacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument>C:\dev\apache24\htdocs\gpim\var\cache\dev/vich_uploader</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
    </service>
    <service id="vich_uploader.property_mapping_resolver" class="Vich\UploaderBundle\Mapping\PropertyMappingResolver">
      <argument type="tagged_iterator" tag="vich_uploader.namer"/>
      <argument type="tagged_iterator" tag="vich_uploader.dir_namer"/>
      <argument>%vich_uploader.mappings%</argument>
      <argument>_name</argument>
    </service>
    <service id="vich_uploader.property_mapping_factory" class="Vich\UploaderBundle\Mapping\PropertyMappingFactory">
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.property_mapping_resolver"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\UniqidNamer" class="Vich\UploaderBundle\Naming\UniqidNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\PropertyNamer" class="Vich\UploaderBundle\Naming\PropertyNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\OrignameNamer" class="Vich\UploaderBundle\Naming\OrignameNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\HashNamer" class="Vich\UploaderBundle\Naming\HashNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\Base64Namer" class="Vich\UploaderBundle\Naming\Base64Namer" autowire="true">
      <tag name="vich_uploader.namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" class="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" autowire="true">
      <tag name="vich_uploader.dir_namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" class="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" autowire="true">
      <tag name="vich_uploader.dir_namer"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" class="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" autowire="true">
      <tag name="vich_uploader.dir_namer"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" class="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" autowire="true">
      <tag name="vich_uploader.dir_namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Util\Transliterator" class="Vich\UploaderBundle\Util\Transliterator">
      <argument type="service" id="slugger"/>
    </service>
    <service id="vich_uploader.download_handler" class="Vich\UploaderBundle\Handler\DownloadHandler" public="true">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="vich_uploader.upload_handler" class="Vich\UploaderBundle\Handler\UploadHandler" public="true">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.file_injector"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="vich_uploader.command.mapping_debug_class" class="Vich\UploaderBundle\Command\MappingDebugClassCommand">
      <tag name="console.command" command="vich:mapping:debug-class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <call method="setName">
        <argument>vich:mapping:debug-class</argument>
      </call>
      <call method="setDescription">
        <argument>Debug a class.</argument>
      </call>
    </service>
    <service id="vich_uploader.command.mapping_debug" class="Vich\UploaderBundle\Command\MappingDebugCommand">
      <tag name="console.command" command="vich:mapping:debug"/>
      <tag name="container.no_preload"/>
      <argument>%vich_uploader.mappings%</argument>
      <call method="setName">
        <argument>vich:mapping:debug</argument>
      </call>
      <call method="setDescription">
        <argument>Debug a mapping.</argument>
      </call>
    </service>
    <service id="vich_uploader.command.mapping_list_classes" class="Vich\UploaderBundle\Command\MappingListClassesCommand">
      <tag name="console.command" command="vich:mapping:list-classes"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <call method="setName">
        <argument>vich:mapping:list-classes</argument>
      </call>
      <call method="setDescription">
        <argument>Searches for uploadable classes.</argument>
      </call>
    </service>
    <service id="Vich\UploaderBundle\DataCollector\MappingCollector" class="Vich\UploaderBundle\DataCollector\MappingCollector">
      <tag name="data_collector" template="@VichUploader/Collector/mapping_collector.html.twig" id="vich_uploader.mapping_collector"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
    </service>
    <service id="vich_uploader.form.type.file" class="Vich\UploaderBundle\Form\Type\VichFileType" public="true">
      <tag name="form.type" alias="vich_file"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="vich_uploader.form.type.image" class="Vich\UploaderBundle\Form\Type\VichImageType" public="true">
      <tag name="form.type" alias="vich_image"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="property_accessor"/>
      <argument>null</argument>
    </service>
    <service id="Vich\UploaderBundle\Templating\Helper\UploaderHelper" class="Vich\UploaderBundle\Templating\Helper\UploaderHelper">
      <tag name="templating.helper" alias="vich_uploader"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="Vich\UploaderBundle\Twig\Extension\UploaderExtension" class="Vich\UploaderBundle\Twig\Extension\UploaderExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime" class="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="Vich\UploaderBundle\Templating\Helper\UploaderHelper"/>
    </service>
    <service id="vich_uploader.metadata.reader" class="Vich\UploaderBundle\Metadata\Driver\AttributeReader"/>
    <service id="vich_uploader.listener.clean.news_images" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_listener" event="preUpdate" priority="50"/>
      <argument>news_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.news_images" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_listener" event="preRemove" priority="0"/>
      <tag name="doctrine.event_listener" event="postFlush" priority="0"/>
      <argument>news_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.news_images" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_listener" event="prePersist" priority="0"/>
      <tag name="doctrine.event_listener" event="preUpdate" priority="0"/>
      <argument>news_images</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController" class="App\Controller\Admin\AdminController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController" class="App\Controller\Admin\AdminController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\AdminController" class="App\Controller\Admin\AdminController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ClientController" class="App\Controller\Admin\ClientController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ClientController" class="App\Controller\Admin\ClientController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\ClientController" class="App\Controller\Admin\ClientController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EntrepriseController" class="App\Controller\Admin\EntrepriseController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EntrepriseController" class="App\Controller\Admin\EntrepriseController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\EntrepriseController" class="App\Controller\Admin\EntrepriseController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LotController" class="App\Controller\Admin\LotController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LotController" class="App\Controller\Admin\LotController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\LotController" class="App\Controller\Admin\LotController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LotEtapeController" class="App\Controller\Admin\LotEtapeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LotEtapeController" class="App\Controller\Admin\LotEtapeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\LotEtapeController" class="App\Controller\Admin\LotEtapeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NiveauAccessController" class="App\Controller\Admin\NiveauAccessController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NiveauAccessController" class="App\Controller\Admin\NiveauAccessController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\NiveauAccessController.0.App\Controller\Admin\NiveauAccessController" class="App\Controller\Admin\NiveauAccessController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\NiveauAccessController" class="App\Controller\Admin\NiveauAccessController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PaiementController" class="App\Controller\Admin\PaiementController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PaiementController" class="App\Controller\Admin\PaiementController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\PaiementController" class="App\Controller\Admin\PaiementController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PortefeuilleClientController" class="App\Controller\Admin\PortefeuilleClientController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PortefeuilleClientController" class="App\Controller\Admin\PortefeuilleClientController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\PortefeuilleClientController" class="App\Controller\Admin\PortefeuilleClientController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PosteController" class="App\Controller\Admin\PosteController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PosteController" class="App\Controller\Admin\PosteController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\Admin\PosteController.0.App\Controller\Admin\PosteController" class="App\Controller\Admin\PosteController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\PosteController" class="App\Controller\Admin\PosteController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProjetController" class="App\Controller\Admin\ProjetController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProjetController" class="App\Controller\Admin\ProjetController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\ProjetController" class="App\Controller\Admin\ProjetController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SouscriptionController" class="App\Controller\Admin\SouscriptionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SouscriptionController" class="App\Controller\Admin\SouscriptionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\SouscriptionController" class="App\Controller\Admin\SouscriptionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TechniqueController" class="App\Controller\Admin\TechniqueController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TechniqueController" class="App\Controller\Admin\TechniqueController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\TechniqueController" class="App\Controller\Admin\TechniqueController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TypeBienController" class="App\Controller\Admin\TypeBienController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TypeBienController" class="App\Controller\Admin\TypeBienController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\TypeBienController" class="App\Controller\Admin\TypeBienController" 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=".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\Admin\WebsiteNewsController" class="App\Controller\Admin\WebsiteNewsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WebsiteNewsController" class="App\Controller\Admin\WebsiteNewsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\WebsiteNewsController" class="App\Controller\Admin\WebsiteNewsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WebsitePageController" class="App\Controller\Admin\WebsitePageController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WebsitePageController" class="App\Controller\Admin\WebsitePageController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\WebsitePageController" class="App\Controller\Admin\WebsitePageController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WebsiteProjetController" class="App\Controller\Admin\WebsiteProjetController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WebsiteProjetController" class="App\Controller\Admin\WebsiteProjetController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\WebsiteProjetController" class="App\Controller\Admin\WebsiteProjetController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\WebsiteStaffController" class="App\Controller\Admin\WebsiteStaffController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\WebsiteStaffController" class="App\Controller\Admin\WebsiteStaffController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\WebsiteStaffController" class="App\Controller\Admin\WebsiteStaffController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ClientDocumentController" class="App\Controller\Client\ClientDocumentController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ClientDocumentController" class="App\Controller\Client\ClientDocumentController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Client\ClientDocumentController" class="App\Controller\Client\ClientDocumentController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ClientFinanceController" class="App\Controller\Client\ClientFinanceController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ClientFinanceController" class="App\Controller\Client\ClientFinanceController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Client\ClientFinanceController" class="App\Controller\Client\ClientFinanceController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ClientProjetController" class="App\Controller\Client\ClientProjetController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ClientProjetController" class="App\Controller\Client\ClientProjetController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Client\ClientProjetController" class="App\Controller\Client\ClientProjetController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\ClientReclamationController" class="App\Controller\Client\ClientReclamationController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\ClientReclamationController" class="App\Controller\Client\ClientReclamationController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Client\ClientReclamationController" class="App\Controller\Client\ClientReclamationController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Client\DashboardController" class="App\Controller\Client\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Client\DashboardController" class="App\Controller\Client\DashboardController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Client\DashboardController" class="App\Controller\Client\DashboardController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\CommercialPortefeuilleController" class="App\Controller\Commercial\CommercialPortefeuilleController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\CommercialPortefeuilleController" class="App\Controller\Commercial\CommercialPortefeuilleController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\CommercialPortefeuilleController" class="App\Controller\Commercial\CommercialPortefeuilleController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\CommercialSouscriptionController" class="App\Controller\Commercial\CommercialSouscriptionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\CommercialSouscriptionController" class="App\Controller\Commercial\CommercialSouscriptionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\CommercialSouscriptionController" class="App\Controller\Commercial\CommercialSouscriptionController" 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=".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\Tabs\CRMTabController" class="App\Controller\Commercial\Tabs\CRMTabController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\Tabs\CRMTabController" class="App\Controller\Commercial\Tabs\CRMTabController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\Tabs\CRMTabController" class="App\Controller\Commercial\Tabs\CRMTabController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\Tabs\ChantierTabController" class="App\Controller\Commercial\Tabs\ChantierTabController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\Tabs\ChantierTabController" class="App\Controller\Commercial\Tabs\ChantierTabController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\Tabs\ChantierTabController" class="App\Controller\Commercial\Tabs\ChantierTabController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\Tabs\ContratTabController" class="App\Controller\Commercial\Tabs\ContratTabController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\Tabs\ContratTabController" class="App\Controller\Commercial\Tabs\ContratTabController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\Tabs\ContratTabController" class="App\Controller\Commercial\Tabs\ContratTabController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\Tabs\DashboardTabController" class="App\Controller\Commercial\Tabs\DashboardTabController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\Tabs\DashboardTabController" class="App\Controller\Commercial\Tabs\DashboardTabController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\Tabs\DashboardTabController" class="App\Controller\Commercial\Tabs\DashboardTabController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\Tabs\DocumentTabController" class="App\Controller\Commercial\Tabs\DocumentTabController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\Tabs\DocumentTabController" class="App\Controller\Commercial\Tabs\DocumentTabController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\Tabs\DocumentTabController" class="App\Controller\Commercial\Tabs\DocumentTabController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\Tabs\PaiementTabController" class="App\Controller\Commercial\Tabs\PaiementTabController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\Tabs\PaiementTabController" class="App\Controller\Commercial\Tabs\PaiementTabController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\Tabs\PaiementTabController" class="App\Controller\Commercial\Tabs\PaiementTabController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\Tabs\ProfilClientTabController" class="App\Controller\Commercial\Tabs\ProfilClientTabController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\Tabs\ProfilClientTabController" class="App\Controller\Commercial\Tabs\ProfilClientTabController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\Tabs\ProfilClientTabController" class="App\Controller\Commercial\Tabs\ProfilClientTabController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Commercial\Tabs\SupportTabController" class="App\Controller\Commercial\Tabs\SupportTabController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Commercial\Tabs\SupportTabController" class="App\Controller\Commercial\Tabs\SupportTabController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Commercial\Tabs\SupportTabController" class="App\Controller\Commercial\Tabs\SupportTabController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LotApiController" class="App\Controller\LotApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LotApiController" class="App\Controller\LotApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\LotApiController" class="App\Controller\LotApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainController" class="App\Controller\MainController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainController" class="App\Controller\MainController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MainController" class="App\Controller\MainController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" abstract="true"/>
    <service id=".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shared\DocumentSharedController" class="App\Controller\Shared\DocumentSharedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shared\DocumentSharedController" class="App\Controller\Shared\DocumentSharedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Shared\DocumentSharedController" class="App\Controller\Shared\DocumentSharedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shared\LotSharedController" class="App\Controller\Shared\LotSharedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shared\LotSharedController" class="App\Controller\Shared\LotSharedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Shared\LotSharedController" class="App\Controller\Shared\LotSharedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shared\PaiementSharedController" class="App\Controller\Shared\PaiementSharedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shared\PaiementSharedController" class="App\Controller\Shared\PaiementSharedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Shared\PaiementSharedController" class="App\Controller\Shared\PaiementSharedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shared\SouscriptionSharedController" class="App\Controller\Shared\SouscriptionSharedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shared\SouscriptionSharedController" class="App\Controller\Shared\SouscriptionSharedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Shared\SouscriptionSharedController" class="App\Controller\Shared\SouscriptionSharedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shared\UserSharedController" class="App\Controller\Shared\UserSharedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shared\UserSharedController" class="App\Controller\Shared\UserSharedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Shared\UserSharedController" class="App\Controller\Shared\UserSharedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SouscriptionController" class="App\Controller\SouscriptionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SouscriptionController" class="App\Controller\SouscriptionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SouscriptionController" class="App\Controller\SouscriptionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserprofilController" class="App\Controller\UserprofilController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserprofilController" class="App\Controller\UserprofilController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\UserprofilController" class="App\Controller\UserprofilController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Visiteur\AboutController" class="App\Controller\Visiteur\AboutController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Visiteur\AboutController" class="App\Controller\Visiteur\AboutController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Visiteur\AboutController" class="App\Controller\Visiteur\AboutController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Visiteur\ConstructionVenteController" class="App\Controller\Visiteur\ConstructionVenteController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Visiteur\ConstructionVenteController" class="App\Controller\Visiteur\ConstructionVenteController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Visiteur\ConstructionVenteController" class="App\Controller\Visiteur\ConstructionVenteController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Visiteur\ContactController" class="App\Controller\Visiteur\ContactController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Visiteur\ContactController" class="App\Controller\Visiteur\ContactController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Visiteur\ContactController" class="App\Controller\Visiteur\ContactController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Visiteur\GalleryController" class="App\Controller\Visiteur\GalleryController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Visiteur\GalleryController" class="App\Controller\Visiteur\GalleryController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Visiteur\GalleryController" class="App\Controller\Visiteur\GalleryController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Visiteur\IndexController" class="App\Controller\Visiteur\IndexController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Visiteur\IndexController" class="App\Controller\Visiteur\IndexController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Visiteur\IndexController" class="App\Controller\Visiteur\IndexController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Visiteur\NewsController" class="App\Controller\Visiteur\NewsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Visiteur\NewsController" class="App\Controller\Visiteur\NewsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Visiteur\NewsController" class="App\Controller\Visiteur\NewsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Visiteur\ProgrammesController" class="App\Controller\Visiteur\ProgrammesController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Visiteur\ProgrammesController" class="App\Controller\Visiteur\ProgrammesController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Visiteur\ProgrammesController" class="App\Controller\Visiteur\ProgrammesController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\ModeFinancement" class="App\Enum\ModeFinancement" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\ModeFinancement" class="App\Enum\ModeFinancement" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\MoyenPaiement" class="App\Enum\MoyenPaiement" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\MoyenPaiement" class="App\Enum\MoyenPaiement" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\StatutDossier" class="App\Enum\StatutDossier" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\StatutDossier" class="App\Enum\StatutDossier" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\StatutFoncier" class="App\Enum\StatutFoncier" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\StatutFoncier" class="App\Enum\StatutFoncier" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\StatutLot" class="App\Enum\StatutLot" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\StatutLot" class="App\Enum\StatutLot" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\StatutVerification" class="App\Enum\StatutVerification" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\StatutVerification" class="App\Enum\StatutVerification" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\TypeBien" class="App\Enum\TypeBien" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\TypeBien" class="App\Enum\TypeBien" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\TypeBusiness" class="App\Enum\TypeBusiness" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\TypeBusiness" class="App\Enum\TypeBusiness" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\TypeDocument" class="App\Enum\TypeDocument" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\TypeDocument" class="App\Enum\TypeDocument" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.UnitEnum.0.App\Enum\TypeEchange" class="App\Enum\TypeEchange" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Enum\TypeEchange" class="App\Enum\TypeEchange" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentStoreType" class="App\Form\DocumentStoreType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\DocumentStoreType" class="App\Form\DocumentStoreType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EntrepriseType" class="App\Form\EntrepriseType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\EntrepriseType" class="App\Form\EntrepriseType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EtapeTemplateType" class="App\Form\EtapeTemplateType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\EtapeTemplateType" class="App\Form\EtapeTemplateType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FinancementType" class="App\Form\FinancementType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\FinancementType" class="App\Form\FinancementType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LotType" class="App\Form\LotType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\LotType" class="App\Form\LotType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NiveauAccessType" class="App\Form\NiveauAccessType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\NiveauAccessType" class="App\Form\NiveauAccessType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaiementCommercialType" class="App\Form\PaiementCommercialType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\PaiementCommercialType" class="App\Form\PaiementCommercialType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaiementType" class="App\Form\PaiementType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\PaiementType" class="App\Form\PaiementType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PosteType" class="App\Form\PosteType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\PosteType" class="App\Form\PosteType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProjetType" class="App\Form\ProjetType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ProjetType" class="App\Form\ProjetType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SouscriptionType" class="App\Form\SouscriptionType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\SouscriptionType" class="App\Form\SouscriptionType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TypeBienType" class="App\Form\TypeBienType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\TypeBienType" class="App\Form\TypeBienType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" class="App\Form\UserType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\UserType" class="App\Form\UserType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\EntrepriseWebsiteType" class="App\Form\Website\EntrepriseWebsiteType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Website\EntrepriseWebsiteType" class="App\Form\Website\EntrepriseWebsiteType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\FutureType" class="App\Form\Website\FutureType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Website\FutureType" class="App\Form\Website\FutureType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\StatistiqueType" class="App\Form\Website\StatistiqueType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Website\StatistiqueType" class="App\Form\Website\StatistiqueType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\WebsiteNewsType" class="App\Form\Website\WebsiteNewsType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Website\WebsiteNewsType" class="App\Form\Website\WebsiteNewsType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Website\WebsitePageType" class="App\Form\Website\WebsitePageType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Website\WebsitePageType" class="App\Form\Website\WebsitePageType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentStoreRepository" class="App\Repository\DocumentStoreRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\DocumentStoreRepository" class="App\Repository\DocumentStoreRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EchangeRepository" class="App\Repository\EchangeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EchangeRepository" class="App\Repository\EchangeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EcheancePrevueRepository" class="App\Repository\EcheancePrevueRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EcheancePrevueRepository" class="App\Repository\EcheancePrevueRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EntrepriseRepository" class="App\Repository\EntrepriseRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EntrepriseRepository" class="App\Repository\EntrepriseRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EtapeTemplateRepository" class="App\Repository\EtapeTemplateRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EtapeTemplateRepository" class="App\Repository\EtapeTemplateRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LotEtapeRepository" class="App\Repository\LotEtapeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\LotEtapeRepository" class="App\Repository\LotEtapeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LotRepository" class="App\Repository\LotRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\LotRepository" class="App\Repository\LotRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NiveauAccessRepository" class="App\Repository\NiveauAccessRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\NiveauAccessRepository" class="App\Repository\NiveauAccessRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaiementEcheancierRepository" class="App\Repository\PaiementEcheancierRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\PaiementEcheancierRepository" class="App\Repository\PaiementEcheancierRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaiementRepository" class="App\Repository\PaiementRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\PaiementRepository" class="App\Repository\PaiementRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PosteRepository" class="App\Repository\PosteRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\PosteRepository" class="App\Repository\PosteRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProjetRepository" class="App\Repository\ProjetRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ProjetRepository" class="App\Repository\ProjetRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SouscriptionRepository" class="App\Repository\SouscriptionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SouscriptionRepository" class="App\Repository\SouscriptionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeBienRepository" class="App\Repository\TypeBienRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TypeBienRepository" class="App\Repository\TypeBienRepository" 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\Website\EntrepriseRepository" class="App\Repository\Website\EntrepriseRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Website\EntrepriseRepository" class="App\Repository\Website\EntrepriseRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Website\FutureRepository" class="App\Repository\Website\FutureRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Website\FutureRepository" class="App\Repository\Website\FutureRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Website\NewsRepository" class="App\Repository\Website\NewsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Website\NewsRepository" class="App\Repository\Website\NewsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Website\PageRepository" class="App\Repository\Website\PageRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Website\PageRepository" class="App\Repository\Website\PageRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Website\StatistiqueRepository" class="App\Repository\Website\StatistiqueRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Website\StatistiqueRepository" class="App\Repository\Website\StatistiqueRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" class="App\Twig\AppExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\AppExtension" class="App\Twig\AppExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeExtension" class="Endroid\QrCodeBundle\Twig\QrCodeExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeExtension" class="Endroid\QrCodeBundle\Twig\QrCodeExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\RuntimeExtensionInterface.0.Endroid\QrCodeBundle\Twig\QrCodeRuntime" class="Endroid\QrCodeBundle\Twig\QrCodeRuntime" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Endroid\QrCodeBundle\Twig\QrCodeRuntime" class="Endroid\QrCodeBundle\Twig\QrCodeRuntime" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer" class="Vich\UploaderBundle\Naming\UniqidNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer" class="Vich\UploaderBundle\Naming\UniqidNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer" class="Vich\UploaderBundle\Naming\PropertyNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer" class="Vich\UploaderBundle\Naming\PropertyNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer" class="Vich\UploaderBundle\Naming\OrignameNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer" class="Vich\UploaderBundle\Naming\OrignameNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer" class="Vich\UploaderBundle\Naming\HashNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer" class="Vich\UploaderBundle\Naming\HashNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer" class="Vich\UploaderBundle\Naming\Base64Namer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer" class="Vich\UploaderBundle\Naming\Base64Namer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer" class="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer" class="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer" class="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer" class="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" class="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" class="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" class="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" class="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" 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="maker.auto_command.make_auth" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:auth" description="Create a Guard authenticator of different flavors"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_authenticator"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:auth</argument>
      </call>
      <call method="setDescription">
        <argument>Create a Guard authenticator of different flavors</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_command" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:command" description="Create a new console command class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:command</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new console command class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_twig_component" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:twig-component" description="Create a Twig (or Live) component"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_twig_component"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:twig-component</argument>
      </call>
      <call method="setDescription">
        <argument>Create a Twig (or Live) component</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_controller" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:controller" description="Create a new controller class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_controller"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:controller</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new controller class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_crud" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:crud" description="Create CRUD for Doctrine entity class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_crud"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:crud</argument>
      </call>
      <call method="setDescription">
        <argument>Create CRUD for Doctrine entity class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_docker_database" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:docker:database" description="Add a database container to your compose.yaml file"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_docker_database"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:docker:database</argument>
      </call>
      <call method="setDescription">
        <argument>Add a database container to your compose.yaml file</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_entity" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:entity" description="Create or update a Doctrine entity class, and optionally an API Platform resource"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_entity"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:entity</argument>
      </call>
      <call method="setDescription">
        <argument>Create or update a Doctrine entity class, and optionally an API Platform resource</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_fixtures" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:fixtures" description="Create a new class to load Doctrine fixtures"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_fixtures"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:fixtures</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new class to load Doctrine fixtures</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_form" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:form" description="Create a new form class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_form"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:form</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new form class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_listener" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:listener" description="Creates a new event subscriber class or a new event listener class"/>
      <tag name="console.command" command="make:subscriber" description="Deprecated alias of &quot;make:listener&quot;"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_listener"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:listener</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>make:subscriber</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Creates a new event subscriber class or a new event listener class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_message" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:message" description="Create a new message and handler"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_message"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:message</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new message and handler</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_messenger_middleware" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:messenger-middleware" description="Create a new messenger middleware"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_messenger_middleware"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:messenger-middleware</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new messenger middleware</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_registration_form" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:registration-form" description="Create a new registration form system"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_registration_form"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:registration-form</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new registration form system</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_reset_password" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:reset-password" description="Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_reset_password"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:reset-password</argument>
      </call>
      <call method="setDescription">
        <argument>Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_schedule" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:schedule" description="Create a scheduler component"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_schedule"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:schedule</argument>
      </call>
      <call method="setDescription">
        <argument>Create a scheduler component</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_serializer_encoder" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:serializer:encoder" description="Create a new serializer encoder class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_serializer_encoder"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:serializer:encoder</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new serializer encoder class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_serializer_normalizer" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:serializer:normalizer" description="Create a new serializer normalizer class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_serializer_normalizer"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:serializer:normalizer</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new serializer normalizer class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_twig_extension" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:twig-extension" description="Create a new Twig extension with its runtime class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_twig_extension"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:twig-extension</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new Twig extension with its runtime class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_test" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:test" description="Create a new test class"/>
      <tag name="console.command" command="make:unit-test" description="Deprecated alias of &quot;make:test&quot;"/>
      <tag name="console.command" command="make:functional-test" description="Deprecated alias of &quot;make:test&quot;"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_test"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:test</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>make:unit-test</argument>
          <argument>make:functional-test</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Create a new test class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_validator" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:validator" description="Create a new validator and constraint class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_validator"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:validator</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new validator and constraint class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_voter" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:voter" description="Create a new security voter class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_voter"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:voter</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new security voter class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_user" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:user" description="Create a new security user class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_user"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:user</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new security user class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_migration" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:migration" description="Create a new migration based on database changes"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_migration"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:migration</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new migration based on database changes</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_stimulus_controller" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:stimulus-controller" description="Create a new Stimulus controller"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_stimulus_controller"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:stimulus-controller</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new Stimulus controller</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_security_form_login" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:security:form-login" description="Generate the code needed for the form_login authenticator"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_form_login"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:security:form-login</argument>
      </call>
      <call method="setDescription">
        <argument>Generate the code needed for the form_login authenticator</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_security_custom" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:security:custom" description="Create a custom security authenticator."/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_custom_authenticator"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:security:custom</argument>
      </call>
      <call method="setDescription">
        <argument>Create a custom security authenticator.</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_webhook" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:webhook" description="Create a new Webhook"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_webhook"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:webhook</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new Webhook</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\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.2ATosI6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscriptionRepo" type="service_closure" id="App\Repository\SouscriptionRepository"/>
        <argument key="lotRepo" type="service_closure" id="App\Repository\LotRepository"/>
        <argument key="userRepo" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="paiementRepo" type="service_closure" id="App\Repository\PaiementRepository"/>
        <argument key="projetRepo" type="service_closure" id="App\Repository\ProjetRepository"/>
      </argument>
    </service>
    <service id=".service_locator.2ATosI6.App\Controller\Admin\AdminController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AdminController::index()"/>
      <argument>App\Controller\Admin\AdminController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.2ATosI6" method="withContext"/>
    </service>
    <service id=".service_locator.2ATosI6.App\Controller\Admin\AdminController::comptabledashboard()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AdminController::comptabledashboard()"/>
      <argument>App\Controller\Admin\AdminController::comptabledashboard()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.2ATosI6" method="withContext"/>
    </service>
    <service id=".service_locator.2ATosI6.App\Controller\Admin\AdminController::yechniciendashboard()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AdminController::yechniciendashboard()"/>
      <argument>App\Controller\Admin\AdminController::yechniciendashboard()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.2ATosI6" method="withContext"/>
    </service>
    <service id=".service_locator.Kq27LHM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.Kq27LHM.App\Controller\Admin\AdminController::assignCommercial()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AdminController::assignCommercial()"/>
      <argument>App\Controller\Admin\AdminController::assignCommercial()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Kq27LHM" method="withContext"/>
    </service>
    <service id=".service_locator._RpIQuf" 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="souscriptionRepository" type="service_closure" id="App\Repository\SouscriptionRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator._RpIQuf.App\Controller\Admin\ClientController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ClientController::index()"/>
      <argument>App\Controller\Admin\ClientController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._RpIQuf" method="withContext"/>
    </service>
    <service id=".service_locator.sKhzfpT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator.sKhzfpT.App\Entity\Souscription"/>
      </argument>
    </service>
    <service id=".service_locator.sKhzfpT.App\Controller\Admin\ClientController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ClientController::show()"/>
      <argument>App\Controller\Admin\ClientController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sKhzfpT" method="withContext"/>
    </service>
    <service id=".service_locator.llkoCyB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator.llkoCyB.App\Entity\Souscription"/>
        <argument key="userRepository" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.llkoCyB.App\Controller\Admin\ClientController::assigner()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ClientController::assigner()"/>
      <argument>App\Controller\Admin\ClientController::assigner()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.llkoCyB" method="withContext"/>
    </service>
    <service id=".service_locator.yKpRtOn" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entrepriseRepository" type="service_closure" id="App\Repository\EntrepriseRepository"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
      </argument>
    </service>
    <service id=".service_locator.yKpRtOn.App\Controller\Admin\EntrepriseController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\EntrepriseController::edit()"/>
      <argument>App\Controller\Admin\EntrepriseController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.yKpRtOn" method="withContext"/>
    </service>
    <service id=".service_locator.P8SD_b7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lotRepository" type="service_closure" id="App\Repository\LotRepository"/>
        <argument key="projetRepository" type="service_closure" id="App\Repository\ProjetRepository"/>
        <argument key="typeBienRepository" type="service_closure" id="App\Repository\TypeBienRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.P8SD_b7.App\Controller\Admin\LotController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController::index()"/>
      <argument>App\Controller\Admin\LotController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.P8SD_b7" method="withContext"/>
    </service>
    <service id=".service_locator..9qZ60C" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator..9qZ60C.App\Controller\Admin\LotController::getDetails()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController::getDetails()"/>
      <argument>App\Controller\Admin\LotController::getDetails()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator..9qZ60C" method="withContext"/>
    </service>
    <service id=".service_locator.sof1LV_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mediaManager" type="service_closure" id="App\Service\MediaManager"/>
      </argument>
    </service>
    <service id=".service_locator.sof1LV_.App\Controller\Admin\LotController::listMedias()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController::listMedias()"/>
      <argument>App\Controller\Admin\LotController::listMedias()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sof1LV_" method="withContext"/>
    </service>
    <service id=".service_locator.sof1LV_.App\Controller\Admin\LotController::uploadMedia()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController::uploadMedia()"/>
      <argument>App\Controller\Admin\LotController::uploadMedia()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sof1LV_" method="withContext"/>
    </service>
    <service id=".service_locator.eAsdt8g" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="media" type="service_closure" id=".errored..service_locator.eAsdt8g.App\Entity\DocumentStore"/>
        <argument key="mediaManager" type="service_closure" id="App\Service\MediaManager"/>
      </argument>
    </service>
    <service id=".service_locator.eAsdt8g.App\Controller\Admin\LotController::deleteMedia()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController::deleteMedia()"/>
      <argument>App\Controller\Admin\LotController::deleteMedia()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.eAsdt8g" method="withContext"/>
    </service>
    <service id=".service_locator.sof1LV_.App\Controller\Admin\LotController::reorderMedia()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController::reorderMedia()"/>
      <argument>App\Controller\Admin\LotController::reorderMedia()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sof1LV_" method="withContext"/>
    </service>
    <service id=".service_locator.41pX.da" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="projet" type="service_closure" id=".errored..service_locator.41pX.da.App\Entity\Projet"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="typeBienRepository" type="service_closure" id="App\Repository\TypeBienRepository"/>
      </argument>
    </service>
    <service id=".service_locator.41pX.da.App\Controller\Admin\LotController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController::new()"/>
      <argument>App\Controller\Admin\LotController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.41pX.da" method="withContext"/>
    </service>
    <service id=".service_locator..kxhThf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lot" type="service_closure" id=".errored..service_locator..kxhThf.App\Entity\Lot"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator..kxhThf.App\Controller\Admin\LotController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController::edit()"/>
      <argument>App\Controller\Admin\LotController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator..kxhThf" method="withContext"/>
    </service>
    <service id=".service_locator.zJd7Tun" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lot" type="service_closure" id=".errored..service_locator.zJd7Tun.App\Entity\Lot"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="mediaManager" type="service_closure" id="App\Service\MediaManager"/>
      </argument>
    </service>
    <service id=".service_locator.zJd7Tun.App\Controller\Admin\LotController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController::delete()"/>
      <argument>App\Controller\Admin\LotController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.zJd7Tun" method="withContext"/>
    </service>
    <service id=".service_locator.ooim63F" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="etape" type="service_closure" id=".errored..service_locator.ooim63F.App\Entity\LotEtape"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.ooim63F.App\Controller\Admin\LotEtapeController::updateEtapeApi()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotEtapeController::updateEtapeApi()"/>
      <argument>App\Controller\Admin\LotEtapeController::updateEtapeApi()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.ooim63F" method="withContext"/>
    </service>
    <service id=".service_locator.1PVlgsx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="etape" type="service_closure" id=".errored..service_locator.1PVlgsx.App\Entity\LotEtape"/>
        <argument key="mediaManager" type="service_closure" id="App\Service\MediaManager"/>
      </argument>
    </service>
    <service id=".service_locator.1PVlgsx.App\Controller\Admin\LotEtapeController::uploadEtapeMedia()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotEtapeController::uploadEtapeMedia()"/>
      <argument>App\Controller\Admin\LotEtapeController::uploadEtapeMedia()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1PVlgsx" method="withContext"/>
    </service>
    <service id=".service_locator.1PVlgsx.App\Controller\Admin\LotEtapeController::listEtapeMedias()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotEtapeController::listEtapeMedias()"/>
      <argument>App\Controller\Admin\LotEtapeController::listEtapeMedias()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1PVlgsx" method="withContext"/>
    </service>
    <service id=".service_locator.egipcEH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.egipcEH.App\Controller\Admin\NiveauAccessController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\NiveauAccessController::index()"/>
      <argument>App\Controller\Admin\NiveauAccessController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.egipcEH" method="withContext"/>
    </service>
    <service id=".service_locator.egipcEH.App\Controller\Admin\NiveauAccessController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\NiveauAccessController::new()"/>
      <argument>App\Controller\Admin\NiveauAccessController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.egipcEH" method="withContext"/>
    </service>
    <service id=".service_locator.pgrAiam" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="niveauAccess" type="service_closure" id=".errored..service_locator.pgrAiam.App\Entity\NiveauAccess"/>
      </argument>
    </service>
    <service id=".service_locator.pgrAiam.App\Controller\Admin\NiveauAccessController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\NiveauAccessController::show()"/>
      <argument>App\Controller\Admin\NiveauAccessController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.pgrAiam" method="withContext"/>
    </service>
    <service id=".service_locator.qH1XMLZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="niveauAccess" type="service_closure" id=".errored..service_locator.qH1XMLZ.App\Entity\NiveauAccess"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.qH1XMLZ.App\Controller\Admin\NiveauAccessController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\NiveauAccessController::edit()"/>
      <argument>App\Controller\Admin\NiveauAccessController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qH1XMLZ" method="withContext"/>
    </service>
    <service id=".service_locator.qH1XMLZ.App\Controller\Admin\NiveauAccessController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\NiveauAccessController::delete()"/>
      <argument>App\Controller\Admin\NiveauAccessController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qH1XMLZ" method="withContext"/>
    </service>
    <service id=".service_locator.WcYBi0z" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="paiementRepository" type="service_closure" id="App\Repository\PaiementRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.WcYBi0z.App\Controller\Admin\PaiementController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PaiementController::index()"/>
      <argument>App\Controller\Admin\PaiementController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.WcYBi0z" method="withContext"/>
    </service>
    <service id=".service_locator.zuLlZtR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
      </argument>
    </service>
    <service id=".service_locator.zuLlZtR.App\Controller\Admin\PaiementController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PaiementController::new()"/>
      <argument>App\Controller\Admin\PaiementController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.zuLlZtR" method="withContext"/>
    </service>
    <service id=".service_locator.kMS785q" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="client" type="service_closure" id=".errored..service_locator.kMS785q.App\Entity\User"/>
      </argument>
    </service>
    <service id=".service_locator.kMS785q.App\Controller\Admin\PaiementController::getSouscriptions()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PaiementController::getSouscriptions()"/>
      <argument>App\Controller\Admin\PaiementController::getSouscriptions()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.kMS785q" method="withContext"/>
    </service>
    <service id=".service_locator.KGjz4k5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator.KGjz4k5.App\Entity\Souscription"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.KGjz4k5.App\Controller\Admin\PaiementController::getEcheanciers()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PaiementController::getEcheanciers()"/>
      <argument>App\Controller\Admin\PaiementController::getEcheanciers()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KGjz4k5" method="withContext"/>
    </service>
    <service id=".service_locator.i.lnnyq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="paiement" type="service_closure" id=".errored..service_locator.i.lnnyq.App\Entity\Paiement"/>
      </argument>
    </service>
    <service id=".service_locator.i.lnnyq.App\Controller\Admin\PaiementController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PaiementController::show()"/>
      <argument>App\Controller\Admin\PaiementController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.i.lnnyq" method="withContext"/>
    </service>
    <service id=".service_locator.6toPIKM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="paiement" type="service_closure" id=".errored..service_locator.6toPIKM.App\Entity\Paiement"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.6toPIKM.App\Controller\Admin\PaiementController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PaiementController::delete()"/>
      <argument>App\Controller\Admin\PaiementController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.6toPIKM" method="withContext"/>
    </service>
    <service id=".service_locator.dyJfvCG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="bon" type="service_closure" id=".errored..service_locator.dyJfvCG.App\Entity\PaiementBon"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.dyJfvCG.App\Controller\Admin\PaiementController::transformer()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PaiementController::transformer()"/>
      <argument>App\Controller\Admin\PaiementController::transformer()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.dyJfvCG" method="withContext"/>
    </service>
    <service id=".service_locator.6toPIKM.App\Controller\Admin\PaiementController::valider()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PaiementController::valider()"/>
      <argument>App\Controller\Admin\PaiementController::valider()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.6toPIKM" method="withContext"/>
    </service>
    <service id=".service_locator.PrHduqX" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscriptionRepository" type="service_closure" id="App\Repository\SouscriptionRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.PrHduqX.App\Controller\Admin\PortefeuilleClientController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PortefeuilleClientController::index()"/>
      <argument>App\Controller\Admin\PortefeuilleClientController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.PrHduqX" method="withContext"/>
    </service>
    <service id=".service_locator.1MOTZHQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscriptionRepository" type="service_closure" id="App\Repository\SouscriptionRepository"/>
        <argument key="userRepository" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.1MOTZHQ.App\Controller\Admin\PortefeuilleClientController::affectation()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PortefeuilleClientController::affectation()"/>
      <argument>App\Controller\Admin\PortefeuilleClientController::affectation()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1MOTZHQ" method="withContext"/>
    </service>
    <service id=".service_locator.llkoCyB.App\Controller\Admin\PortefeuilleClientController::assigner()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PortefeuilleClientController::assigner()"/>
      <argument>App\Controller\Admin\PortefeuilleClientController::assigner()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.llkoCyB" method="withContext"/>
    </service>
    <service id=".service_locator.sKhzfpT.App\Controller\Admin\PortefeuilleClientController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PortefeuilleClientController::show()"/>
      <argument>App\Controller\Admin\PortefeuilleClientController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sKhzfpT" method="withContext"/>
    </service>
    <service id=".service_locator.KGjz4k5.App\Controller\Admin\PortefeuilleClientController::validate()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PortefeuilleClientController::validate()"/>
      <argument>App\Controller\Admin\PortefeuilleClientController::validate()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KGjz4k5" method="withContext"/>
    </service>
    <service id=".service_locator.KGjz4k5.App\Controller\Admin\PortefeuilleClientController::reject()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PortefeuilleClientController::reject()"/>
      <argument>App\Controller\Admin\PortefeuilleClientController::reject()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KGjz4k5" method="withContext"/>
    </service>
    <service id=".service_locator.egipcEH.App\Controller\Admin\PosteController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PosteController::index()"/>
      <argument>App\Controller\Admin\PosteController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.egipcEH" method="withContext"/>
    </service>
    <service id=".service_locator.egipcEH.App\Controller\Admin\PosteController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PosteController::new()"/>
      <argument>App\Controller\Admin\PosteController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.egipcEH" method="withContext"/>
    </service>
    <service id=".service_locator.AiBt7p6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="poste" type="service_closure" id=".errored..service_locator.AiBt7p6.App\Entity\Poste"/>
      </argument>
    </service>
    <service id=".service_locator.AiBt7p6.App\Controller\Admin\PosteController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PosteController::show()"/>
      <argument>App\Controller\Admin\PosteController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.AiBt7p6" method="withContext"/>
    </service>
    <service id=".service_locator.HWL8.lQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="poste" type="service_closure" id=".errored..service_locator.HWL8.lQ.App\Entity\Poste"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.HWL8.lQ.App\Controller\Admin\PosteController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PosteController::edit()"/>
      <argument>App\Controller\Admin\PosteController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.HWL8.lQ" method="withContext"/>
    </service>
    <service id=".service_locator.HWL8.lQ.App\Controller\Admin\PosteController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PosteController::delete()"/>
      <argument>App\Controller\Admin\PosteController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.HWL8.lQ" method="withContext"/>
    </service>
    <service id=".service_locator.5XBlwc3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="projetRepository" type="service_closure" id="App\Repository\ProjetRepository"/>
      </argument>
    </service>
    <service id=".service_locator.5XBlwc3.App\Controller\Admin\ProjetController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ProjetController::index()"/>
      <argument>App\Controller\Admin\ProjetController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5XBlwc3" method="withContext"/>
    </service>
    <service id=".service_locator.zuLlZtR.App\Controller\Admin\ProjetController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ProjetController::new()"/>
      <argument>App\Controller\Admin\ProjetController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.zuLlZtR" method="withContext"/>
    </service>
    <service id=".service_locator.JKoYCvD" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="projet" type="service_closure" id=".errored..service_locator.JKoYCvD.App\Entity\Projet"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
      </argument>
    </service>
    <service id=".service_locator.JKoYCvD.App\Controller\Admin\ProjetController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ProjetController::edit()"/>
      <argument>App\Controller\Admin\ProjetController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.JKoYCvD" method="withContext"/>
    </service>
    <service id=".service_locator.jvDmRVR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="projet" type="service_closure" id=".errored..service_locator.jvDmRVR.App\Entity\Projet"/>
        <argument key="typeBienRepository" type="service_closure" id="App\Repository\TypeBienRepository"/>
        <argument key="documentRepo" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
        <argument key="niveauRepo" type="service_closure" id="App\Repository\NiveauAccessRepository"/>
      </argument>
    </service>
    <service id=".service_locator.jvDmRVR.App\Controller\Admin\ProjetController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ProjetController::show()"/>
      <argument>App\Controller\Admin\ProjetController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.jvDmRVR" method="withContext"/>
    </service>
    <service id=".service_locator.JYAOri_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="projet" type="service_closure" id=".errored..service_locator.JYAOri_.App\Entity\Projet"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.JYAOri_.App\Controller\Admin\ProjetController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ProjetController::delete()"/>
      <argument>App\Controller\Admin\ProjetController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.JYAOri_" method="withContext"/>
    </service>
    <service id=".service_locator.LLyC_k2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscriptionRepository" type="service_closure" id="App\Repository\SouscriptionRepository"/>
      </argument>
    </service>
    <service id=".service_locator.LLyC_k2.App\Controller\Admin\SouscriptionController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SouscriptionController::index()"/>
      <argument>App\Controller\Admin\SouscriptionController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.LLyC_k2" method="withContext"/>
    </service>
    <service id=".service_locator.sKhzfpT.App\Controller\Admin\SouscriptionController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SouscriptionController::show()"/>
      <argument>App\Controller\Admin\SouscriptionController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sKhzfpT" method="withContext"/>
    </service>
    <service id=".service_locator.KGjz4k5.App\Controller\Admin\SouscriptionController::approuver()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SouscriptionController::approuver()"/>
      <argument>App\Controller\Admin\SouscriptionController::approuver()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KGjz4k5" method="withContext"/>
    </service>
    <service id=".service_locator.KGjz4k5.App\Controller\Admin\SouscriptionController::rejeter()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SouscriptionController::rejeter()"/>
      <argument>App\Controller\Admin\SouscriptionController::rejeter()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KGjz4k5" method="withContext"/>
    </service>
    <service id=".service_locator.5XBlwc3.App\Controller\Admin\TechniqueController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TechniqueController::index()"/>
      <argument>App\Controller\Admin\TechniqueController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.5XBlwc3" method="withContext"/>
    </service>
    <service id=".service_locator.sm_JrGd" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="projet" type="service_closure" id=".errored..service_locator.sm_JrGd.App\Entity\Projet"/>
      </argument>
    </service>
    <service id=".service_locator.sm_JrGd.App\Controller\Admin\TechniqueController::ajaxLots()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TechniqueController::ajaxLots()"/>
      <argument>App\Controller\Admin\TechniqueController::ajaxLots()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sm_JrGd" method="withContext"/>
    </service>
    <service id=".service_locator.vRzLgR6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="projet" type="service_closure" id=".errored..service_locator.vRzLgR6.App\Entity\Projet"/>
        <argument key="docRepo" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
      </argument>
    </service>
    <service id=".service_locator.vRzLgR6.App\Controller\Admin\TechniqueController::ajaxProjetEvolution()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TechniqueController::ajaxProjetEvolution()"/>
      <argument>App\Controller\Admin\TechniqueController::ajaxProjetEvolution()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.vRzLgR6" method="withContext"/>
    </service>
    <service id=".service_locator.tD0bEcw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lot" type="service_closure" id=".errored..service_locator.tD0bEcw.App\Entity\Lot"/>
        <argument key="docRepo" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
      </argument>
    </service>
    <service id=".service_locator.tD0bEcw.App\Controller\Admin\TechniqueController::ajaxLotEvolution()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TechniqueController::ajaxLotEvolution()"/>
      <argument>App\Controller\Admin\TechniqueController::ajaxLotEvolution()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.tD0bEcw" method="withContext"/>
    </service>
    <service id=".service_locator.uB7CqpU" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="etape" type="service_closure" id=".errored..service_locator.uB7CqpU.App\Entity\LotEtape"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.uB7CqpU.App\Controller\Admin\TechniqueController::updateEtapeProgress()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TechniqueController::updateEtapeProgress()"/>
      <argument>App\Controller\Admin\TechniqueController::updateEtapeProgress()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.uB7CqpU" method="withContext"/>
    </service>
    <service id=".service_locator.72e9E24" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typeBienRepository" type="service_closure" id="App\Repository\TypeBienRepository"/>
      </argument>
    </service>
    <service id=".service_locator.72e9E24.App\Controller\Admin\TypeBienController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TypeBienController::index()"/>
      <argument>App\Controller\Admin\TypeBienController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.72e9E24" method="withContext"/>
    </service>
    <service id=".service_locator.qXpzYwI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="typeBienRepository" type="service_closure" id="App\Repository\TypeBienRepository"/>
      </argument>
    </service>
    <service id=".service_locator.qXpzYwI.App\Controller\Admin\TypeBienController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TypeBienController::new()"/>
      <argument>App\Controller\Admin\TypeBienController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qXpzYwI" method="withContext"/>
    </service>
    <service id=".service_locator.JK7bK1q" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typeBien" type="service_closure" id=".errored..service_locator.JK7bK1q.App\Entity\TypeBien"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.JK7bK1q.App\Controller\Admin\TypeBienController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TypeBienController::edit()"/>
      <argument>App\Controller\Admin\TypeBienController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.JK7bK1q" method="withContext"/>
    </service>
    <service id=".service_locator.JK7bK1q.App\Controller\Admin\TypeBienController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TypeBienController::delete()"/>
      <argument>App\Controller\Admin\TypeBienController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.JK7bK1q" method="withContext"/>
    </service>
    <service id=".service_locator.B__oD3Y" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typeBien" type="service_closure" id=".errored..service_locator.B__oD3Y.App\Entity\TypeBien"/>
        <argument key="repository" type="service_closure" id="App\Repository\TypeBienRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.B__oD3Y.App\Controller\Admin\TypeBienController::reorder()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TypeBienController::reorder()"/>
      <argument>App\Controller\Admin\TypeBienController::reorder()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.B__oD3Y" method="withContext"/>
    </service>
    <service id=".service_locator.loNNtD4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="newsRepository" type="service_closure" id="App\Repository\Website\NewsRepository"/>
      </argument>
    </service>
    <service id=".service_locator.loNNtD4.App\Controller\Admin\WebsiteNewsController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteNewsController::index()"/>
      <argument>App\Controller\Admin\WebsiteNewsController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.loNNtD4" method="withContext"/>
    </service>
    <service id=".service_locator.egipcEH.App\Controller\Admin\WebsiteNewsController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteNewsController::new()"/>
      <argument>App\Controller\Admin\WebsiteNewsController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.egipcEH" method="withContext"/>
    </service>
    <service id=".service_locator.QquAEjA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="news" type="service_closure" id=".errored..service_locator.QquAEjA.App\Entity\Website\News"/>
      </argument>
    </service>
    <service id=".service_locator.QquAEjA.App\Controller\Admin\WebsiteNewsController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteNewsController::show()"/>
      <argument>App\Controller\Admin\WebsiteNewsController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.QquAEjA" method="withContext"/>
    </service>
    <service id=".service_locator.dPjD24d" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="news" type="service_closure" id=".errored..service_locator.dPjD24d.App\Entity\Website\News"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.dPjD24d.App\Controller\Admin\WebsiteNewsController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteNewsController::edit()"/>
      <argument>App\Controller\Admin\WebsiteNewsController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.dPjD24d" method="withContext"/>
    </service>
    <service id=".service_locator.dPjD24d.App\Controller\Admin\WebsiteNewsController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteNewsController::delete()"/>
      <argument>App\Controller\Admin\WebsiteNewsController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.dPjD24d" method="withContext"/>
    </service>
    <service id=".service_locator.bsMlA50" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pageRepository" type="service_closure" id="App\Repository\Website\PageRepository"/>
      </argument>
    </service>
    <service id=".service_locator.bsMlA50.App\Controller\Admin\WebsitePageController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsitePageController::index()"/>
      <argument>App\Controller\Admin\WebsitePageController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bsMlA50" method="withContext"/>
    </service>
    <service id=".service_locator.SZvSTuZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="page" type="service_closure" id=".errored..service_locator.SZvSTuZ.App\Entity\Website\Page"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
        <argument key="entrepriseRepo" type="service_closure" id="App\Repository\Website\EntrepriseRepository"/>
      </argument>
    </service>
    <service id=".service_locator.SZvSTuZ.App\Controller\Admin\WebsitePageController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsitePageController::edit()"/>
      <argument>App\Controller\Admin\WebsitePageController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.SZvSTuZ" method="withContext"/>
    </service>
    <service id=".service_locator.Su_pLGI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="projetRepo" type="service_closure" id="App\Repository\ProjetRepository"/>
        <argument key="docRepo" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
        <argument key="niveauRepo" type="service_closure" id="App\Repository\NiveauAccessRepository"/>
      </argument>
    </service>
    <service id=".service_locator.Su_pLGI.App\Controller\Admin\WebsiteProjetController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteProjetController::index()"/>
      <argument>App\Controller\Admin\WebsiteProjetController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Su_pLGI" method="withContext"/>
    </service>
    <service id=".service_locator.JvXXuiP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="projetRepo" type="service_closure" id="App\Repository\ProjetRepository"/>
        <argument key="lotRepo" type="service_closure" id="App\Repository\LotRepository"/>
        <argument key="docRepo" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
      </argument>
    </service>
    <service id=".service_locator.JvXXuiP.App\Controller\Admin\WebsiteProjetController::ajaxUpdateVisibility()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteProjetController::ajaxUpdateVisibility()"/>
      <argument>App\Controller\Admin\WebsiteProjetController::ajaxUpdateVisibility()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.JvXXuiP" 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\Admin\WebsiteStaffController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteStaffController::index()"/>
      <argument>App\Controller\Admin\WebsiteStaffController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.OzEre6h" method="withContext"/>
    </service>
    <service id=".service_locator.Ee9ThQo" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="userRepo" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="projetRepo" type="service_closure" id="App\Repository\ProjetRepository"/>
        <argument key="lotRepo" type="service_closure" id="App\Repository\LotRepository"/>
        <argument key="docRepo" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
      </argument>
    </service>
    <service id=".service_locator.Ee9ThQo.App\Controller\Admin\WebsiteStaffController::updateVisibility()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteStaffController::updateVisibility()"/>
      <argument>App\Controller\Admin\WebsiteStaffController::updateVisibility()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Ee9ThQo" method="withContext"/>
    </service>
    <service id=".service_locator.LLyC_k2.App\Controller\Client\ClientFinanceController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Client\ClientFinanceController::index()"/>
      <argument>App\Controller\Client\ClientFinanceController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.LLyC_k2" method="withContext"/>
    </service>
    <service id=".service_locator.LLyC_k2.App\Controller\Client\ClientProjetController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Client\ClientProjetController::index()"/>
      <argument>App\Controller\Client\ClientProjetController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.LLyC_k2" method="withContext"/>
    </service>
    <service id=".service_locator.d1xdV1y" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscriptionRepo" type="service_closure" id="App\Repository\SouscriptionRepository"/>
      </argument>
    </service>
    <service id=".service_locator.d1xdV1y.App\Controller\Client\DashboardController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Client\DashboardController::index()"/>
      <argument>App\Controller\Client\DashboardController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.d1xdV1y" method="withContext"/>
    </service>
    <service id=".service_locator.PrHduqX.App\Controller\Commercial\CommercialPortefeuilleController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialPortefeuilleController::index()"/>
      <argument>App\Controller\Commercial\CommercialPortefeuilleController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.PrHduqX" method="withContext"/>
    </service>
    <service id=".service_locator.sKhzfpT.App\Controller\Commercial\CommercialPortefeuilleController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialPortefeuilleController::show()"/>
      <argument>App\Controller\Commercial\CommercialPortefeuilleController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sKhzfpT" method="withContext"/>
    </service>
    <service id=".service_locator.MNsE5ze" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Repository\SouscriptionRepository"/>
      </argument>
    </service>
    <service id=".service_locator.MNsE5ze.App\Controller\Commercial\CommercialSouscriptionController::brouillons()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialSouscriptionController::brouillons()"/>
      <argument>App\Controller\Commercial\CommercialSouscriptionController::brouillons()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.MNsE5ze" method="withContext"/>
    </service>
    <service id=".service_locator.6q1aGQq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="passwordHasher" type="service_closure" id="security.user_password_hasher"/>
        <argument key="userRepository" type="service_closure" id="App\Repository\UserRepository"/>
      </argument>
    </service>
    <service id=".service_locator.6q1aGQq.App\Controller\Commercial\CommercialSouscriptionController::new()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialSouscriptionController::new()"/>
      <argument>App\Controller\Commercial\CommercialSouscriptionController::new()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.6q1aGQq" method="withContext"/>
    </service>
    <service id=".service_locator.4IrjBUz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator.4IrjBUz.App\Entity\Souscription"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="mediaManager" type="service_closure" id="App\Service\MediaManager"/>
      </argument>
    </service>
    <service id=".service_locator.4IrjBUz.App\Controller\Commercial\CommercialSouscriptionController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialSouscriptionController::show()"/>
      <argument>App\Controller\Commercial\CommercialSouscriptionController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.4IrjBUz" method="withContext"/>
    </service>
    <service id=".service_locator.uPSiGPj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="client" type="service_closure" id=".errored..service_locator.uPSiGPj.App\Entity\User"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.uPSiGPj.App\Controller\Commercial\CommercialSouscriptionController::editClient()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialSouscriptionController::editClient()"/>
      <argument>App\Controller\Commercial\CommercialSouscriptionController::editClient()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.uPSiGPj" method="withContext"/>
    </service>
    <service id=".service_locator.KZMiDIk" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator.KZMiDIk.App\Entity\Souscription"/>
        <argument key="mediaManager" type="service_closure" id="App\Service\MediaManager"/>
      </argument>
    </service>
    <service id=".service_locator.KZMiDIk.App\Controller\Commercial\CommercialSouscriptionController::uploadDocuments()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialSouscriptionController::uploadDocuments()"/>
      <argument>App\Controller\Commercial\CommercialSouscriptionController::uploadDocuments()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KZMiDIk" method="withContext"/>
    </service>
    <service id=".service_locator.KGjz4k5.App\Controller\Commercial\CommercialSouscriptionController::submit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialSouscriptionController::submit()"/>
      <argument>App\Controller\Commercial\CommercialSouscriptionController::submit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KGjz4k5" method="withContext"/>
    </service>
    <service id=".service_locator.4IrjBUz.App\Controller\Commercial\CommercialSouscriptionController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialSouscriptionController::delete()"/>
      <argument>App\Controller\Commercial\CommercialSouscriptionController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.4IrjBUz" method="withContext"/>
    </service>
    <service id=".service_locator.2ATosI6.App\Controller\Commercial\DashboardController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\DashboardController::index()"/>
      <argument>App\Controller\Commercial\DashboardController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.2ATosI6" method="withContext"/>
    </service>
    <service id=".service_locator._K58aJ." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator._K58aJ..App\Entity\Souscription"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="echangeRepository" type="service_closure" id="App\Repository\EchangeRepository"/>
      </argument>
    </service>
    <service id=".service_locator._K58aJ..App\Controller\Commercial\Tabs\CRMTabController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\CRMTabController::index()"/>
      <argument>App\Controller\Commercial\Tabs\CRMTabController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._K58aJ." method="withContext"/>
    </service>
    <service id=".service_locator.sKhzfpT.App\Controller\Commercial\Tabs\ChantierTabController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\ChantierTabController::index()"/>
      <argument>App\Controller\Commercial\Tabs\ChantierTabController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sKhzfpT" method="withContext"/>
    </service>
    <service id=".service_locator.sKhzfpT.App\Controller\Commercial\Tabs\ContratTabController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\ContratTabController::index()"/>
      <argument>App\Controller\Commercial\Tabs\ContratTabController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sKhzfpT" method="withContext"/>
    </service>
    <service id=".service_locator.TRd5bZy" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator.TRd5bZy.App\Entity\Souscription"/>
        <argument key="echangeRepository" type="service_closure" id="App\Repository\EchangeRepository"/>
        <argument key="docRepo" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
      </argument>
    </service>
    <service id=".service_locator.TRd5bZy.App\Controller\Commercial\Tabs\DashboardTabController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\DashboardTabController::index()"/>
      <argument>App\Controller\Commercial\Tabs\DashboardTabController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.TRd5bZy" method="withContext"/>
    </service>
    <service id=".service_locator.h1.dgfy" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator.h1.dgfy.App\Entity\Souscription"/>
        <argument key="docRepo" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
      </argument>
    </service>
    <service id=".service_locator.h1.dgfy.App\Controller\Commercial\Tabs\DocumentTabController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\DocumentTabController::index()"/>
      <argument>App\Controller\Commercial\Tabs\DocumentTabController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.h1.dgfy" method="withContext"/>
    </service>
    <service id=".service_locator.sKhzfpT.App\Controller\Commercial\Tabs\PaiementTabController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\PaiementTabController::index()"/>
      <argument>App\Controller\Commercial\Tabs\PaiementTabController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sKhzfpT" method="withContext"/>
    </service>
    <service id=".service_locator.KGjz4k5.App\Controller\Commercial\Tabs\ProfilClientTabController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\ProfilClientTabController::index()"/>
      <argument>App\Controller\Commercial\Tabs\ProfilClientTabController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KGjz4k5" method="withContext"/>
    </service>
    <service id=".service_locator._K58aJ..App\Controller\Commercial\Tabs\SupportTabController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\SupportTabController::index()"/>
      <argument>App\Controller\Commercial\Tabs\SupportTabController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator._K58aJ." method="withContext"/>
    </service>
    <service id=".service_locator.RlT.4bh" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lot" type="service_closure" id=".errored..service_locator.RlT.4bh.App\Entity\Lot"/>
      </argument>
    </service>
    <service id=".service_locator.RlT.4bh.App\Controller\LotApiController::getDetails()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\LotApiController::getDetails()"/>
      <argument>App\Controller\LotApiController::getDetails()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.RlT.4bh" method="withContext"/>
    </service>
    <service id=".service_locator.z4XOaJ6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="projetRepo" type="service_closure" id="App\Repository\ProjetRepository"/>
      </argument>
    </service>
    <service id=".service_locator.z4XOaJ6.App\Controller\MainController::catalogue()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MainController::catalogue()"/>
      <argument>App\Controller\MainController::catalogue()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.z4XOaJ6" method="withContext"/>
    </service>
    <service id=".service_locator.r7WsoNf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lotRepo" type="service_closure" id="App\Repository\LotRepository"/>
      </argument>
    </service>
    <service id=".service_locator.r7WsoNf.App\Controller\MainController::lots()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MainController::lots()"/>
      <argument>App\Controller\MainController::lots()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.r7WsoNf" 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\SecurityController::login()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SecurityController::login()"/>
      <argument>App\Controller\SecurityController::login()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3QECKYg" method="withContext"/>
    </service>
    <service id=".service_locator.1_UXM2z" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doc" type="service_closure" id=".errored..service_locator.1_UXM2z.App\Entity\DocumentStore"/>
      </argument>
    </service>
    <service id=".service_locator.1_UXM2z.App\Controller\Shared\DocumentSharedController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\DocumentSharedController::delete()"/>
      <argument>App\Controller\Shared\DocumentSharedController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1_UXM2z" method="withContext"/>
    </service>
    <service id=".service_locator.p3pp.LB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="niveauRepo" type="service_closure" id="App\Repository\NiveauAccessRepository"/>
      </argument>
    </service>
    <service id=".service_locator.p3pp.LB.App\Controller\Shared\DocumentSharedController::manager()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\DocumentSharedController::manager()"/>
      <argument>App\Controller\Shared\DocumentSharedController::manager()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.p3pp.LB" method="withContext"/>
    </service>
    <service id=".service_locator.p3pp.LB.App\Controller\Shared\DocumentSharedController::renderInlineManager()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\DocumentSharedController::renderInlineManager()"/>
      <argument>App\Controller\Shared\DocumentSharedController::renderInlineManager()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.p3pp.LB" method="withContext"/>
    </service>
    <service id=".service_locator.1_UXM2z.App\Controller\Shared\DocumentSharedController::executeInlineDelete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\DocumentSharedController::executeInlineDelete()"/>
      <argument>App\Controller\Shared\DocumentSharedController::executeInlineDelete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.1_UXM2z" method="withContext"/>
    </service>
    <service id=".service_locator.u_EYRXT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lotRepo" type="service_closure" id="App\Repository\LotRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.u_EYRXT.App\Controller\Shared\LotSharedController::listFragment()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\LotSharedController::listFragment()"/>
      <argument>App\Controller\Shared\LotSharedController::listFragment()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.u_EYRXT" method="withContext"/>
    </service>
    <service id=".service_locator.Kq27LHM.App\Controller\Shared\LotSharedController::newModal()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\LotSharedController::newModal()"/>
      <argument>App\Controller\Shared\LotSharedController::newModal()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.Kq27LHM" method="withContext"/>
    </service>
    <service id=".service_locator.3.gaXvf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lot" type="service_closure" id=".errored..service_locator.3.gaXvf.App\Entity\Lot"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.3.gaXvf.App\Controller\Shared\LotSharedController::editModal()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\LotSharedController::editModal()"/>
      <argument>App\Controller\Shared\LotSharedController::editModal()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3.gaXvf" method="withContext"/>
    </service>
    <service id=".service_locator.RlT.4bh.App\Controller\Shared\LotSharedController::details()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\LotSharedController::details()"/>
      <argument>App\Controller\Shared\LotSharedController::details()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.RlT.4bh" method="withContext"/>
    </service>
    <service id=".service_locator.3.gaXvf.App\Controller\Shared\LotSharedController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\LotSharedController::delete()"/>
      <argument>App\Controller\Shared\LotSharedController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3.gaXvf" method="withContext"/>
    </service>
    <service id=".service_locator.RlT.4bh.App\Controller\Shared\LotSharedController::show()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\LotSharedController::show()"/>
      <argument>App\Controller\Shared\LotSharedController::show()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.RlT.4bh" method="withContext"/>
    </service>
    <service id=".service_locator.RlT.4bh.App\Controller\Shared\LotSharedController::etapesFragment()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\LotSharedController::etapesFragment()"/>
      <argument>App\Controller\Shared\LotSharedController::etapesFragment()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.RlT.4bh" method="withContext"/>
    </service>
    <service id=".service_locator.lEYlrTx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator.lEYlrTx.App\Entity\Souscription"/>
        <argument key="docRepo" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
      </argument>
    </service>
    <service id=".service_locator.lEYlrTx.App\Controller\Shared\PaiementSharedController::listBySouscription()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController::listBySouscription()"/>
      <argument>App\Controller\Shared\PaiementSharedController::listBySouscription()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.lEYlrTx" method="withContext"/>
    </service>
    <service id=".service_locator.lEYlrTx.App\Controller\Shared\PaiementSharedController::listSimple()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController::listSimple()"/>
      <argument>App\Controller\Shared\PaiementSharedController::listSimple()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.lEYlrTx" method="withContext"/>
    </service>
    <service id=".service_locator.sKhzfpT.App\Controller\Shared\PaiementSharedController::listEcheancier()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController::listEcheancier()"/>
      <argument>App\Controller\Shared\PaiementSharedController::listEcheancier()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sKhzfpT" method="withContext"/>
    </service>
    <service id=".service_locator.6toPIKM.App\Controller\Shared\PaiementSharedController::edit()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController::edit()"/>
      <argument>App\Controller\Shared\PaiementSharedController::edit()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.6toPIKM" method="withContext"/>
    </service>
    <service id=".service_locator.6toPIKM.App\Controller\Shared\PaiementSharedController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController::delete()"/>
      <argument>App\Controller\Shared\PaiementSharedController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.6toPIKM" method="withContext"/>
    </service>
    <service id=".service_locator.OIMJohp" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="souscription" type="service_closure" id=".errored..service_locator.OIMJohp.App\Entity\Souscription"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
      </argument>
    </service>
    <service id=".service_locator.OIMJohp.App\Controller\Shared\PaiementSharedController::newModal()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController::newModal()"/>
      <argument>App\Controller\Shared\PaiementSharedController::newModal()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.OIMJohp" method="withContext"/>
    </service>
    <service id=".service_locator.i.lnnyq.App\Controller\Shared\PaiementSharedController::downloadRecu()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController::downloadRecu()"/>
      <argument>App\Controller\Shared\PaiementSharedController::downloadRecu()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.i.lnnyq" method="withContext"/>
    </service>
    <service id=".service_locator.6toPIKM.App\Controller\Shared\PaiementSharedController::printBon()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController::printBon()"/>
      <argument>App\Controller\Shared\PaiementSharedController::printBon()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.6toPIKM" method="withContext"/>
    </service>
    <service id=".service_locator.i.lnnyq.App\Controller\Shared\PaiementSharedController::showDetail()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController::showDetail()"/>
      <argument>App\Controller\Shared\PaiementSharedController::showDetail()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.i.lnnyq" method="withContext"/>
    </service>
    <service id=".service_locator.6q1aGQq.App\Controller\Shared\SouscriptionSharedController::newModal()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\SouscriptionSharedController::newModal()"/>
      <argument>App\Controller\Shared\SouscriptionSharedController::newModal()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.6q1aGQq" method="withContext"/>
    </service>
    <service id=".service_locator.KGjz4k5.App\Controller\Shared\SouscriptionSharedController::editFinancementModal()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\SouscriptionSharedController::editFinancementModal()"/>
      <argument>App\Controller\Shared\SouscriptionSharedController::editFinancementModal()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.KGjz4k5" 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\Shared\UserSharedController::renderProfileCard()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\UserSharedController::renderProfileCard()"/>
      <argument>App\Controller\Shared\UserSharedController::renderProfileCard()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWAQaZu" method="withContext"/>
    </service>
    <service id=".service_locator.9qBWEn5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="userRepo" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="paginator" type="service_closure" id="knp_paginator"/>
      </argument>
    </service>
    <service id=".service_locator.9qBWEn5.App\Controller\Shared\UserSharedController::list()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\UserSharedController::list()"/>
      <argument>App\Controller\Shared\UserSharedController::list()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.9qBWEn5" method="withContext"/>
    </service>
    <service id=".service_locator.hoQMGD3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.hoQMGD3.App\Entity\User"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="hasher" type="service_closure" id="security.user_password_hasher"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
      </argument>
    </service>
    <service id=".service_locator.hoQMGD3.App\Controller\Shared\UserSharedController::editModal()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\UserSharedController::editModal()"/>
      <argument>App\Controller\Shared\UserSharedController::editModal()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.hoQMGD3" method="withContext"/>
    </service>
    <service id=".service_locator.sOvxn94" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="hasher" type="service_closure" id="security.user_password_hasher"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
      </argument>
    </service>
    <service id=".service_locator.sOvxn94.App\Controller\Shared\UserSharedController::newModal()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\UserSharedController::newModal()"/>
      <argument>App\Controller\Shared\UserSharedController::newModal()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sOvxn94" method="withContext"/>
    </service>
    <service id=".service_locator.EWAQaZu.App\Controller\Shared\UserSharedController::showModal()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\UserSharedController::showModal()"/>
      <argument>App\Controller\Shared\UserSharedController::showModal()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWAQaZu" method="withContext"/>
    </service>
    <service id=".service_locator.CQIMZqF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.CQIMZqF.App\Entity\User"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.CQIMZqF.App\Controller\Shared\UserSharedController::delete()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\UserSharedController::delete()"/>
      <argument>App\Controller\Shared\UserSharedController::delete()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.CQIMZqF" method="withContext"/>
    </service>
    <service id=".service_locator.EWAQaZu.App\Controller\Shared\UserSharedController::showFull()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\UserSharedController::showFull()"/>
      <argument>App\Controller\Shared\UserSharedController::showFull()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EWAQaZu" method="withContext"/>
    </service>
    <service id=".service_locator.7fo4rTO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="passwordHasher" type="service_closure" id="security.user_password_hasher"/>
        <argument key="userRepository" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="mailService" type="service_closure" id="App\Service\MailService"/>
      </argument>
    </service>
    <service id=".service_locator.7fo4rTO.App\Controller\SouscriptionController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SouscriptionController::index()"/>
      <argument>App\Controller\SouscriptionController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.7fo4rTO" method="withContext"/>
    </service>
    <service id=".service_locator.z2sJHl7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="hasher" type="service_closure" id="security.user_password_hasher"/>
        <argument key="slugger" type="service_closure" id="slugger"/>
      </argument>
    </service>
    <service id=".service_locator.z2sJHl7.App\Controller\UserprofilController::profil()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\UserprofilController::profil()"/>
      <argument>App\Controller\UserprofilController::profil()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.z2sJHl7" method="withContext"/>
    </service>
    <service id=".service_locator.bBedi.V" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pageRepo" type="service_closure" id="App\Repository\Website\PageRepository"/>
        <argument key="projetRepo" type="service_closure" id="App\Repository\ProjetRepository"/>
        <argument key="lotRepo" type="service_closure" id="App\Repository\LotRepository"/>
        <argument key="userRepo" type="service_closure" id="App\Repository\UserRepository"/>
      </argument>
    </service>
    <service id=".service_locator.bBedi.V.App\Controller\Visiteur\AboutController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\AboutController::index()"/>
      <argument>App\Controller\Visiteur\AboutController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bBedi.V" method="withContext"/>
    </service>
    <service id=".service_locator.bBedi.V.App\Controller\Visiteur\ConstructionVenteController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\ConstructionVenteController::index()"/>
      <argument>App\Controller\Visiteur\ConstructionVenteController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bBedi.V" method="withContext"/>
    </service>
    <service id=".service_locator.bBedi.V.App\Controller\Visiteur\GalleryController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\GalleryController::index()"/>
      <argument>App\Controller\Visiteur\GalleryController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bBedi.V" method="withContext"/>
    </service>
    <service id=".service_locator.bBedi.V.App\Controller\Visiteur\IndexController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\IndexController::index()"/>
      <argument>App\Controller\Visiteur\IndexController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bBedi.V" method="withContext"/>
    </service>
    <service id=".service_locator.bBedi.V.App\Controller\Visiteur\ProgrammesController::index()" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\ProgrammesController::index()"/>
      <argument>App\Controller\Visiteur\ProgrammesController::index()</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.bBedi.V" method="withContext"/>
    </service>
    <service id=".service_locator.MiqedSS" 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\Admin\AdminController::index" type="service_closure" id=".service_locator.2ATosI6.App\Controller\Admin\AdminController::index()"/>
        <argument key="App\Controller\Admin\AdminController::comptabledashboard" type="service_closure" id=".service_locator.2ATosI6.App\Controller\Admin\AdminController::comptabledashboard()"/>
        <argument key="App\Controller\Admin\AdminController::yechniciendashboard" type="service_closure" id=".service_locator.2ATosI6.App\Controller\Admin\AdminController::yechniciendashboard()"/>
        <argument key="App\Controller\Admin\AdminController::assignCommercial" type="service_closure" id=".service_locator.Kq27LHM.App\Controller\Admin\AdminController::assignCommercial()"/>
        <argument key="App\Controller\Admin\ClientController::index" type="service_closure" id=".service_locator._RpIQuf.App\Controller\Admin\ClientController::index()"/>
        <argument key="App\Controller\Admin\ClientController::show" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Admin\ClientController::show()"/>
        <argument key="App\Controller\Admin\ClientController::assigner" type="service_closure" id=".service_locator.llkoCyB.App\Controller\Admin\ClientController::assigner()"/>
        <argument key="App\Controller\Admin\EntrepriseController::edit" type="service_closure" id=".service_locator.yKpRtOn.App\Controller\Admin\EntrepriseController::edit()"/>
        <argument key="App\Controller\Admin\LotController::index" type="service_closure" id=".service_locator.P8SD_b7.App\Controller\Admin\LotController::index()"/>
        <argument key="App\Controller\Admin\LotController::listMedias" type="service_closure" id=".service_locator.sof1LV_.App\Controller\Admin\LotController::listMedias()"/>
        <argument key="App\Controller\Admin\LotController::uploadMedia" type="service_closure" id=".service_locator.sof1LV_.App\Controller\Admin\LotController::uploadMedia()"/>
        <argument key="App\Controller\Admin\LotController::deleteMedia" type="service_closure" id=".service_locator.eAsdt8g.App\Controller\Admin\LotController::deleteMedia()"/>
        <argument key="App\Controller\Admin\LotController::reorderMedia" type="service_closure" id=".service_locator.sof1LV_.App\Controller\Admin\LotController::reorderMedia()"/>
        <argument key="App\Controller\Admin\LotController::new" type="service_closure" id=".service_locator.41pX.da.App\Controller\Admin\LotController::new()"/>
        <argument key="App\Controller\Admin\LotController::edit" type="service_closure" id=".service_locator..kxhThf.App\Controller\Admin\LotController::edit()"/>
        <argument key="App\Controller\Admin\LotController::delete" type="service_closure" id=".service_locator.zJd7Tun.App\Controller\Admin\LotController::delete()"/>
        <argument key="App\Controller\Admin\LotEtapeController::updateEtapeApi" type="service_closure" id=".service_locator.ooim63F.App\Controller\Admin\LotEtapeController::updateEtapeApi()"/>
        <argument key="App\Controller\Admin\LotEtapeController::uploadEtapeMedia" type="service_closure" id=".service_locator.1PVlgsx.App\Controller\Admin\LotEtapeController::uploadEtapeMedia()"/>
        <argument key="App\Controller\Admin\LotEtapeController::listEtapeMedias" type="service_closure" id=".service_locator.1PVlgsx.App\Controller\Admin\LotEtapeController::listEtapeMedias()"/>
        <argument key="App\Controller\Admin\NiveauAccessController::index" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\NiveauAccessController::index()"/>
        <argument key="App\Controller\Admin\NiveauAccessController::new" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\NiveauAccessController::new()"/>
        <argument key="App\Controller\Admin\NiveauAccessController::show" type="service_closure" id=".service_locator.pgrAiam.App\Controller\Admin\NiveauAccessController::show()"/>
        <argument key="App\Controller\Admin\NiveauAccessController::edit" type="service_closure" id=".service_locator.qH1XMLZ.App\Controller\Admin\NiveauAccessController::edit()"/>
        <argument key="App\Controller\Admin\NiveauAccessController::delete" type="service_closure" id=".service_locator.qH1XMLZ.App\Controller\Admin\NiveauAccessController::delete()"/>
        <argument key="App\Controller\Admin\PaiementController::index" type="service_closure" id=".service_locator.WcYBi0z.App\Controller\Admin\PaiementController::index()"/>
        <argument key="App\Controller\Admin\PaiementController::new" type="service_closure" id=".service_locator.zuLlZtR.App\Controller\Admin\PaiementController::new()"/>
        <argument key="App\Controller\Admin\PaiementController::getSouscriptions" type="service_closure" id=".service_locator.kMS785q.App\Controller\Admin\PaiementController::getSouscriptions()"/>
        <argument key="App\Controller\Admin\PaiementController::getEcheanciers" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\PaiementController::getEcheanciers()"/>
        <argument key="App\Controller\Admin\PaiementController::show" type="service_closure" id=".service_locator.i.lnnyq.App\Controller\Admin\PaiementController::show()"/>
        <argument key="App\Controller\Admin\PaiementController::delete" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Admin\PaiementController::delete()"/>
        <argument key="App\Controller\Admin\PaiementController::transformer" type="service_closure" id=".service_locator.dyJfvCG.App\Controller\Admin\PaiementController::transformer()"/>
        <argument key="App\Controller\Admin\PaiementController::valider" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Admin\PaiementController::valider()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController::index" type="service_closure" id=".service_locator.PrHduqX.App\Controller\Admin\PortefeuilleClientController::index()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController::affectation" type="service_closure" id=".service_locator.1MOTZHQ.App\Controller\Admin\PortefeuilleClientController::affectation()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController::assigner" type="service_closure" id=".service_locator.llkoCyB.App\Controller\Admin\PortefeuilleClientController::assigner()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController::show" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Admin\PortefeuilleClientController::show()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController::validate" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\PortefeuilleClientController::validate()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController::reject" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\PortefeuilleClientController::reject()"/>
        <argument key="App\Controller\Admin\PosteController::index" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\PosteController::index()"/>
        <argument key="App\Controller\Admin\PosteController::new" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\PosteController::new()"/>
        <argument key="App\Controller\Admin\PosteController::show" type="service_closure" id=".service_locator.AiBt7p6.App\Controller\Admin\PosteController::show()"/>
        <argument key="App\Controller\Admin\PosteController::edit" type="service_closure" id=".service_locator.HWL8.lQ.App\Controller\Admin\PosteController::edit()"/>
        <argument key="App\Controller\Admin\PosteController::delete" type="service_closure" id=".service_locator.HWL8.lQ.App\Controller\Admin\PosteController::delete()"/>
        <argument key="App\Controller\Admin\ProjetController::index" type="service_closure" id=".service_locator.5XBlwc3.App\Controller\Admin\ProjetController::index()"/>
        <argument key="App\Controller\Admin\ProjetController::new" type="service_closure" id=".service_locator.zuLlZtR.App\Controller\Admin\ProjetController::new()"/>
        <argument key="App\Controller\Admin\ProjetController::edit" type="service_closure" id=".service_locator.JKoYCvD.App\Controller\Admin\ProjetController::edit()"/>
        <argument key="App\Controller\Admin\ProjetController::show" type="service_closure" id=".service_locator.jvDmRVR.App\Controller\Admin\ProjetController::show()"/>
        <argument key="App\Controller\Admin\ProjetController::delete" type="service_closure" id=".service_locator.JYAOri_.App\Controller\Admin\ProjetController::delete()"/>
        <argument key="App\Controller\Admin\SouscriptionController::index" type="service_closure" id=".service_locator.LLyC_k2.App\Controller\Admin\SouscriptionController::index()"/>
        <argument key="App\Controller\Admin\SouscriptionController::show" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Admin\SouscriptionController::show()"/>
        <argument key="App\Controller\Admin\SouscriptionController::approuver" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\SouscriptionController::approuver()"/>
        <argument key="App\Controller\Admin\SouscriptionController::rejeter" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\SouscriptionController::rejeter()"/>
        <argument key="App\Controller\Admin\TechniqueController::index" type="service_closure" id=".service_locator.5XBlwc3.App\Controller\Admin\TechniqueController::index()"/>
        <argument key="App\Controller\Admin\TechniqueController::ajaxLots" type="service_closure" id=".service_locator.sm_JrGd.App\Controller\Admin\TechniqueController::ajaxLots()"/>
        <argument key="App\Controller\Admin\TechniqueController::ajaxProjetEvolution" type="service_closure" id=".service_locator.vRzLgR6.App\Controller\Admin\TechniqueController::ajaxProjetEvolution()"/>
        <argument key="App\Controller\Admin\TechniqueController::ajaxLotEvolution" type="service_closure" id=".service_locator.tD0bEcw.App\Controller\Admin\TechniqueController::ajaxLotEvolution()"/>
        <argument key="App\Controller\Admin\TechniqueController::updateEtapeProgress" type="service_closure" id=".service_locator.uB7CqpU.App\Controller\Admin\TechniqueController::updateEtapeProgress()"/>
        <argument key="App\Controller\Admin\TypeBienController::index" type="service_closure" id=".service_locator.72e9E24.App\Controller\Admin\TypeBienController::index()"/>
        <argument key="App\Controller\Admin\TypeBienController::new" type="service_closure" id=".service_locator.qXpzYwI.App\Controller\Admin\TypeBienController::new()"/>
        <argument key="App\Controller\Admin\TypeBienController::edit" type="service_closure" id=".service_locator.JK7bK1q.App\Controller\Admin\TypeBienController::edit()"/>
        <argument key="App\Controller\Admin\TypeBienController::delete" type="service_closure" id=".service_locator.JK7bK1q.App\Controller\Admin\TypeBienController::delete()"/>
        <argument key="App\Controller\Admin\TypeBienController::reorder" type="service_closure" id=".service_locator.B__oD3Y.App\Controller\Admin\TypeBienController::reorder()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController::index" type="service_closure" id=".service_locator.loNNtD4.App\Controller\Admin\WebsiteNewsController::index()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController::new" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\WebsiteNewsController::new()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController::show" type="service_closure" id=".service_locator.QquAEjA.App\Controller\Admin\WebsiteNewsController::show()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController::edit" type="service_closure" id=".service_locator.dPjD24d.App\Controller\Admin\WebsiteNewsController::edit()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController::delete" type="service_closure" id=".service_locator.dPjD24d.App\Controller\Admin\WebsiteNewsController::delete()"/>
        <argument key="App\Controller\Admin\WebsitePageController::index" type="service_closure" id=".service_locator.bsMlA50.App\Controller\Admin\WebsitePageController::index()"/>
        <argument key="App\Controller\Admin\WebsitePageController::edit" type="service_closure" id=".service_locator.SZvSTuZ.App\Controller\Admin\WebsitePageController::edit()"/>
        <argument key="App\Controller\Admin\WebsiteProjetController::index" type="service_closure" id=".service_locator.Su_pLGI.App\Controller\Admin\WebsiteProjetController::index()"/>
        <argument key="App\Controller\Admin\WebsiteProjetController::ajaxUpdateVisibility" type="service_closure" id=".service_locator.JvXXuiP.App\Controller\Admin\WebsiteProjetController::ajaxUpdateVisibility()"/>
        <argument key="App\Controller\Admin\WebsiteStaffController::index" type="service_closure" id=".service_locator.OzEre6h.App\Controller\Admin\WebsiteStaffController::index()"/>
        <argument key="App\Controller\Admin\WebsiteStaffController::updateVisibility" type="service_closure" id=".service_locator.Ee9ThQo.App\Controller\Admin\WebsiteStaffController::updateVisibility()"/>
        <argument key="App\Controller\Client\ClientFinanceController::index" type="service_closure" id=".service_locator.LLyC_k2.App\Controller\Client\ClientFinanceController::index()"/>
        <argument key="App\Controller\Client\ClientProjetController::index" type="service_closure" id=".service_locator.LLyC_k2.App\Controller\Client\ClientProjetController::index()"/>
        <argument key="App\Controller\Client\DashboardController::index" type="service_closure" id=".service_locator.d1xdV1y.App\Controller\Client\DashboardController::index()"/>
        <argument key="App\Controller\Commercial\CommercialPortefeuilleController::index" type="service_closure" id=".service_locator.PrHduqX.App\Controller\Commercial\CommercialPortefeuilleController::index()"/>
        <argument key="App\Controller\Commercial\CommercialPortefeuilleController::show" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Commercial\CommercialPortefeuilleController::show()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController::brouillons" type="service_closure" id=".service_locator.MNsE5ze.App\Controller\Commercial\CommercialSouscriptionController::brouillons()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController::new" type="service_closure" id=".service_locator.6q1aGQq.App\Controller\Commercial\CommercialSouscriptionController::new()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController::show" type="service_closure" id=".service_locator.4IrjBUz.App\Controller\Commercial\CommercialSouscriptionController::show()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController::editClient" type="service_closure" id=".service_locator.uPSiGPj.App\Controller\Commercial\CommercialSouscriptionController::editClient()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController::uploadDocuments" type="service_closure" id=".service_locator.KZMiDIk.App\Controller\Commercial\CommercialSouscriptionController::uploadDocuments()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController::submit" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Commercial\CommercialSouscriptionController::submit()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController::delete" type="service_closure" id=".service_locator.4IrjBUz.App\Controller\Commercial\CommercialSouscriptionController::delete()"/>
        <argument key="App\Controller\Commercial\DashboardController::index" type="service_closure" id=".service_locator.2ATosI6.App\Controller\Commercial\DashboardController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\CRMTabController::index" type="service_closure" id=".service_locator._K58aJ..App\Controller\Commercial\Tabs\CRMTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\ChantierTabController::index" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Commercial\Tabs\ChantierTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\ContratTabController::index" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Commercial\Tabs\ContratTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\DashboardTabController::index" type="service_closure" id=".service_locator.TRd5bZy.App\Controller\Commercial\Tabs\DashboardTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\DocumentTabController::index" type="service_closure" id=".service_locator.h1.dgfy.App\Controller\Commercial\Tabs\DocumentTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\PaiementTabController::index" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Commercial\Tabs\PaiementTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\ProfilClientTabController::index" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Commercial\Tabs\ProfilClientTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\SupportTabController::index" type="service_closure" id=".service_locator._K58aJ..App\Controller\Commercial\Tabs\SupportTabController::index()"/>
        <argument key="App\Controller\LotApiController::getDetails" type="service_closure" id=".service_locator.RlT.4bh.App\Controller\LotApiController::getDetails()"/>
        <argument key="App\Controller\MainController::catalogue" type="service_closure" id=".service_locator.z4XOaJ6.App\Controller\MainController::catalogue()"/>
        <argument key="App\Controller\MainController::lots" type="service_closure" id=".service_locator.r7WsoNf.App\Controller\MainController::lots()"/>
        <argument key="App\Controller\SecurityController::login" type="service_closure" id=".service_locator.3QECKYg.App\Controller\SecurityController::login()"/>
        <argument key="App\Controller\Shared\DocumentSharedController::delete" type="service_closure" id=".service_locator.1_UXM2z.App\Controller\Shared\DocumentSharedController::delete()"/>
        <argument key="App\Controller\Shared\DocumentSharedController::manager" type="service_closure" id=".service_locator.p3pp.LB.App\Controller\Shared\DocumentSharedController::manager()"/>
        <argument key="App\Controller\Shared\DocumentSharedController::renderInlineManager" type="service_closure" id=".service_locator.p3pp.LB.App\Controller\Shared\DocumentSharedController::renderInlineManager()"/>
        <argument key="App\Controller\Shared\DocumentSharedController::executeInlineDelete" type="service_closure" id=".service_locator.1_UXM2z.App\Controller\Shared\DocumentSharedController::executeInlineDelete()"/>
        <argument key="App\Controller\Shared\LotSharedController::listFragment" type="service_closure" id=".service_locator.u_EYRXT.App\Controller\Shared\LotSharedController::listFragment()"/>
        <argument key="App\Controller\Shared\LotSharedController::newModal" type="service_closure" id=".service_locator.Kq27LHM.App\Controller\Shared\LotSharedController::newModal()"/>
        <argument key="App\Controller\Shared\LotSharedController::editModal" type="service_closure" id=".service_locator.3.gaXvf.App\Controller\Shared\LotSharedController::editModal()"/>
        <argument key="App\Controller\Shared\LotSharedController::details" type="service_closure" id=".service_locator.RlT.4bh.App\Controller\Shared\LotSharedController::details()"/>
        <argument key="App\Controller\Shared\LotSharedController::delete" type="service_closure" id=".service_locator.3.gaXvf.App\Controller\Shared\LotSharedController::delete()"/>
        <argument key="App\Controller\Shared\LotSharedController::show" type="service_closure" id=".service_locator.RlT.4bh.App\Controller\Shared\LotSharedController::show()"/>
        <argument key="App\Controller\Shared\LotSharedController::etapesFragment" type="service_closure" id=".service_locator.RlT.4bh.App\Controller\Shared\LotSharedController::etapesFragment()"/>
        <argument key="App\Controller\Shared\PaiementSharedController::listBySouscription" type="service_closure" id=".service_locator.lEYlrTx.App\Controller\Shared\PaiementSharedController::listBySouscription()"/>
        <argument key="App\Controller\Shared\PaiementSharedController::listSimple" type="service_closure" id=".service_locator.lEYlrTx.App\Controller\Shared\PaiementSharedController::listSimple()"/>
        <argument key="App\Controller\Shared\PaiementSharedController::listEcheancier" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Shared\PaiementSharedController::listEcheancier()"/>
        <argument key="App\Controller\Shared\PaiementSharedController::edit" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Shared\PaiementSharedController::edit()"/>
        <argument key="App\Controller\Shared\PaiementSharedController::delete" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Shared\PaiementSharedController::delete()"/>
        <argument key="App\Controller\Shared\PaiementSharedController::newModal" type="service_closure" id=".service_locator.OIMJohp.App\Controller\Shared\PaiementSharedController::newModal()"/>
        <argument key="App\Controller\Shared\PaiementSharedController::downloadRecu" type="service_closure" id=".service_locator.i.lnnyq.App\Controller\Shared\PaiementSharedController::downloadRecu()"/>
        <argument key="App\Controller\Shared\PaiementSharedController::printBon" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Shared\PaiementSharedController::printBon()"/>
        <argument key="App\Controller\Shared\PaiementSharedController::showDetail" type="service_closure" id=".service_locator.i.lnnyq.App\Controller\Shared\PaiementSharedController::showDetail()"/>
        <argument key="App\Controller\Shared\SouscriptionSharedController::newModal" type="service_closure" id=".service_locator.6q1aGQq.App\Controller\Shared\SouscriptionSharedController::newModal()"/>
        <argument key="App\Controller\Shared\SouscriptionSharedController::editFinancementModal" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Shared\SouscriptionSharedController::editFinancementModal()"/>
        <argument key="App\Controller\Shared\UserSharedController::renderProfileCard" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Shared\UserSharedController::renderProfileCard()"/>
        <argument key="App\Controller\Shared\UserSharedController::list" type="service_closure" id=".service_locator.9qBWEn5.App\Controller\Shared\UserSharedController::list()"/>
        <argument key="App\Controller\Shared\UserSharedController::editModal" type="service_closure" id=".service_locator.hoQMGD3.App\Controller\Shared\UserSharedController::editModal()"/>
        <argument key="App\Controller\Shared\UserSharedController::newModal" type="service_closure" id=".service_locator.sOvxn94.App\Controller\Shared\UserSharedController::newModal()"/>
        <argument key="App\Controller\Shared\UserSharedController::showModal" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Shared\UserSharedController::showModal()"/>
        <argument key="App\Controller\Shared\UserSharedController::delete" type="service_closure" id=".service_locator.CQIMZqF.App\Controller\Shared\UserSharedController::delete()"/>
        <argument key="App\Controller\Shared\UserSharedController::showFull" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Shared\UserSharedController::showFull()"/>
        <argument key="App\Controller\SouscriptionController::index" type="service_closure" id=".service_locator.7fo4rTO.App\Controller\SouscriptionController::index()"/>
        <argument key="App\Controller\UserprofilController::profil" type="service_closure" id=".service_locator.z2sJHl7.App\Controller\UserprofilController::profil()"/>
        <argument key="App\Controller\Visiteur\AboutController::index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\AboutController::index()"/>
        <argument key="App\Controller\Visiteur\ConstructionVenteController::index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\ConstructionVenteController::index()"/>
        <argument key="App\Controller\Visiteur\GalleryController::index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\GalleryController::index()"/>
        <argument key="App\Controller\Visiteur\IndexController::index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\IndexController::index()"/>
        <argument key="App\Controller\Visiteur\ProgrammesController::index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\ProgrammesController::index()"/>
        <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\Admin\AdminController:index" type="service_closure" id=".service_locator.2ATosI6.App\Controller\Admin\AdminController::index()"/>
        <argument key="App\Controller\Admin\AdminController:comptabledashboard" type="service_closure" id=".service_locator.2ATosI6.App\Controller\Admin\AdminController::comptabledashboard()"/>
        <argument key="App\Controller\Admin\AdminController:yechniciendashboard" type="service_closure" id=".service_locator.2ATosI6.App\Controller\Admin\AdminController::yechniciendashboard()"/>
        <argument key="App\Controller\Admin\AdminController:assignCommercial" type="service_closure" id=".service_locator.Kq27LHM.App\Controller\Admin\AdminController::assignCommercial()"/>
        <argument key="App\Controller\Admin\ClientController:index" type="service_closure" id=".service_locator._RpIQuf.App\Controller\Admin\ClientController::index()"/>
        <argument key="App\Controller\Admin\ClientController:show" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Admin\ClientController::show()"/>
        <argument key="App\Controller\Admin\ClientController:assigner" type="service_closure" id=".service_locator.llkoCyB.App\Controller\Admin\ClientController::assigner()"/>
        <argument key="App\Controller\Admin\EntrepriseController:edit" type="service_closure" id=".service_locator.yKpRtOn.App\Controller\Admin\EntrepriseController::edit()"/>
        <argument key="App\Controller\Admin\LotController:index" type="service_closure" id=".service_locator.P8SD_b7.App\Controller\Admin\LotController::index()"/>
        <argument key="App\Controller\Admin\LotController:listMedias" type="service_closure" id=".service_locator.sof1LV_.App\Controller\Admin\LotController::listMedias()"/>
        <argument key="App\Controller\Admin\LotController:uploadMedia" type="service_closure" id=".service_locator.sof1LV_.App\Controller\Admin\LotController::uploadMedia()"/>
        <argument key="App\Controller\Admin\LotController:deleteMedia" type="service_closure" id=".service_locator.eAsdt8g.App\Controller\Admin\LotController::deleteMedia()"/>
        <argument key="App\Controller\Admin\LotController:reorderMedia" type="service_closure" id=".service_locator.sof1LV_.App\Controller\Admin\LotController::reorderMedia()"/>
        <argument key="App\Controller\Admin\LotController:new" type="service_closure" id=".service_locator.41pX.da.App\Controller\Admin\LotController::new()"/>
        <argument key="App\Controller\Admin\LotController:edit" type="service_closure" id=".service_locator..kxhThf.App\Controller\Admin\LotController::edit()"/>
        <argument key="App\Controller\Admin\LotController:delete" type="service_closure" id=".service_locator.zJd7Tun.App\Controller\Admin\LotController::delete()"/>
        <argument key="App\Controller\Admin\LotEtapeController:updateEtapeApi" type="service_closure" id=".service_locator.ooim63F.App\Controller\Admin\LotEtapeController::updateEtapeApi()"/>
        <argument key="App\Controller\Admin\LotEtapeController:uploadEtapeMedia" type="service_closure" id=".service_locator.1PVlgsx.App\Controller\Admin\LotEtapeController::uploadEtapeMedia()"/>
        <argument key="App\Controller\Admin\LotEtapeController:listEtapeMedias" type="service_closure" id=".service_locator.1PVlgsx.App\Controller\Admin\LotEtapeController::listEtapeMedias()"/>
        <argument key="App\Controller\Admin\NiveauAccessController:index" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\NiveauAccessController::index()"/>
        <argument key="App\Controller\Admin\NiveauAccessController:new" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\NiveauAccessController::new()"/>
        <argument key="App\Controller\Admin\NiveauAccessController:show" type="service_closure" id=".service_locator.pgrAiam.App\Controller\Admin\NiveauAccessController::show()"/>
        <argument key="App\Controller\Admin\NiveauAccessController:edit" type="service_closure" id=".service_locator.qH1XMLZ.App\Controller\Admin\NiveauAccessController::edit()"/>
        <argument key="App\Controller\Admin\NiveauAccessController:delete" type="service_closure" id=".service_locator.qH1XMLZ.App\Controller\Admin\NiveauAccessController::delete()"/>
        <argument key="App\Controller\Admin\PaiementController:index" type="service_closure" id=".service_locator.WcYBi0z.App\Controller\Admin\PaiementController::index()"/>
        <argument key="App\Controller\Admin\PaiementController:new" type="service_closure" id=".service_locator.zuLlZtR.App\Controller\Admin\PaiementController::new()"/>
        <argument key="App\Controller\Admin\PaiementController:getSouscriptions" type="service_closure" id=".service_locator.kMS785q.App\Controller\Admin\PaiementController::getSouscriptions()"/>
        <argument key="App\Controller\Admin\PaiementController:getEcheanciers" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\PaiementController::getEcheanciers()"/>
        <argument key="App\Controller\Admin\PaiementController:show" type="service_closure" id=".service_locator.i.lnnyq.App\Controller\Admin\PaiementController::show()"/>
        <argument key="App\Controller\Admin\PaiementController:delete" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Admin\PaiementController::delete()"/>
        <argument key="App\Controller\Admin\PaiementController:transformer" type="service_closure" id=".service_locator.dyJfvCG.App\Controller\Admin\PaiementController::transformer()"/>
        <argument key="App\Controller\Admin\PaiementController:valider" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Admin\PaiementController::valider()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController:index" type="service_closure" id=".service_locator.PrHduqX.App\Controller\Admin\PortefeuilleClientController::index()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController:affectation" type="service_closure" id=".service_locator.1MOTZHQ.App\Controller\Admin\PortefeuilleClientController::affectation()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController:assigner" type="service_closure" id=".service_locator.llkoCyB.App\Controller\Admin\PortefeuilleClientController::assigner()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController:show" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Admin\PortefeuilleClientController::show()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController:validate" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\PortefeuilleClientController::validate()"/>
        <argument key="App\Controller\Admin\PortefeuilleClientController:reject" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\PortefeuilleClientController::reject()"/>
        <argument key="App\Controller\Admin\PosteController:index" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\PosteController::index()"/>
        <argument key="App\Controller\Admin\PosteController:new" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\PosteController::new()"/>
        <argument key="App\Controller\Admin\PosteController:show" type="service_closure" id=".service_locator.AiBt7p6.App\Controller\Admin\PosteController::show()"/>
        <argument key="App\Controller\Admin\PosteController:edit" type="service_closure" id=".service_locator.HWL8.lQ.App\Controller\Admin\PosteController::edit()"/>
        <argument key="App\Controller\Admin\PosteController:delete" type="service_closure" id=".service_locator.HWL8.lQ.App\Controller\Admin\PosteController::delete()"/>
        <argument key="App\Controller\Admin\ProjetController:index" type="service_closure" id=".service_locator.5XBlwc3.App\Controller\Admin\ProjetController::index()"/>
        <argument key="App\Controller\Admin\ProjetController:new" type="service_closure" id=".service_locator.zuLlZtR.App\Controller\Admin\ProjetController::new()"/>
        <argument key="App\Controller\Admin\ProjetController:edit" type="service_closure" id=".service_locator.JKoYCvD.App\Controller\Admin\ProjetController::edit()"/>
        <argument key="App\Controller\Admin\ProjetController:show" type="service_closure" id=".service_locator.jvDmRVR.App\Controller\Admin\ProjetController::show()"/>
        <argument key="App\Controller\Admin\ProjetController:delete" type="service_closure" id=".service_locator.JYAOri_.App\Controller\Admin\ProjetController::delete()"/>
        <argument key="App\Controller\Admin\SouscriptionController:index" type="service_closure" id=".service_locator.LLyC_k2.App\Controller\Admin\SouscriptionController::index()"/>
        <argument key="App\Controller\Admin\SouscriptionController:show" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Admin\SouscriptionController::show()"/>
        <argument key="App\Controller\Admin\SouscriptionController:approuver" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\SouscriptionController::approuver()"/>
        <argument key="App\Controller\Admin\SouscriptionController:rejeter" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Admin\SouscriptionController::rejeter()"/>
        <argument key="App\Controller\Admin\TechniqueController:index" type="service_closure" id=".service_locator.5XBlwc3.App\Controller\Admin\TechniqueController::index()"/>
        <argument key="App\Controller\Admin\TechniqueController:ajaxLots" type="service_closure" id=".service_locator.sm_JrGd.App\Controller\Admin\TechniqueController::ajaxLots()"/>
        <argument key="App\Controller\Admin\TechniqueController:ajaxProjetEvolution" type="service_closure" id=".service_locator.vRzLgR6.App\Controller\Admin\TechniqueController::ajaxProjetEvolution()"/>
        <argument key="App\Controller\Admin\TechniqueController:ajaxLotEvolution" type="service_closure" id=".service_locator.tD0bEcw.App\Controller\Admin\TechniqueController::ajaxLotEvolution()"/>
        <argument key="App\Controller\Admin\TechniqueController:updateEtapeProgress" type="service_closure" id=".service_locator.uB7CqpU.App\Controller\Admin\TechniqueController::updateEtapeProgress()"/>
        <argument key="App\Controller\Admin\TypeBienController:index" type="service_closure" id=".service_locator.72e9E24.App\Controller\Admin\TypeBienController::index()"/>
        <argument key="App\Controller\Admin\TypeBienController:new" type="service_closure" id=".service_locator.qXpzYwI.App\Controller\Admin\TypeBienController::new()"/>
        <argument key="App\Controller\Admin\TypeBienController:edit" type="service_closure" id=".service_locator.JK7bK1q.App\Controller\Admin\TypeBienController::edit()"/>
        <argument key="App\Controller\Admin\TypeBienController:delete" type="service_closure" id=".service_locator.JK7bK1q.App\Controller\Admin\TypeBienController::delete()"/>
        <argument key="App\Controller\Admin\TypeBienController:reorder" type="service_closure" id=".service_locator.B__oD3Y.App\Controller\Admin\TypeBienController::reorder()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController:index" type="service_closure" id=".service_locator.loNNtD4.App\Controller\Admin\WebsiteNewsController::index()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController:new" type="service_closure" id=".service_locator.egipcEH.App\Controller\Admin\WebsiteNewsController::new()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController:show" type="service_closure" id=".service_locator.QquAEjA.App\Controller\Admin\WebsiteNewsController::show()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController:edit" type="service_closure" id=".service_locator.dPjD24d.App\Controller\Admin\WebsiteNewsController::edit()"/>
        <argument key="App\Controller\Admin\WebsiteNewsController:delete" type="service_closure" id=".service_locator.dPjD24d.App\Controller\Admin\WebsiteNewsController::delete()"/>
        <argument key="App\Controller\Admin\WebsitePageController:index" type="service_closure" id=".service_locator.bsMlA50.App\Controller\Admin\WebsitePageController::index()"/>
        <argument key="App\Controller\Admin\WebsitePageController:edit" type="service_closure" id=".service_locator.SZvSTuZ.App\Controller\Admin\WebsitePageController::edit()"/>
        <argument key="App\Controller\Admin\WebsiteProjetController:index" type="service_closure" id=".service_locator.Su_pLGI.App\Controller\Admin\WebsiteProjetController::index()"/>
        <argument key="App\Controller\Admin\WebsiteProjetController:ajaxUpdateVisibility" type="service_closure" id=".service_locator.JvXXuiP.App\Controller\Admin\WebsiteProjetController::ajaxUpdateVisibility()"/>
        <argument key="App\Controller\Admin\WebsiteStaffController:index" type="service_closure" id=".service_locator.OzEre6h.App\Controller\Admin\WebsiteStaffController::index()"/>
        <argument key="App\Controller\Admin\WebsiteStaffController:updateVisibility" type="service_closure" id=".service_locator.Ee9ThQo.App\Controller\Admin\WebsiteStaffController::updateVisibility()"/>
        <argument key="App\Controller\Client\ClientFinanceController:index" type="service_closure" id=".service_locator.LLyC_k2.App\Controller\Client\ClientFinanceController::index()"/>
        <argument key="App\Controller\Client\ClientProjetController:index" type="service_closure" id=".service_locator.LLyC_k2.App\Controller\Client\ClientProjetController::index()"/>
        <argument key="App\Controller\Client\DashboardController:index" type="service_closure" id=".service_locator.d1xdV1y.App\Controller\Client\DashboardController::index()"/>
        <argument key="App\Controller\Commercial\CommercialPortefeuilleController:index" type="service_closure" id=".service_locator.PrHduqX.App\Controller\Commercial\CommercialPortefeuilleController::index()"/>
        <argument key="App\Controller\Commercial\CommercialPortefeuilleController:show" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Commercial\CommercialPortefeuilleController::show()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController:brouillons" type="service_closure" id=".service_locator.MNsE5ze.App\Controller\Commercial\CommercialSouscriptionController::brouillons()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController:new" type="service_closure" id=".service_locator.6q1aGQq.App\Controller\Commercial\CommercialSouscriptionController::new()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController:show" type="service_closure" id=".service_locator.4IrjBUz.App\Controller\Commercial\CommercialSouscriptionController::show()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController:editClient" type="service_closure" id=".service_locator.uPSiGPj.App\Controller\Commercial\CommercialSouscriptionController::editClient()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController:uploadDocuments" type="service_closure" id=".service_locator.KZMiDIk.App\Controller\Commercial\CommercialSouscriptionController::uploadDocuments()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController:submit" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Commercial\CommercialSouscriptionController::submit()"/>
        <argument key="App\Controller\Commercial\CommercialSouscriptionController:delete" type="service_closure" id=".service_locator.4IrjBUz.App\Controller\Commercial\CommercialSouscriptionController::delete()"/>
        <argument key="App\Controller\Commercial\DashboardController:index" type="service_closure" id=".service_locator.2ATosI6.App\Controller\Commercial\DashboardController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\CRMTabController:index" type="service_closure" id=".service_locator._K58aJ..App\Controller\Commercial\Tabs\CRMTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\ChantierTabController:index" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Commercial\Tabs\ChantierTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\ContratTabController:index" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Commercial\Tabs\ContratTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\DashboardTabController:index" type="service_closure" id=".service_locator.TRd5bZy.App\Controller\Commercial\Tabs\DashboardTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\DocumentTabController:index" type="service_closure" id=".service_locator.h1.dgfy.App\Controller\Commercial\Tabs\DocumentTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\PaiementTabController:index" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Commercial\Tabs\PaiementTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\ProfilClientTabController:index" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Commercial\Tabs\ProfilClientTabController::index()"/>
        <argument key="App\Controller\Commercial\Tabs\SupportTabController:index" type="service_closure" id=".service_locator._K58aJ..App\Controller\Commercial\Tabs\SupportTabController::index()"/>
        <argument key="App\Controller\LotApiController:getDetails" type="service_closure" id=".service_locator.RlT.4bh.App\Controller\LotApiController::getDetails()"/>
        <argument key="App\Controller\MainController:catalogue" type="service_closure" id=".service_locator.z4XOaJ6.App\Controller\MainController::catalogue()"/>
        <argument key="App\Controller\MainController:lots" type="service_closure" id=".service_locator.r7WsoNf.App\Controller\MainController::lots()"/>
        <argument key="App\Controller\SecurityController:login" type="service_closure" id=".service_locator.3QECKYg.App\Controller\SecurityController::login()"/>
        <argument key="App\Controller\Shared\DocumentSharedController:delete" type="service_closure" id=".service_locator.1_UXM2z.App\Controller\Shared\DocumentSharedController::delete()"/>
        <argument key="App\Controller\Shared\DocumentSharedController:manager" type="service_closure" id=".service_locator.p3pp.LB.App\Controller\Shared\DocumentSharedController::manager()"/>
        <argument key="App\Controller\Shared\DocumentSharedController:renderInlineManager" type="service_closure" id=".service_locator.p3pp.LB.App\Controller\Shared\DocumentSharedController::renderInlineManager()"/>
        <argument key="App\Controller\Shared\DocumentSharedController:executeInlineDelete" type="service_closure" id=".service_locator.1_UXM2z.App\Controller\Shared\DocumentSharedController::executeInlineDelete()"/>
        <argument key="App\Controller\Shared\LotSharedController:listFragment" type="service_closure" id=".service_locator.u_EYRXT.App\Controller\Shared\LotSharedController::listFragment()"/>
        <argument key="App\Controller\Shared\LotSharedController:newModal" type="service_closure" id=".service_locator.Kq27LHM.App\Controller\Shared\LotSharedController::newModal()"/>
        <argument key="App\Controller\Shared\LotSharedController:editModal" type="service_closure" id=".service_locator.3.gaXvf.App\Controller\Shared\LotSharedController::editModal()"/>
        <argument key="App\Controller\Shared\LotSharedController:details" type="service_closure" id=".service_locator.RlT.4bh.App\Controller\Shared\LotSharedController::details()"/>
        <argument key="App\Controller\Shared\LotSharedController:delete" type="service_closure" id=".service_locator.3.gaXvf.App\Controller\Shared\LotSharedController::delete()"/>
        <argument key="App\Controller\Shared\LotSharedController:show" type="service_closure" id=".service_locator.RlT.4bh.App\Controller\Shared\LotSharedController::show()"/>
        <argument key="App\Controller\Shared\LotSharedController:etapesFragment" type="service_closure" id=".service_locator.RlT.4bh.App\Controller\Shared\LotSharedController::etapesFragment()"/>
        <argument key="App\Controller\Shared\PaiementSharedController:listBySouscription" type="service_closure" id=".service_locator.lEYlrTx.App\Controller\Shared\PaiementSharedController::listBySouscription()"/>
        <argument key="App\Controller\Shared\PaiementSharedController:listSimple" type="service_closure" id=".service_locator.lEYlrTx.App\Controller\Shared\PaiementSharedController::listSimple()"/>
        <argument key="App\Controller\Shared\PaiementSharedController:listEcheancier" type="service_closure" id=".service_locator.sKhzfpT.App\Controller\Shared\PaiementSharedController::listEcheancier()"/>
        <argument key="App\Controller\Shared\PaiementSharedController:edit" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Shared\PaiementSharedController::edit()"/>
        <argument key="App\Controller\Shared\PaiementSharedController:delete" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Shared\PaiementSharedController::delete()"/>
        <argument key="App\Controller\Shared\PaiementSharedController:newModal" type="service_closure" id=".service_locator.OIMJohp.App\Controller\Shared\PaiementSharedController::newModal()"/>
        <argument key="App\Controller\Shared\PaiementSharedController:downloadRecu" type="service_closure" id=".service_locator.i.lnnyq.App\Controller\Shared\PaiementSharedController::downloadRecu()"/>
        <argument key="App\Controller\Shared\PaiementSharedController:printBon" type="service_closure" id=".service_locator.6toPIKM.App\Controller\Shared\PaiementSharedController::printBon()"/>
        <argument key="App\Controller\Shared\PaiementSharedController:showDetail" type="service_closure" id=".service_locator.i.lnnyq.App\Controller\Shared\PaiementSharedController::showDetail()"/>
        <argument key="App\Controller\Shared\SouscriptionSharedController:newModal" type="service_closure" id=".service_locator.6q1aGQq.App\Controller\Shared\SouscriptionSharedController::newModal()"/>
        <argument key="App\Controller\Shared\SouscriptionSharedController:editFinancementModal" type="service_closure" id=".service_locator.KGjz4k5.App\Controller\Shared\SouscriptionSharedController::editFinancementModal()"/>
        <argument key="App\Controller\Shared\UserSharedController:renderProfileCard" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Shared\UserSharedController::renderProfileCard()"/>
        <argument key="App\Controller\Shared\UserSharedController:list" type="service_closure" id=".service_locator.9qBWEn5.App\Controller\Shared\UserSharedController::list()"/>
        <argument key="App\Controller\Shared\UserSharedController:editModal" type="service_closure" id=".service_locator.hoQMGD3.App\Controller\Shared\UserSharedController::editModal()"/>
        <argument key="App\Controller\Shared\UserSharedController:newModal" type="service_closure" id=".service_locator.sOvxn94.App\Controller\Shared\UserSharedController::newModal()"/>
        <argument key="App\Controller\Shared\UserSharedController:showModal" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Shared\UserSharedController::showModal()"/>
        <argument key="App\Controller\Shared\UserSharedController:delete" type="service_closure" id=".service_locator.CQIMZqF.App\Controller\Shared\UserSharedController::delete()"/>
        <argument key="App\Controller\Shared\UserSharedController:showFull" type="service_closure" id=".service_locator.EWAQaZu.App\Controller\Shared\UserSharedController::showFull()"/>
        <argument key="App\Controller\SouscriptionController:index" type="service_closure" id=".service_locator.7fo4rTO.App\Controller\SouscriptionController::index()"/>
        <argument key="App\Controller\UserprofilController:profil" type="service_closure" id=".service_locator.z2sJHl7.App\Controller\UserprofilController::profil()"/>
        <argument key="App\Controller\Visiteur\AboutController:index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\AboutController::index()"/>
        <argument key="App\Controller\Visiteur\ConstructionVenteController:index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\ConstructionVenteController::index()"/>
        <argument key="App\Controller\Visiteur\GalleryController:index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\GalleryController::index()"/>
        <argument key="App\Controller\Visiteur\IndexController:index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\IndexController::index()"/>
        <argument key="App\Controller\Visiteur\ProgrammesController:index" type="service_closure" id=".service_locator.bBedi.V.App\Controller\Visiteur\ProgrammesController::index()"/>
      </argument>
    </service>
    <service id=".service_locator.l8f7KSw" 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="Symfony\Bridge\Twig\Validator\Constraints\TwigValidator" type="service_closure" id="twig.validator"/>
        <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="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.uvcGMdg" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="inline" type="service_closure" id="fragment.renderer.inline"/>
        <argument key="hinclude" type="service_closure" id="fragment.renderer.hinclude"/>
      </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.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.I7PKjC9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Form\DocumentStoreType" type="service_closure" id="App\Form\DocumentStoreType"/>
        <argument key="App\Form\EntrepriseType" type="service_closure" id="App\Form\EntrepriseType"/>
        <argument key="App\Form\EtapeTemplateType" type="service_closure" id="App\Form\EtapeTemplateType"/>
        <argument key="App\Form\FinancementType" type="service_closure" id="App\Form\FinancementType"/>
        <argument key="App\Form\LotType" type="service_closure" id="App\Form\LotType"/>
        <argument key="App\Form\NiveauAccessType" type="service_closure" id="App\Form\NiveauAccessType"/>
        <argument key="App\Form\PaiementCommercialType" type="service_closure" id="App\Form\PaiementCommercialType"/>
        <argument key="App\Form\PaiementType" type="service_closure" id="App\Form\PaiementType"/>
        <argument key="App\Form\PosteType" type="service_closure" id="App\Form\PosteType"/>
        <argument key="App\Form\ProjetType" type="service_closure" id="App\Form\ProjetType"/>
        <argument key="App\Form\SouscriptionType" type="service_closure" id="App\Form\SouscriptionType"/>
        <argument key="App\Form\TypeBienType" type="service_closure" id="App\Form\TypeBienType"/>
        <argument key="App\Form\UserType" type="service_closure" id="App\Form\UserType"/>
        <argument key="App\Form\Website\EntrepriseWebsiteType" type="service_closure" id="App\Form\Website\EntrepriseWebsiteType"/>
        <argument key="App\Form\Website\FutureType" type="service_closure" id="App\Form\Website\FutureType"/>
        <argument key="App\Form\Website\StatistiqueType" type="service_closure" id="App\Form\Website\StatistiqueType"/>
        <argument key="App\Form\Website\WebsiteNewsType" type="service_closure" id="App\Form\Website\WebsiteNewsType"/>
        <argument key="App\Form\Website\WebsitePageType" type="service_closure" id="App\Form\Website\WebsitePageType"/>
        <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 key="Vich\UploaderBundle\Form\Type\VichFileType" type="service_closure" id="vich_uploader.form.type.file"/>
        <argument key="Vich\UploaderBundle\Form\Type\VichImageType" type="service_closure" id="vich_uploader.form.type.image"/>
      </argument>
    </service>
    <service id="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.GIuJv7e" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <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.bus.default.messenger.handlers_locator" class="Symfony\Component\Messenger\Handler\HandlersLocator">
      <argument type="collection">
        <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>
    </service>
    <service id=".service_locator.vgbK6wB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="vich_uploader.listener.clean.news_images" type="service_closure" id="vich_uploader.listener.clean.news_images"/>
        <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="stof_doctrine_extensions.listener.timestampable" type="service_closure" id="stof_doctrine_extensions.listener.timestampable"/>
        <argument key="vich_uploader.listener.remove.news_images" type="service_closure" id="vich_uploader.listener.remove.news_images"/>
        <argument key="vich_uploader.listener.upload.news_images" type="service_closure" id="vich_uploader.listener.upload.news_images"/>
      </argument>
    </service>
    <service id=".service_locator.K3.0v.H" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Repository\DocumentStoreRepository" type="service_closure" id="App\Repository\DocumentStoreRepository"/>
        <argument key="App\Repository\EchangeRepository" type="service_closure" id="App\Repository\EchangeRepository"/>
        <argument key="App\Repository\EcheancePrevueRepository" type="service_closure" id="App\Repository\EcheancePrevueRepository"/>
        <argument key="App\Repository\EntrepriseRepository" type="service_closure" id="App\Repository\EntrepriseRepository"/>
        <argument key="App\Repository\EtapeTemplateRepository" type="service_closure" id="App\Repository\EtapeTemplateRepository"/>
        <argument key="App\Repository\LotEtapeRepository" type="service_closure" id="App\Repository\LotEtapeRepository"/>
        <argument key="App\Repository\LotRepository" type="service_closure" id="App\Repository\LotRepository"/>
        <argument key="App\Repository\NiveauAccessRepository" type="service_closure" id="App\Repository\NiveauAccessRepository"/>
        <argument key="App\Repository\PaiementEcheancierRepository" type="service_closure" id="App\Repository\PaiementEcheancierRepository"/>
        <argument key="App\Repository\PaiementRepository" type="service_closure" id="App\Repository\PaiementRepository"/>
        <argument key="App\Repository\PosteRepository" type="service_closure" id="App\Repository\PosteRepository"/>
        <argument key="App\Repository\ProjetRepository" type="service_closure" id="App\Repository\ProjetRepository"/>
        <argument key="App\Repository\SouscriptionRepository" type="service_closure" id="App\Repository\SouscriptionRepository"/>
        <argument key="App\Repository\TypeBienRepository" type="service_closure" id="App\Repository\TypeBienRepository"/>
        <argument key="App\Repository\UserRepository" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="App\Repository\Website\EntrepriseRepository" type="service_closure" id="App\Repository\Website\EntrepriseRepository"/>
        <argument key="App\Repository\Website\FutureRepository" type="service_closure" id="App\Repository\Website\FutureRepository"/>
        <argument key="App\Repository\Website\NewsRepository" type="service_closure" id="App\Repository\Website\NewsRepository"/>
        <argument key="App\Repository\Website\PageRepository" type="service_closure" id="App\Repository\Website\PageRepository"/>
        <argument key="App\Repository\Website\StatistiqueRepository" type="service_closure" id="App\Repository\Website\StatistiqueRepository"/>
      </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.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="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>null</argument>
    </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.nested"/>
      </call>
      <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.nested"/>
      </call>
      <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.nested"/>
      </call>
      <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.nested"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.asset_mapper" class="Monolog\Logger">
      <argument>asset_mapper</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.nested"/>
      </call>
      <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.nested"/>
      </call>
      <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.nested"/>
      </call>
      <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.nested"/>
      </call>
      <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.nested"/>
      </call>
      <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.nested"/>
      </call>
    </service>
    <service id="monolog.logger.router" class="Monolog\Logger">
      <argument>router</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.nested"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.lock" class="Monolog\Logger">
      <argument>lock</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.nested"/>
      </call>
      <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.nested"/>
      </call>
      <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.nested"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.debug" class="Monolog\Logger">
      <argument>debug</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.nested"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.snappy" class="Monolog\Logger">
      <argument>snappy</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.nested"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.handler.null_internal" class="Monolog\Handler\NullHandler"/>
    <service id=".stof_doctrine_extensions.reader" class="Gedmo\Mapping\Driver\AttributeReader"/>
    <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.qBnfnyy" 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.qBnfnyy.App\Controller\Admin\AdminController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AdminController"/>
      <argument>App\Controller\Admin\AdminController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\ClientController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ClientController"/>
      <argument>App\Controller\Admin\ClientController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\EntrepriseController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\EntrepriseController"/>
      <argument>App\Controller\Admin\EntrepriseController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\LotController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotController"/>
      <argument>App\Controller\Admin\LotController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\LotEtapeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\LotEtapeController"/>
      <argument>App\Controller\Admin\LotEtapeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\NiveauAccessController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\NiveauAccessController"/>
      <argument>App\Controller\Admin\NiveauAccessController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\PaiementController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PaiementController"/>
      <argument>App\Controller\Admin\PaiementController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\PortefeuilleClientController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PortefeuilleClientController"/>
      <argument>App\Controller\Admin\PortefeuilleClientController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\PosteController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\PosteController"/>
      <argument>App\Controller\Admin\PosteController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\ProjetController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ProjetController"/>
      <argument>App\Controller\Admin\ProjetController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\SouscriptionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SouscriptionController"/>
      <argument>App\Controller\Admin\SouscriptionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\TechniqueController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TechniqueController"/>
      <argument>App\Controller\Admin\TechniqueController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\TypeBienController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\TypeBienController"/>
      <argument>App\Controller\Admin\TypeBienController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.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.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\WebsiteNewsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteNewsController"/>
      <argument>App\Controller\Admin\WebsiteNewsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\WebsitePageController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsitePageController"/>
      <argument>App\Controller\Admin\WebsitePageController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\WebsiteProjetController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteProjetController"/>
      <argument>App\Controller\Admin\WebsiteProjetController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Admin\WebsiteStaffController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\WebsiteStaffController"/>
      <argument>App\Controller\Admin\WebsiteStaffController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Client\ClientDocumentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Client\ClientDocumentController"/>
      <argument>App\Controller\Client\ClientDocumentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Client\ClientFinanceController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Client\ClientFinanceController"/>
      <argument>App\Controller\Client\ClientFinanceController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Client\ClientProjetController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Client\ClientProjetController"/>
      <argument>App\Controller\Client\ClientProjetController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Client\ClientReclamationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Client\ClientReclamationController"/>
      <argument>App\Controller\Client\ClientReclamationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Client\DashboardController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Client\DashboardController"/>
      <argument>App\Controller\Client\DashboardController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\CommercialPortefeuilleController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialPortefeuilleController"/>
      <argument>App\Controller\Commercial\CommercialPortefeuilleController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\CommercialSouscriptionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\CommercialSouscriptionController"/>
      <argument>App\Controller\Commercial\CommercialSouscriptionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.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.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\Tabs\CRMTabController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\CRMTabController"/>
      <argument>App\Controller\Commercial\Tabs\CRMTabController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\Tabs\ChantierTabController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\ChantierTabController"/>
      <argument>App\Controller\Commercial\Tabs\ChantierTabController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\Tabs\ContratTabController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\ContratTabController"/>
      <argument>App\Controller\Commercial\Tabs\ContratTabController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\Tabs\DashboardTabController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\DashboardTabController"/>
      <argument>App\Controller\Commercial\Tabs\DashboardTabController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\Tabs\DocumentTabController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\DocumentTabController"/>
      <argument>App\Controller\Commercial\Tabs\DocumentTabController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\Tabs\PaiementTabController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\PaiementTabController"/>
      <argument>App\Controller\Commercial\Tabs\PaiementTabController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\Tabs\ProfilClientTabController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\ProfilClientTabController"/>
      <argument>App\Controller\Commercial\Tabs\ProfilClientTabController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Commercial\Tabs\SupportTabController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Commercial\Tabs\SupportTabController"/>
      <argument>App\Controller\Commercial\Tabs\SupportTabController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\LotApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\LotApiController"/>
      <argument>App\Controller\LotApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\MainController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MainController"/>
      <argument>App\Controller\MainController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\SecurityController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SecurityController"/>
      <argument>App\Controller\SecurityController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Shared\DocumentSharedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\DocumentSharedController"/>
      <argument>App\Controller\Shared\DocumentSharedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Shared\LotSharedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\LotSharedController"/>
      <argument>App\Controller\Shared\LotSharedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Shared\PaiementSharedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\PaiementSharedController"/>
      <argument>App\Controller\Shared\PaiementSharedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Shared\SouscriptionSharedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\SouscriptionSharedController"/>
      <argument>App\Controller\Shared\SouscriptionSharedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Shared\UserSharedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Shared\UserSharedController"/>
      <argument>App\Controller\Shared\UserSharedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\SouscriptionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SouscriptionController"/>
      <argument>App\Controller\SouscriptionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\UserprofilController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\UserprofilController"/>
      <argument>App\Controller\UserprofilController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Visiteur\AboutController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\AboutController"/>
      <argument>App\Controller\Visiteur\AboutController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Visiteur\ConstructionVenteController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\ConstructionVenteController"/>
      <argument>App\Controller\Visiteur\ConstructionVenteController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Visiteur\ContactController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\ContactController"/>
      <argument>App\Controller\Visiteur\ContactController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Visiteur\GalleryController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\GalleryController"/>
      <argument>App\Controller\Visiteur\GalleryController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Visiteur\IndexController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\IndexController"/>
      <argument>App\Controller\Visiteur\IndexController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Visiteur\NewsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\NewsController"/>
      <argument>App\Controller\Visiteur\NewsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" method="withContext"/>
    </service>
    <service id=".service_locator.qBnfnyy.App\Controller\Visiteur\ProgrammesController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Visiteur\ProgrammesController"/>
      <argument>App\Controller\Visiteur\ProgrammesController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.qBnfnyy" 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.euaNshl" 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.euaNshl.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.euaNshl" 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.ccTBFaB" 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\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.DOrA4Nm" 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>
    </service>
    <service id=".service_locator.xRvtKlk" 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.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.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.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="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="asset_mapper.cached_mapped_asset_factory.inner" class="Symfony\Component\AssetMapper\Factory\MappedAssetFactory">
      <argument type="service" id="asset_mapper.public_assets_path_resolver"/>
      <argument type="service" id="asset_mapper_compiler"/>
      <argument>C:\dev\apache24\htdocs\gpim/assets/vendor</argument>
    </service>
    <service id="asset_mapper.asset_package.inner" class="Symfony\Component\Asset\PathPackage">
      <argument></argument>
      <argument type="service" id="assets.empty_version_strategy"/>
      <argument type="service" id="assets.context"/>
    </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\Admin\AdminController</argument>
          <argument>App\Controller\Admin\ClientController</argument>
          <argument>App\Controller\Admin\EntrepriseController</argument>
          <argument>App\Controller\Admin\LotController</argument>
          <argument>App\Controller\Admin\LotEtapeController</argument>
          <argument>App\Controller\Admin\NiveauAccessController</argument>
          <argument>App\Controller\Admin\PaiementController</argument>
          <argument>App\Controller\Admin\PortefeuilleClientController</argument>
          <argument>App\Controller\Admin\PosteController</argument>
          <argument>App\Controller\Admin\ProjetController</argument>
          <argument>App\Controller\Admin\SouscriptionController</argument>
          <argument>App\Controller\Admin\TechniqueController</argument>
          <argument>App\Controller\Admin\TypeBienController</argument>
          <argument>App\Controller\Admin\UserController</argument>
          <argument>App\Controller\Admin\WebsiteNewsController</argument>
          <argument>App\Controller\Admin\WebsitePageController</argument>
          <argument>App\Controller\Admin\WebsiteProjetController</argument>
          <argument>App\Controller\Admin\WebsiteStaffController</argument>
          <argument>App\Controller\Client\ClientDocumentController</argument>
          <argument>App\Controller\Client\ClientFinanceController</argument>
          <argument>App\Controller\Client\ClientProjetController</argument>
          <argument>App\Controller\Client\ClientReclamationController</argument>
          <argument>App\Controller\Client\DashboardController</argument>
          <argument>App\Controller\Commercial\CommercialPortefeuilleController</argument>
          <argument>App\Controller\Commercial\CommercialSouscriptionController</argument>
          <argument>App\Controller\Commercial\DashboardController</argument>
          <argument>App\Controller\Commercial\Tabs\CRMTabController</argument>
          <argument>App\Controller\Commercial\Tabs\ChantierTabController</argument>
          <argument>App\Controller\Commercial\Tabs\ContratTabController</argument>
          <argument>App\Controller\Commercial\Tabs\DashboardTabController</argument>
          <argument>App\Controller\Commercial\Tabs\DocumentTabController</argument>
          <argument>App\Controller\Commercial\Tabs\PaiementTabController</argument>
          <argument>App\Controller\Commercial\Tabs\ProfilClientTabController</argument>
          <argument>App\Controller\Commercial\Tabs\SupportTabController</argument>
          <argument>App\Controller\LotApiController</argument>
          <argument>App\Controller\MainController</argument>
          <argument>App\Controller\SecurityController</argument>
          <argument>App\Controller\Shared\DocumentSharedController</argument>
          <argument>App\Controller\Shared\LotSharedController</argument>
          <argument>App\Controller\Shared\PaiementSharedController</argument>
          <argument>App\Controller\Shared\SouscriptionSharedController</argument>
          <argument>App\Controller\Shared\UserSharedController</argument>
          <argument>App\Controller\SouscriptionController</argument>
          <argument>App\Controller\UserprofilController</argument>
          <argument>App\Controller\Visiteur\AboutController</argument>
          <argument>App\Controller\Visiteur\ConstructionVenteController</argument>
          <argument>App\Controller\Visiteur\ContactController</argument>
          <argument>App\Controller\Visiteur\GalleryController</argument>
          <argument>App\Controller\Visiteur\IndexController</argument>
          <argument>App\Controller\Visiteur\NewsController</argument>
          <argument>App\Controller\Visiteur\ProgrammesController</argument>
          <argument>Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController</argument>
          <argument>Endroid\QrCodeBundle\Controller\GenerateController</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.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.ccTBFaB"/>
    </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.closure_voter"/>
      </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.main.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.main"/>
    </service>
    <service id="var_dumper.contextualized_cli_dumper.inner" class="Symfony\Component\VarDumper\Dumper\CliDumper">
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>0</argument>
      <call method="setDisplayOptions">
        <argument type="collection">
          <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
        </argument>
      </call>
    </service>
    <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>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_xml_metadata_driver"/>
        <argument>Vich\UploaderBundle\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.sKhzfpT.App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.sKhzfpT&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.llkoCyB.App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.llkoCyB&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.eAsdt8g.App\Entity\DocumentStore" class="App\Entity\DocumentStore">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.eAsdt8g&quot;: it needs an instance of &quot;App\Entity\DocumentStore&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.41pX.da.App\Entity\Projet" class="App\Entity\Projet">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.41pX.da&quot;: it needs an instance of &quot;App\Entity\Projet&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator..kxhThf.App\Entity\Lot" class="App\Entity\Lot">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator..kxhThf&quot;: it needs an instance of &quot;App\Entity\Lot&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.zJd7Tun.App\Entity\Lot" class="App\Entity\Lot">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.zJd7Tun&quot;: it needs an instance of &quot;App\Entity\Lot&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.ooim63F.App\Entity\LotEtape" class="App\Entity\LotEtape">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.ooim63F&quot;: it needs an instance of &quot;App\Entity\LotEtape&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.1PVlgsx.App\Entity\LotEtape" class="App\Entity\LotEtape">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.1PVlgsx&quot;: it needs an instance of &quot;App\Entity\LotEtape&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.pgrAiam.App\Entity\NiveauAccess" class="App\Entity\NiveauAccess">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.pgrAiam&quot;: it needs an instance of &quot;App\Entity\NiveauAccess&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.qH1XMLZ.App\Entity\NiveauAccess" class="App\Entity\NiveauAccess">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.qH1XMLZ&quot;: it needs an instance of &quot;App\Entity\NiveauAccess&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.kMS785q.App\Entity\User" class="App\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.kMS785q&quot;: it needs an instance of &quot;App\Entity\User&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.KGjz4k5.App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.KGjz4k5&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.i.lnnyq.App\Entity\Paiement" class="App\Entity\Paiement">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.i.lnnyq&quot;: it needs an instance of &quot;App\Entity\Paiement&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.6toPIKM.App\Entity\Paiement" class="App\Entity\Paiement">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.6toPIKM&quot;: it needs an instance of &quot;App\Entity\Paiement&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.dyJfvCG.App\Entity\PaiementBon" class="App\Entity\PaiementBon">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.dyJfvCG&quot;: it needs an instance of &quot;App\Entity\PaiementBon&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.AiBt7p6.App\Entity\Poste" class="App\Entity\Poste">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.AiBt7p6&quot;: it needs an instance of &quot;App\Entity\Poste&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.HWL8.lQ.App\Entity\Poste" class="App\Entity\Poste">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.HWL8.lQ&quot;: it needs an instance of &quot;App\Entity\Poste&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.JKoYCvD.App\Entity\Projet" class="App\Entity\Projet">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.JKoYCvD&quot;: it needs an instance of &quot;App\Entity\Projet&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.jvDmRVR.App\Entity\Projet" class="App\Entity\Projet">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.jvDmRVR&quot;: it needs an instance of &quot;App\Entity\Projet&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.JYAOri_.App\Entity\Projet" class="App\Entity\Projet">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.JYAOri_&quot;: it needs an instance of &quot;App\Entity\Projet&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.sm_JrGd.App\Entity\Projet" class="App\Entity\Projet">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.sm_JrGd&quot;: it needs an instance of &quot;App\Entity\Projet&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.vRzLgR6.App\Entity\Projet" class="App\Entity\Projet">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.vRzLgR6&quot;: it needs an instance of &quot;App\Entity\Projet&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.tD0bEcw.App\Entity\Lot" class="App\Entity\Lot">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.tD0bEcw&quot;: it needs an instance of &quot;App\Entity\Lot&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.uB7CqpU.App\Entity\LotEtape" class="App\Entity\LotEtape">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.uB7CqpU&quot;: it needs an instance of &quot;App\Entity\LotEtape&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.JK7bK1q.App\Entity\TypeBien" class="App\Entity\TypeBien">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.JK7bK1q&quot;: it needs an instance of &quot;App\Entity\TypeBien&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.B__oD3Y.App\Entity\TypeBien" class="App\Entity\TypeBien">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.B__oD3Y&quot;: it needs an instance of &quot;App\Entity\TypeBien&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.QquAEjA.App\Entity\Website\News" class="App\Entity\Website\News">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.QquAEjA&quot;: it needs an instance of &quot;App\Entity\Website\News&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.dPjD24d.App\Entity\Website\News" class="App\Entity\Website\News">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.dPjD24d&quot;: it needs an instance of &quot;App\Entity\Website\News&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.SZvSTuZ.App\Entity\Website\Page" class="App\Entity\Website\Page">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.SZvSTuZ&quot;: it needs an instance of &quot;App\Entity\Website\Page&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.4IrjBUz.App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.4IrjBUz&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.uPSiGPj.App\Entity\User" class="App\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.uPSiGPj&quot;: it needs an instance of &quot;App\Entity\User&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.KZMiDIk.App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.KZMiDIk&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator._K58aJ..App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator._K58aJ.&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.TRd5bZy.App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.TRd5bZy&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.h1.dgfy.App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.h1.dgfy&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.RlT.4bh.App\Entity\Lot" class="App\Entity\Lot">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.RlT.4bh&quot;: it needs an instance of &quot;App\Entity\Lot&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.1_UXM2z.App\Entity\DocumentStore" class="App\Entity\DocumentStore">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.1_UXM2z&quot;: it needs an instance of &quot;App\Entity\DocumentStore&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.3.gaXvf.App\Entity\Lot" class="App\Entity\Lot">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.3.gaXvf&quot;: it needs an instance of &quot;App\Entity\Lot&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.lEYlrTx.App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.lEYlrTx&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.OIMJohp.App\Entity\Souscription" class="App\Entity\Souscription">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.OIMJohp&quot;: it needs an instance of &quot;App\Entity\Souscription&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </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 in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.hoQMGD3.App\Entity\User" class="App\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.hoQMGD3&quot;: it needs an instance of &quot;App\Entity\User&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.CQIMZqF.App\Entity\User" class="App\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.CQIMZqF&quot;: it needs an instance of &quot;App\Entity\User&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".console.command.about.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>about</argument>
      <argument type="collection"/>
      <argument>Display information about the current project</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.about"/>
    </service>
    <service id=".console.command.assets_install.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>assets:install</argument>
      <argument type="collection"/>
      <argument>Install bundle's web assets under a public directory</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.assets_install"/>
    </service>
    <service id=".console.command.cache_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:clear</argument>
      <argument type="collection"/>
      <argument>Clear the cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_clear"/>
    </service>
    <service id=".console.command.cache_pool_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:clear</argument>
      <argument type="collection"/>
      <argument>Clear cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_clear"/>
    </service>
    <service id=".console.command.cache_pool_prune.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:prune</argument>
      <argument type="collection"/>
      <argument>Prune cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_prune"/>
    </service>
    <service id=".console.command.cache_pool_invalidate_tags.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:invalidate-tags</argument>
      <argument type="collection"/>
      <argument>Invalidate cache tags for all or a specific pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_invalidate_tags"/>
    </service>
    <service id=".console.command.cache_pool_delete.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:delete</argument>
      <argument type="collection"/>
      <argument>Delete an item from a cache pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_delete"/>
    </service>
    <service id=".console.command.cache_pool_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:list</argument>
      <argument type="collection"/>
      <argument>List available cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_list"/>
    </service>
    <service id=".console.command.cache_warmup.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:warmup</argument>
      <argument type="collection"/>
      <argument>Warm up an empty cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_warmup"/>
    </service>
    <service id=".console.command.config_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:config</argument>
      <argument type="collection"/>
      <argument>Dump the current configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_debug"/>
    </service>
    <service id=".console.command.config_dump_reference.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>config:dump-reference</argument>
      <argument type="collection"/>
      <argument>Dump the default configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_dump_reference"/>
    </service>
    <service id=".console.command.container_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:container</argument>
      <argument type="collection"/>
      <argument>Display current services for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_debug"/>
    </service>
    <service id=".console.command.container_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:container</argument>
      <argument type="collection"/>
      <argument>Ensure that arguments injected into services match type declarations</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_lint"/>
    </service>
    <service id=".console.command.debug_autowiring.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:autowiring</argument>
      <argument type="collection"/>
      <argument>List classes/interfaces you can use for autowiring</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.debug_autowiring"/>
    </service>
    <service id=".console.command.dotenv_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:dotenv</argument>
      <argument type="collection"/>
      <argument>List all dotenv files with variables and values</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.dotenv_debug"/>
    </service>
    <service id=".console.command.event_dispatcher_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:event-dispatcher</argument>
      <argument type="collection"/>
      <argument>Display configured listeners for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.event_dispatcher_debug"/>
    </service>
    <service id=".console.command.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_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=".asset_mapper.command.compile.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>asset-map:compile</argument>
      <argument type="collection"/>
      <argument>Compile all mapped assets and writes them to the final public output directory</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.command.compile"/>
    </service>
    <service id=".asset_mapper.command.debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:asset-map</argument>
      <argument type="collection"/>
      <argument>Output all mapped assets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.command.debug"/>
    </service>
    <service id=".asset_mapper.importmap.command.require.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:require</argument>
      <argument type="collection"/>
      <argument>Require JavaScript packages</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.require"/>
    </service>
    <service id=".asset_mapper.importmap.command.remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:remove</argument>
      <argument type="collection"/>
      <argument>Remove JavaScript packages</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.remove"/>
    </service>
    <service id=".asset_mapper.importmap.command.update.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:update</argument>
      <argument type="collection"/>
      <argument>Update JavaScript packages to their latest versions</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.update"/>
    </service>
    <service id=".asset_mapper.importmap.command.install.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:install</argument>
      <argument type="collection"/>
      <argument>Download all assets that should be downloaded</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.install"/>
    </service>
    <service id=".asset_mapper.importmap.command.audit.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:audit</argument>
      <argument type="collection"/>
      <argument>Check for security vulnerability advisories for dependencies</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.audit"/>
    </service>
    <service id=".asset_mapper.importmap.command.outdated.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>importmap:outdated</argument>
      <argument type="collection"/>
      <argument>List outdated JavaScript packages and their latest versions</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.importmap.command.outdated"/>
    </service>
    <service id=".asset_mapper.assets.command.compress.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>assets:compress</argument>
      <argument type="collection"/>
      <argument>Pre-compresses files to serve through a web server</argument>
      <argument>false</argument>
      <argument type="service_closure" id="asset_mapper.assets.command.compress"/>
    </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=".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=".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=".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=".var_dumper.command.server_dump.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>server:dump</argument>
      <argument type="collection"/>
      <argument>Start a dump server that collects and displays dumps in a single place</argument>
      <argument>false</argument>
      <argument type="service_closure" id="var_dumper.command.server_dump"/>
    </service>
    <service id=".monolog.command.server_log.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>server:log</argument>
      <argument type="collection"/>
      <argument>Start a log server that displays logs in real time</argument>
      <argument>false</argument>
      <argument type="service_closure" id="monolog.command.server_log"/>
    </service>
    <service id=".vich_uploader.command.mapping_debug_class.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>vich:mapping:debug-class</argument>
      <argument type="collection"/>
      <argument>Debug a class.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="vich_uploader.command.mapping_debug_class"/>
    </service>
    <service id=".vich_uploader.command.mapping_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>vich:mapping:debug</argument>
      <argument type="collection"/>
      <argument>Debug a mapping.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="vich_uploader.command.mapping_debug"/>
    </service>
    <service id=".vich_uploader.command.mapping_list_classes.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>vich:mapping:list-classes</argument>
      <argument type="collection"/>
      <argument>Searches for uploadable classes.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="vich_uploader.command.mapping_list_classes"/>
    </service>
    <service id=".maker.auto_command.make_auth.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:auth</argument>
      <argument type="collection"/>
      <argument>Create a Guard authenticator of different flavors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_auth"/>
    </service>
    <service id=".maker.auto_command.make_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:command</argument>
      <argument type="collection"/>
      <argument>Create a new console command class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_command"/>
    </service>
    <service id=".maker.auto_command.make_twig_component.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:twig-component</argument>
      <argument type="collection"/>
      <argument>Create a Twig (or Live) component</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_twig_component"/>
    </service>
    <service id=".maker.auto_command.make_controller.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:controller</argument>
      <argument type="collection"/>
      <argument>Create a new controller class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_controller"/>
    </service>
    <service id=".maker.auto_command.make_crud.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:crud</argument>
      <argument type="collection"/>
      <argument>Create CRUD for Doctrine entity class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_crud"/>
    </service>
    <service id=".maker.auto_command.make_docker_database.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:docker:database</argument>
      <argument type="collection"/>
      <argument>Add a database container to your compose.yaml file</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_docker_database"/>
    </service>
    <service id=".maker.auto_command.make_entity.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:entity</argument>
      <argument type="collection"/>
      <argument>Create or update a Doctrine entity class, and optionally an API Platform resource</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_entity"/>
    </service>
    <service id=".maker.auto_command.make_fixtures.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:fixtures</argument>
      <argument type="collection"/>
      <argument>Create a new class to load Doctrine fixtures</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_fixtures"/>
    </service>
    <service id=".maker.auto_command.make_form.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:form</argument>
      <argument type="collection"/>
      <argument>Create a new form class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_form"/>
    </service>
    <service id=".maker.auto_command.make_listener.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:listener</argument>
      <argument type="collection">
        <argument>make:subscriber</argument>
      </argument>
      <argument>Creates a new event subscriber class or a new event listener class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_listener"/>
    </service>
    <service id=".maker.auto_command.make_message.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:message</argument>
      <argument type="collection"/>
      <argument>Create a new message and handler</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_message"/>
    </service>
    <service id=".maker.auto_command.make_messenger_middleware.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:messenger-middleware</argument>
      <argument type="collection"/>
      <argument>Create a new messenger middleware</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_messenger_middleware"/>
    </service>
    <service id=".maker.auto_command.make_registration_form.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:registration-form</argument>
      <argument type="collection"/>
      <argument>Create a new registration form system</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_registration_form"/>
    </service>
    <service id=".maker.auto_command.make_reset_password.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:reset-password</argument>
      <argument type="collection"/>
      <argument>Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_reset_password"/>
    </service>
    <service id=".maker.auto_command.make_schedule.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:schedule</argument>
      <argument type="collection"/>
      <argument>Create a scheduler component</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_schedule"/>
    </service>
    <service id=".maker.auto_command.make_serializer_encoder.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:serializer:encoder</argument>
      <argument type="collection"/>
      <argument>Create a new serializer encoder class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_serializer_encoder"/>
    </service>
    <service id=".maker.auto_command.make_serializer_normalizer.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:serializer:normalizer</argument>
      <argument type="collection"/>
      <argument>Create a new serializer normalizer class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_serializer_normalizer"/>
    </service>
    <service id=".maker.auto_command.make_twig_extension.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:twig-extension</argument>
      <argument type="collection"/>
      <argument>Create a new Twig extension with its runtime class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_twig_extension"/>
    </service>
    <service id=".maker.auto_command.make_test.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:test</argument>
      <argument type="collection">
        <argument>make:unit-test</argument>
        <argument>make:functional-test</argument>
      </argument>
      <argument>Create a new test class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_test"/>
    </service>
    <service id=".maker.auto_command.make_validator.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:validator</argument>
      <argument type="collection"/>
      <argument>Create a new validator and constraint class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_validator"/>
    </service>
    <service id=".maker.auto_command.make_voter.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:voter</argument>
      <argument type="collection"/>
      <argument>Create a new security voter class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_voter"/>
    </service>
    <service id=".maker.auto_command.make_user.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:user</argument>
      <argument type="collection"/>
      <argument>Create a new security user class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_user"/>
    </service>
    <service id=".maker.auto_command.make_migration.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:migration</argument>
      <argument type="collection"/>
      <argument>Create a new migration based on database changes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_migration"/>
    </service>
    <service id=".maker.auto_command.make_stimulus_controller.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:stimulus-controller</argument>
      <argument type="collection"/>
      <argument>Create a new Stimulus controller</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_stimulus_controller"/>
    </service>
    <service id=".maker.auto_command.make_security_form_login.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:security:form-login</argument>
      <argument type="collection"/>
      <argument>Generate the code needed for the form_login authenticator</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_security_form_login"/>
    </service>
    <service id=".maker.auto_command.make_security_custom.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:security:custom</argument>
      <argument type="collection"/>
      <argument>Create a custom security authenticator.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_security_custom"/>
    </service>
    <service id=".maker.auto_command.make_webhook.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:webhook</argument>
      <argument type="collection"/>
      <argument>Create a new Webhook</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_webhook"/>
    </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.SZG5tSH"/>
      <argument type="collection">
        <argument key="about">console.command.about</argument>
        <argument key="assets:install">console.command.assets_install</argument>
        <argument key="cache:clear">console.command.cache_clear</argument>
        <argument key="cache:pool:clear">console.command.cache_pool_clear</argument>
        <argument key="cache:pool:prune">console.command.cache_pool_prune</argument>
        <argument key="cache:pool:invalidate-tags">console.command.cache_pool_invalidate_tags</argument>
        <argument key="cache:pool:delete">console.command.cache_pool_delete</argument>
        <argument key="cache:pool:list">console.command.cache_pool_list</argument>
        <argument key="cache:warmup">console.command.cache_warmup</argument>
        <argument key="debug:config">console.command.config_debug</argument>
        <argument key="config:dump-reference">console.command.config_dump_reference</argument>
        <argument key="debug:container">console.command.container_debug</argument>
        <argument key="lint:container">console.command.container_lint</argument>
        <argument key="debug:autowiring">console.command.debug_autowiring</argument>
        <argument key="debug:dotenv">console.command.dotenv_debug</argument>
        <argument key="debug:event-dispatcher">console.command.event_dispatcher_debug</argument>
        <argument key="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: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="asset-map:compile">asset_mapper.command.compile</argument>
        <argument key="debug:asset-map">asset_mapper.command.debug</argument>
        <argument key="importmap:require">asset_mapper.importmap.command.require</argument>
        <argument key="importmap:remove">asset_mapper.importmap.command.remove</argument>
        <argument key="importmap:update">asset_mapper.importmap.command.update</argument>
        <argument key="importmap:install">asset_mapper.importmap.command.install</argument>
        <argument key="importmap:audit">asset_mapper.importmap.command.audit</argument>
        <argument key="importmap:outdated">asset_mapper.importmap.command.outdated</argument>
        <argument key="assets:compress">asset_mapper.assets.command.compress</argument>
        <argument key="mailer:test">console.command.mailer_test</argument>
        <argument key="debug:twig">twig.command.debug</argument>
        <argument key="lint:twig">twig.command.lint</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:firewall">security.command.debug_firewall</argument>
        <argument key="security:hash-password">security.command.user_password_hash</argument>
        <argument key="server:dump">var_dumper.command.server_dump</argument>
        <argument key="server:log">monolog.command.server_log</argument>
        <argument key="vich:mapping:debug-class">vich_uploader.command.mapping_debug_class</argument>
        <argument key="vich:mapping:debug">vich_uploader.command.mapping_debug</argument>
        <argument key="vich:mapping:list-classes">vich_uploader.command.mapping_list_classes</argument>
        <argument key="make:auth">maker.auto_command.make_auth</argument>
        <argument key="make:command">maker.auto_command.make_command</argument>
        <argument key="make:twig-component">maker.auto_command.make_twig_component</argument>
        <argument key="make:controller">maker.auto_command.make_controller</argument>
        <argument key="make:crud">maker.auto_command.make_crud</argument>
        <argument key="make:docker:database">maker.auto_command.make_docker_database</argument>
        <argument key="make:entity">maker.auto_command.make_entity</argument>
        <argument key="make:fixtures">maker.auto_command.make_fixtures</argument>
        <argument key="make:form">maker.auto_command.make_form</argument>
        <argument key="make:listener">maker.auto_command.make_listener</argument>
        <argument key="make:subscriber">maker.auto_command.make_listener</argument>
        <argument key="make:message">maker.auto_command.make_message</argument>
        <argument key="make:messenger-middleware">maker.auto_command.make_messenger_middleware</argument>
        <argument key="make:registration-form">maker.auto_command.make_registration_form</argument>
        <argument key="make:reset-password">maker.auto_command.make_reset_password</argument>
        <argument key="make:schedule">maker.auto_command.make_schedule</argument>
        <argument key="make:serializer:encoder">maker.auto_command.make_serializer_encoder</argument>
        <argument key="make:serializer:normalizer">maker.auto_command.make_serializer_normalizer</argument>
        <argument key="make:twig-extension">maker.auto_command.make_twig_extension</argument>
        <argument key="make:test">maker.auto_command.make_test</argument>
        <argument key="make:unit-test">maker.auto_command.make_test</argument>
        <argument key="make:functional-test">maker.auto_command.make_test</argument>
        <argument key="make:validator">maker.auto_command.make_validator</argument>
        <argument key="make:voter">maker.auto_command.make_voter</argument>
        <argument key="make:user">maker.auto_command.make_user</argument>
        <argument key="make:migration">maker.auto_command.make_migration</argument>
        <argument key="make:stimulus-controller">maker.auto_command.make_stimulus_controller</argument>
        <argument key="make:security:form-login">maker.auto_command.make_security_form_login</argument>
        <argument key="make:security:custom">maker.auto_command.make_security_custom</argument>
        <argument key="make:webhook">maker.auto_command.make_webhook</argument>
      </argument>
    </service>
    <service id=".service_locator.SZG5tSH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="console.command.about" type="service_closure" id=".console.command.about.lazy"/>
        <argument key="console.command.assets_install" type="service_closure" id=".console.command.assets_install.lazy"/>
        <argument key="console.command.cache_clear" type="service_closure" id=".console.command.cache_clear.lazy"/>
        <argument key="console.command.cache_pool_clear" type="service_closure" id=".console.command.cache_pool_clear.lazy"/>
        <argument key="console.command.cache_pool_prune" type="service_closure" id=".console.command.cache_pool_prune.lazy"/>
        <argument key="console.command.cache_pool_invalidate_tags" type="service_closure" id=".console.command.cache_pool_invalidate_tags.lazy"/>
        <argument key="console.command.cache_pool_delete" type="service_closure" id=".console.command.cache_pool_delete.lazy"/>
        <argument key="console.command.cache_pool_list" type="service_closure" id=".console.command.cache_pool_list.lazy"/>
        <argument key="console.command.cache_warmup" type="service_closure" id=".console.command.cache_warmup.lazy"/>
        <argument key="console.command.config_debug" type="service_closure" id=".console.command.config_debug.lazy"/>
        <argument key="console.command.config_dump_reference" type="service_closure" id=".console.command.config_dump_reference.lazy"/>
        <argument key="console.command.container_debug" type="service_closure" id=".console.command.container_debug.lazy"/>
        <argument key="console.command.container_lint" type="service_closure" id=".console.command.container_lint.lazy"/>
        <argument key="console.command.debug_autowiring" type="service_closure" id=".console.command.debug_autowiring.lazy"/>
        <argument key="console.command.dotenv_debug" type="service_closure" id=".console.command.dotenv_debug.lazy"/>
        <argument key="console.command.event_dispatcher_debug" type="service_closure" id=".console.command.event_dispatcher_debug.lazy"/>
        <argument key="console.command.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_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="asset_mapper.command.compile" type="service_closure" id=".asset_mapper.command.compile.lazy"/>
        <argument key="asset_mapper.command.debug" type="service_closure" id=".asset_mapper.command.debug.lazy"/>
        <argument key="asset_mapper.importmap.command.require" type="service_closure" id=".asset_mapper.importmap.command.require.lazy"/>
        <argument key="asset_mapper.importmap.command.remove" type="service_closure" id=".asset_mapper.importmap.command.remove.lazy"/>
        <argument key="asset_mapper.importmap.command.update" type="service_closure" id=".asset_mapper.importmap.command.update.lazy"/>
        <argument key="asset_mapper.importmap.command.install" type="service_closure" id=".asset_mapper.importmap.command.install.lazy"/>
        <argument key="asset_mapper.importmap.command.audit" type="service_closure" id=".asset_mapper.importmap.command.audit.lazy"/>
        <argument key="asset_mapper.importmap.command.outdated" type="service_closure" id=".asset_mapper.importmap.command.outdated.lazy"/>
        <argument key="asset_mapper.assets.command.compress" type="service_closure" id=".asset_mapper.assets.command.compress.lazy"/>
        <argument key="console.command.mailer_test" type="service_closure" id=".console.command.mailer_test.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="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="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="var_dumper.command.server_dump" type="service_closure" id=".var_dumper.command.server_dump.lazy"/>
        <argument key="monolog.command.server_log" type="service_closure" id=".monolog.command.server_log.lazy"/>
        <argument key="vich_uploader.command.mapping_debug_class" type="service_closure" id=".vich_uploader.command.mapping_debug_class.lazy"/>
        <argument key="vich_uploader.command.mapping_debug" type="service_closure" id=".vich_uploader.command.mapping_debug.lazy"/>
        <argument key="vich_uploader.command.mapping_list_classes" type="service_closure" id=".vich_uploader.command.mapping_list_classes.lazy"/>
        <argument key="maker.auto_command.make_auth" type="service_closure" id=".maker.auto_command.make_auth.lazy"/>
        <argument key="maker.auto_command.make_command" type="service_closure" id=".maker.auto_command.make_command.lazy"/>
        <argument key="maker.auto_command.make_twig_component" type="service_closure" id=".maker.auto_command.make_twig_component.lazy"/>
        <argument key="maker.auto_command.make_controller" type="service_closure" id=".maker.auto_command.make_controller.lazy"/>
        <argument key="maker.auto_command.make_crud" type="service_closure" id=".maker.auto_command.make_crud.lazy"/>
        <argument key="maker.auto_command.make_docker_database" type="service_closure" id=".maker.auto_command.make_docker_database.lazy"/>
        <argument key="maker.auto_command.make_entity" type="service_closure" id=".maker.auto_command.make_entity.lazy"/>
        <argument key="maker.auto_command.make_fixtures" type="service_closure" id=".maker.auto_command.make_fixtures.lazy"/>
        <argument key="maker.auto_command.make_form" type="service_closure" id=".maker.auto_command.make_form.lazy"/>
        <argument key="maker.auto_command.make_listener" type="service_closure" id=".maker.auto_command.make_listener.lazy"/>
        <argument key="maker.auto_command.make_message" type="service_closure" id=".maker.auto_command.make_message.lazy"/>
        <argument key="maker.auto_command.make_messenger_middleware" type="service_closure" id=".maker.auto_command.make_messenger_middleware.lazy"/>
        <argument key="maker.auto_command.make_registration_form" type="service_closure" id=".maker.auto_command.make_registration_form.lazy"/>
        <argument key="maker.auto_command.make_reset_password" type="service_closure" id=".maker.auto_command.make_reset_password.lazy"/>
        <argument key="maker.auto_command.make_schedule" type="service_closure" id=".maker.auto_command.make_schedule.lazy"/>
        <argument key="maker.auto_command.make_serializer_encoder" type="service_closure" id=".maker.auto_command.make_serializer_encoder.lazy"/>
        <argument key="maker.auto_command.make_serializer_normalizer" type="service_closure" id=".maker.auto_command.make_serializer_normalizer.lazy"/>
        <argument key="maker.auto_command.make_twig_extension" type="service_closure" id=".maker.auto_command.make_twig_extension.lazy"/>
        <argument key="maker.auto_command.make_test" type="service_closure" id=".maker.auto_command.make_test.lazy"/>
        <argument key="maker.auto_command.make_validator" type="service_closure" id=".maker.auto_command.make_validator.lazy"/>
        <argument key="maker.auto_command.make_voter" type="service_closure" id=".maker.auto_command.make_voter.lazy"/>
        <argument key="maker.auto_command.make_user" type="service_closure" id=".maker.auto_command.make_user.lazy"/>
        <argument key="maker.auto_command.make_migration" type="service_closure" id=".maker.auto_command.make_migration.lazy"/>
        <argument key="maker.auto_command.make_stimulus_controller" type="service_closure" id=".maker.auto_command.make_stimulus_controller.lazy"/>
        <argument key="maker.auto_command.make_security_form_login" type="service_closure" id=".maker.auto_command.make_security_form_login.lazy"/>
        <argument key="maker.auto_command.make_security_custom" type="service_closure" id=".maker.auto_command.make_security_custom.lazy"/>
        <argument key="maker.auto_command.make_webhook" type="service_closure" id=".maker.auto_command.make_webhook.lazy"/>
      </argument>
    </service>
    <service id=".service_locator.5fQe2pi" 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\Bridge\Twig\Extension\ImportMapRuntime" type="service_closure" id="twig.runtime.importmap"/>
        <argument key="Endroid\QrCodeBundle\Twig\QrCodeRuntime" type="service_closure" id="Endroid\QrCodeBundle\Twig\QrCodeRuntime"/>
        <argument key="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime" type="service_closure" id="Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime"/>
        <argument key="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime" type="service_closure" id="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime"/>
      </argument>
    </service>
    <service id="App\Kernel" alias="kernel" public="true"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Contracts\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Psr\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Component\HttpKernel\HttpKernelInterface" alias="http_kernel"/>
    <service id="Symfony\Component\HttpFoundation\RequestStack" alias="request_stack"/>
    <service id="Symfony\Component\HttpKernel\HttpCache\StoreInterface" alias="http_cache.store"/>
    <service id="Symfony\Component\HttpFoundation\UrlHelper" alias="url_helper"/>
    <service id="Symfony\Component\HttpKernel\KernelInterface" alias="kernel"/>
    <service id="Symfony\Component\Filesystem\Filesystem" alias="filesystem"/>
    <service id="Symfony\Component\HttpKernel\Config\FileLocator" alias="file_locator"/>
    <service id="Symfony\Component\HttpFoundation\UriSigner" alias="uri_signer"/>
    <service id="Symfony\Component\HttpKernel\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\Component\AssetMapper\AssetMapperInterface" alias="asset_mapper"/>
    <service id="asset_mapper.http_client" alias="http_client.uri_template"/>
    <service id="Symfony\Component\AssetMapper\ImportMap\ImportMapManager" alias="asset_mapper.importmap.manager"/>
    <service id="Symfony\Component\AssetMapper\Compressor\CompressorInterface" alias="asset_mapper.compressor"/>
    <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="lock.factory" alias="lock.default.factory"/>
    <service id="Symfony\Component\Lock\LockFactory" alias="lock.default.factory"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $login_attempts.limiter" alias="limiter.login_attempts"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $loginAttemptsLimiter" alias="limiter.login_attempts">
      <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 $loginAttemptsLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $login_attempts.limiter" alias="limiter.login_attempts"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginAttemptsLimiter" alias="limiter.login_attempts"/>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactory $password_recovery.limiter" alias="limiter.password_recovery"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactory $passwordRecoveryLimiter" alias="limiter.password_recovery">
      <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 $passwordRecoveryLimiter" instead.</deprecated>
    </service>
    <service id=".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $password_recovery.limiter" alias="limiter.password_recovery"/>
    <service id="Symfony\Component\RateLimiter\RateLimiterFactoryInterface $passwordRecoveryLimiter" alias="limiter.password_recovery"/>
    <service id="Symfony\Component\WebLink\HttpHeaderSerializer" alias="web_link.http_header_serializer"/>
    <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="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="Symfony\Component\Mime\MimeTypesInterface" alias="mime_types"/>
    <service id="Symfony\Component\Mime\MimeTypeGuesserInterface" alias="mime_types"/>
    <service id="Twig\Environment" alias="twig"/>
    <service id="Symfony\Component\Mime\BodyRendererInterface" alias="twig.mime_body_renderer"/>
    <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="cache.doctrine.orm.default.result"/>
    <service id="doctrine.orm.default_query_cache" alias="cache.doctrine.orm.default.query"/>
    <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="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.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="security.user_checker"/>
    <service id="security.firewall.context_locator" alias=".service_locator.bsoXAxw"/>
    <service id="Symfony\Component\Security\Core\User\UserCheckerInterface" alias="security.user_checker"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger"/>
    <service id="white_october_breadcrumbs" alias="WhiteOctober\BreadcrumbsBundle\Model\Breadcrumbs" public="true"/>
    <service id="Knp\Snappy\Pdf" alias="knp_snappy.pdf"/>
    <service id="Knp\Snappy\Image" alias="knp_snappy.image"/>
    <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="Endroid\QrCode\Builder\BuilderInterface" alias="Endroid\QrCode\Builder\Builder"/>
    <service id="Endroid\QrCode\Builder\BuilderRegistryInterface" alias="Endroid\QrCode\Builder\BuilderRegistry"/>
    <service id="Endroid\QrCode\Builder\BuilderInterface $defaultQrCodeBuilder" alias="endroid_qr_code.default_builder"/>
    <service id="Knp\Component\Pager\PaginatorInterface" alias="knp_paginator"/>
    <service id="Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface" alias="Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess"/>
    <service id="vich_uploader.storage" alias="vich_uploader.storage.file_system"/>
    <service id="Vich\UploaderBundle\Storage\StorageInterface" alias="vich_uploader.storage.file_system"/>
    <service id="Vich\UploaderBundle\Storage\FileSystemStorage" alias="vich_uploader.storage.file_system"/>
    <service id="vich_uploader.metadata_driver" alias="vich_uploader.metadata_driver.chain"/>
    <service id="vich_uploader.metadata.cache" alias="vich_uploader.metadata.cache.file_cache"/>
    <service id="Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface" alias="vich_uploader.property_mapping_resolver"/>
    <service id="Vich\UploaderBundle\Mapping\PropertyMappingFactory" alias="vich_uploader.property_mapping_factory"/>
    <service id="vich_uploader.namer_uniqid" alias="Vich\UploaderBundle\Naming\UniqidNamer"/>
    <service id="vich_uploader.namer_property" alias="Vich\UploaderBundle\Naming\PropertyNamer"/>
    <service id="vich_uploader.namer_origname" alias="Vich\UploaderBundle\Naming\OrignameNamer"/>
    <service id="vich_uploader.namer_hash" alias="Vich\UploaderBundle\Naming\HashNamer"/>
    <service id="vich_uploader.namer_base64" alias="Vich\UploaderBundle\Naming\Base64Namer"/>
    <service id="vich_uploader.directory_namer_subdir" alias="Vich\UploaderBundle\Naming\SubdirDirectoryNamer"/>
    <service id="vich_uploader.namer_directory_property" alias="Vich\UploaderBundle\Naming\PropertyDirectoryNamer"/>
    <service id="vich_uploader.namer_directory_current_date_time" alias="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"/>
    <service id="vich_uploader.namer_directory_configurable" alias="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"/>
    <service id="vich_uploader.namer_smart_unique" alias="Vich\UploaderBundle\Naming\SmartUniqueNamer"/>
    <service id="Vich\UploaderBundle\Handler\DownloadHandler" alias="vich_uploader.download_handler"/>
    <service id="Vich\UploaderBundle\Handler\UploadHandler" alias="vich_uploader.upload_handler"/>
    <service id="Vich\UploaderBundle\Form\Type\VichFileType" alias="vich_uploader.form.type.file"/>
    <service id="Vich\UploaderBundle\Form\Type\VichImageType" alias="vich_uploader.form.type.image"/>
    <service id="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.MiqedSS"/>
    <service id="twig.loader" alias="twig.loader.native_filesystem"/>
    <service id="doctrine.id_generator_locator" alias=".service_locator.BxSdgVt"/>
    <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 $asset_mapperLogger" alias="monolog.logger.asset_mapper"/>
    <service id="Psr\Log\LoggerInterface $assetMapperLogger" alias="monolog.logger.asset_mapper"/>
    <service id=".Psr\Log\LoggerInterface $http_clientLogger" alias="monolog.logger.http_client"/>
    <service id="Psr\Log\LoggerInterface $httpClientLogger" alias="monolog.logger.http_client"/>
    <service id="Psr\Log\LoggerInterface $mailerLogger" alias="monolog.logger.mailer"/>
    <service id="Psr\Log\LoggerInterface $translationLogger" alias="monolog.logger.translation"/>
    <service id="Psr\Log\LoggerInterface $phpLogger" alias="monolog.logger.php"/>
    <service id="Psr\Log\LoggerInterface $eventLogger" alias="monolog.logger.event"/>
    <service id="Psr\Log\LoggerInterface $routerLogger" alias="monolog.logger.router"/>
    <service id="Psr\Log\LoggerInterface $lockLogger" alias="monolog.logger.lock"/>
    <service id="Psr\Log\LoggerInterface $doctrineLogger" alias="monolog.logger.doctrine"/>
    <service id="Psr\Log\LoggerInterface $securityLogger" alias="monolog.logger.security"/>
    <service id="Psr\Log\LoggerInterface $debugLogger" alias="monolog.logger.debug"/>
    <service id="Psr\Log\LoggerInterface $snappyLogger" alias="monolog.logger.snappy"/>
    <service id=".service_locator.y2tERyj" alias="messenger.receiver_locator"/>
    <service id=".service_locator.n_WDrVs" alias="messenger.retry_strategy_locator"/>
    <service id=".service_locator.RgaFTwg" alias=".service_locator.l8f7KSw"/>
    <service id=".service_locator.8MOQ5xH" alias=".service_locator.qBnfnyy"/>
    <service id="http_client" alias="http_client.uri_template"/>
    <service id="asset_mapper.mapped_asset_factory" alias="asset_mapper.cached_mapped_asset_factory"/>
    <service id="assets._default_package" alias="asset_mapper.asset_package"/>
    <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.main" alias="debug.security.firewall.authenticator.main"/>
    <service id="var_dumper.cli_dumper" alias="var_dumper.contextualized_cli_dumper"/>
    <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.m99ardF" alias=".service_locator.2ATosI6"/>
    <service id=".service_locator.HQZddX8" alias=".service_locator.Kq27LHM"/>
    <service id=".service_locator.NSywIBm" alias=".service_locator._RpIQuf"/>
    <service id=".service_locator.sQbNXhP" alias=".service_locator.sKhzfpT"/>
    <service id=".service_locator.3Lkbx94" alias=".service_locator.llkoCyB"/>
    <service id=".service_locator.7zFfLrI" alias=".service_locator.yKpRtOn"/>
    <service id=".service_locator.kYFQjEh" alias=".service_locator.P8SD_b7"/>
    <service id=".service_locator.MS980.Q" alias=".service_locator.sof1LV_"/>
    <service id=".service_locator..jeKgvj" alias=".service_locator.eAsdt8g"/>
    <service id=".service_locator.ZNh1.pE" alias=".service_locator.41pX.da"/>
    <service id=".service_locator.rbl7cAK" alias=".service_locator..kxhThf"/>
    <service id=".service_locator.e1I6pEX" alias=".service_locator.zJd7Tun"/>
    <service id=".service_locator.smmrx3h" alias=".service_locator.ooim63F"/>
    <service id=".service_locator.r6TjXt2" alias=".service_locator.1PVlgsx"/>
    <service id=".service_locator.5Vd5JYV" alias=".service_locator.egipcEH"/>
    <service id=".service_locator.5RoeS8l" alias=".service_locator.pgrAiam"/>
    <service id=".service_locator.6fqxrxC" alias=".service_locator.qH1XMLZ"/>
    <service id=".service_locator.RcPO53K" alias=".service_locator.WcYBi0z"/>
    <service id=".service_locator.Tf2CChD" alias=".service_locator.zuLlZtR"/>
    <service id=".service_locator.vV7xcHY" alias=".service_locator.kMS785q"/>
    <service id=".service_locator.nepK03A" alias=".service_locator.KGjz4k5"/>
    <service id=".service_locator.0JSTFWd" alias=".service_locator.i.lnnyq"/>
    <service id=".service_locator.aSViQ_y" alias=".service_locator.6toPIKM"/>
    <service id=".service_locator.B1Ju2Lc" alias=".service_locator.dyJfvCG"/>
    <service id=".service_locator.BRtzgG." alias=".service_locator.PrHduqX"/>
    <service id=".service_locator.rz4D6cz" alias=".service_locator.1MOTZHQ"/>
    <service id=".service_locator.krvo5r4" alias=".service_locator.AiBt7p6"/>
    <service id=".service_locator.Ha2G5uu" alias=".service_locator.HWL8.lQ"/>
    <service id=".service_locator.VK.MZ5M" alias=".service_locator.5XBlwc3"/>
    <service id=".service_locator.NlCvQDh" alias=".service_locator.JKoYCvD"/>
    <service id=".service_locator..r64DI." alias=".service_locator.jvDmRVR"/>
    <service id=".service_locator.Ilb77Da" alias=".service_locator.JYAOri_"/>
    <service id=".service_locator.s9.Vt5H" alias=".service_locator.LLyC_k2"/>
    <service id=".service_locator.zwRkSSo" alias=".service_locator.sm_JrGd"/>
    <service id=".service_locator.8.p2m5O" alias=".service_locator.vRzLgR6"/>
    <service id=".service_locator.H6nCoWG" alias=".service_locator.tD0bEcw"/>
    <service id=".service_locator.KEcdGXL" alias=".service_locator.uB7CqpU"/>
    <service id=".service_locator.7a2mebA" alias=".service_locator.72e9E24"/>
    <service id=".service_locator.X_BlphR" alias=".service_locator.qXpzYwI"/>
    <service id=".service_locator.b4hk9tO" alias=".service_locator.JK7bK1q"/>
    <service id=".service_locator.HYcN78L" alias=".service_locator.B__oD3Y"/>
    <service id=".service_locator.jmmu7qU" alias=".service_locator.loNNtD4"/>
    <service id=".service_locator.H4_GGQi" alias=".service_locator.QquAEjA"/>
    <service id=".service_locator.e3kWrRe" alias=".service_locator.dPjD24d"/>
    <service id=".service_locator._115ya." alias=".service_locator.bsMlA50"/>
    <service id=".service_locator.y9YHg.Q" alias=".service_locator.SZvSTuZ"/>
    <service id=".service_locator.w8jGRZh" alias=".service_locator.Su_pLGI"/>
    <service id=".service_locator.QqetQWs" alias=".service_locator.JvXXuiP"/>
    <service id=".service_locator.hNMhKaf" alias=".service_locator.OzEre6h"/>
    <service id=".service_locator.0c0iRZ_" alias=".service_locator.Ee9ThQo"/>
    <service id=".service_locator.0GU2nx." alias=".service_locator.d1xdV1y"/>
    <service id=".service_locator.XcE_G9R" alias=".service_locator.MNsE5ze"/>
    <service id=".service_locator.oM4rJg9" alias=".service_locator.6q1aGQq"/>
    <service id=".service_locator.aABc0jg" alias=".service_locator.4IrjBUz"/>
    <service id=".service_locator.XIQLAe3" alias=".service_locator.uPSiGPj"/>
    <service id=".service_locator.96Tv02y" alias=".service_locator.KZMiDIk"/>
    <service id=".service_locator.easNa8N" alias=".service_locator._K58aJ."/>
    <service id=".service_locator.6F2aw4P" alias=".service_locator.TRd5bZy"/>
    <service id=".service_locator.DlyCjra" alias=".service_locator.h1.dgfy"/>
    <service id=".service_locator.SdeRUzp" alias=".service_locator.RlT.4bh"/>
    <service id=".service_locator.P8nbNY9" alias=".service_locator.z4XOaJ6"/>
    <service id=".service_locator.FC4BVsq" alias=".service_locator.r7WsoNf"/>
    <service id=".service_locator.Nrz07Zz" alias=".service_locator.3QECKYg"/>
    <service id=".service_locator.BZAaaSP" alias=".service_locator.1_UXM2z"/>
    <service id=".service_locator.TMmqlCw" alias=".service_locator.p3pp.LB"/>
    <service id=".service_locator.Kj4QoRg" alias=".service_locator.u_EYRXT"/>
    <service id=".service_locator.hZ0OptE" alias=".service_locator.3.gaXvf"/>
    <service id=".service_locator.Fqu7ZZN" alias=".service_locator.lEYlrTx"/>
    <service id=".service_locator.i6vc3CQ" alias=".service_locator.OIMJohp"/>
    <service id=".service_locator.gG4yR94" alias=".service_locator.EWAQaZu"/>
    <service id=".service_locator.kv8IR2V" alias=".service_locator.9qBWEn5"/>
    <service id=".service_locator.B12InJs" alias=".service_locator.hoQMGD3"/>
    <service id=".service_locator.xwZUg_L" alias=".service_locator.sOvxn94"/>
    <service id=".service_locator.cApXPQM" alias=".service_locator.CQIMZqF"/>
    <service id=".service_locator.xPlAU7t" alias=".service_locator.7fo4rTO"/>
    <service id=".service_locator.2q.M5XT" alias=".service_locator.z2sJHl7"/>
    <service id=".service_locator.cWVm6Gq" alias=".service_locator.bBedi.V"/>
    <service id=".service_locator.EsO53k1" alias=".service_locator.qBnfnyy"/>
  </services>
</container>
