<?xml version="1.0" encoding="utf-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
  <parameters>
    <parameter key="kernel.project_dir">/home/staging/public_html</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">/home/staging/public_html/var/cache/dev</parameter>
    <parameter key="kernel.cache_dir">/home/staging/public_html/var/cache/dev</parameter>
    <parameter key="kernel.logs_dir">/home/staging/public_html/var/logs</parameter>
    <parameter key="kernel.bundles" type="collection">
      <parameter key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</parameter>
      <parameter key="SecurityBundle">Symfony\Bundle\SecurityBundle\SecurityBundle</parameter>
      <parameter key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="DoctrineMigrationsBundle">Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle</parameter>
      <parameter key="JMSSerializerBundle">JMS\SerializerBundle\JMSSerializerBundle</parameter>
      <parameter key="KnpMenuBundle">Knp\Bundle\MenuBundle\KnpMenuBundle</parameter>
      <parameter key="LexikJWTAuthenticationBundle">Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle</parameter>
      <parameter key="VichUploaderBundle">Vich\UploaderBundle\VichUploaderBundle</parameter>
      <parameter key="ExerciseHTMLPurifierBundle">Exercise\HTMLPurifierBundle\ExerciseHTMLPurifierBundle</parameter>
      <parameter key="StofDoctrineExtensionsBundle">Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle</parameter>
      <parameter key="CraueFormFlowBundle">Craue\FormFlowBundle\CraueFormFlowBundle</parameter>
      <parameter key="FOSJsRoutingBundle">FOS\JsRoutingBundle\FOSJsRoutingBundle</parameter>
      <parameter key="KnpSnappyBundle">Knp\Bundle\SnappyBundle\KnpSnappyBundle</parameter>
      <parameter key="OneupUploaderBundle">Oneup\UploaderBundle\OneupUploaderBundle</parameter>
      <parameter key="LiipImagineBundle">Liip\ImagineBundle\LiipImagineBundle</parameter>
      <parameter key="SchebTwoFactorBundle">Scheb\TwoFactorBundle\SchebTwoFactorBundle</parameter>
      <parameter key="AppBundle">AppBundle\AppBundle</parameter>
      <parameter key="DebugBundle">Symfony\Bundle\DebugBundle\DebugBundle</parameter>
      <parameter key="WebProfilerBundle">Symfony\Bundle\WebProfilerBundle\WebProfilerBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/symfony/framework-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="SecurityBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/symfony/security-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SecurityBundle</parameter>
      </parameter>
      <parameter key="TwigBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/symfony/twig-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\TwigBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/symfony/monolog-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/doctrine/doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="DoctrineMigrationsBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/doctrine/doctrine-migrations-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\MigrationsBundle</parameter>
      </parameter>
      <parameter key="JMSSerializerBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/jms/serializer-bundle</parameter>
        <parameter key="namespace">JMS\SerializerBundle</parameter>
      </parameter>
      <parameter key="KnpMenuBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/knplabs/knp-menu-bundle/src</parameter>
        <parameter key="namespace">Knp\Bundle\MenuBundle</parameter>
      </parameter>
      <parameter key="LexikJWTAuthenticationBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/lexik/jwt-authentication-bundle</parameter>
        <parameter key="namespace">Lexik\Bundle\JWTAuthenticationBundle</parameter>
      </parameter>
      <parameter key="VichUploaderBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/vich/uploader-bundle</parameter>
        <parameter key="namespace">Vich\UploaderBundle</parameter>
      </parameter>
      <parameter key="ExerciseHTMLPurifierBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/exercise/htmlpurifier-bundle/src</parameter>
        <parameter key="namespace">Exercise\HTMLPurifierBundle</parameter>
      </parameter>
      <parameter key="StofDoctrineExtensionsBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/stof/doctrine-extensions-bundle/src</parameter>
        <parameter key="namespace">Stof\DoctrineExtensionsBundle</parameter>
      </parameter>
      <parameter key="CraueFormFlowBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/craue/formflow-bundle</parameter>
        <parameter key="namespace">Craue\FormFlowBundle</parameter>
      </parameter>
      <parameter key="FOSJsRoutingBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/friendsofsymfony/jsrouting-bundle</parameter>
        <parameter key="namespace">FOS\JsRoutingBundle</parameter>
      </parameter>
      <parameter key="KnpSnappyBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/knplabs/knp-snappy-bundle/src</parameter>
        <parameter key="namespace">Knp\Bundle\SnappyBundle</parameter>
      </parameter>
      <parameter key="OneupUploaderBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/oneup/uploader-bundle/src</parameter>
        <parameter key="namespace">Oneup\UploaderBundle</parameter>
      </parameter>
      <parameter key="LiipImagineBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/liip/imagine-bundle</parameter>
        <parameter key="namespace">Liip\ImagineBundle</parameter>
      </parameter>
      <parameter key="SchebTwoFactorBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/scheb/2fa-bundle</parameter>
        <parameter key="namespace">Scheb\TwoFactorBundle</parameter>
      </parameter>
      <parameter key="AppBundle" type="collection">
        <parameter key="path">/home/staging/public_html/src/AppBundle</parameter>
        <parameter key="namespace">AppBundle</parameter>
      </parameter>
      <parameter key="DebugBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/symfony/debug-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\DebugBundle</parameter>
      </parameter>
      <parameter key="WebProfilerBundle" type="collection">
        <parameter key="path">/home/staging/public_html/vendor/symfony/web-profiler-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\WebProfilerBundle</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">AppKernelDevDebugContainer</parameter>
    <parameter key="server_version">10.3.34-MariaDB</parameter>
    <parameter key="database_host">localhost</parameter>
    <parameter key="database_port">null</parameter>
    <parameter key="database_name">staging_cletedu_adminprod</parameter>
    <parameter key="database_user">staging_cletedu_adminpro</parameter>
    <parameter key="database_password">sl4wl*A19TWLHNQW</parameter>
    <parameter key="maintenance">false</parameter>
    <parameter key="mailer_transport">smtp</parameter>
    <parameter key="mailer_host">Null_smtp.sendgrid.net</parameter>
    <parameter key="mailer_user">apikey</parameter>
    <parameter key="mailer_password">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</parameter>
    <parameter key="mailer_port">587</parameter>
    <parameter key="secret">069ee20c15bd0d906b4344cd3cbccc2e854c1dbb</parameter>
    <parameter key="service_wsdl_organisation">https://ws.training.gov.au/Deewr.Tga.WebServices/OrganisationService.svc?wsdl</parameter>
    <parameter key="service_wsdl_organisation_end_point">https://ws.training.gov.au/Deewr.Tga.WebServices/OrganisationService.svc/Organisation</parameter>
    <parameter key="service_wsdl_training">https://ws.training.gov.au/Deewr.Tga.WebServices/TrainingComponentService.svc?wsdl</parameter>
    <parameter key="service_wsdl_username">ws.clet</parameter>
    <parameter key="service_wsdl_password">DiGlerg6</parameter>
    <parameter key="service_wsdl_clet_code">31254</parameter>
    <parameter key="constant_yes_no" type="collection">
      <parameter>No</parameter>
      <parameter>Yes</parameter>
    </parameter>
    <parameter key="jwt_key_pass_phrase">clet@Api2016</parameter>
    <parameter key="eway_api_key">A1001AOhIjyYwHmyBwPKmtw7rc5Tc9fcZES0YUHBICF6usLzESnzWZx6wj8CXZTyYSaQv1</parameter>
    <parameter key="eway_api_password">SNjx98z!</parameter>
    <parameter key="eway_api_endpoint">Production</parameter>
    <parameter key="eway_rebill_url">https://www.eway.com.au/gateway/rebill/manageRebill.asmx?wsdl</parameter>
    <parameter key="eway_rebill_end_point">http://www.eway.com.au/gateway/rebill/manageRebill</parameter>
    <parameter key="eway_customer_id" type="string">11481207</parameter>
    <parameter key="eway_user">accounts@clet.edu.au</parameter>
    <parameter key="eway_password">CLET@eway2015</parameter>
    <parameter key="eway_encryption_password">epk-FADE3E78-1401-4C99-B5BF-ADB0A3F7EF40</parameter>
    <parameter key="eway_encryption_url">https://api.ewaypayments.com/encrypt</parameter>
    <parameter key="send_grig_api">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</parameter>
    <parameter key="send_job_email_to">info@clet.edu.au</parameter>
    <parameter key="send_question_email_to">info@clet.edu.au</parameter>
    <parameter key="no_reply_email">no-reply@clet.edu.au</parameter>
    <parameter key="send_enrolment_email">info@clet.edu.au</parameter>
    <parameter key="nexmo_api_key">5f79d55d</parameter>
    <parameter key="nexmo_api_secret">c2375b66</parameter>
    <parameter key="nexmo_from_name">CLET</parameter>
    <parameter key="send_enrolment_email_admin">info@clet.edu.au</parameter>
    <parameter key="send_rpl_email_admin">info@clet.edu.au</parameter>
    <parameter key="send_credit_email_admin">info@clet.edu.au</parameter>
    <parameter key="ftp_power_pro_user">webdev</parameter>
    <parameter key="ftp_power_pro_password">c7Y2phEd1313!</parameter>
    <parameter key="ftp_power_pro_folder">xmltemp</parameter>
    <parameter key="ftp_power_pro_address">student.clet.edu.au</parameter>
    <parameter key="sso_dn">mwg\SysAdmin</parameter>
    <parameter key="sso_password">CletSys@dmin911</parameter>
    <parameter key="sso_ldap_host">ldap.clet.edu.au</parameter>
    <parameter key="sso_ldap_port">636</parameter>
    <parameter key="send_emails_time_start">08:00:00</parameter>
    <parameter key="send_emails_time_end">22:00:00</parameter>
    <parameter key="app.eway" type="collection">
      <parameter key="eway_api_key">A1001AOhIjyYwHmyBwPKmtw7rc5Tc9fcZES0YUHBICF6usLzESnzWZx6wj8CXZTyYSaQv1</parameter>
      <parameter key="eway_api_password">SNjx98z!</parameter>
      <parameter key="eway_api_endpoint">Production</parameter>
      <parameter key="eway_rebill_url">https://www.eway.com.au/gateway/rebill/manageRebill.asmx?wsdl</parameter>
      <parameter key="eway_rebill_end_point">http://www.eway.com.au/gateway/rebill/manageRebill</parameter>
      <parameter key="eway_customer_id" type="string">11481207</parameter>
      <parameter key="eway_user">accounts@clet.edu.au</parameter>
      <parameter key="eway_password">CLET@eway2015</parameter>
      <parameter key="eway_encryption_password">epk-FADE3E78-1401-4C99-B5BF-ADB0A3F7EF40</parameter>
      <parameter key="eway_encryption_url">https://api.ewaypayments.com/encrypt</parameter>
    </parameter>
    <parameter key="locale">en</parameter>
    <parameter key="resume_directory">/home/staging/public_html/var/data/uploads/resume/</parameter>
    <parameter key="rpl_directory">/home/staging/public_html/var/data/uploads/rpl/</parameter>
    <parameter key="rpl_document_directory">/home/staging/public_html/var/data/uploads/rpl/</parameter>
    <parameter key="trainer_document_directory">/home/staging/public_html/var/data/uploads/trainer/</parameter>
    <parameter key="email_document_directory">/home/staging/public_html/var/data/uploads/email/</parameter>
    <parameter key="email_schedule_document_directory">/home/staging/public_html/var/data/uploads/emailschedule/</parameter>
    <parameter key="credit_directory">/home/staging/public_html/var/data/uploads/credit/</parameter>
    <parameter key="pdf_directory">/home/staging/public_html/web/assets/uploads/pdfcover/</parameter>
    <parameter key="vault_directory">/home/staging/public_html/var/data/vault/</parameter>
    <parameter key="assessement_pdf_directory">/home/staging/public_html/web/assessment/</parameter>
    <parameter key="pdf_qualification_text_directory">/home/staging/public_html/web/assets/uploads/qualification_text/</parameter>
    <parameter key="assessment_task_directory">/home/staging/public_html/var/data/assessment/task/</parameter>
    <parameter key="assessment_resource_directory">/home/staging/public_html/var/data/assessment/resource/</parameter>
    <parameter key="hightlight_file">/home/staging/public_html/src/AppBundle/Resources/views/admin/highlights/words.txt</parameter>
    <parameter key="ci_document_directory">/home/staging/public_html/var/data/uploads/ci/</parameter>
    <parameter key="enrolment_document_directory">/home/staging/public_html/var/data/uploads/enrolment/</parameter>
    <parameter key="evidence_template_dir">/home/staging/public_html/var/data/template/</parameter>
    <parameter key="evidence_template_file">/home/staging/public_html/var/data/template/evidence.txt</parameter>
    <parameter key="governance_directory">/home/staging/public_html/var/data/governance/</parameter>
    <parameter key="complain_directory">/home/staging/public_html/var/data/complain/</parameter>
    <parameter key="container.autowiring.strict_mode">true</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">069ee20c15bd0d906b4344cd3cbccc2e854c1dbb</parameter>
    <parameter key="kernel.http_method_override">true</parameter>
    <parameter key="kernel.trust_x_sendfile_type_header">false</parameter>
    <parameter key="kernel.trusted_hosts" type="collection"/>
    <parameter key="kernel.default_locale">en</parameter>
    <parameter key="kernel.enabled_locales" type="collection"/>
    <parameter key="kernel.error_controller">error_controller</parameter>
    <parameter key="debug.file_link_format">%env(default::SYMFONY_IDE)%</parameter>
    <parameter key="asset.request_context.base_path">null</parameter>
    <parameter key="asset.request_context.secure">null</parameter>
    <parameter key="translator.logging">false</parameter>
    <parameter key="translator.default_path">/home/staging/public_html/translations</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">/home/staging/public_html/var/cache/dev/AppKernelDevDebugContainer.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">/home/staging/public_html/app/config/routing_dev.yml</parameter>
    <parameter key="router.cache_dir">/home/staging/public_html/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">/home/staging/public_html/var/cache/dev/serialization.php</parameter>
    <parameter key="cache.prefix.seed">_/home/staging/public_html.AppKernelDevDebugContainer</parameter>
    <parameter key="session.metadata.storage_key">_sf2_meta</parameter>
    <parameter key="session.storage.options" type="collection">
      <parameter key="cache_limiter" type="string">0</parameter>
      <parameter key="cookie_lifetime">43200</parameter>
      <parameter key="cookie_secure">auto</parameter>
      <parameter key="cookie_httponly">true</parameter>
      <parameter key="cookie_samesite">lax</parameter>
      <parameter key="gc_maxlifetime">43200</parameter>
      <parameter key="gc_probability">1</parameter>
      <parameter key="gc_divisor">1</parameter>
    </parameter>
    <parameter key="session.save_path">/home/staging/public_html/var/sessions/dev</parameter>
    <parameter key="session.metadata.update_threshold">0</parameter>
    <parameter key="form.type_extension.csrf.enabled">true</parameter>
    <parameter key="form.type_extension.csrf.field_name">_token</parameter>
    <parameter key="validator.mapping.cache.file">/home/staging/public_html/var/cache/dev/validation.php</parameter>
    <parameter key="validator.translation_domain">validators</parameter>
    <parameter key="profiler_listener.only_exceptions">false</parameter>
    <parameter key="profiler_listener.only_main_requests">false</parameter>
    <parameter key="profiler.storage.dsn">file:/home/staging/public_html/var/cache/dev/profiler</parameter>
    <parameter key="security.role_hierarchy.roles" type="collection">
      <parameter key="ROLE_ADMIN" type="collection">
        <parameter>ROLE_USER</parameter>
      </parameter>
      <parameter key="ROLE_SUPER_ADMIN" type="collection">
        <parameter>ROLE_ADMIN</parameter>
        <parameter>ROLE_ALLOWED_TO_SWITCH</parameter>
      </parameter>
      <parameter key="ROLE_ADMIN_DOWNLOAD_CREDIT" type="collection">
        <parameter>ROLE_ADMIN</parameter>
      </parameter>
      <parameter key="ROLE_ADMIN_DOWNLOAD_RPL" type="collection">
        <parameter>ROLE_ADMIN</parameter>
      </parameter>
      <parameter key="ROLE_ADMIN_DOWNLOAD_JOB" type="collection">
        <parameter>ROLE_ADMIN</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.firewalls" type="collection">
      <parameter>site</parameter>
      <parameter>main</parameter>
    </parameter>
    <parameter key="security.logout_uris" type="collection">
      <parameter key="main">/logout</parameter>
    </parameter>
    <parameter key="twig.form.resources" type="collection">
      <parameter>@VichUploader/Form/fields.html.twig</parameter>
      <parameter>form_div_layout.html.twig</parameter>
      <parameter>@LiipImagine/Form/form_div_layout.html.twig</parameter>
      <parameter>bootstrap_3_layout.html.twig</parameter>
      <parameter>@VichUploader/Form/fields.html.twig</parameter>
    </parameter>
    <parameter key="twig.default_path">/home/staging/public_html/templates</parameter>
    <parameter key="monolog.use_microseconds">true</parameter>
    <parameter key="monolog.swift_mailer.handlers" type="collection"/>
    <parameter key="monolog.handlers_to_channels" type="collection">
      <parameter key="monolog.handler.console" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
          <parameter>doctrine</parameter>
        </parameter>
      </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="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="doctrine.connections" type="collection">
      <parameter key="default">doctrine.dbal.default_connection</parameter>
    </parameter>
    <parameter key="doctrine.default_connection">default</parameter>
    <parameter key="doctrine.orm.configuration.class">Doctrine\ORM\Configuration</parameter>
    <parameter key="doctrine.orm.entity_manager.class">Doctrine\ORM\EntityManager</parameter>
    <parameter key="doctrine.orm.manager_configurator.class">Doctrine\Bundle\DoctrineBundle\ManagerConfigurator</parameter>
    <parameter key="doctrine.orm.cache.array.class">Doctrine\Common\Cache\ArrayCache</parameter>
    <parameter key="doctrine.orm.cache.apc.class">Doctrine\Common\Cache\ApcCache</parameter>
    <parameter key="doctrine.orm.cache.memcache.class">Doctrine\Common\Cache\MemcacheCache</parameter>
    <parameter key="doctrine.orm.cache.memcache_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcache_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcache_instance.class">Memcache</parameter>
    <parameter key="doctrine.orm.cache.memcached.class">Doctrine\Common\Cache\MemcachedCache</parameter>
    <parameter key="doctrine.orm.cache.memcached_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcached_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcached_instance.class">Memcached</parameter>
    <parameter key="doctrine.orm.cache.redis.class">Doctrine\Common\Cache\RedisCache</parameter>
    <parameter key="doctrine.orm.cache.redis_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.redis_port">6379</parameter>
    <parameter key="doctrine.orm.cache.redis_instance.class">Redis</parameter>
    <parameter key="doctrine.orm.cache.xcache.class">Doctrine\Common\Cache\XcacheCache</parameter>
    <parameter key="doctrine.orm.cache.wincache.class">Doctrine\Common\Cache\WinCacheCache</parameter>
    <parameter key="doctrine.orm.cache.zenddata.class">Doctrine\Common\Cache\ZendDataCache</parameter>
    <parameter key="doctrine.orm.metadata.driver_chain.class">Doctrine\Persistence\Mapping\Driver\MappingDriverChain</parameter>
    <parameter key="doctrine.orm.metadata.annotation.class">Doctrine\ORM\Mapping\Driver\AnnotationDriver</parameter>
    <parameter key="doctrine.orm.metadata.xml.class">Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver</parameter>
    <parameter key="doctrine.orm.metadata.yml.class">Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver</parameter>
    <parameter key="doctrine.orm.metadata.php.class">Doctrine\ORM\Mapping\Driver\PHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.staticphp.class">Doctrine\ORM\Mapping\Driver\StaticPHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.attribute.class">Doctrine\ORM\Mapping\Driver\AttributeDriver</parameter>
    <parameter key="doctrine.orm.proxy_cache_warmer.class">Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer</parameter>
    <parameter key="form.type_guesser.doctrine.class">Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</parameter>
    <parameter key="doctrine.orm.validator.unique.class">Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator</parameter>
    <parameter key="doctrine.orm.validator_initializer.class">Symfony\Bridge\Doctrine\Validator\DoctrineInitializer</parameter>
    <parameter key="doctrine.orm.security.user.provider.class">Symfony\Bridge\Doctrine\Security\User\EntityUserProvider</parameter>
    <parameter key="doctrine.orm.listeners.resolve_target_entity.class">Doctrine\ORM\Tools\ResolveTargetEntityListener</parameter>
    <parameter key="doctrine.orm.listeners.attach_entity_listeners.class">Doctrine\ORM\Tools\AttachEntityListenersListener</parameter>
    <parameter key="doctrine.orm.naming_strategy.default.class">Doctrine\ORM\Mapping\DefaultNamingStrategy</parameter>
    <parameter key="doctrine.orm.naming_strategy.underscore.class">Doctrine\ORM\Mapping\UnderscoreNamingStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.default.class">Doctrine\ORM\Mapping\DefaultQuoteStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.ansi.class">Doctrine\ORM\Mapping\AnsiQuoteStrategy</parameter>
    <parameter key="doctrine.orm.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">false</parameter>
    <parameter key="doctrine.orm.proxy_dir">/home/staging/public_html/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="jms_serializer.twig_enabled">default</parameter>
    <parameter key="knp_menu.renderer.list.options" type="collection"/>
    <parameter key="knp_menu.twig.extension.class">Knp\Menu\Twig\MenuExtension</parameter>
    <parameter key="knp_menu.renderer.twig.class">Knp\Menu\Renderer\TwigRenderer</parameter>
    <parameter key="knp_menu.renderer.twig.options" type="collection"/>
    <parameter key="knp_menu.renderer.twig.template">knp_menu.html.twig</parameter>
    <parameter key="knp_menu.default_renderer">twig</parameter>
    <parameter key="lexik_jwt_authentication.private_key_path">/home/staging/public_html/../var/jwt/private.pem</parameter>
    <parameter key="lexik_jwt_authentication.public_key_path">/home/staging/public_html/../var/jwt/public.pem</parameter>
    <parameter key="lexik_jwt_authentication.pass_phrase">clet@Api2016</parameter>
    <parameter key="lexik_jwt_authentication.token_ttl">3600</parameter>
    <parameter key="lexik_jwt_authentication.clock_skew">0</parameter>
    <parameter key="lexik_jwt_authentication.user_identity_field">username</parameter>
    <parameter key="lexik_jwt_authentication.allow_no_expiration">false</parameter>
    <parameter key="lexik_jwt_authentication.user_id_claim">username</parameter>
    <parameter key="lexik_jwt_authentication.encoder.signature_algorithm">RS256</parameter>
    <parameter key="lexik_jwt_authentication.encoder.crypto_engine">openssl</parameter>
    <parameter key="vich_uploader.default_filename_attribute_suffix">_name</parameter>
    <parameter key="vich_uploader.mappings" type="collection">
      <parameter key="course_image" type="collection">
        <parameter key="uri_prefix">/assets/uploads/course</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/assets/uploads/course</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">namer.course_image.course_image</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">false</parameter>
        <parameter key="delete_on_remove">false</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="course_video_placeholder_image" type="collection">
        <parameter key="uri_prefix">/assets/uploads/course/video-place-holder</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/assets/uploads/course/video-place-holder</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">namer.course_video_placeholder_image.course_video_placeholder_image</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">false</parameter>
        <parameter key="delete_on_remove">false</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="course_area_image" type="collection">
        <parameter key="uri_prefix">/assets/uploads/course_area</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/assets/uploads/course_area</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">namer.course_area_image.course_area_image</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">false</parameter>
        <parameter key="delete_on_remove">false</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="rpl_area_image" type="collection">
        <parameter key="uri_prefix">/assets/uploads/rpl_area</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/assets/uploads/rpl_area</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">namer.rpl_area_image.rpl_area_image</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">false</parameter>
        <parameter key="delete_on_remove">false</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="trainer_image" type="collection">
        <parameter key="uri_prefix">/assets/uploads/trainer</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/assets/uploads/trainer</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">vich_uploader.namer_uniqid.trainer_image</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">false</parameter>
        <parameter key="delete_on_remove">false</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="clet_blog_file_image" type="collection">
        <parameter key="uri_prefix">/assets/uploads/blog</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/assets/uploads/blog</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">vich_uploader.namer_uniqid.clet_blog_file_image</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">false</parameter>
        <parameter key="delete_on_remove">false</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="banner_image" type="collection">
        <parameter key="uri_prefix">/assets/uploads/banner</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/assets/uploads/banner</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">vich_uploader.namer_uniqid.banner_image</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">false</parameter>
        <parameter key="delete_on_remove">false</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="clet_image_file" type="collection">
        <parameter key="uri_prefix">/assets/uploads/images</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/assets/uploads/images</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">namer.clet_image_file.clet_image_file</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">false</parameter>
        <parameter key="delete_on_remove">false</parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="rpl_application_evidence" type="collection">
        <parameter key="uri_prefix">/rpl/evidences</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/rpl/evidences</parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">vich_uploader.namer_origname.rpl_application_evidence</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="db_driver">orm</parameter>
      </parameter>
      <parameter key="rpl_application_document" type="collection">
        <parameter key="uri_prefix">/rpl/documents</parameter>
        <parameter key="upload_destination">/home/staging/public_html/web/rpl/documents</parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">vich_uploader.namer_origname.rpl_application_document</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="db_driver">orm</parameter>
      </parameter>
    </parameter>
    <parameter key="vich_uploader.file_injector.class">Vich\UploaderBundle\Injector\FileInjector</parameter>
    <parameter key="stof_doctrine_extensions.listener.sluggable.class">Gedmo\Sluggable\SluggableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.loggable.class">Gedmo\Loggable\LoggableListener</parameter>
    <parameter key="stof_doctrine_extensions.event_listener.logger.class">Stof\DoctrineExtensionsBundle\EventListener\LoggerListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.timestampable.class">Gedmo\Timestampable\TimestampableListener</parameter>
    <parameter key="stof_doctrine_extensions.default_locale">en</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.tree.class">Gedmo\Tree\TreeListener</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="craue.form.flow.class">Craue\FormFlowBundle\Form\FormFlow</parameter>
    <parameter key="craue.form.flow.storage.class">Craue\FormFlowBundle\Storage\SessionStorage</parameter>
    <parameter key="craue.form.flow.event_listener.previous_step_invalid.class">Craue\FormFlowBundle\EventListener\PreviousStepInvalidEventListener</parameter>
    <parameter key="craue.form.flow.event_listener.previous_step_invalid.event">flow.previous_step_invalid</parameter>
    <parameter key="craue.form.flow.event_listener.flow_expired.class">Craue\FormFlowBundle\EventListener\FlowExpiredEventListener</parameter>
    <parameter key="craue.form.flow.event_listener.flow_expired.event">flow.flow_expired</parameter>
    <parameter key="craue_twig_extensions.formflow.class">Craue\FormFlowBundle\Twig\Extension\FormFlowExtension</parameter>
    <parameter key="craue_formflow.util.class">Craue\FormFlowBundle\Util\FormFlowUtil</parameter>
    <parameter key="fos_js_routing.extractor.class">FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor</parameter>
    <parameter key="fos_js_routing.routes_response.class">FOS\JsRoutingBundle\Response\RoutesResponse</parameter>
    <parameter key="fos_js_routing.controller.class">FOS\JsRoutingBundle\Controller\Controller</parameter>
    <parameter key="fos_js_routing.normalizer.route_collection.class">FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer</parameter>
    <parameter key="fos_js_routing.normalizer.routes_response.class">FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer</parameter>
    <parameter key="fos_js_routing.denormalizer.route_collection.class">FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer</parameter>
    <parameter key="fos_js_routing.request_context_base_url">null</parameter>
    <parameter key="fos_js_routing.cache_control" type="collection">
      <parameter key="enabled">false</parameter>
    </parameter>
    <parameter key="knp_snappy.pdf.binary">/usr/local/bin/wkhtmltopdf --disable-smart-shrinking --zoom 1</parameter>
    <parameter key="knp_snappy.pdf.options" type="collection"/>
    <parameter key="knp_snappy.pdf.env" type="collection"/>
    <parameter key="knp_snappy.image.binary">/usr/local/bin/wkhtmltoimage</parameter>
    <parameter key="knp_snappy.image.options" type="collection"/>
    <parameter key="knp_snappy.image.env" type="collection"/>
    <parameter key="oneup_uploader.chunks.manager.class">Oneup\UploaderBundle\Uploader\Chunk\ChunkManager</parameter>
    <parameter key="oneup_uploader.chunks_storage.gaufrette.class">Oneup\UploaderBundle\Uploader\Chunk\Storage\GaufretteStorage</parameter>
    <parameter key="oneup_uploader.chunks_storage.flysystem.class">Oneup\UploaderBundle\Uploader\Chunk\Storage\FlysystemStorage</parameter>
    <parameter key="oneup_uploader.chunks_storage.filesystem.class">Oneup\UploaderBundle\Uploader\Chunk\Storage\FilesystemStorage</parameter>
    <parameter key="oneup_uploader.namer.urlsafename.class">Oneup\UploaderBundle\Uploader\Naming\UrlSafeNamer</parameter>
    <parameter key="oneup_uploader.namer.uniqid.class">Oneup\UploaderBundle\Uploader\Naming\UniqidNamer</parameter>
    <parameter key="oneup_uploader.routing.loader.class">Oneup\UploaderBundle\Routing\RouteLoader</parameter>
    <parameter key="oneup_uploader.storage.gaufrette.class">Oneup\UploaderBundle\Uploader\Storage\GaufretteStorage</parameter>
    <parameter key="oneup_uploader.storage.flysystem.class">Oneup\UploaderBundle\Uploader\Storage\FlysystemStorage</parameter>
    <parameter key="oneup_uploader.storage.filesystem.class">Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage</parameter>
    <parameter key="oneup_uploader.orphanage.class">Oneup\UploaderBundle\Uploader\Storage\FilesystemOrphanageStorage</parameter>
    <parameter key="oneup_uploader.orphanage.manager.class">Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager</parameter>
    <parameter key="oneup_uploader.controller.fineuploader.class">Oneup\UploaderBundle\Controller\FineUploaderController</parameter>
    <parameter key="oneup_uploader.controller.blueimp.class">Oneup\UploaderBundle\Controller\BlueimpController</parameter>
    <parameter key="oneup_uploader.controller.uploadify.class">Oneup\UploaderBundle\Controller\UploadifyController</parameter>
    <parameter key="oneup_uploader.controller.yui3.class">Oneup\UploaderBundle\Controller\YUI3Controller</parameter>
    <parameter key="oneup_uploader.controller.fancyupload.class">Oneup\UploaderBundle\Controller\FancyUploadController</parameter>
    <parameter key="oneup_uploader.controller.mooupload.class">Oneup\UploaderBundle\Controller\MooUploadController</parameter>
    <parameter key="oneup_uploader.controller.plupload.class">Oneup\UploaderBundle\Controller\PluploadController</parameter>
    <parameter key="oneup_uploader.controller.dropzone.class">Oneup\UploaderBundle\Controller\DropzoneController</parameter>
    <parameter key="oneup_uploader.command.clear_chunks.class">Oneup\UploaderBundle\Command\ClearChunkCommand</parameter>
    <parameter key="oneup_uploader.command.clear_orphans.class">Oneup\UploaderBundle\Command\ClearOrphansCommand</parameter>
    <parameter key="oneup_uploader.error_handler.noop.class">Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler</parameter>
    <parameter key="oneup_uploader.error_handler.blueimp.class">Oneup\UploaderBundle\Uploader\ErrorHandler\BlueimpErrorHandler</parameter>
    <parameter key="oneup_uploader.error_handler.plupload.class">Oneup\UploaderBundle\Uploader\ErrorHandler\PluploadErrorHandler</parameter>
    <parameter key="oneup_uploader.error_handler.dropzone.class">Oneup\UploaderBundle\Uploader\ErrorHandler\DropzoneErrorHandler</parameter>
    <parameter key="oneup_uploader.chunks" type="collection">
      <parameter key="maxage">604800</parameter>
      <parameter key="storage" type="collection">
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="directory">/home/staging/public_html/var/cache/dev/uploader/chunks</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
        <parameter key="prefix">chunks</parameter>
      </parameter>
      <parameter key="load_distribution">true</parameter>
    </parameter>
    <parameter key="oneup_uploader.orphanage" type="collection">
      <parameter key="maxage">604800</parameter>
      <parameter key="directory">/home/staging/public_html/var/cache/dev/uploader/orphanage</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.rplevidences" type="collection">
      <parameter key="namer">app.rpl_evidence_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/uploads/rpl/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.creditevidences" type="collection">
      <parameter key="namer">app.credit_evidence_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/uploads/credit/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.resumefiles" type="collection">
      <parameter key="namer">app.job_application_evidence_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/uploads/resume/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.rpldocuments" type="collection">
      <parameter key="namer">app.rpl_document_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/uploads/rpl/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.vaultfiles" type="collection">
      <parameter key="namer">app.vault_files_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/vault/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.emaildocuments" type="collection">
      <parameter key="namer">app.email_document_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/uploads/email/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.emailscheduledocuments" type="collection">
      <parameter key="namer">app.email_document_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/uploads/emailschedule/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.trainerdocuments" type="collection">
      <parameter key="namer">app.trainer_document_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/uploads/trainer/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.taskdocuments" type="collection">
      <parameter key="namer">app.assessment_task_files_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/assessment/task/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.taskbenchmarkdocuments" type="collection">
      <parameter key="namer">app.assessment_task_files_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/assessment/task/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.assessmentresourcedocuments" type="collection">
      <parameter key="namer">app.assessment_task_files_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/assessment/resource/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.cidocuments" type="collection">
      <parameter key="namer">app.ci_document_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/uploads/ci/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.enrolmentdocuments" type="collection">
      <parameter key="namer">app.enrolment_document_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/uploads/enrolment/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.governancefiles" type="collection">
      <parameter key="namer">app.governance_files_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/governance/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config.complainfiles" type="collection">
      <parameter key="namer">app.complain_appeal_files_namer</parameter>
      <parameter key="frontend">dropzone</parameter>
      <parameter key="storage" type="collection">
        <parameter key="directory">/home/staging/public_html/var/data/complain/</parameter>
        <parameter key="service">null</parameter>
        <parameter key="type">filesystem</parameter>
        <parameter key="filesystem">null</parameter>
        <parameter key="stream_wrapper">null</parameter>
        <parameter key="sync_buffer_size">100K</parameter>
      </parameter>
      <parameter key="custom_frontend" type="collection">
        <parameter key="name">null</parameter>
        <parameter key="class">null</parameter>
      </parameter>
      <parameter key="route_prefix"></parameter>
      <parameter key="endpoints" type="collection">
        <parameter key="upload">null</parameter>
        <parameter key="progress">null</parameter>
        <parameter key="cancel">null</parameter>
      </parameter>
      <parameter key="allowed_mimetypes" type="collection"/>
      <parameter key="disallowed_mimetypes" type="collection"/>
      <parameter key="error_handler">null</parameter>
      <parameter key="max_size">9223372036854775807</parameter>
      <parameter key="use_orphanage">false</parameter>
      <parameter key="enable_progress">false</parameter>
      <parameter key="enable_cancelation">false</parameter>
      <parameter key="root_folder">false</parameter>
    </parameter>
    <parameter key="oneup_uploader.config" type="collection">
      <parameter key="mappings" type="collection">
        <parameter key="rplevidences" type="collection">
          <parameter key="namer">app.rpl_evidence_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/uploads/rpl/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="creditevidences" type="collection">
          <parameter key="namer">app.credit_evidence_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/uploads/credit/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="resumefiles" type="collection">
          <parameter key="namer">app.job_application_evidence_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/uploads/resume/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="rpldocuments" type="collection">
          <parameter key="namer">app.rpl_document_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/uploads/rpl/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="vaultfiles" type="collection">
          <parameter key="namer">app.vault_files_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/vault/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="emaildocuments" type="collection">
          <parameter key="namer">app.email_document_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/uploads/email/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="emailscheduledocuments" type="collection">
          <parameter key="namer">app.email_document_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/uploads/emailschedule/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="trainerdocuments" type="collection">
          <parameter key="namer">app.trainer_document_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/uploads/trainer/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="taskdocuments" type="collection">
          <parameter key="namer">app.assessment_task_files_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/assessment/task/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="taskbenchmarkdocuments" type="collection">
          <parameter key="namer">app.assessment_task_files_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/assessment/task/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="assessmentresourcedocuments" type="collection">
          <parameter key="namer">app.assessment_task_files_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/assessment/resource/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="cidocuments" type="collection">
          <parameter key="namer">app.ci_document_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/uploads/ci/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="enrolmentdocuments" type="collection">
          <parameter key="namer">app.enrolment_document_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/uploads/enrolment/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="governancefiles" type="collection">
          <parameter key="namer">app.governance_files_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/governance/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
        <parameter key="complainfiles" type="collection">
          <parameter key="namer">app.complain_appeal_files_namer</parameter>
          <parameter key="frontend">dropzone</parameter>
          <parameter key="storage" type="collection">
            <parameter key="directory">/home/staging/public_html/var/data/complain/</parameter>
            <parameter key="service">null</parameter>
            <parameter key="type">filesystem</parameter>
            <parameter key="filesystem">null</parameter>
            <parameter key="stream_wrapper">null</parameter>
            <parameter key="sync_buffer_size">100K</parameter>
          </parameter>
          <parameter key="custom_frontend" type="collection">
            <parameter key="name">null</parameter>
            <parameter key="class">null</parameter>
          </parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
          <parameter key="allowed_mimetypes" type="collection"/>
          <parameter key="disallowed_mimetypes" type="collection"/>
          <parameter key="error_handler">null</parameter>
          <parameter key="max_size">9223372036854775807</parameter>
          <parameter key="use_orphanage">false</parameter>
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="root_folder">false</parameter>
        </parameter>
      </parameter>
      <parameter key="chunks" type="collection">
        <parameter key="maxage">604800</parameter>
        <parameter key="storage" type="collection">
          <parameter key="type">filesystem</parameter>
          <parameter key="filesystem">null</parameter>
          <parameter key="directory">/home/staging/public_html/var/cache/dev/uploader/chunks</parameter>
          <parameter key="stream_wrapper">null</parameter>
          <parameter key="sync_buffer_size">100K</parameter>
          <parameter key="prefix">chunks</parameter>
        </parameter>
        <parameter key="load_distribution">true</parameter>
      </parameter>
      <parameter key="orphanage" type="collection">
        <parameter key="maxage">604800</parameter>
        <parameter key="directory">/home/staging/public_html/var/cache/dev/uploader/orphanage</parameter>
      </parameter>
      <parameter key="twig">true</parameter>
    </parameter>
    <parameter key="oneup_uploader.controllers" type="collection">
      <parameter key="rplevidences" type="collection">
        <parameter>oneup_uploader.controller.rplevidences</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="creditevidences" type="collection">
        <parameter>oneup_uploader.controller.creditevidences</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="resumefiles" type="collection">
        <parameter>oneup_uploader.controller.resumefiles</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="rpldocuments" type="collection">
        <parameter>oneup_uploader.controller.rpldocuments</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="vaultfiles" type="collection">
        <parameter>oneup_uploader.controller.vaultfiles</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="emaildocuments" type="collection">
        <parameter>oneup_uploader.controller.emaildocuments</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="emailscheduledocuments" type="collection">
        <parameter>oneup_uploader.controller.emailscheduledocuments</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="trainerdocuments" type="collection">
        <parameter>oneup_uploader.controller.trainerdocuments</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="taskdocuments" type="collection">
        <parameter>oneup_uploader.controller.taskdocuments</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="taskbenchmarkdocuments" type="collection">
        <parameter>oneup_uploader.controller.taskbenchmarkdocuments</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="assessmentresourcedocuments" type="collection">
        <parameter>oneup_uploader.controller.assessmentresourcedocuments</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="cidocuments" type="collection">
        <parameter>oneup_uploader.controller.cidocuments</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="enrolmentdocuments" type="collection">
        <parameter>oneup_uploader.controller.enrolmentdocuments</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="governancefiles" type="collection">
        <parameter>oneup_uploader.controller.governancefiles</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
      <parameter key="complainfiles" type="collection">
        <parameter>oneup_uploader.controller.complainfiles</parameter>
        <parameter type="collection">
          <parameter key="enable_progress">false</parameter>
          <parameter key="enable_cancelation">false</parameter>
          <parameter key="route_prefix"></parameter>
          <parameter key="endpoints" type="collection">
            <parameter key="upload">null</parameter>
            <parameter key="progress">null</parameter>
            <parameter key="cancel">null</parameter>
          </parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="oneup_uploader.maxsize" type="collection">
      <parameter key="rplevidences">8388608</parameter>
      <parameter key="creditevidences">8388608</parameter>
      <parameter key="resumefiles">8388608</parameter>
      <parameter key="rpldocuments">8388608</parameter>
      <parameter key="vaultfiles">8388608</parameter>
      <parameter key="emaildocuments">8388608</parameter>
      <parameter key="emailscheduledocuments">8388608</parameter>
      <parameter key="trainerdocuments">8388608</parameter>
      <parameter key="taskdocuments">8388608</parameter>
      <parameter key="taskbenchmarkdocuments">8388608</parameter>
      <parameter key="assessmentresourcedocuments">8388608</parameter>
      <parameter key="cidocuments">8388608</parameter>
      <parameter key="enrolmentdocuments">8388608</parameter>
      <parameter key="governancefiles">8388608</parameter>
      <parameter key="complainfiles">8388608</parameter>
    </parameter>
    <parameter key="liip_imagine.resolvers" type="collection">
      <parameter key="default" type="collection">
        <parameter key="web_path" type="collection">
          <parameter key="web_root">/home/staging/public_html/web</parameter>
          <parameter key="cache_prefix">/media/cache</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="liip_imagine.loaders" type="collection">
      <parameter key="default" type="collection">
        <parameter key="filesystem" type="collection">
          <parameter key="data_root" type="collection">
            <parameter>/home/staging/public_html/web</parameter>
          </parameter>
          <parameter key="locator">filesystem</parameter>
          <parameter key="allow_unresolvable_data_roots">false</parameter>
          <parameter key="bundle_resources" type="collection">
            <parameter key="enabled">false</parameter>
            <parameter key="access_control_type">blacklist</parameter>
            <parameter key="access_control_list" type="collection"/>
          </parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="liip_imagine.jpegoptim.binary">/usr/bin/jpegoptim</parameter>
    <parameter key="liip_imagine.jpegoptim.stripAll">true</parameter>
    <parameter key="liip_imagine.jpegoptim.max">null</parameter>
    <parameter key="liip_imagine.jpegoptim.progressive">true</parameter>
    <parameter key="liip_imagine.jpegoptim.tempDir">null</parameter>
    <parameter key="liip_imagine.optipng.binary">/usr/bin/optipng</parameter>
    <parameter key="liip_imagine.optipng.level">7</parameter>
    <parameter key="liip_imagine.optipng.stripAll">true</parameter>
    <parameter key="liip_imagine.optipng.tempDir">null</parameter>
    <parameter key="liip_imagine.pngquant.binary">/usr/bin/pngquant</parameter>
    <parameter key="liip_imagine.mozjpeg.binary">/opt/mozjpeg/bin/cjpeg</parameter>
    <parameter key="liip_imagine.cwebp.binary">/usr/bin/cwebp</parameter>
    <parameter key="liip_imagine.cwebp.tempDir">null</parameter>
    <parameter key="liip_imagine.cwebp.q">75</parameter>
    <parameter key="liip_imagine.cwebp.alphaQ">100</parameter>
    <parameter key="liip_imagine.cwebp.m">4</parameter>
    <parameter key="liip_imagine.cwebp.alphaFilter">fast</parameter>
    <parameter key="liip_imagine.cwebp.alphaMethod">1</parameter>
    <parameter key="liip_imagine.cwebp.exact">false</parameter>
    <parameter key="liip_imagine.cwebp.metadata" type="collection">
      <parameter>none</parameter>
    </parameter>
    <parameter key="liip_imagine.driver_service">liip_imagine.gd</parameter>
    <parameter key="liip_imagine.cache.resolver.default">default</parameter>
    <parameter key="liip_imagine.default_image">null</parameter>
    <parameter key="liip_imagine.filter_sets" type="collection">
      <parameter key="cache" type="collection">
        <parameter key="quality">100</parameter>
        <parameter key="jpeg_quality">null</parameter>
        <parameter key="png_compression_level">null</parameter>
        <parameter key="png_compression_filter">null</parameter>
        <parameter key="format">null</parameter>
        <parameter key="animated">false</parameter>
        <parameter key="cache">null</parameter>
        <parameter key="data_loader">null</parameter>
        <parameter key="default_image">null</parameter>
        <parameter key="filters" type="collection"/>
        <parameter key="post_processors" type="collection"/>
      </parameter>
      <parameter key="home_thumb" type="collection">
        <parameter key="quality">75</parameter>
        <parameter key="jpeg_quality">null</parameter>
        <parameter key="png_compression_level">null</parameter>
        <parameter key="png_compression_filter">null</parameter>
        <parameter key="format">null</parameter>
        <parameter key="animated">false</parameter>
        <parameter key="cache">null</parameter>
        <parameter key="data_loader">null</parameter>
        <parameter key="default_image">null</parameter>
        <parameter key="filters" type="collection">
          <parameter key="thumbnail" type="collection">
            <parameter key="size" type="collection">
              <parameter>380</parameter>
              <parameter>161</parameter>
            </parameter>
            <parameter key="mode">outbound</parameter>
          </parameter>
        </parameter>
        <parameter key="post_processors" type="collection"/>
      </parameter>
      <parameter key="affiliates" type="collection">
        <parameter key="quality">75</parameter>
        <parameter key="jpeg_quality">null</parameter>
        <parameter key="png_compression_level">null</parameter>
        <parameter key="png_compression_filter">null</parameter>
        <parameter key="format">null</parameter>
        <parameter key="animated">false</parameter>
        <parameter key="cache">null</parameter>
        <parameter key="data_loader">null</parameter>
        <parameter key="default_image">null</parameter>
        <parameter key="filters" type="collection">
          <parameter key="thumbnail" type="collection">
            <parameter key="size" type="collection">
              <parameter>160</parameter>
              <parameter>160</parameter>
            </parameter>
            <parameter key="mode">outbound</parameter>
          </parameter>
        </parameter>
        <parameter key="post_processors" type="collection"/>
      </parameter>
      <parameter key="course_areas" type="collection">
        <parameter key="quality">75</parameter>
        <parameter key="jpeg_quality">null</parameter>
        <parameter key="png_compression_level">null</parameter>
        <parameter key="png_compression_filter">null</parameter>
        <parameter key="format">null</parameter>
        <parameter key="animated">false</parameter>
        <parameter key="cache">null</parameter>
        <parameter key="data_loader">null</parameter>
        <parameter key="default_image">null</parameter>
        <parameter key="filters" type="collection">
          <parameter key="thumbnail" type="collection">
            <parameter key="size" type="collection">
              <parameter>389</parameter>
              <parameter>273</parameter>
            </parameter>
            <parameter key="mode">outbound</parameter>
          </parameter>
        </parameter>
        <parameter key="post_processors" type="collection"/>
      </parameter>
      <parameter key="image_gallery_thumb" type="collection">
        <parameter key="quality">75</parameter>
        <parameter key="jpeg_quality">null</parameter>
        <parameter key="png_compression_level">null</parameter>
        <parameter key="png_compression_filter">null</parameter>
        <parameter key="format">null</parameter>
        <parameter key="animated">false</parameter>
        <parameter key="cache">null</parameter>
        <parameter key="data_loader">null</parameter>
        <parameter key="default_image">null</parameter>
        <parameter key="filters" type="collection">
          <parameter key="thumbnail" type="collection">
            <parameter key="size" type="collection">
              <parameter>240</parameter>
              <parameter>180</parameter>
            </parameter>
            <parameter key="mode">outbound</parameter>
          </parameter>
          <parameter key="background" type="collection">
            <parameter key="size" type="collection">
              <parameter>242</parameter>
              <parameter>182</parameter>
            </parameter>
            <parameter key="position">center</parameter>
            <parameter key="color">#000000</parameter>
          </parameter>
        </parameter>
        <parameter key="post_processors" type="collection"/>
      </parameter>
      <parameter key="image_gallery_module_thumb" type="collection">
        <parameter key="quality">75</parameter>
        <parameter key="jpeg_quality">null</parameter>
        <parameter key="png_compression_level">null</parameter>
        <parameter key="png_compression_filter">null</parameter>
        <parameter key="format">null</parameter>
        <parameter key="animated">false</parameter>
        <parameter key="cache">null</parameter>
        <parameter key="data_loader">null</parameter>
        <parameter key="default_image">null</parameter>
        <parameter key="filters" type="collection">
          <parameter key="thumbnail" type="collection">
            <parameter key="size" type="collection">
              <parameter>120</parameter>
              <parameter>90</parameter>
            </parameter>
            <parameter key="mode">outbound</parameter>
          </parameter>
          <parameter key="background" type="collection">
            <parameter key="size" type="collection">
              <parameter>122</parameter>
              <parameter>92</parameter>
            </parameter>
            <parameter key="position">center</parameter>
            <parameter key="color">#000000</parameter>
          </parameter>
        </parameter>
        <parameter key="post_processors" type="collection"/>
      </parameter>
    </parameter>
    <parameter key="liip_imagine.binary.loader.default">default</parameter>
    <parameter key="liip_imagine.controller.filter_action">Liip\ImagineBundle\Controller\ImagineController::filterAction</parameter>
    <parameter key="liip_imagine.controller.filter_runtime_action">Liip\ImagineBundle\Controller\ImagineController::filterRuntimeAction</parameter>
    <parameter key="liip_imagine.webp.generate">false</parameter>
    <parameter key="liip_imagine.webp.options" type="collection">
      <parameter key="quality">100</parameter>
      <parameter key="cache">null</parameter>
      <parameter key="data_loader">null</parameter>
      <parameter key="post_processors" type="collection"/>
    </parameter>
    <parameter key="scheb_two_factor.model_manager_name">null</parameter>
    <parameter key="scheb_two_factor.security_tokens" type="collection">
      <parameter>Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken</parameter>
      <parameter>Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken</parameter>
    </parameter>
    <parameter key="scheb_two_factor.ip_whitelist" type="collection"/>
    <parameter key="scheb_two_factor.email.sender_email">no-reply@clet.edu.au</parameter>
    <parameter key="scheb_two_factor.email.sender_name">null</parameter>
    <parameter key="scheb_two_factor.email.template">2fa/form.html.twig</parameter>
    <parameter key="scheb_two_factor.email.digits">6</parameter>
    <parameter key="scheb_two_factor.trusted_device.enabled">false</parameter>
    <parameter key="env(VAR_DUMPER_SERVER)">127.0.0.1:9912</parameter>
    <parameter key="web_profiler.debug_toolbar.intercept_redirects">false</parameter>
    <parameter key="web_profiler.debug_toolbar.mode">2</parameter>
    <parameter key="data_collector.templates" type="collection">
      <parameter key="data_collector.request" type="collection">
        <parameter>request</parameter>
        <parameter>@WebProfiler/Collector/request.html.twig</parameter>
      </parameter>
      <parameter key=".data_collector.command" type="collection">
        <parameter>command</parameter>
        <parameter>@WebProfiler/Collector/command.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.time" type="collection">
        <parameter>time</parameter>
        <parameter>@WebProfiler/Collector/time.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.memory" type="collection">
        <parameter>memory</parameter>
        <parameter>@WebProfiler/Collector/memory.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.validator" type="collection">
        <parameter>validator</parameter>
        <parameter>@WebProfiler/Collector/validator.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.ajax" type="collection">
        <parameter>ajax</parameter>
        <parameter>@WebProfiler/Collector/ajax.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.form" type="collection">
        <parameter>form</parameter>
        <parameter>@WebProfiler/Collector/form.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.exception" type="collection">
        <parameter>exception</parameter>
        <parameter>@WebProfiler/Collector/exception.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.logger" type="collection">
        <parameter>logger</parameter>
        <parameter>@WebProfiler/Collector/logger.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.events" type="collection">
        <parameter>events</parameter>
        <parameter>@WebProfiler/Collector/events.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.router" type="collection">
        <parameter>router</parameter>
        <parameter>@WebProfiler/Collector/router.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.cache" type="collection">
        <parameter>cache</parameter>
        <parameter>@WebProfiler/Collector/cache.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.translation" type="collection">
        <parameter>translation</parameter>
        <parameter>@WebProfiler/Collector/translation.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.security" type="collection">
        <parameter>security</parameter>
        <parameter>@Security/Collector/security.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.twig" type="collection">
        <parameter>twig</parameter>
        <parameter>@WebProfiler/Collector/twig.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.http_client" type="collection">
        <parameter>http_client</parameter>
        <parameter>@WebProfiler/Collector/http_client.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.doctrine" type="collection">
        <parameter>db</parameter>
        <parameter>@Doctrine/Collector/db.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.dump" type="collection">
        <parameter>dump</parameter>
        <parameter>@Debug/Profiler/dump.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.messenger" type="collection">
        <parameter>messenger</parameter>
        <parameter>@WebProfiler/Collector/messenger.html.twig</parameter>
      </parameter>
      <parameter key="mailer.data_collector" type="collection">
        <parameter>mailer</parameter>
        <parameter>@WebProfiler/Collector/mailer.html.twig</parameter>
      </parameter>
      <parameter key="notifier.data_collector" type="collection">
        <parameter>notifier</parameter>
        <parameter>@WebProfiler/Collector/notifier.html.twig</parameter>
      </parameter>
      <parameter key="jms_serializer.data_collector" type="collection">
        <parameter>jms_serializer</parameter>
        <parameter>@JMSSerializer/Collector/panel.html.twig</parameter>
      </parameter>
      <parameter key="Vich\UploaderBundle\DataCollector\MappingCollector" type="collection">
        <parameter>vich_uploader.mapping_collector</parameter>
        <parameter>@VichUploader/Collector/mapping_collector.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.config" type="collection">
        <parameter>config</parameter>
        <parameter>@WebProfiler/Collector/config.html.twig</parameter>
      </parameter>
    </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="AppBundle\Controller\Admin\AdminController" class="AppBundle\Controller\Admin\AdminController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AdminController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\AssessmentActionController" class="AppBundle\Controller\Admin\AssessmentActionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AssessmentActionController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\AssessmentValidatingController" class="AppBundle\Controller\Admin\AssessmentValidatingController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AssessmentValidatingController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\AssessmentValidationController" class="AppBundle\Controller\Admin\AssessmentValidationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AssessmentValidationController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\AssessmentValidatorRequirementController" class="AppBundle\Controller\Admin\AssessmentValidatorRequirementController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AssessmentValidatorRequirementController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\AuditValidationController" class="AppBundle\Controller\Admin\AuditValidationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AuditValidationController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\BannerController" class="AppBundle\Controller\Admin\BannerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\BannerController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\BlogCategoryController" class="AppBundle\Controller\Admin\BlogCategoryController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\BlogCategoryController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\BlogController" class="AppBundle\Controller\Admin\BlogController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\BlogController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\CareerFaqController" class="AppBundle\Controller\Admin\CareerFaqController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CareerFaqController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ChatController" class="AppBundle\Controller\Admin\ChatController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="AppBundle\Service\OpenAIService"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ChatController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\CletAssessmentController" class="AppBundle\Controller\Admin\CletAssessmentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CletAssessmentController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\CletAssessmentTaskController" class="AppBundle\Controller\Admin\CletAssessmentTaskController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CletAssessmentTaskController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\CletQualificationAssessmentController" class="AppBundle\Controller\Admin\CletQualificationAssessmentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CletQualificationAssessmentController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\CletQualificationController" class="AppBundle\Controller\Admin\CletQualificationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CletQualificationController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ClientController" class="AppBundle\Controller\Admin\ClientController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ClientController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ComplainAppealController" class="AppBundle\Controller\Admin\ComplainAppealController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ComplainAppealController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ConfigController" class="AppBundle\Controller\Admin\ConfigController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ConfigController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ConsultationRegisterController" class="AppBundle\Controller\Admin\ConsultationRegisterController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ConsultationRegisterController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ContinuousImprovementController" class="AppBundle\Controller\Admin\ContinuousImprovementController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ContinuousImprovementController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\CoreSkillController" class="AppBundle\Controller\Admin\CoreSkillController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CoreSkillController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\CourseAreaController" class="AppBundle\Controller\Admin\CourseAreaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CourseAreaController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\CourseController" class="AppBundle\Controller\Admin\CourseController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CourseController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\CreditPriorController" class="AppBundle\Controller\Admin\CreditPriorController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CreditPriorController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\DomainController" class="AppBundle\Controller\Admin\DomainController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\DomainController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\EmailController" class="AppBundle\Controller\Admin\EmailController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="AppBundle\Command\SendEmailsInQueue"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\EmailController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\EmailTemplateController" class="AppBundle\Controller\Admin\EmailTemplateController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\EmailTemplateController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\EvidenceCheckListController" class="AppBundle\Controller\Admin\EvidenceCheckListController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\EvidenceCheckListController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\EvidenceVaultController" class="AppBundle\Controller\Admin\EvidenceVaultController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\EvidenceVaultController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\FaqController" class="AppBundle\Controller\Admin\FaqController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\FaqController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\FileController" class="AppBundle\Controller\Admin\FileController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\FileController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\GovernanceRegisterActionController" class="AppBundle\Controller\Admin\GovernanceRegisterActionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\GovernanceRegisterActionController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\GovernanceRegisterController" class="AppBundle\Controller\Admin\GovernanceRegisterController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\GovernanceRegisterController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\GraphsController" class="AppBundle\Controller\Admin\GraphsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\GraphsController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\HighlightsWordsController" class="AppBundle\Controller\Admin\HighlightsWordsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\HighlightsWordsController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ImageGalleryController" class="AppBundle\Controller\Admin\ImageGalleryController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ImageGalleryController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ImageTypeController" class="AppBundle\Controller\Admin\ImageTypeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ImageTypeController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\JobApplicationController" class="AppBundle\Controller\Admin\JobApplicationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\JobApplicationController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\JobController" class="AppBundle\Controller\Admin\JobController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\JobController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ModalController" class="AppBundle\Controller\Admin\ModalController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ModalController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\NotificationController" class="AppBundle\Controller\Admin\NotificationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\NotificationController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\PageController" class="AppBundle\Controller\Admin\PageController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\PageController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\PageSectionController" class="AppBundle\Controller\Admin\PageSectionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\PageSectionController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\PaymentBypassCodeController" class="AppBundle\Controller\Admin\PaymentBypassCodeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\PaymentBypassCodeController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\PaymentPlanController" class="AppBundle\Controller\Admin\PaymentPlanController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\PaymentPlanController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ProfileController" class="AppBundle\Controller\Admin\ProfileController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ProfileController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\QuestionController" class="AppBundle\Controller\Admin\QuestionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\QuestionController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\AdminActionController" class="AppBundle\Controller\Admin\RPL\AdminActionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\AdminActionController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\AssessmentLetterController" class="AppBundle\Controller\Admin\RPL\AssessmentLetterController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\AssessmentLetterController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\EvidenceGuideController" class="AppBundle\Controller\Admin\RPL\EvidenceGuideController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\EvidenceGuideController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\IndustryController" class="AppBundle\Controller\Admin\RPL\IndustryController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\IndustryController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\ProfileController" class="AppBundle\Controller\Admin\RPL\ProfileController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\ProfileController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RPLAreaController" class="AppBundle\Controller\Admin\RPL\RPLAreaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RPLAreaController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RPLCheckListController" class="AppBundle\Controller\Admin\RPL\RPLCheckListController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RPLCheckListController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RankActionController" class="AppBundle\Controller\Admin\RPL\RankActionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankActionController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RankController" class="AppBundle\Controller\Admin\RPL\RankController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RankGroupController" class="AppBundle\Controller\Admin\RPL\RankGroupController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankGroupController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RankLevelController" class="AppBundle\Controller\Admin\RPL\RankLevelController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankLevelController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RankQualificationController" class="AppBundle\Controller\Admin\RPL\RankQualificationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankQualificationController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RankUnitController" class="AppBundle\Controller\Admin\RPL\RankUnitController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankUnitController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RplApplicationController" class="AppBundle\Controller\Admin\RPL\RplApplicationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RplApplicationController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\RplImportPowerPro" class="AppBundle\Controller\Admin\RPL\RplImportPowerPro" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RplImportPowerPro"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\RPL\SectorController" class="AppBundle\Controller\Admin\RPL\SectorController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\SectorController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\SaleController" class="AppBundle\Controller\Admin\SaleController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\SaleController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\ScheduleEmailController" class="AppBundle\Controller\Admin\ScheduleEmailController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ScheduleEmailController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\SecurityController" class="AppBundle\Controller\Admin\SecurityController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="kernel"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\SecurityController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\SpeakerController" class="AppBundle\Controller\Admin\SpeakerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\SpeakerController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\StudentController" class="AppBundle\Controller\Admin\StudentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\StudentController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\TestimonialController" class="AppBundle\Controller\Admin\TestimonialController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\TestimonialController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\TgaController" class="AppBundle\Controller\Admin\TgaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\TgaController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\TrainerController" class="AppBundle\Controller\Admin\TrainerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\TrainerController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\TrainingAssessmentController" class="AppBundle\Controller\Admin\TrainingAssessmentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\TrainingAssessmentController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\UnitController" class="AppBundle\Controller\Admin\UnitController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\UnitController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\UnitGuideController" class="AppBundle\Controller\Admin\UnitGuideController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\UnitGuideController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Admin\UserController" class="AppBundle\Controller\Admin\UserController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\UserController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Api\QualificationController" class="AppBundle\Controller\Api\QualificationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Api\QualificationController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Api\TokenController" class="AppBundle\Controller\Api\TokenController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Api\TokenController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\DefaultController" class="AppBundle\Controller\DefaultController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\DefaultController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Site\CreditPriorStudyController" class="AppBundle\Controller\Site\CreditPriorStudyController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\CreditPriorStudyController"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\CreditPriorStudyController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Site\EnrolmentController" class="AppBundle\Controller\Site\EnrolmentController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\EnrolmentController"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\EnrolmentController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Site\PdfController" class="AppBundle\Controller\Site\PdfController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\PdfController"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\PdfController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Site\RplController" class="AppBundle\Controller\Site\RplController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\RplController"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\RplController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Site\SiteController" class="AppBundle\Controller\Site\SiteController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="security.authorization_checker"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\SiteController"/>
      </call>
    </service>
    <service id="AppBundle\Controller\Site\SitemapController" class="AppBundle\Controller\Site\SitemapController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\SitemapController"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.sXJhK4T.AppBundle\Controller\Site\SitemapController"/>
      </call>
    </service>
    <service id="app.menu_builder" class="AppBundle\Menu\MenuBuilder" public="true" autowire="true" autoconfigure="true">
      <tag name="knp_menu.menu_builder" method="createMainMenu" alias="main"/>
      <tag name="knp_menu.menu_builder" method="siteMainMenu" alias="site"/>
      <tag name="knp_menu.menu_builder" method="siteMenuCourseAreas" alias="courseAreas"/>
      <tag name="knp_menu.menu_builder" method="siteMenuOnlineServices" alias="onlineServices"/>
      <tag name="knp_menu.menu_builder" method="siteMenuQualificationByLevel" alias="qualificationByLevel"/>
      <tag name="knp_menu.menu_builder" method="siteMenuRplAreas" alias="rplAreas"/>
      <tag name="knp_menu.menu_builder" method="siteMenuRto" alias="rto"/>
      <tag name="knp_menu.menu_builder" method="siteMenuStudyOnline" alias="studyOnline"/>
      <tag name="knp_menu.menu_builder" method="siteMenuTransitioning" alias="transitioning"/>
      <argument type="service" id="knp_menu.factory"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="app.listener.maintenance" class="AppBundle\EventListener\MaintenanceListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest"/>
      <tag name="container.hot_path"/>
      <argument>false</argument>
      <argument type="service" id="twig"/>
    </service>
    <service id="app.form.type.trainer" class="AppBundle\Form\TrainerForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.consultant" class="AppBundle\Form\TrainerConsultantForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.rplchecklist" class="AppBundle\Form\RPLCheckListForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.evidencechecklist" class="AppBundle\Form\EvidenceCheckListForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.faq" class="AppBundle\Form\FaqForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.tag" class="AppBundle\Form\CourseForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.page" class="AppBundle\Form\PageForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.blog" class="AppBundle\Form\BlogForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="AppBundle\Security\FormLoginAuthenticator" class="AppBundle\Security\FormLoginAuthenticator" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="app.doctrine.hash_password_listener" class="AppBundle\Doctrine\HashPasswordListener" public="true" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_subscriber"/>
      <argument type="service" id="security.user_password_hasher"/>
    </service>
    <service id="AppBundle\Form\Site\EnrolmentFlow" class="AppBundle\Form\Site\EnrolmentFlow" public="true" autoconfigure="true">
      <tag name="craue.form.flow"/>
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id="AppBundle\Form\RPL\RplFlow" class="AppBundle\Form\RPL\RplFlow" public="true" autoconfigure="true">
      <tag name="craue.form.flow"/>
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id="AppBundle\Form\CreditPriorStudy\CreditPriorStudyFlow" class="AppBundle\Form\CreditPriorStudy\CreditPriorStudyFlow" public="true" autoconfigure="true">
      <tag name="craue.form.flow"/>
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id="app.form.type.rplapplicationqualification" class="AppBundle\Form\RPL\RplApplicationQualificationForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.assessmentQualification" class="AppBundle\Form\RPL\RplAssessmentApplicationQualificationForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.rplQualificationUnit" class="AppBundle\Form\RPL\Admin\QualificationUnitForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.assessmentQualificationUnit" class="AppBundle\Form\AssessmentQualificationUnitForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.rplQualificationSingleUnit" class="AppBundle\Form\RPL\Admin\QualificationSingleUnitForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.assessmentFormPdf" class="AppBundle\Form\RPL\RplAssessmentFormPdf" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.vault" class="AppBundle\Form\RPL\Admin\RplVaultFileForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.type.entity_hidden" class="AppBundle\Form\Type\EntityHiddenType" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.twig_extension" class="AppBundle\Twig\AppExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="app.twig.database_globals_extension" class="AppBundle\Twig\Extension\DatabaseGlobalsExtension" public="true" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.rpl_evidence_namer" class="AppBundle\Namer\RplEvidenceNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.rpl_evidence_listener" class="AppBundle\EventListener\RplEvidenceListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="oneup_uploader.post_persist" method="onUpload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="app.credit_evidence_namer" class="AppBundle\Namer\CreditEvidenceNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.job_application_evidence_namer" class="AppBundle\Namer\JobApplicationEvidenceNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.credit_evidence_listener" class="AppBundle\EventListener\CreditEvidenceListener" public="true" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="oneup_uploader.post_persist" method="onUpload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.rpl_document_namer" class="AppBundle\Namer\RplDocumentNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.vault_files_namer" class="AppBundle\Namer\RplVaultFileNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.email_document_namer" class="AppBundle\Namer\EmailDocumentNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.trainer_document_namer" class="AppBundle\Namer\TrainerDocumentNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.assessment_task_files_namer" class="AppBundle\Namer\CletAssessmentTaskDocumentFileNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.ci_document_namer" class="AppBundle\Namer\ContinuousImprovementDocumentNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.enrolment_document_namer" class="AppBundle\Namer\EnrolmentDocumentNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="namer.course_image" class="AppBundle\Namer\Namer" public="true" autowire="true" autoconfigure="true">
      <tag name="namer"/>
    </service>
    <service id="namer.course_video_placeholder_image" class="AppBundle\Namer\Namer" public="true" autowire="true" autoconfigure="true">
      <tag name="namer"/>
    </service>
    <service id="namer.course_area_image" class="AppBundle\Namer\Namer" public="true" autowire="true" autoconfigure="true">
      <tag name="namer"/>
    </service>
    <service id="namer.rpl_area_image" class="AppBundle\Namer\Namer" public="true" autowire="true" autoconfigure="true">
      <tag name="namer"/>
    </service>
    <service id="namer.clet_image_file" class="AppBundle\Namer\Namer" public="true" autowire="true" autoconfigure="true">
      <tag name="namer"/>
    </service>
    <service id="app.governance_files_namer" class="AppBundle\Namer\GovernanceFileNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.complain_appeal_files_namer" class="AppBundle\Namer\ComplainAppealFileNamer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="service_container"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="AppBundle\Command\ImportTgaCommand" class="AppBundle\Command\ImportTgaCommand" public="true" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:import-tga"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <call method="setName">
        <argument>app:import-tga</argument>
      </call>
    </service>
    <service id="AppBundle\Command\EmailScheduleCommand" class="AppBundle\Command\EmailScheduleCommand" public="true" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:email-schedule"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="mailer.mailer"/>
      <call method="setName">
        <argument>app:email-schedule</argument>
      </call>
    </service>
    <service id="AppBundle\Command\SendEmailsInQueue" class="AppBundle\Command\SendEmailsInQueue" public="true" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:email-queue"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="texter"/>
      <call method="setName">
        <argument>app:email-queue</argument>
      </call>
    </service>
    <service id="AppBundle\Command\CreateEmailsInQueue" class="AppBundle\Command\CreateEmailsInQueue" public="true" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:create-email-queue"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="texter"/>
      <call method="setName">
        <argument>app:create-email-queue</argument>
      </call>
    </service>
    <service id="AppBundle\Command\GenerateCourseBrochureCommand" class="AppBundle\Command\GenerateCourseBrochureCommand" public="true" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:generate-course-brochure"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="knp_snappy.pdf"/>
      <call method="setName">
        <argument>app:generate-course-brochure</argument>
      </call>
    </service>
    <service id="AppBundle\Command\ExportClientToPowerProCommand" class="AppBundle\Command\ExportClientToPowerProCommand" public="true" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:export-enrolment"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="kernel"/>
      <call method="setName">
        <argument>app:export-enrolment</argument>
      </call>
    </service>
    <service id="AppBundle\Command\RplAutomateActionsCommand" class="AppBundle\Command\RplAutomateActionsCommand" public="true" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:rpl-automate-actions"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="mailer.mailer"/>
      <call method="setName">
        <argument>app:rpl-automate-actions</argument>
      </call>
    </service>
    <service id="AppBundle\Command\GenerateClientProfileCommand" class="AppBundle\Command\GenerateClientProfileCommand" public="true" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:generate-client-profile"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="kernel"/>
      <call method="setName">
        <argument>app:generate-client-profile</argument>
      </call>
    </service>
    <service id="AppBundle\Command\GenerateAssessmentDocumentsInQueue" class="AppBundle\Command\GenerateAssessmentDocumentsInQueue" public="true" autowire="true" autoconfigure="true">
      <tag name="console.command" command="app:assessment-documents-queue"/>
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="texter"/>
      <argument type="service" id="knp_snappy.pdf"/>
      <call method="setName">
        <argument>app:assessment-documents-queue</argument>
      </call>
    </service>
    <service id="AppBundle\Service\OpenAIService" class="AppBundle\Service\OpenAIService" public="true" autowire="true" autoconfigure="true">
      <argument>%env(OPENAI_API_KEY)%</argument>
    </service>
    <service id="app.form.type.roleTransform" class="AppBundle\Form\DataTransformer\RolesTransform" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="app.form.type.user" class="AppBundle\Form\UserForm" public="true" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="app.form.type.roleTransform"/>
    </service>
    <service id="app.sms_mailer" class="AppBundle\Service\SmsMailer" public="true" autowire="true" autoconfigure="true">
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="texter"/>
    </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="debug.validator" on-invalid="null"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">
      <tag priority="50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">
      <tag priority="50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">
      <tag priority="-50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id=".service_locator.SYdT5jb"/>
    </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"/>
    </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"/>
    <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>
      <argument type="service">
        <service class="void">
          <factory class="Symfony\Component\HttpFoundation\Request" method="enableHttpMethodParameterOverride"/>
        </service>
      </argument>
    </service>
    <service id="http_cache.store" class="Symfony\Component\HttpKernel\HttpCache\Store">
      <argument>/home/staging/public_html/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>/home/staging/public_html/var/cache/dev/AppKernelDevDebugContainerDeprecations.log</argument>
    </service>
    <service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer">
      <argument type="tagged_iterator" tag="kernel.cache_clearer"/>
    </service>
    <service id="kernel" public="true" synthetic="true"/>
    <service id="filesystem" class="Symfony\Component\Filesystem\Filesystem"/>
    <service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
      <argument type="service" id="kernel"/>
    </service>
    <service id="uri_signer" class="Symfony\Component\HttpFoundation\UriSigner">
      <argument>069ee20c15bd0d906b4344cd3cbccc2e854c1dbb</argument>
    </service>
    <service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory">
      <argument type="tagged_iterator" tag="config_cache.resource_checker"/>
    </service>
    <service id="dependency_injection.config.container_parameters_resource_checker" class="Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker">
      <tag name="config_cache.resource_checker" priority="-980"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="config.resource.self_checking_resource_checker" class="Symfony\Component\Config\Resource\SelfCheckingResourceChecker">
      <tag name="config_cache.resource_checker" priority="-990"/>
    </service>
    <service id="services_resetter" class="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter" public="true">
      <argument type="iterator">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="http_client.transport" type="service" id="http_client.transport" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.message_logger_listener" type="service" id="mailer.message_logger_listener" on-invalid="ignore_uninitialized"/>
        <argument key="translation.locale_switcher" type="service" id="translation.locale_switcher" on-invalid="ignore_uninitialized"/>
        <argument key="debug.stopwatch" type="service" id="debug.stopwatch" on-invalid="ignore_uninitialized"/>
        <argument key="debug.event_dispatcher" type="service" id="debug.event_dispatcher" on-invalid="ignore_uninitialized"/>
        <argument key="debug.log_processor" type="service" id="debug.log_processor" on-invalid="ignore_uninitialized"/>
        <argument key="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="profiler" type="service" id="profiler" on-invalid="ignore_uninitialized"/>
        <argument key="debug.validator" type="service" id="debug.validator" on-invalid="ignore_uninitialized"/>
        <argument key="security.token_storage" type="service" id="security.token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall" type="service" id="debug.security.firewall" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.site" type="service" id="debug.security.firewall.authenticator.site" 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="twig.form.engine" type="service" id="twig.form.engine" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.main" type="service" id="monolog.handler.main" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.console" type="service" id="monolog.handler.console" 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=".debug.http_client" type="service" id=".debug.http_client" on-invalid="ignore_uninitialized"/>
      </argument>
      <argument type="collection">
        <argument key="cache.app" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.system" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.serializer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.property_info" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.messenger.restart_workers_signal" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="http_client.transport" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="mailer.message_logger_listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="translation.locale_switcher" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.stopwatch" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.event_dispatcher" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.log_processor" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="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="profiler" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="security.token_storage" type="collection">
          <argument>disableUsageTracking</argument>
          <argument>setToken</argument>
        </argument>
        <argument key="cache.security_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.security_is_granted_attribute_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.site" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="twig.form.engine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.console" 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=".debug.http_client" type="collection">
          <argument>reset</argument>
        </argument>
      </argument>
    </service>
    <service id="reverse_container" class="Symfony\Component\DependencyInjection\ReverseContainer">
      <argument type="service" id="service_container"/>
      <argument type="service" id=".service_locator.XXv1IfR"/>
    </service>
    <service id="locale_aware_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleAwareListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="iterator">
        <argument type="service" id="slugger"/>
        <argument type="service" id="translator.default"/>
        <argument type="service" id="translation.locale_switcher"/>
      </argument>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="container.env_var_processor" class="Symfony\Component\DependencyInjection\EnvVarProcessor">
      <tag name="container.env_var_processor"/>
      <argument type="service" id="service_container"/>
      <argument type="tagged_iterator" tag="container.env_var_loader"/>
    </service>
    <service id="slugger" class="Symfony\Component\String\Slugger\AsciiSlugger">
      <tag name="kernel.locale_aware"/>
      <argument>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="messenger.retry_strategy_locator"/>
        <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.i2UnAhx"/>
      <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>/home/staging/public_html</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>/home/staging/public_html</argument>
      <call method="setName">
        <argument>assets:install</argument>
      </call>
      <call method="setDescription">
        <argument>Install bundle's web assets under a public directory</argument>
      </call>
    </service>
    <service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_clearer"/>
      <argument type="service" id="filesystem"/>
      <call method="setName">
        <argument>cache:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear the cache</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</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.NBUFN6A"/>
      <call method="setName">
        <argument>cache:pool:invalidate-tags</argument>
      </call>
      <call method="setDescription">
        <argument>Invalidate cache tags for all or a specific pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_delete" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:delete</argument>
      </call>
      <call method="setDescription">
        <argument>Delete an item from a cache pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_list" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.property_info</argument>
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</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>/home/staging/public_html</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.M4VGNDw"/>
      <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 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"/>
      <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 key="Symfony\Component\Notifier\Message\ChatMessage" type="collection">
            <argument type="collection">
              <argument>chatter.messenger.chat_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\SmsMessage" type="collection">
            <argument type="collection">
              <argument>texter.messenger.sms_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
          <argument key="Symfony\Component\Notifier\Message\PushMessage" type="collection">
            <argument type="collection">
              <argument>texter.messenger.push_handler</argument>
              <argument type="collection"/>
            </argument>
          </argument>
        </argument>
      </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"/>
      <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.data_collector"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>/home/staging/public_html/translations</argument>
      <argument>/home/staging/public_html/templates</argument>
      <argument type="collection">
        <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations</argument>
        <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations</argument>
        <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations</argument>
      </argument>
      <argument type="collection">
        <argument>/home/staging/public_html/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views</argument>
        <argument>/home/staging/public_html/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/home/staging/public_html/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </argument>
      <argument type="collection"/>
      <call method="setName">
        <argument>debug:translation</argument>
      </call>
      <call method="setDescription">
        <argument>Display translation messages information</argument>
      </call>
    </service>
    <service id="console.command.translation_extract" class="Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.writer"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>en</argument>
      <argument>/home/staging/public_html/translations</argument>
      <argument>/home/staging/public_html/templates</argument>
      <argument type="collection">
        <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations</argument>
        <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations</argument>
        <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations</argument>
      </argument>
      <argument type="collection">
        <argument>/home/staging/public_html/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views</argument>
        <argument>/home/staging/public_html/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/home/staging/public_html/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="debug.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.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>AppBundle\Form</argument>
        <argument>AppBundle\Form\RPL</argument>
        <argument>AppBundle\Form\RPL\Admin</argument>
        <argument>AppBundle\Form\Type</argument>
        <argument>AppBundle\Form\DataTransformer</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type</argument>
        <argument>Vich\UploaderBundle\Form\Type</argument>
        <argument>Liip\ImagineBundle\Form\Type</argument>
      </argument>
      <argument type="collection">
        <argument>AppBundle\Form\TrainerForm</argument>
        <argument>AppBundle\Form\TrainerConsultantForm</argument>
        <argument>AppBundle\Form\RPLCheckListForm</argument>
        <argument>AppBundle\Form\EvidenceCheckListForm</argument>
        <argument>AppBundle\Form\FaqForm</argument>
        <argument>AppBundle\Form\CourseForm</argument>
        <argument>AppBundle\Form\PageForm</argument>
        <argument>AppBundle\Form\BlogForm</argument>
        <argument>AppBundle\Form\RPL\RplApplicationQualificationForm</argument>
        <argument>AppBundle\Form\RPL\RplAssessmentApplicationQualificationForm</argument>
        <argument>AppBundle\Form\RPL\Admin\QualificationUnitForm</argument>
        <argument>AppBundle\Form\AssessmentQualificationUnitForm</argument>
        <argument>AppBundle\Form\RPL\Admin\QualificationSingleUnitForm</argument>
        <argument>AppBundle\Form\RPL\RplAssessmentFormPdf</argument>
        <argument>AppBundle\Form\RPL\Admin\RplVaultFileForm</argument>
        <argument>AppBundle\Form\Type\EntityHiddenType</argument>
        <argument>AppBundle\Form\DataTransformer\RolesTransform</argument>
        <argument>AppBundle\Form\UserForm</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>Liip\ImagineBundle\Form\Type\ImageType</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\DataCollector\Type\DataCollectorTypeExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension</argument>
        <argument>Exercise\HTMLPurifierBundle\Form\TypeExtension\HTMLPurifierTextTypeExtension</argument>
        <argument>Craue\FormFlowBundle\Form\Extension\FormFlowFormExtension</argument>
        <argument>Craue\FormFlowBundle\Form\Extension\FormFlowHiddenFieldExtension</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser</argument>
        <argument>Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</argument>
      </argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:form</argument>
      </call>
      <call method="setDescription">
        <argument>Display form type information</argument>
      </call>
    </service>
    <service id="console.command.secrets_set" class="Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:set</argument>
      </call>
      <call method="setDescription">
        <argument>Set a secret in the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_remove" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove a secret from the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_generate_key" class="Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:generate-keys</argument>
      </call>
      <call method="setDescription">
        <argument>Generate new encryption keys</argument>
      </call>
    </service>
    <service id="console.command.secrets_list" class="Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:list</argument>
      </call>
      <call method="setDescription">
        <argument>List all secrets</argument>
      </call>
    </service>
    <service id="console.command.secrets_decrypt_to_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:decrypt-to-local</argument>
      </call>
      <call method="setDescription">
        <argument>Decrypt all secrets and stores them in the local vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_encrypt_from_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:encrypt-from-local</argument>
      </call>
      <call method="setDescription">
        <argument>Encrypt all local secrets to the vault</argument>
      </call>
    </service>
    <service id="console.messenger.application" class="Symfony\Bundle\FrameworkBundle\Console\Application" shared="false">
      <argument type="service" id="kernel"/>
      <call method="setAutoExit">
        <argument>false</argument>
      </call>
    </service>
    <service id="console.messenger.execute_command_handler" class="Symfony\Component\Console\Messenger\RunCommandMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="console.messenger.application"/>
    </service>
    <service id="cache.app" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.app.recorder_inner"/>
    </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\TraceableAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.system.recorder_inner"/>
    </service>
    <service id="cache.validator" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.validator.recorder_inner"/>
    </service>
    <service id="cache.serializer" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.serializer.recorder_inner"/>
    </service>
    <service id="cache.property_info" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.property_info.recorder_inner"/>
    </service>
    <service id="cache.messenger.restart_workers_signal" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.messenger.restart_workers_signal.recorder_inner"/>
    </service>
    <service id="cache.adapter.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" abstract="true">
      <tag name="cache.pool" clearer="cache.system_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/staging/public_html/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>/home/staging/public_html/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>
    </service>
    <service id="cache.system_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <tag name="kernel.cache_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.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>
    </service>
    <service id="cache.global_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.messenger.restart_workers_signal" type="service" id="cache.messenger.restart_workers_signal" on-invalid="ignore_uninitialized"/>
        <argument key="cache.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.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>
    </service>
    <service id="identity_translator" class="Symfony\Component\Translation\IdentityTranslator"/>
    <service id="assets.packages" class="Symfony\Component\Asset\Packages">
      <argument type="service" id="assets._default_package"/>
      <argument type="tagged_iterator" tag="assets.package" index-by="package" default-index-method="getDefaultPackageName" default-priority-method="getDefaultPackagePriority"/>
    </service>
    <service id="assets.empty_package" class="Symfony\Component\Asset\Package">
      <argument type="service" id="assets.empty_version_strategy"/>
    </service>
    <service id="assets.context" class="Symfony\Component\Asset\Context\RequestStackContext">
      <argument type="service" id="request_stack"/>
      <argument type="service">
        <service class="string">
          <factory service="router.request_context" method="getBaseUrl"/>
        </service>
      </argument>
      <argument type="service">
        <service class="bool">
          <factory service="router.request_context" method="isSecure"/>
        </service>
      </argument>
    </service>
    <service id="assets.path_package" class="Symfony\Component\Asset\PathPackage" abstract="true">
      <argument type="abstract">base path</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.url_package" class="Symfony\Component\Asset\UrlPackage" abstract="true">
      <argument type="abstract">base URLs</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.static_version_strategy" class="Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy" abstract="true">
      <argument type="abstract">version</argument>
      <argument type="abstract">format</argument>
    </service>
    <service id="assets.empty_version_strategy" class="Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy"/>
    <service id="assets.json_manifest_version_strategy" class="Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy" abstract="true">
      <argument type="abstract">manifest path</argument>
      <argument type="service" id=".debug.http_client" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="assets._default_package" class="Symfony\Component\Asset\PathPackage">
      <argument></argument>
      <argument type="service" id="assets.empty_version_strategy"/>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="http_client.transport" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <tag name="monolog.logger" channel="http_client"/>
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <argument type="collection"/>
      <argument>6</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.http_client" on-invalid="ignore"/>
      </call>
      <factory class="Symfony\Component\HttpClient\HttpClient" method="create"/>
    </service>
    <service id="psr18.http_client" class="Symfony\Component\HttpClient\Psr18Client">
      <argument type="service" id=".debug.http_client"/>
      <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">
      <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=".debug.http_client"/>
    </service>
    <service id="mailer.mailer" class="Symfony\Component\Mailer\Mailer">
      <argument type="service" id="mailer.transports"/>
      <argument type="service" id="debug.traced.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.default_transport" class="Symfony\Component\Mailer\Transport\TransportInterface">
      <argument>%env(MAILER_DSN)%</argument>
      <factory service="mailer.transport_factory" method="fromString"/>
    </service>
    <service id="mailer.messenger.message_handler" class="Symfony\Component\Mailer\Messenger\MessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="mailer.transports"/>
    </service>
    <service id="mailer.envelope_listener" class="Symfony\Component\Mailer\EventListener\EnvelopeListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="mailer.message_logger_listener" class="Symfony\Component\Mailer\EventListener\MessageLoggerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="mailer.messenger_transport_listener" class="Symfony\Component\Mailer\EventListener\MessengerTransportListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="console.command.mailer_test" class="Symfony\Component\Mailer\Command\MailerTestCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.transports"/>
      <call method="setName">
        <argument>mailer:test</argument>
      </call>
      <call method="setDescription">
        <argument>Test Mailer transports by sending an email</argument>
      </call>
    </service>
    <service id="mailer.transport_factory.abstract" class="Symfony\Component\Mailer\Transport\AbstractTransportFactory" abstract="true">
      <tag name="monolog.logger" channel="mailer"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id=".debug.http_client" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.sendgrid" class="Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id=".debug.http_client" 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=".debug.http_client" 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=".debug.http_client" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.smtp" class="Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory">
      <tag name="mailer.transport_factory" priority="-100"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id=".debug.http_client" 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=".debug.http_client" 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.O24_MAy"/>
      <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">/home/staging/public_html/var/cache/dev/translations</argument>
        <argument key="debug">true</argument>
        <argument key="resource_files" type="collection">
          <argument key="af" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.af.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.af.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.af.xlf</argument>
          </argument>
          <argument key="ar" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.ar.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.ar.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.ar.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.ar.yaml</argument>
          </argument>
          <argument key="az" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.az.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.az.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.az.xlf</argument>
          </argument>
          <argument key="be" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.be.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.be.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.be.xlf</argument>
          </argument>
          <argument key="bg" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.bg.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.bg.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.bg.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.bg.yaml</argument>
          </argument>
          <argument key="bs" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.bs.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.bs.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.bs.xlf</argument>
          </argument>
          <argument key="ca" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.ca.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.ca.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.ca.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.ca.yaml</argument>
          </argument>
          <argument key="cs" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.cs.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.cs.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.cs.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.cs.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.cs.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.cs.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml</argument>
          </argument>
          <argument key="cy" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.cy.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.cy.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.cy.xlf</argument>
          </argument>
          <argument key="da" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.da.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.da.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.da.xlf</argument>
          </argument>
          <argument key="de" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.de.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.de.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.de.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.de.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.de.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.de.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml</argument>
          </argument>
          <argument key="el" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.el.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.el.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.el.xlf</argument>
          </argument>
          <argument key="en" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.en.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.en.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.en.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.en.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.en.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.en.yml</argument>
            <argument>/home/staging/public_html/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml</argument>
            <argument>/home/staging/public_html/src/AppBundle/Resources/translations/validators.en.yml</argument>
          </argument>
          <argument key="es" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.es.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.es.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.es.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.es.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.es.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.es.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml</argument>
          </argument>
          <argument key="et" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.et.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.et.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.et.xlf</argument>
          </argument>
          <argument key="eu" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.eu.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.eu.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.eu.xlf</argument>
          </argument>
          <argument key="fa" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.fa.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.fa.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.fa.xlf</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fa.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.fa.yml</argument>
          </argument>
          <argument key="fi" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.fi.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.fi.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.fi.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.fi.yaml</argument>
          </argument>
          <argument key="fr" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.fr.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.fr.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.fr.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.fr.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fr.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.fr.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml</argument>
          </argument>
          <argument key="gl" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.gl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.gl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.gl.xlf</argument>
          </argument>
          <argument key="he" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.he.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.he.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.he.xlf</argument>
          </argument>
          <argument key="hr" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.hr.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.hr.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.hr.xlf</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml</argument>
          </argument>
          <argument key="hu" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.hu.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.hu.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.hu.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.hu.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.hu.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.hu.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml</argument>
          </argument>
          <argument key="hy" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.hy.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.hy.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.hy.xlf</argument>
          </argument>
          <argument key="id" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.id.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.id.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.id.xlf</argument>
          </argument>
          <argument key="it" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.it.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.it.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.it.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.it.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.it.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.it.yml</argument>
          </argument>
          <argument key="ja" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.ja.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.ja.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.ja.xlf</argument>
          </argument>
          <argument key="lb" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.lb.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.lb.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.lb.xlf</argument>
          </argument>
          <argument key="lt" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.lt.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.lt.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.lt.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.lt.yaml</argument>
          </argument>
          <argument key="lv" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.lv.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.lv.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.lv.xlf</argument>
          </argument>
          <argument key="mk" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.mk.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.mk.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.mk.xlf</argument>
          </argument>
          <argument key="mn" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.mn.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.mn.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.mn.xlf</argument>
          </argument>
          <argument key="my" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.my.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.my.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.my.xlf</argument>
          </argument>
          <argument key="nb" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.nb.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.nb.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.nb.xlf</argument>
          </argument>
          <argument key="nl" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.nl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.nl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.nl.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.nl.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.nl.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.nl.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml</argument>
          </argument>
          <argument key="nn" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.nn.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.nn.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.nn.xlf</argument>
          </argument>
          <argument key="no" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.no.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.no.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.no.xlf</argument>
          </argument>
          <argument key="pl" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.pl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.pl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.pl.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.pl.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pl.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.pl.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml</argument>
          </argument>
          <argument key="pt" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.pt.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.pt.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.pt.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.pt.yaml</argument>
          </argument>
          <argument key="pt_BR" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pt_BR.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.pt_BR.yml</argument>
          </argument>
          <argument key="ro" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.ro.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.ro.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.ro.xlf</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml</argument>
          </argument>
          <argument key="ru" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.ru.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.ru.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.ru.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.ru.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.ru.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.ru.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml</argument>
          </argument>
          <argument key="sk" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.sk.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.sk.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.sk.xlf</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.sk.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.sk.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml</argument>
          </argument>
          <argument key="sl" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.sl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.sl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.sl.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.sl.yaml</argument>
          </argument>
          <argument key="sq" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.sq.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.sq.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.sq.xlf</argument>
          </argument>
          <argument key="sr_Cyrl" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf</argument>
          </argument>
          <argument key="sr_Latn" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf</argument>
          </argument>
          <argument key="sv" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.sv.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.sv.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.sv.xlf</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml</argument>
          </argument>
          <argument key="th" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.th.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.th.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.th.xlf</argument>
          </argument>
          <argument key="tl" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.tl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.tl.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.tl.xlf</argument>
          </argument>
          <argument key="tr" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.tr.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.tr.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.tr.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.tr.yaml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.tr.yml</argument>
          </argument>
          <argument key="uk" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.uk.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.uk.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.uk.xlf</argument>
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.uk.yaml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.uk.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.uk.yml</argument>
            <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml</argument>
          </argument>
          <argument key="ur" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.ur.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.ur.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.ur.xlf</argument>
          </argument>
          <argument key="uz" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.uz.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.uz.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.uz.xlf</argument>
          </argument>
          <argument key="vi" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.vi.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.vi.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.vi.xlf</argument>
          </argument>
          <argument key="zh_CN" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_CN.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.zh_CN.yml</argument>
          </argument>
          <argument key="zh_TW" type="collection">
            <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_TW.yml</argument>
            <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations/validators.zh_TW.yml</argument>
          </argument>
          <argument key="vn" type="collection">
            <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations/messages.vn.yaml</argument>
          </argument>
        </argument>
        <argument key="scanned_directories" type="collection">
          <argument>/home/staging/public_html/vendor/symfony/validator/Resources/translations</argument>
          <argument>/home/staging/public_html/vendor/symfony/form/Resources/translations</argument>
          <argument>/home/staging/public_html/vendor/symfony/security-core/Resources/translations</argument>
          <argument>/home/staging/public_html/vendor/vich/uploader-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/translations</argument>
          <argument>/home/staging/public_html/vendor/oneup/uploader-bundle/src/Resources/translations</argument>
          <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/translations</argument>
          <argument>/home/staging/public_html/src/AppBundle/Resources/translations</argument>
          <argument>/home/staging/public_html/translations</argument>
          <argument>/home/staging/public_html/vendor/symfony/framework-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/symfony/security-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/symfony/twig-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/symfony/monolog-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/doctrine/doctrine-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/doctrine/doctrine-migrations-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/jms/serializer-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/knplabs/knp-menu-bundle/src/translations</argument>
          <argument>/home/staging/public_html/vendor/lexik/jwt-authentication-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/exercise/htmlpurifier-bundle/src/translations</argument>
          <argument>/home/staging/public_html/vendor/stof/doctrine-extensions-bundle/src/translations</argument>
          <argument>/home/staging/public_html/vendor/friendsofsymfony/jsrouting-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/knplabs/knp-snappy-bundle/src/translations</argument>
          <argument>/home/staging/public_html/vendor/liip/imagine-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/symfony/debug-bundle/translations</argument>
          <argument>/home/staging/public_html/vendor/symfony/web-profiler-bundle/translations</argument>
        </argument>
        <argument key="cache_vary" type="collection">
          <argument key="scanned_directories" type="collection">
            <argument>vendor/symfony/validator/Resources/translations</argument>
            <argument>vendor/symfony/form/Resources/translations</argument>
            <argument>vendor/symfony/security-core/Resources/translations</argument>
            <argument>vendor/vich/uploader-bundle/translations</argument>
            <argument>vendor/craue/formflow-bundle/Resources/translations</argument>
            <argument>vendor/oneup/uploader-bundle/src/Resources/translations</argument>
            <argument>vendor/scheb/2fa-bundle/Resources/translations</argument>
            <argument>src/AppBundle/Resources/translations</argument>
            <argument>translations</argument>
            <argument>vendor/symfony/framework-bundle/translations</argument>
            <argument>vendor/symfony/security-bundle/translations</argument>
            <argument>vendor/symfony/twig-bundle/translations</argument>
            <argument>vendor/symfony/monolog-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-migrations-bundle/translations</argument>
            <argument>vendor/jms/serializer-bundle/translations</argument>
            <argument>vendor/knplabs/knp-menu-bundle/src/translations</argument>
            <argument>vendor/lexik/jwt-authentication-bundle/translations</argument>
            <argument>vendor/exercise/htmlpurifier-bundle/src/translations</argument>
            <argument>vendor/stof/doctrine-extensions-bundle/src/translations</argument>
            <argument>vendor/friendsofsymfony/jsrouting-bundle/translations</argument>
            <argument>vendor/knplabs/knp-snappy-bundle/src/translations</argument>
            <argument>vendor/liip/imagine-bundle/translations</argument>
            <argument>vendor/symfony/debug-bundle/translations</argument>
            <argument>vendor/symfony/web-profiler-bundle/translations</argument>
          </argument>
        </argument>
      </argument>
      <argument type="collection"/>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
      <call method="setFallbackLocales">
        <argument type="collection">
          <argument>en</argument>
        </argument>
      </call>
    </service>
    <service id="translator.logging" class="Symfony\Component\Translation\LoggingTranslator">
      <tag name="monolog.logger" channel="translation"/>
      <argument type="service" id="translator.logging.inner"/>
      <argument type="service" id="monolog.logger.translation"/>
    </service>
    <service id="translator.formatter.default" class="Symfony\Component\Translation\Formatter\MessageFormatter">
      <argument type="service" id="identity_translator"/>
    </service>
    <service id="translation.loader.php" class="Symfony\Component\Translation\Loader\PhpFileLoader">
      <tag name="translation.loader" alias="php"/>
    </service>
    <service id="translation.loader.yml" class="Symfony\Component\Translation\Loader\YamlFileLoader">
      <tag name="translation.loader" alias="yaml" legacy-alias="yml"/>
    </service>
    <service id="translation.loader.xliff" class="Symfony\Component\Translation\Loader\XliffFileLoader">
      <tag name="translation.loader" alias="xlf" legacy-alias="xliff"/>
    </service>
    <service id="translation.loader.po" class="Symfony\Component\Translation\Loader\PoFileLoader">
      <tag name="translation.loader" alias="po"/>
    </service>
    <service id="translation.loader.mo" class="Symfony\Component\Translation\Loader\MoFileLoader">
      <tag name="translation.loader" alias="mo"/>
    </service>
    <service id="translation.loader.qt" class="Symfony\Component\Translation\Loader\QtFileLoader">
      <tag name="translation.loader" alias="ts"/>
    </service>
    <service id="translation.loader.csv" class="Symfony\Component\Translation\Loader\CsvFileLoader">
      <tag name="translation.loader" alias="csv"/>
    </service>
    <service id="translation.loader.res" class="Symfony\Component\Translation\Loader\IcuResFileLoader">
      <tag name="translation.loader" alias="res"/>
    </service>
    <service id="translation.loader.dat" class="Symfony\Component\Translation\Loader\IcuDatFileLoader">
      <tag name="translation.loader" alias="dat"/>
    </service>
    <service id="translation.loader.ini" class="Symfony\Component\Translation\Loader\IniFileLoader">
      <tag name="translation.loader" alias="ini"/>
    </service>
    <service id="translation.loader.json" class="Symfony\Component\Translation\Loader\JsonFileLoader">
      <tag name="translation.loader" alias="json"/>
    </service>
    <service id="translation.dumper.php" class="Symfony\Component\Translation\Dumper\PhpFileDumper">
      <tag name="translation.dumper" alias="php"/>
    </service>
    <service id="translation.dumper.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xlf"/>
    </service>
    <service id="translation.dumper.xliff.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xliff"/>
      <argument>xliff</argument>
    </service>
    <service id="translation.dumper.po" class="Symfony\Component\Translation\Dumper\PoFileDumper">
      <tag name="translation.dumper" alias="po"/>
    </service>
    <service id="translation.dumper.mo" class="Symfony\Component\Translation\Dumper\MoFileDumper">
      <tag name="translation.dumper" alias="mo"/>
    </service>
    <service id="translation.dumper.yml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yml"/>
    </service>
    <service id="translation.dumper.yaml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yaml"/>
      <argument>yaml</argument>
    </service>
    <service id="translation.dumper.qt" class="Symfony\Component\Translation\Dumper\QtFileDumper">
      <tag name="translation.dumper" alias="ts"/>
    </service>
    <service id="translation.dumper.csv" class="Symfony\Component\Translation\Dumper\CsvFileDumper">
      <tag name="translation.dumper" alias="csv"/>
    </service>
    <service id="translation.dumper.ini" class="Symfony\Component\Translation\Dumper\IniFileDumper">
      <tag name="translation.dumper" alias="ini"/>
    </service>
    <service id="translation.dumper.json" class="Symfony\Component\Translation\Dumper\JsonFileDumper">
      <tag name="translation.dumper" alias="json"/>
    </service>
    <service id="translation.dumper.res" class="Symfony\Component\Translation\Dumper\IcuResFileDumper">
      <tag name="translation.dumper" alias="res"/>
    </service>
    <service id="translation.extractor.php_ast" class="Symfony\Component\Translation\Extractor\PhpAstExtractor">
      <tag name="translation.extractor" alias="php"/>
      <argument type="tagged_iterator" tag="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.trans_method" class="Symfony\Component\Translation\Extractor\Visitor\TransMethodVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.translatable_message" class="Symfony\Component\Translation\Extractor\Visitor\TranslatableMessageVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.constraint" class="Symfony\Component\Translation\Extractor\Visitor\ConstraintVisitor">
      <tag name="translation.extractor.visitor"/>
      <argument type="collection">
        <argument>All</argument>
        <argument>AtLeastOneOf</argument>
        <argument>Bic</argument>
        <argument>Blank</argument>
        <argument>Callback</argument>
        <argument>CardScheme</argument>
        <argument>Choice</argument>
        <argument>Cidr</argument>
        <argument>Collection</argument>
        <argument>Compound</argument>
        <argument>Count</argument>
        <argument>Country</argument>
        <argument>CssColor</argument>
        <argument>Currency</argument>
        <argument>DateTime</argument>
        <argument>Date</argument>
        <argument>DivisibleBy</argument>
        <argument>Email</argument>
        <argument>EqualTo</argument>
        <argument>ExpressionSyntax</argument>
        <argument>Expression</argument>
        <argument>File</argument>
        <argument>GreaterThanOrEqual</argument>
        <argument>GreaterThan</argument>
        <argument>Hostname</argument>
        <argument>Iban</argument>
        <argument>IdenticalTo</argument>
        <argument>Image</argument>
        <argument>Ip</argument>
        <argument>IsFalse</argument>
        <argument>IsNull</argument>
        <argument>IsTrue</argument>
        <argument>Isbn</argument>
        <argument>Isin</argument>
        <argument>Issn</argument>
        <argument>Json</argument>
        <argument>Language</argument>
        <argument>Length</argument>
        <argument>LessThanOrEqual</argument>
        <argument>LessThan</argument>
        <argument>Locale</argument>
        <argument>Luhn</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>NotBlank</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>NotEqualTo</argument>
        <argument>NotIdenticalTo</argument>
        <argument>NotNull</argument>
        <argument>PasswordStrength</argument>
        <argument>Range</argument>
        <argument>Regex</argument>
        <argument>Sequentially</argument>
        <argument>Time</argument>
        <argument>Timezone</argument>
        <argument>Type</argument>
        <argument>Ulid</argument>
        <argument>Unique</argument>
        <argument>Url</argument>
        <argument>Uuid</argument>
        <argument>Valid</argument>
        <argument>When</argument>
        <argument>Expression</argument>
        <argument>Email</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>When</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>UserPassword</argument>
        <argument>UniqueEntity</argument>
      </argument>
    </service>
    <service id="translation.reader" class="Symfony\Component\Translation\Reader\TranslationReader">
      <call method="addLoader">
        <argument>php</argument>
        <argument type="service" id="translation.loader.php"/>
      </call>
      <call method="addLoader">
        <argument>yaml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>yml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>xlf</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>xliff</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>po</argument>
        <argument type="service" id="translation.loader.po"/>
      </call>
      <call method="addLoader">
        <argument>mo</argument>
        <argument type="service" id="translation.loader.mo"/>
      </call>
      <call method="addLoader">
        <argument>ts</argument>
        <argument type="service" id="translation.loader.qt"/>
      </call>
      <call method="addLoader">
        <argument>csv</argument>
        <argument type="service" id="translation.loader.csv"/>
      </call>
      <call method="addLoader">
        <argument>res</argument>
        <argument type="service" id="translation.loader.res"/>
      </call>
      <call method="addLoader">
        <argument>dat</argument>
        <argument type="service" id="translation.loader.dat"/>
      </call>
      <call method="addLoader">
        <argument>ini</argument>
        <argument type="service" id="translation.loader.ini"/>
      </call>
      <call method="addLoader">
        <argument>json</argument>
        <argument type="service" id="translation.loader.json"/>
      </call>
    </service>
    <service id="translation.extractor" class="Symfony\Component\Translation\Extractor\ChainExtractor">
      <call method="addExtractor">
        <argument>php</argument>
        <argument type="service" id="translation.extractor.php_ast"/>
      </call>
      <call method="addExtractor">
        <argument>twig</argument>
        <argument type="service" id="twig.translation.extractor"/>
      </call>
    </service>
    <service id="translation.writer" class="Symfony\Component\Translation\Writer\TranslationWriter">
      <call method="addDumper">
        <argument>php</argument>
        <argument type="service" id="translation.dumper.php"/>
      </call>
      <call method="addDumper">
        <argument>xlf</argument>
        <argument type="service" id="translation.dumper.xliff"/>
      </call>
      <call method="addDumper">
        <argument>xliff</argument>
        <argument type="service" id="translation.dumper.xliff.xliff"/>
      </call>
      <call method="addDumper">
        <argument>po</argument>
        <argument type="service" id="translation.dumper.po"/>
      </call>
      <call method="addDumper">
        <argument>mo</argument>
        <argument type="service" id="translation.dumper.mo"/>
      </call>
      <call method="addDumper">
        <argument>yml</argument>
        <argument type="service" id="translation.dumper.yml"/>
      </call>
      <call method="addDumper">
        <argument>yaml</argument>
        <argument type="service" id="translation.dumper.yaml"/>
      </call>
      <call method="addDumper">
        <argument>ts</argument>
        <argument type="service" id="translation.dumper.qt"/>
      </call>
      <call method="addDumper">
        <argument>csv</argument>
        <argument type="service" id="translation.dumper.csv"/>
      </call>
      <call method="addDumper">
        <argument>ini</argument>
        <argument type="service" id="translation.dumper.ini"/>
      </call>
      <call method="addDumper">
        <argument>json</argument>
        <argument type="service" id="translation.dumper.json"/>
      </call>
      <call method="addDumper">
        <argument>res</argument>
        <argument type="service" id="translation.dumper.res"/>
      </call>
    </service>
    <service id="translation.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer">
      <tag name="container.service_subscriber" id="translator"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.fuYM_Z..translation.warmer"/>
    </service>
    <service id="translation.locale_switcher" class="Symfony\Component\Translation\LocaleSwitcher">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.locale_aware"/>
      <argument>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>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
      <argument>/home/staging/public_html</argument>
      <argument type="service_closure" id="debug.file_link_formatter.url_format"/>
    </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=".virtual_request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="app.listener.maintenance"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>oneup_uploader.post_persist</argument>
        <argument type="collection">
          <argument type="service_closure" id="app.rpl_evidence_listener"/>
          <argument>onUpload</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>oneup_uploader.post_persist</argument>
        <argument type="collection">
          <argument type="service_closure" id="app.credit_evidence_listener"/>
          <argument>onUpload</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.router"/>
          <argument>onKernelController</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>%craue.form.flow.event_listener.previous_step_invalid.event%</argument>
        <argument type="collection">
          <argument type="service_closure" id="craue.form.flow.event_listener.previous_step_invalid"/>
          <argument>onPreviousStepInvalid</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>%craue.form.flow.event_listener.flow_expired.event%</argument>
        <argument type="collection">
          <argument type="service_closure" id="craue.form.flow.event_listener.flow_expired"/>
          <argument>onFlowExpired</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>oneup_uploader.validation</argument>
        <argument type="collection">
          <argument type="service_closure" id="Oneup\UploaderBundle\EventListener\MaxSizeValidationListener"/>
          <argument>onValidate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>oneup_uploader.validation</argument>
        <argument type="collection">
          <argument type="service_closure" id="Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener"/>
          <argument>onValidate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>oneup_uploader.validation</argument>
        <argument type="collection">
          <argument type="service_closure" id="Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener"/>
          <argument>onValidate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="argument_resolver.request_payload"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>setDefaultLocale</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="validate_request_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="disallow_search_engine_index_response_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>logKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>removeCspHeader</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>-15</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.suggest_missing_package_subscriber"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.envelope_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.message_logger_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.messenger_transport_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="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.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\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.dispatch_pcntl_signal_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerStartedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerStarted</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_restart_signal_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerMessageFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onMessageFailed</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Messenger\Event\WorkerRunningEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="messenger.listener.stop_worker_on_stop_exception_listener"/>
          <argument>onWorkerRunning</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Notifier\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="notifier.notification_logger_listener"/>
          <argument>onNotification</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelTerminate</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>initialize</argument>
        </argument>
        <argument>4096</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>catch</argument>
        </argument>
        <argument>-2048</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>profile</argument>
        </argument>
        <argument>-4096</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.request"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.request"/>
          <argument>onKernelResponse</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.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.kernel_exception_listener.two_factor.main"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>2</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.form_listener.two_factor.main"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.main"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775807</argument>
      </call>
      <call method="addListener">
        <argument>scheb_two_factor.authentication.require</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.main"/>
          <argument>onAccessDenied</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>scheb_two_factor.authentication.form</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.main"/>
          <argument>onTwoFactorForm</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.main"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>1</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>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="monolog.handler.console"/>
          <argument>onCommand</argument>
        </argument>
        <argument>255</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="monolog.handler.console"/>
          <argument>onTerminate</argument>
        </argument>
        <argument>-255</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.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="stof_doctrine_extensions.event_listener.logger"/>
          <argument>onKernelRequest</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="scheb_two_factor.security.listener.check_two_factor_code"/>
          <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="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</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>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="web_profiler.debug_toolbar"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.controller_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableControllerResolver">
      <tag name="monolog.logger" channel="request"/>
      <tag name="container.decorator" id="controller_resolver" inner="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver">
      <tag name="container.decorator" id="argument_resolver" inner="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver">
      <tag name="controller.argument_value_resolver" priority="-200"/>
      <argument type="service" id=".service_locator.SYdT5jb"/>
    </service>
    <service id="debug.log_processor" class="Symfony\Bridge\Monolog\Processor\DebugProcessor">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id=".virtual_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="oneup_uploader.routing.loader"/>
      </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.PLOTQgB"/>
      <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.otfny_1.router.default"/>
      <argument>/home/staging/public_html/app/config/routing_dev.yml</argument>
      <argument type="collection">
        <argument key="cache_dir">/home/staging/public_html/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>
      <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.cUcW89y.router.cache_warmer"/>
    </service>
    <service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <argument>/home/staging/public_html</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">
      <tag name="container.env_var_loader"/>
      <argument>/home/staging/public_html/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)%</argument>
      <argument type="service" id="secrets.decryption_key" on-invalid="ignore"/>
    </service>
    <service id="secrets.decryption_key" class="Symfony\Component\String\LazyString" constructor="fromCallable">
      <argument type="service" id="container.getenv"/>
      <argument>base64:default::SYMFONY_DECRYPTION_SECRET</argument>
    </service>
    <service id="secrets.local_vault" class="Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault">
      <argument>/home/staging/public_html/.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.translatable"/>
        <argument type="service" id="serializer.normalizer.datetime"/>
        <argument type="service" id="serializer.normalizer.constraint_violation_list"/>
        <argument type="service" id="serializer.normalizer.mime_message"/>
        <argument type="service" id="serializer.normalizer.datetimezone"/>
        <argument type="service" id="serializer.normalizer.dateinterval"/>
        <argument type="service" id="serializer.normalizer.form_error"/>
        <argument type="service" id="serializer.normalizer.backed_enum"/>
        <argument type="service" id="serializer.normalizer.data_uri"/>
        <argument type="service" id="serializer.normalizer.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>
    </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" priority="-915"/>
      <argument type="collection"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
    </service>
    <service id="serializer.normalizer.mime_message" class="Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
      <argument type="service" id="serializer.normalizer.property"/>
    </service>
    <service id="serializer.normalizer.datetimezone" class="Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.dateinterval" class="Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.data_uri" class="Symfony\Component\Serializer\Normalizer\DataUriNormalizer">
      <tag name="serializer.normalizer" priority="-920"/>
      <argument type="service" id="mime_types" on-invalid="null"/>
    </service>
    <service id="serializer.normalizer.datetime" class="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer">
      <tag name="serializer.normalizer" priority="-910"/>
    </service>
    <service id="serializer.normalizer.json_serializable" class="Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer">
      <tag name="serializer.normalizer" priority="-950"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.normalizer.problem" class="Symfony\Component\Serializer\Normalizer\ProblemNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
      <argument key="0">true</argument>
      <argument key="translator" type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="serializer.denormalizer.unwrapping" class="Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer">
      <tag name="serializer.normalizer" priority="1000"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="serializer.normalizer.uid" class="Symfony\Component\Serializer\Normalizer\UidNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
    </service>
    <service id="serializer.normalizer.translatable" class="Symfony\Component\Serializer\Normalizer\TranslatableNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="serializer.normalizer.form_error" class="Symfony\Component\Serializer\Normalizer\FormErrorNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.object" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
      <tag name="serializer.normalizer" priority="-1000"/>
      <argument type="service" id="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>
    </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>
    </service>
    <service id="serializer.denormalizer.array" class="Symfony\Component\Serializer\Normalizer\ArrayDenormalizer">
      <tag name="serializer.normalizer" priority="-990"/>
    </service>
    <service id="serializer.mapping.chain_loader" class="Symfony\Component\Serializer\Mapping\Loader\LoaderChain">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AttributeLoader"/>
        </argument>
      </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>/home/staging/public_html/var/cache/dev/serialization.php</argument>
    </service>
    <service id="serializer.mapping.cache.symfony" class="Psr\Cache\CacheItemPoolInterface">
      <argument>/home/staging/public_html/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"/>
    </service>
    <service id="serializer.encoder.json" class="Symfony\Component\Serializer\Encoder\JsonEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.yaml" class="Symfony\Component\Serializer\Encoder\YamlEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.csv" class="Symfony\Component\Serializer\Encoder\CsvEncoder">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.name_converter.camel_case_to_snake_case" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter"/>
    <service id="serializer.name_converter.metadata_aware" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter">
      <argument type="service" id="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" priority="-915"/>
    </service>
    <service id="property_info" class="Symfony\Component\PropertyInfo\PropertyInfoExtractor">
      <argument type="iterator">
        <argument type="service" id="property_info.serializer_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator"/>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
    </service>
    <service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor">
      <tag name="property_info.list_extractor" priority="-1000"/>
      <tag name="property_info.type_extractor" priority="-1002"/>
      <tag name="property_info.access_extractor" priority="-1000"/>
      <tag name="property_info.initializable_extractor" priority="-1000"/>
    </service>
    <service id=".cache_connection.GD_MSZC" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>redis://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".cache_connection.JKE6keX" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>memcached://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id="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_file"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.php_bridge" class="Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorageFactory">
      <argument type="service" id="session.handler.native_file"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorageFactory">
      <argument>/home/staging/public_html/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>/home/staging/public_html/var/sessions/dev</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.u6DWx23"/>
      <argument>true</argument>
      <argument>%session.storage.options%</argument>
    </service>
    <service id="session.marshaller" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\IdentityMarshaller"/>
    <service id="security.csrf.token_generator" class="Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator"/>
    <service id="security.csrf.token_storage" class="Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.csrf.token_manager" class="Symfony\Component\Security\Csrf\CsrfTokenManager">
      <argument type="service" id="security.csrf.token_generator"/>
      <argument type="service" id="security.csrf.token_storage"/>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
    </service>
    <service id="twig.runtime.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="security.csrf.token_manager"/>
    </service>
    <service id="twig.extension.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="form.resolved_type_factory" class="Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy">
      <argument type="service">
        <service class="Symfony\Component\Form\ResolvedFormTypeFactory"/>
      </argument>
      <argument type="service" id="data_collector.form"/>
    </service>
    <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.EAA45KQ"/>
      <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.data_collector"/>
          <argument type="service" id="form.type_extension.form.password_hasher"/>
          <argument type="service" id="craue.form.flow.form_extension"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\RepeatedType" type="iterator">
          <argument type="service" id="form.type_extension.repeated.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\SubmitType" type="iterator">
          <argument type="service" id="form.type_extension.submit.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\PasswordType" type="iterator">
          <argument type="service" id="form.type_extension.password.password_hasher"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\TextType" type="iterator">
          <argument type="service" id="exercise_html_purifier.form.text_type_extension"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\HiddenType" type="iterator">
          <argument type="service" id="craue.form.flow.hidden_field_extension"/>
        </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="debug.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.data_collector" 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.data_collector" 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.data_collector" 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.data_collector" 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="debug.validator"/>
      <argument>false</argument>
      <argument type="service" id="twig.form.renderer" on-invalid="ignore"/>
      <argument type="service" id="translator.data_collector" 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.data_collector"/>
      <argument>validators</argument>
    </service>
    <service id="form.type_extension.csrf" class="Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="security.csrf.token_manager"/>
      <argument>true</argument>
      <argument>_token</argument>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
      <argument>validators</argument>
      <argument type="service" id="form.server_params"/>
    </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="messenger.retry_strategy_locator"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
      </call>
      <call method="setTranslationDomain">
        <argument>validators</argument>
      </call>
      <call method="addXmlMappings">
        <argument type="collection">
          <argument>/home/staging/public_html/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>/home/staging/public_html/var/cache/dev/validation.php</argument>
    </service>
    <service id="validator.mapping.cache.adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>/home/staging/public_html/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.mAgPHiR"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AllValidator" class="Symfony\Component\Validator\Constraints\AllValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" class="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BicValidator" class="Symfony\Component\Validator\Constraints\BicValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BlankValidator" class="Symfony\Component\Validator\Constraints\BlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CallbackValidator" class="Symfony\Component\Validator\Constraints\CallbackValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CardSchemeValidator" class="Symfony\Component\Validator\Constraints\CardSchemeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ChoiceValidator" class="Symfony\Component\Validator\Constraints\ChoiceValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CidrValidator" class="Symfony\Component\Validator\Constraints\CidrValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CollectionValidator" class="Symfony\Component\Validator\Constraints\CollectionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CompoundValidator" class="Symfony\Component\Validator\Constraints\CompoundValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountValidator" class="Symfony\Component\Validator\Constraints\CountValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountryValidator" class="Symfony\Component\Validator\Constraints\CountryValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CssColorValidator" class="Symfony\Component\Validator\Constraints\CssColorValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CurrencyValidator" class="Symfony\Component\Validator\Constraints\CurrencyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateTimeValidator" class="Symfony\Component\Validator\Constraints\DateTimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateValidator" class="Symfony\Component\Validator\Constraints\DateValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DivisibleByValidator" class="Symfony\Component\Validator\Constraints\DivisibleByValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EmailValidator" class="Symfony\Component\Validator\Constraints\EmailValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EqualToValidator" class="Symfony\Component\Validator\Constraints\EqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" class="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionValidator" class="Symfony\Component\Validator\Constraints\ExpressionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\FileValidator" class="Symfony\Component\Validator\Constraints\FileValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanValidator" class="Symfony\Component\Validator\Constraints\GreaterThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\HostnameValidator" class="Symfony\Component\Validator\Constraints\HostnameValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IbanValidator" class="Symfony\Component\Validator\Constraints\IbanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IdenticalToValidator" class="Symfony\Component\Validator\Constraints\IdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ImageValidator" class="Symfony\Component\Validator\Constraints\ImageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IpValidator" class="Symfony\Component\Validator\Constraints\IpValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsFalseValidator" class="Symfony\Component\Validator\Constraints\IsFalseValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsNullValidator" class="Symfony\Component\Validator\Constraints\IsNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsTrueValidator" class="Symfony\Component\Validator\Constraints\IsTrueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsbnValidator" class="Symfony\Component\Validator\Constraints\IsbnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsinValidator" class="Symfony\Component\Validator\Constraints\IsinValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IssnValidator" class="Symfony\Component\Validator\Constraints\IssnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\JsonValidator" class="Symfony\Component\Validator\Constraints\JsonValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LanguageValidator" class="Symfony\Component\Validator\Constraints\LanguageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LengthValidator" class="Symfony\Component\Validator\Constraints\LengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanValidator" class="Symfony\Component\Validator\Constraints\LessThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LocaleValidator" class="Symfony\Component\Validator\Constraints\LocaleValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LuhnValidator" class="Symfony\Component\Validator\Constraints\LuhnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" class="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotBlankValidator" class="Symfony\Component\Validator\Constraints\NotBlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotEqualToValidator" class="Symfony\Component\Validator\Constraints\NotEqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" class="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotNullValidator" class="Symfony\Component\Validator\Constraints\NotNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" class="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RangeValidator" class="Symfony\Component\Validator\Constraints\RangeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RegexValidator" class="Symfony\Component\Validator\Constraints\RegexValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\SequentiallyValidator" class="Symfony\Component\Validator\Constraints\SequentiallyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimeValidator" class="Symfony\Component\Validator\Constraints\TimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimezoneValidator" class="Symfony\Component\Validator\Constraints\TimezoneValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TypeValidator" class="Symfony\Component\Validator\Constraints\TypeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UlidValidator" class="Symfony\Component\Validator\Constraints\UlidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UniqueValidator" class="Symfony\Component\Validator\Constraints\UniqueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UrlValidator" class="Symfony\Component\Validator\Constraints\UrlValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UuidValidator" class="Symfony\Component\Validator\Constraints\UuidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ValidValidator" class="Symfony\Component\Validator\Constraints\ValidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\WhenValidator" class="Symfony\Component\Validator\Constraints\WhenValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="validator.expression" class="Symfony\Component\Validator\Constraints\ExpressionValidator">
      <tag name="validator.constraint_validator" alias="validator.expression"/>
      <argument>null</argument>
    </service>
    <service id="cache.validator_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.validator_expression_language.recorder_inner"/>
    </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=".debug.http_client" 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="messenger.retry_strategy_locator"/>
    </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="serializer.normalizer.flatten_exception" class="Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer">
      <tag name="serializer.normalizer" priority="-880"/>
    </service>
    <service id="messenger.transport.native_php_serializer" class="Symfony\Component\Messenger\Transport\Serialization\PhpSerializer"/>
    <service id="messenger.middleware.handle_message" class="Symfony\Component\Messenger\Middleware\HandleMessageMiddleware" abstract="true">
      <tag name="monolog.logger" channel="messenger"/>
      <argument type="abstract">bus handler resolver</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.messenger" on-invalid="ignore"/>
      </call>
    </service>
    <service id="messenger.middleware.add_bus_name_stamp_middleware" class="Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware" abstract="true"/>
    <service id="messenger.middleware.dispatch_after_current_bus" class="Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware"/>
    <service id="messenger.middleware.validation" class="Symfony\Component\Messenger\Middleware\ValidationMiddleware">
      <argument type="service" id="debug.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"/>
    </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.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"/>
    </service>
    <service id="messenger.retry_strategy_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </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>
    </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="messenger.retry_strategy_locator"/>
      <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.routable_message_bus" class="Symfony\Component\Messenger\RoutableMessageBus">
      <argument type="service" id=".service_locator.5cAhUFF"/>
      <argument type="service" id="debug.traced.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="debug.traced.messenger.bus.default"/>
    </service>
    <service id="notifier" class="Symfony\Component\Notifier\Notifier">
      <argument type="service" id=".service_locator.hnz5ZNh"/>
      <argument type="service" id="notifier.channel_policy" on-invalid="ignore"/>
    </service>
    <service id="notifier.channel_policy" class="Symfony\Component\Notifier\Channel\ChannelPolicy">
      <argument type="collection"/>
    </service>
    <service id="notifier.flash_message_importance_mapper" class="Symfony\Component\Notifier\FlashMessage\DefaultFlashMessageImportanceMapper">
      <argument type="collection"/>
    </service>
    <service id="notifier.channel.browser" class="Symfony\Component\Notifier\Channel\BrowserChannel">
      <tag name="notifier.channel" channel="browser"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="notifier.flash_message_importance_mapper"/>
    </service>
    <service id="notifier.channel.chat" class="Symfony\Component\Notifier\Channel\ChatChannel">
      <tag name="notifier.channel" channel="chat"/>
      <argument>null</argument>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.channel.sms" class="Symfony\Component\Notifier\Channel\SmsChannel">
      <tag name="notifier.channel" channel="sms"/>
      <argument>null</argument>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
    </service>
    <service id="notifier.channel.email" class="Symfony\Component\Notifier\Channel\EmailChannel">
      <tag name="notifier.channel" channel="email"/>
      <argument>null</argument>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
      <argument>null</argument>
    </service>
    <service id="notifier.channel.push" class="Symfony\Component\Notifier\Channel\PushChannel">
      <tag name="notifier.channel" channel="push"/>
      <argument>null</argument>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="ignore"/>
    </service>
    <service id="notifier.monolog_handler" class="Symfony\Bridge\Monolog\Handler\NotifierHandler">
      <argument type="service" id="notifier"/>
    </service>
    <service id="notifier.failed_message_listener" class="Symfony\Component\Notifier\EventListener\SendFailedMessageToNotifierListener">
      <argument type="service" id="notifier"/>
    </service>
    <service id="chatter.transports" class="Symfony\Component\Notifier\Transport\Transports">
      <argument type="collection"/>
      <factory service="chatter.transport_factory" method="fromStrings"/>
    </service>
    <service id="chatter.transport_factory" class="Symfony\Component\Notifier\Transport">
      <argument type="tagged_iterator" tag="chatter.transport_factory"/>
    </service>
    <service id="chatter.messenger.chat_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\ChatMessage"/>
      <argument type="service" id="chatter.transports"/>
    </service>
    <service id="texter" class="Symfony\Component\Notifier\Texter">
      <argument type="service" id="texter.transports"/>
      <argument type="service" id="debug.traced.messenger.bus.default" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
    </service>
    <service id="texter.transports" class="Symfony\Component\Notifier\Transport\Transports">
      <argument type="collection">
        <argument key="vonage">%env(VONAGE_DNS)%</argument>
      </argument>
      <factory service="texter.transport_factory" method="fromStrings"/>
    </service>
    <service id="texter.transport_factory" class="Symfony\Component\Notifier\Transport">
      <argument type="tagged_iterator" tag="texter.transport_factory"/>
    </service>
    <service id="texter.messenger.sms_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\SmsMessage"/>
      <argument type="service" id="texter.transports"/>
    </service>
    <service id="texter.messenger.push_handler" class="Symfony\Component\Notifier\Messenger\MessageHandler">
      <tag name="messenger.message_handler" handles="Symfony\Component\Notifier\Message\PushMessage"/>
      <argument type="service" id="texter.transports"/>
    </service>
    <service id="notifier.notification_logger_listener" class="Symfony\Component\Notifier\EventListener\NotificationLoggerListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="notifier.transport_factory.abstract" class="Symfony\Component\Notifier\Transport\AbstractTransportFactory" abstract="true">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id=".debug.http_client" on-invalid="ignore"/>
    </service>
    <service id="notifier.transport_factory.vonage" class="Symfony\Component\Notifier\Bridge\Vonage\VonageTransportFactory">
      <tag name="texter.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id=".debug.http_client" on-invalid="ignore"/>
    </service>
    <service id="notifier.transport_factory.null" class="Symfony\Component\Notifier\Transport\NullTransportFactory">
      <tag name="chatter.transport_factory"/>
      <tag name="texter.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id=".debug.http_client" on-invalid="ignore"/>
    </service>
    <service id="profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler" public="true">
      <tag name="monolog.logger" channel="profiler"/>
      <tag name="container.private" package="symfony/framework-bundle" version="5.4"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="profiler.storage"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="null"/>
      <argument>true</argument>
      <call method="add">
        <argument type="service" id="data_collector.request"/>
      </call>
      <call method="add">
        <argument type="service" id=".data_collector.command"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.time"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.memory"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.validator"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.ajax"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.form"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.exception"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.logger"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.events"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.router"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.cache"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.translation"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.security"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.twig"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.http_client"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.doctrine"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.dump"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.messenger"/>
      </call>
      <call method="add">
        <argument type="service" id="mailer.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="notifier.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="jms_serializer.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="Vich\UploaderBundle\DataCollector\MappingCollector"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.config"/>
      </call>
    </service>
    <service id="profiler.storage" class="Symfony\Component\HttpKernel\Profiler\FileProfilerStorage">
      <argument>file:/home/staging/public_html/var/cache/dev/profiler</argument>
    </service>
    <service id="profiler_listener" class="Symfony\Component\HttpKernel\EventListener\ProfilerListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="profiler"/>
      <argument type="service" id="request_stack"/>
      <argument>null</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
    </service>
    <service id="console_profiler_listener" class="Symfony\Bundle\FrameworkBundle\EventListener\ConsoleProfilerListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="profiler"/>
      <argument type="service" id=".virtual_request_stack"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument>%env(not:default:kernel.runtime_mode.web:)%</argument>
      <argument type="service" id="router.default" on-invalid="null"/>
    </service>
    <service id=".virtual_request_stack" class="Symfony\Component\HttpKernel\Debug\VirtualRequestStack" public="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="data_collector.config" class="Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/config.html.twig" id="config" priority="-255"/>
      <call method="setKernel">
        <argument type="service" id="kernel" on-invalid="ignore"/>
      </call>
    </service>
    <service id="data_collector.request" class="Symfony\Component\HttpKernel\DataCollector\RequestDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/request.html.twig" id="request" priority="335"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.request.session_collector" class="Closure">
      <argument type="collection">
        <argument type="service" id="data_collector.request"/>
        <argument>collectSessionUsage</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="data_collector.ajax" class="Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/ajax.html.twig" id="ajax" priority="315"/>
    </service>
    <service id="data_collector.exception" class="Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/exception.html.twig" id="exception" priority="305"/>
    </service>
    <service id="data_collector.events" class="Symfony\Component\HttpKernel\DataCollector\EventDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/events.html.twig" id="events" priority="290"/>
      <argument type="tagged_iterator" tag="event_dispatcher.dispatcher" index-by="name" default-index-method="getDefaultNameName" default-priority-method="getDefaultNamePriority"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.logger" class="Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector">
      <tag name="monolog.logger" channel="profiler"/>
      <tag name="data_collector" template="@WebProfiler/Collector/logger.html.twig" id="logger" priority="300"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="ignore"/>
      <argument>/home/staging/public_html/var/cache/dev/AppKernelDevDebugContainer</argument>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.time" class="Symfony\Component\HttpKernel\DataCollector\TimeDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/time.html.twig" id="time" priority="330"/>
      <argument type="service" id="kernel" on-invalid="ignore"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
    </service>
    <service id="data_collector.memory" class="Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/memory.html.twig" id="memory" priority="325"/>
    </service>
    <service id="data_collector.router" class="Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/router.html.twig" id="router" priority="285"/>
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <tag name="container.hot_path"/>
    </service>
    <service id=".data_collector.command" class="Symfony\Component\Console\DataCollector\CommandDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/command.html.twig" id="command" priority="335"/>
    </service>
    <service id="data_collector.cache" class="Symfony\Component\Cache\DataCollector\CacheDataCollector" public="true">
      <tag name="data_collector" template="@WebProfiler/Collector/cache.html.twig" id="cache" priority="275"/>
      <call method="addInstance">
        <argument>cache.app</argument>
        <argument type="service" id="cache.app"/>
      </call>
      <call method="addInstance">
        <argument>cache.system</argument>
        <argument type="service" id="cache.system"/>
      </call>
      <call method="addInstance">
        <argument>cache.validator</argument>
        <argument type="service" id="cache.validator"/>
      </call>
      <call method="addInstance">
        <argument>cache.serializer</argument>
        <argument type="service" id="cache.serializer"/>
      </call>
      <call method="addInstance">
        <argument>cache.property_info</argument>
        <argument type="service" id="cache.property_info"/>
      </call>
      <call method="addInstance">
        <argument>cache.messenger.restart_workers_signal</argument>
        <argument type="service" id="cache.messenger.restart_workers_signal"/>
      </call>
      <call method="addInstance">
        <argument>cache.validator_expression_language</argument>
        <argument type="service" id="cache.validator_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_expression_language</argument>
        <argument type="service" id="cache.security_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument type="service" id="cache.security_is_granted_attribute_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.doctrine.orm.default.result</argument>
        <argument type="service" id="cache.doctrine.orm.default.result"/>
      </call>
      <call method="addInstance">
        <argument>cache.doctrine.orm.default.query</argument>
        <argument type="service" id="cache.doctrine.orm.default.query"/>
      </call>
    </service>
    <service id="cache_pool_clearer.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer">
      <tag name="kernel.cache_warmer" priority="64"/>
      <argument type="service" id="cache.system_clearer"/>
      <argument type="collection">
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
      </argument>
    </service>
    <service id="form.type_extension.form.data_collector" class="Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="data_collector.form"/>
    </service>
    <service id="data_collector.form.extractor" class="Symfony\Component\Form\Extension\DataCollector\FormDataExtractor"/>
    <service id="data_collector.form" class="Symfony\Component\Form\Extension\DataCollector\FormDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/form.html.twig" id="form" priority="310"/>
      <argument type="service" id="data_collector.form.extractor"/>
    </service>
    <service id="debug.validator" class="Symfony\Component\Validator\Validator\TraceableValidator">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="validator" inner="debug.validator.inner"/>
      <argument type="service" id="debug.validator.inner"/>
    </service>
    <service id="data_collector.validator" class="Symfony\Component\Validator\DataCollector\ValidatorDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/validator.html.twig" id="validator" priority="320"/>
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="translator.data_collector" class="Symfony\Component\Translation\DataCollectorTranslator">
      <argument type="service" id="translator.default"/>
    </service>
    <service id="data_collector.translation" class="Symfony\Component\Translation\DataCollector\TranslationDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/translation.html.twig" id="translation" priority="275"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="data_collector.messenger" class="Symfony\Component\Messenger\DataCollector\MessengerDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/messenger.html.twig" id="messenger" priority="100"/>
      <call method="registerBus">
        <argument>messenger.bus.default</argument>
        <argument type="service" id="debug.traced.messenger.bus.default"/>
      </call>
    </service>
    <service id="mailer.data_collector" class="Symfony\Component\Mailer\DataCollector\MessageDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/mailer.html.twig" id="mailer"/>
      <argument type="service" id="mailer.message_logger_listener"/>
    </service>
    <service id="data_collector.http_client" class="Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/http_client.html.twig" id="http_client" priority="250"/>
      <call method="registerClient">
        <argument>http_client</argument>
        <argument type="service" id=".debug.http_client"/>
      </call>
    </service>
    <service id="notifier.data_collector" class="Symfony\Component\Notifier\DataCollector\NotificationDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/notifier.html.twig" id="notifier"/>
      <argument type="service" id="notifier.notification_logger_listener"/>
    </service>
    <service id="mime_types" class="Symfony\Component\Mime\MimeTypes">
      <call method="setDefault">
        <argument type="service" id="mime_types"/>
      </call>
    </service>
    <service id="security.authorization_checker" class="Symfony\Component\Security\Core\Authorization\AuthorizationChecker">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
    </service>
    <service id="security.token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage">
      <tag name="kernel.reset" method="disableUsageTracking"/>
      <tag name="kernel.reset" method="setToken"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id=".service_locator.LcVn9Hr"/>
    </service>
    <service id="security.untracked_token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage"/>
    <service id="security.helper" class="Symfony\Bundle\SecurityBundle\Security">
      <argument type="service" id=".service_locator.BlxN3Cw"/>
      <argument type="collection">
        <argument key="site">null</argument>
        <argument key="main" type="service" id=".service_locator.5U_N_Jm"/>
      </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.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.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="scheb_two_factor.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.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.Lq2EyMt"/>
      <argument type="iterator">
        <argument key="security.firewall.map.context.site" type="service" id=".security.request_matcher.cfIQxjK"/>
        <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>/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>%security.logout_uris%</argument>
      <argument>security.logout_uris</argument>
    </service>
    <service id="security.user.provider.missing" class="Symfony\Component\Security\Core\User\MissingUserProvider" abstract="true">
      <argument type="abstract">firewall</argument>
    </service>
    <service id="security.user.provider.in_memory" class="Symfony\Component\Security\Core\User\InMemoryUserProvider" abstract="true"/>
    <service id="security.user.provider.ldap" class="Symfony\Component\Ldap\Security\LdapUserProvider" abstract="true">
      <argument type="abstract">security.ldap.ldap</argument>
      <argument type="abstract">base dn</argument>
      <argument type="abstract">search dn</argument>
      <argument type="abstract">search password</argument>
      <argument type="abstract">default_roles</argument>
      <argument type="abstract">uid key</argument>
      <argument type="abstract">filter</argument>
      <argument type="abstract">password_attribute</argument>
      <argument type="abstract">extra_fields (email etc)</argument>
    </service>
    <service id="security.user.provider.chain" class="Symfony\Component\Security\Core\User\ChainUserProvider" abstract="true"/>
    <service id="security.http_utils" class="Symfony\Component\Security\Http\HttpUtils">
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument>{^https?://%%s$}i</argument>
      <argument>{^https://%%s$}i</argument>
    </service>
    <service id="security.validator.user_password" class="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator">
      <tag name="validator.constraint_validator" alias="security.validator.user_password"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="cache.security_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_expression_language.recorder_inner"/>
    </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\TraceableAdapter" public="true">
      <tag name="cache.pool"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_is_granted_attribute_expression_language.recorder_inner"/>
    </service>
    <service id="security.password_hasher_factory" class="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory">
      <argument type="collection">
        <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 key="Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface" type="collection">
          <argument key="algorithm">auto</argument>
          <argument key="cost">15</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="memory_cost">null</argument>
          <argument key="time_cost">null</argument>
        </argument>
      </argument>
    </service>
    <service id="security.user_password_hasher" class="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher">
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="form.listener.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\EventListener\PasswordHasherListener">
      <argument type="service" id="security.user_password_hasher"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="form.type_extension.form.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="form.type_extension.password.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\PasswordType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="security.channel_listener" class="Symfony\Component\Security\Http\Firewall\ChannelListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpPort"/>
        </service>
      </argument>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpsPort"/>
        </service>
      </argument>
    </service>
    <service id="security.access_map" class="Symfony\Component\Security\Http\AccessMap">
      <call method="add">
        <argument type="service" id=".security.request_matcher.I_Wy6An"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.28NqKnb"/>
        <argument type="collection">
          <argument>ROLE_USER</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.ZTxReaf"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.UVRZg4f"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.fgz6Hbk"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.LfulGui"/>
        <argument type="collection">
          <argument>IS_AUTHENTICATED_2FA_IN_PROGRESS</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.in_memory"/>
        <argument type="service" id="security.user.provider.concrete.our_db_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="scheb_two_factor.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="scheb_two_factor.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="site" type="service_closure" id="debug.security.event_dispatcher.site"/>
        <argument key="main" type="service_closure" id="debug.security.event_dispatcher.main"/>
      </argument>
    </service>
    <service id="security.authenticator.manager" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">authenticators</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="abstract">provider key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="abstract">required badges</argument>
    </service>
    <service id="security.authenticator.managers_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="site" type="service_closure" id="security.authenticator.manager.site"/>
        <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_providers"/>
    </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.data_collector" 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=".debug.http_client" method="withOptions"/>
    </service>
    <service id="security.access_token_handler.oidc_user_info" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcUserInfoTokenHandler" abstract="true">
      <argument type="abstract">http client</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="abstract">claim</argument>
    </service>
    <service id="security.access_token_handler.oidc" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcTokenHandler" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <argument type="abstract">signature key</argument>
      <argument type="abstract">audience</argument>
      <argument type="abstract">issuers</argument>
      <argument>sub</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="clock"/>
    </service>
    <service id="security.access_token_handler.oidc.jwk" class="Jose\Component\Core\JWK" constructor="createFromJson" abstract="true">
      <argument type="abstract">signature key</argument>
    </service>
    <service id="security.access_token_handler.oidc.signature" class="Jose\Component\Core\Algorithm" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES256" class="Jose\Component\Signature\Algorithm\ES256">
      <argument>ES256</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES384" class="Jose\Component\Signature\Algorithm\ES384">
      <argument>ES384</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES512" class="Jose\Component\Signature\Algorithm\ES512">
      <argument>ES512</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="twig.extension.logout_url" class="Symfony\Bridge\Twig\Extension\LogoutUrlExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="twig.extension.security" class="Symfony\Bridge\Twig\Extension\SecurityExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.authorization_checker" on-invalid="ignore"/>
      <argument type="service" id="security.impersonate_url_generator" on-invalid="ignore"/>
    </service>
    <service id="data_collector.security" class="Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector">
      <tag name="data_collector" template="@Security/Collector/security.html.twig" id="security" priority="270"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id="security.role_hierarchy"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.security.firewall" on-invalid="null"/>
    </service>
    <service id="debug.security.access.decision_manager" class="Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager">
      <tag name="container.decorator" id="security.access.decision_manager" inner="debug.security.access.decision_manager.inner"/>
      <argument type="service" id="debug.security.access.decision_manager.inner"/>
    </service>
    <service id="debug.security.voter.vote_listener" class="Symfony\Bundle\SecurityBundle\EventListener\VoteListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
    </service>
    <service id="debug.security.firewall" class="Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="security.command.debug_firewall" class="Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand">
      <tag name="console.command" command="debug:firewall"/>
      <tag name="container.no_preload"/>
      <argument>%security.firewalls%</argument>
      <argument type="service" id=".service_locator.Lq2EyMt"/>
      <argument type="service" id=".service_locator.M4VGNDw"/>
      <argument type="collection">
        <argument key="site" type="collection"/>
        <argument key="main" type="collection">
          <argument type="service" id="AppBundle\Security\FormLoginAuthenticator"/>
          <argument type="service" id="security.authenticator.two_factor.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.in_memory" class="Symfony\Component\Security\Core\User\InMemoryUserProvider">
      <argument type="collection"/>
    </service>
    <service id="security.user.provider.concrete.our_db_provider" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider">
      <argument type="service" id="doctrine"/>
      <argument>AppBundle\Entity\User</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.user_providers" class="Symfony\Component\Security\Core\User\ChainUserProvider">
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.in_memory"/>
        <argument type="service" id="security.user.provider.concrete.our_db_provider"/>
      </argument>
    </service>
    <service id="security.firewall.map.config.site" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>site</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.cfIQxjK</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>security.user.provider.concrete.our_db_provider</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._s5sD0x" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/site/</argument>
    </service>
    <service id=".security.request_matcher.cfIQxjK" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher._s5sD0x"/>
      </argument>
    </service>
    <service id="security.listener.site.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.site" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.our_db_provider"/>
    </service>
    <service id="security.user_checker.chain.site" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.site"/>
    </service>
    <service id="security.authenticator.manager.site" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.site"/>
      <argument>site</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.site" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.site" inner="debug.security.firewall.authenticator.site.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.site.inner"/>
    </service>
    <service id="security.listener.user_checker.site" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.site"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.site" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>site</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id="security.firewall.map.context.site" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="debug.security.firewall.authenticator.site"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.site"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.site"/>
    </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.our_db_provider</argument>
      <argument>main</argument>
      <argument>AppBundle\Security\FormLoginAuthenticator</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>two_factor</argument>
        <argument>AppBundle\Security\FormLoginAuthenticator</argument>
      </argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="path">/logout</argument>
        <argument key="enable_csrf">null</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="target">/</argument>
        <argument key="invalidate_session">true</argument>
        <argument key="clear_site_data" type="collection"/>
        <argument key="delete_cookies" type="collection"/>
      </argument>
    </service>
    <service id="security.listener.main.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" dispatcher="debug.security.event_dispatcher.main" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="2048" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.our_db_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.in_memory"/>
        <argument type="service" id="security.user.provider.concrete.our_db_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="scheb_two_factor.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">/logout</argument>
      </argument>
    </service>
    <service id="security.logout.listener.default.main" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.http_utils"/>
      <argument>/</argument>
    </service>
    <service id="security.logout.listener.session.main" class="Symfony\Component\Security\Http\EventListener\SessionLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
    </service>
    <service id="security.firewall_config.two_factor.main" class="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig">
      <tag name="scheb_two_factor.firewall_config" firewall="main"/>
      <argument type="collection">
        <argument key="auth_form_path">2fa_login</argument>
        <argument key="check_path">2fa_login_check</argument>
        <argument key="post_only">true</argument>
        <argument key="always_use_default_target_path">false</argument>
        <argument key="default_target_path">/</argument>
        <argument key="success_handler">null</argument>
        <argument key="failure_handler">null</argument>
        <argument key="authentication_required_handler">null</argument>
        <argument key="auth_code_parameter_name">_auth_code</argument>
        <argument key="trusted_parameter_name">_trusted</argument>
        <argument key="remember_me_sets_trusted">false</argument>
        <argument key="multi_factor">false</argument>
        <argument key="prepare_on_login">false</argument>
        <argument key="prepare_on_access_denied">false</argument>
        <argument key="enable_csrf">false</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">two_factor</argument>
        <argument key="provider">null</argument>
      </argument>
      <argument>main</argument>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="scheb_two_factor.security.request_data_reader"/>
    </service>
    <service id="security.authentication.success_handler.two_factor.main" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.firewall_config.two_factor.main"/>
    </service>
    <service id="security.authentication.failure_handler.two_factor.main" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.firewall_config.two_factor.main"/>
    </service>
    <service id="security.authentication.authentication_required_handler.two_factor.main" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.firewall_config.two_factor.main"/>
    </service>
    <service id="security.authentication.kernel_exception_listener.two_factor.main" class="Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener">
      <tag name="kernel.event_subscriber"/>
      <argument>main</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.authentication_required_handler.two_factor.main"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="security.authentication.access_listener.two_factor.main" class="Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener">
      <argument type="service" id="security.firewall_config.two_factor.main"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.access.access_decider"/>
    </service>
    <service id="security.authentication.form_listener.two_factor.main" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.firewall_config.two_factor.main"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="security.authentication.provider_preparation_listener.two_factor.main" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.provider_preparation_recorder"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument>main</argument>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="security.authentication.token_created_listener.two_factor.main" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument>main</argument>
      <argument type="service" id="scheb_two_factor.condition_registry"/>
      <argument type="service" id="scheb_two_factor.provider_initiator"/>
      <argument type="service" id="scheb_two_factor.authentication_context_factory"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.authenticator.two_factor.main" class="Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator">
      <argument type="service" id="security.firewall_config.two_factor.main"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.success_handler.two_factor.main"/>
      <argument type="service" id="security.authentication.failure_handler.two_factor.main"/>
      <argument type="service" id="security.authentication.authentication_required_handler.two_factor.main"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </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="AppBundle\Security\FormLoginAuthenticator"/>
        <argument type="service" id="security.authenticator.two_factor.main"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument>main</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.main" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.main" inner="debug.security.firewall.authenticator.main.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.main.inner"/>
    </service>
    <service id="security.listener.user_checker.main" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.main" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>main</argument>
      <argument type="service" id="AppBundle\Security\FormLoginAuthenticator"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id=".service_locator.5U_N_Jm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="AppBundle\Security\FormLoginAuthenticator" type="service_closure" id="AppBundle\Security\FormLoginAuthenticator"/>
        <argument key="security.authenticator.two_factor.main" type="service_closure" id="security.authenticator.two_factor.main"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.main" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <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.authentication.access_listener.two_factor.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"/>
    </service>
    <service id=".service_locator.Lq2EyMt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.firewall.map.context.main" type="service_closure" id="security.firewall.map.context.main"/>
        <argument key="security.firewall.map.context.site" type="service_closure" id="security.firewall.map.context.site"/>
      </argument>
    </service>
    <service id=".security.request_matcher.xKZVXt1" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/login</argument>
    </service>
    <service id=".security.request_matcher.I_Wy6An" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.xKZVXt1"/>
      </argument>
    </service>
    <service id=".security.request_matcher.obhk0jm" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin</argument>
    </service>
    <service id=".security.request_matcher.28NqKnb" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.obhk0jm"/>
      </argument>
    </service>
    <service id=".security.request_matcher.Hq.bC1O" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin/users/new</argument>
    </service>
    <service id=".security.request_matcher.ZTxReaf" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.Hq.bC1O"/>
      </argument>
    </service>
    <service id=".security.request_matcher.do1CbZl" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin/users/update</argument>
    </service>
    <service id=".security.request_matcher.UVRZg4f" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.do1CbZl"/>
      </argument>
    </service>
    <service id=".security.request_matcher.iwEsguC" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/admin/users/remove</argument>
    </service>
    <service id=".security.request_matcher.fgz6Hbk" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.iwEsguC"/>
      </argument>
    </service>
    <service id=".security.request_matcher.Nowd4Iu" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/2fa</argument>
    </service>
    <service id=".security.request_matcher.LfulGui" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.Nowd4Iu"/>
      </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>App\Entity\User</argument>
        <argument>Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface</argument>
      </argument>
      <call method="setName">
        <argument>security:hash-password</argument>
      </call>
      <call method="setDescription">
        <argument>Hash a user password</argument>
      </call>
    </service>
    <service id="twig" class="Twig\Environment">
      <tag name="container.preload" class="Twig\Cache\FilesystemCache"/>
      <tag name="container.preload" class="Twig\Extension\CoreExtension"/>
      <tag name="container.preload" class="Twig\Extension\EscaperExtension"/>
      <tag name="container.preload" class="Twig\Extension\OptimizerExtension"/>
      <tag name="container.preload" class="Twig\Extension\StagingExtension"/>
      <tag name="container.preload" class="Twig\ExtensionSet"/>
      <tag name="container.preload" class="Twig\Template"/>
      <tag name="container.preload" class="Twig\TemplateWrapper"/>
      <argument type="service" id="twig.loader.native_filesystem"/>
      <argument type="collection">
        <argument key="cache">false</argument>
        <argument key="debug">true</argument>
        <argument key="strict_variables">true</argument>
        <argument key="charset">UTF-8</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.logout_url"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.security"/>
      </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.serializer"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.form"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.dump"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="app.twig_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="app.twig.database_globals_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="doctrine.twig.doctrine_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="jms_serializer.twig_extension.runtime_serializer"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="knp_menu.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Vich\UploaderBundle\Twig\Extension\UploaderExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="exercise_html_purifier.twig.extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.craue_formflow"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="oneup_uploader.twig.extension.uploader"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="liip_imagine.templating.filter_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.webprofiler"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.code"/>
      </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="/home/staging/public_html/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views">null</argument>
        <argument key="/home/staging/public_html/vendor/symfony/twig-bridge/Resources/views/Email">email</argument>
        <argument key="/home/staging/public_html/vendor/symfony/twig-bridge/Resources/views/Form">null</argument>
      </argument>
      <argument>/home/staging/public_html/templates</argument>
      <argument type="collection"/>
    </service>
    <service id="twig.loader.native_filesystem" class="Twig\Loader\FilesystemLoader">
      <tag name="twig.loader"/>
      <argument type="collection"/>
      <argument>/home/staging/public_html</argument>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>Security</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>!Security</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/templates/bundles/TwigBundle</argument>
        <argument>Twig</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/templates/bundles/TwigBundle</argument>
        <argument>!Twig</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/doctrine/doctrine-bundle/Resources/views</argument>
        <argument>Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/doctrine/doctrine-bundle/Resources/views</argument>
        <argument>!Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/doctrine/doctrine-migrations-bundle/Resources/views</argument>
        <argument>DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/doctrine/doctrine-migrations-bundle/Resources/views</argument>
        <argument>!DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/jms/serializer-bundle/Resources/views</argument>
        <argument>JMSSerializer</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/jms/serializer-bundle/Resources/views</argument>
        <argument>!JMSSerializer</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/knplabs/knp-menu-bundle/src/Resources/views</argument>
        <argument>KnpMenu</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/knplabs/knp-menu-bundle/src/Resources/views</argument>
        <argument>!KnpMenu</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/vich/uploader-bundle/templates</argument>
        <argument>VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/vich/uploader-bundle/templates</argument>
        <argument>!VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/views</argument>
        <argument>CraueFormFlow</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/craue/formflow-bundle/Resources/views</argument>
        <argument>!CraueFormFlow</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/liip/imagine-bundle/Resources/views</argument>
        <argument>LiipImagine</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/liip/imagine-bundle/Resources/views</argument>
        <argument>!LiipImagine</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/views</argument>
        <argument>SchebTwoFactor</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/scheb/2fa-bundle/Resources/views</argument>
        <argument>!SchebTwoFactor</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/src/AppBundle/Resources/views</argument>
        <argument>App</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/src/AppBundle/Resources/views</argument>
        <argument>!App</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/symfony/debug-bundle/Resources/views</argument>
        <argument>Debug</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/symfony/debug-bundle/Resources/views</argument>
        <argument>!Debug</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/symfony/web-profiler-bundle/Resources/views</argument>
        <argument>WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/symfony/web-profiler-bundle/Resources/views</argument>
        <argument>!WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/templates</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>email</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>!email</argument>
      </call>
      <call method="addPath">
        <argument>/home/staging/public_html/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.data_collector" 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="messenger.retry_strategy_locator"/>
    </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">
      <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.Yztq0x3"/>
    </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.data_collector" on-invalid="null"/>
    </service>
    <service id="twig.form.engine" class="Symfony\Bridge\Twig\Form\TwigRendererEngine">
      <tag name="kernel.reset" method="reset"/>
      <argument>%twig.form.resources%</argument>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.form.renderer" class="Symfony\Component\Form\FormRenderer">
      <tag name="twig.runtime"/>
      <argument type="service" id="twig.form.engine"/>
      <argument type="service" id="security.csrf.token_manager" on-invalid="null"/>
    </service>
    <service id="twig.command.debug" class="Symfony\Bridge\Twig\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument>/home/staging/public_html</argument>
      <argument>%kernel.bundles_metadata%</argument>
      <argument>/home/staging/public_html/templates</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Show a list of twig functions, filters, globals and tests</argument>
      </call>
    </service>
    <service id="twig.command.lint" class="Symfony\Bundle\TwigBundle\Command\LintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument>*.twig</argument>
      </argument>
      <call method="setName">
        <argument>lint:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a Twig template and outputs encountered errors</argument>
      </call>
    </service>
    <service id="twig.mailer.message_listener" class="Symfony\Component\Mailer\EventListener\MessageListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument type="service" id="twig.mime_body_renderer"/>
    </service>
    <service id="twig.mime_body_renderer" class="Symfony\Bridge\Twig\Mime\BodyRenderer">
      <argument key="0" type="service" id="twig"/>
      <argument key="localeSwitcher" type="service" id="translation.locale_switcher" on-invalid="ignore"/>
    </service>
    <service id="monolog.logger" class="Monolog\Logger">
      <argument>app</argument>
      <call method="useMicrosecondTimestamps">
        <argument>true</argument>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger_prototype" class="Monolog\Logger" abstract="true">
      <argument></argument>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </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>/home/staging/public_html/var/logs/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.console" class="Symfony\Bridge\Monolog\Handler\ConsoleHandler">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <argument>true</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="data_collector.doctrine" class="Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector">
      <tag name="data_collector" template="@Doctrine/Collector/db.html.twig" id="db" priority="250"/>
      <argument type="service" id="doctrine"/>
      <argument>true</argument>
      <argument type="service" id="doctrine.debug_data_holder" on-invalid="null"/>
    </service>
    <service id="doctrine.dbal.connection_factory" class="Doctrine\Bundle\DoctrineBundle\ConnectionFactory">
      <argument type="collection"/>
      <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\Bundle\DoctrineBundle\Controller\ProfilerController" class="Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController" public="true">
      <tag name="controller.service_arguments"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="profiler"/>
    </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="setMiddlewares">
        <argument type="collection">
          <argument type="service">
            <service class="Doctrine\DBAL\Logging\Middleware">
              <argument type="service" id="monolog.logger.doctrine"/>
            </service>
          </argument>
          <argument type="service">
            <service 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>
          </argument>
        </argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager">
      <argument type="service" id=".service_locator.I7AIEUa"/>
      <argument type="collection">
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.clean.rpl_application_evidence</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.clean.rpl_application_document</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.loggable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.loggable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postPersist</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.loggable</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>vich_uploader.listener.upload.course_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.course_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.course_video_placeholder_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.course_video_placeholder_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.course_area_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.course_area_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.rpl_area_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.rpl_area_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.trainer_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.trainer_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.clet_blog_file_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.clet_blog_file_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.banner_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.banner_image</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.clet_image_file</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.clet_image_file</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preRemove</argument>
          </argument>
          <argument>vich_uploader.listener.remove.rpl_application_evidence</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postFlush</argument>
          </argument>
          <argument>vich_uploader.listener.remove.rpl_application_evidence</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.rpl_application_evidence</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.rpl_application_evidence</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preRemove</argument>
          </argument>
          <argument>vich_uploader.listener.remove.rpl_application_document</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postFlush</argument>
          </argument>
          <argument>vich_uploader.listener.remove.rpl_application_document</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.rpl_application_document</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.rpl_application_document</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.sluggable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.sluggable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.sluggable</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>
    </service>
    <service id="doctrine.dbal.default_connection" class="Doctrine\DBAL\Connection" public="true">
      <argument type="collection">
        <argument key="driver">pdo_mysql</argument>
        <argument key="host">localhost</argument>
        <argument key="port">null</argument>
        <argument key="dbname">staging_cletedu_adminprod</argument>
        <argument key="user">staging_cletedu_adminpro</argument>
        <argument key="password">sl4wl*A19TWLHNQW</argument>
        <argument key="charset">utf8mb4</argument>
        <argument key="driverOptions" type="collection"/>
        <argument key="serverVersion">10.3.34-MariaDB</argument>
        <argument key="defaultTableOptions" type="collection">
          <argument key="charset">utf8mb4</argument>
          <argument key="collate">utf8mb4_unicode_ci</argument>
        </argument>
      </argument>
      <argument type="service" id="doctrine.dbal.default_connection.configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <argument type="collection"/>
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" class="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider">
      <argument type="service">
        <service class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
          <tag name="kernel.reset" method="reset"/>
          <argument type="service" id="service_container"/>
          <argument>%doctrine.connections%</argument>
          <argument>%doctrine.entity_managers%</argument>
          <argument>default</argument>
          <argument>default</argument>
        </service>
      </argument>
    </service>
    <service id="doctrine.dbal.logging_middleware" class="Doctrine\DBAL\Logging\Middleware" abstract="true">
      <tag name="monolog.logger" channel="doctrine"/>
      <tag name="doctrine.middleware" connection="default"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.debug_data_holder" class="Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder">
      <tag name="kernel.reset" method="reset"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.dbal.debug_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware" abstract="true">
      <tag name="doctrine.middleware" connection="default"/>
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
    </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=".1_ServiceLocator~Z26wckT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.proxy_cache_warmer" class="Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type_guesser.doctrine" class="Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.entity" class="Symfony\Bridge\Doctrine\Form\Type\EntityType">
      <tag name="form.type" alias="entity"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.configuration" class="Doctrine\ORM\Configuration" abstract="true"/>
    <service id="doctrine.orm.entity_manager.abstract" class="Doctrine\ORM\EntityManager" lazy="true" abstract="true"/>
    <service id="doctrine.orm.container_repository_factory" class="Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory">
      <argument type="service" id="messenger.retry_strategy_locator"/>
    </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_file"/>
    </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.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 name="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" priority="110">controller.argument_value_resolver</tag>
      <argument type="service" id="doctrine"/>
      <argument>null</argument>
    </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.mapping_convert_command" class="Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand">
      <tag name="console.command" command="doctrine:mapping:convert"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:convert</argument>
      </call>
    </service>
    <service id="doctrine.schema_create_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand">
      <tag name="console.command" command="doctrine:schema:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:create</argument>
      </call>
    </service>
    <service id="doctrine.schema_drop_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand">
      <tag name="console.command" command="doctrine:schema:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:drop</argument>
      </call>
    </service>
    <service id="doctrine.ensure_production_settings_command" class="Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand">
      <tag name="console.command" command="doctrine:ensure-production-settings"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:ensure-production-settings</argument>
      </call>
    </service>
    <service id="doctrine.clear_entity_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-entity-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-entity-region</argument>
      </call>
    </service>
    <service id="doctrine.mapping_info_command" class="Doctrine\ORM\Tools\Console\Command\InfoCommand">
      <tag name="console.command" command="doctrine:mapping:info"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:info</argument>
      </call>
    </service>
    <service id="doctrine.clear_query_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-query-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query-region</argument>
      </call>
    </service>
    <service id="doctrine.query_dql_command" class="Doctrine\ORM\Tools\Console\Command\RunDqlCommand">
      <tag name="console.command" command="doctrine:query:dql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:query:dql</argument>
      </call>
    </service>
    <service id="doctrine.schema_update_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand">
      <tag name="console.command" command="doctrine:schema:update"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:update</argument>
      </call>
    </service>
    <service id="doctrine.schema_validate_command" class="Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand">
      <tag name="console.command" command="doctrine:schema:validate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:validate</argument>
      </call>
    </service>
    <service id="doctrine.mapping_import_command" class="Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand">
      <tag name="console.command" command="doctrine:mapping:import"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <argument>%kernel.bundles%</argument>
      <call method="setName">
        <argument>doctrine:mapping:import</argument>
      </call>
    </service>
    <service id="doctrine.orm.default_configuration" class="Doctrine\ORM\Configuration">
      <tag name="doctrine.orm.configuration"/>
      <call method="setEntityNamespaces">
        <argument type="collection">
          <argument key="Gedmo">Gedmo\Loggable\Entity</argument>
          <argument key="GedmoLoggable">Gedmo\Loggable\Entity</argument>
          <argument key="GedmoTranslatable">Gedmo\Translatable\Entity</argument>
          <argument key="VichUploaderBundle">Vich\UploaderBundle\Entity</argument>
          <argument key="AppBundle">AppBundle\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>/home/staging/public_html/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"/>
      </call>
      <call method="setQuoteStrategy">
        <argument type="service" id="doctrine.orm.quote_strategy.default"/>
      </call>
      <call method="setEntityListenerResolver">
        <argument type="service" id="doctrine.orm.default_entity_listener_resolver"/>
      </call>
      <call method="setLazyGhostObjectEnabled">
        <argument>false</argument>
      </call>
      <call method="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>/home/staging/public_html/vendor/gedmo/doctrine-extensions/src/Translatable/Entity</argument>
        <argument>/home/staging/public_html/vendor/gedmo/doctrine-extensions/src/Loggable/Entity</argument>
        <argument>/home/staging/public_html/src/AppBundle/Entity</argument>
      </argument>
      <argument>false</argument>
    </service>
    <service id="doctrine.orm.default_xml_metadata_driver" class="Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver">
      <argument type="collection">
        <argument key="/home/staging/public_html/vendor/vich/uploader-bundle/config/doctrine">Vich\UploaderBundle\Entity</argument>
      </argument>
      <argument>.orm.xml</argument>
      <argument>false</argument>
      <call method="setGlobalBasename">
        <argument>mapping</argument>
      </call>
    </service>
    <service id="cache.doctrine.orm.default.metadata" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.default.result" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <argument type="service" id="cache.doctrine.orm.default.result.recorder_inner"/>
    </service>
    <service id="cache.doctrine.orm.default.query" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <argument type="service" id="cache.doctrine.orm.default.query.recorder_inner"/>
    </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>App\Migrations</argument>
        <argument>/home/staging/public_html/src/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.storage.table_storage" class="Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration">
      <call method="setTableName">
        <argument>migration_versions</argument>
      </call>
      <call method="setVersionColumnName">
        <argument>version</argument>
      </call>
      <call method="setVersionColumnLength">
        <argument>1024</argument>
      </call>
      <call method="setExecutedAtColumnName">
        <argument>executed_at</argument>
      </call>
      <call method="setExecutionTimeColumnName">
        <argument>execution_time</argument>
      </call>
    </service>
    <service id="jms_serializer.event_dispatcher" class="JMS\SerializerBundle\Debug\TraceableEventDispatcher">
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.event_dispatcher.service_locator"/>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.stopwatch_subscriber</argument>
          <argument>onPreSerialize</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.traceable_runs_listener</argument>
          <argument>saveRunInfo</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.doctrine_proxy_subscriber</argument>
          <argument>onPreSerializeTypedProxy</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>Doctrine\Persistence\Proxy</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.doctrine_proxy_subscriber</argument>
          <argument>onPreSerializeTypedProxy</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>Doctrine\Common\Persistence\Proxy</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.doctrine_proxy_subscriber</argument>
          <argument>onPreSerialize</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>Doctrine\ORM\PersistentCollection</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.doctrine_proxy_subscriber</argument>
          <argument>onPreSerialize</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>Doctrine\ODM\MongoDB\PersistentCollection</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.doctrine_proxy_subscriber</argument>
          <argument>onPreSerialize</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>Doctrine\ODM\PHPCR\PersistentCollection</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.doctrine_proxy_subscriber</argument>
          <argument>onPreSerialize</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>Doctrine\Persistence\Proxy</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.doctrine_proxy_subscriber</argument>
          <argument>onPreSerialize</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>Doctrine\Common\Persistence\Proxy</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.doctrine_proxy_subscriber</argument>
          <argument>onPreSerialize</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>ProxyManager\Proxy\LazyLoadingInterface</argument>
      </call>
      <call method="addListener">
        <argument>serializer.pre_deserialize</argument>
        <argument type="collection">
          <argument>jms_serializer.traceable_runs_listener</argument>
          <argument>saveRunInfo</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
      <call method="addListener">
        <argument>serializer.post_serialize</argument>
        <argument type="collection">
          <argument>jms_serializer.stopwatch_subscriber</argument>
          <argument>onPostSerialize</argument>
        </argument>
        <argument>null</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="jms_serializer.event_dispatcher.service_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument type="collection">
        <argument key="jms_serializer.stopwatch_subscriber" type="service_closure" id="jms_serializer.stopwatch_subscriber"/>
        <argument key="jms_serializer.traceable_runs_listener" type="service_closure" id="jms_serializer.traceable_runs_listener"/>
        <argument key="jms_serializer.doctrine_proxy_subscriber" type="service_closure" id="jms_serializer.doctrine_proxy_subscriber"/>
      </argument>
    </service>
    <service id="jms_serializer.doctrine_proxy_subscriber" class="JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber">
      <tag name="jms_serializer.event_subscriber"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument>true</argument>
      <argument>false</argument>
    </service>
    <service id="jms_serializer.stopwatch_subscriber" class="JMS\SerializerBundle\Serializer\StopwatchEventSubscriber">
      <tag name="jms_serializer.event_subscriber"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="debug.stopwatch"/>
      <argument>jms_serializer.default</argument>
    </service>
    <service id="jms_serializer.handler_registry.service_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument type="collection">
        <argument key="jms_serializer.array_collection_handler" type="service_closure" id="jms_serializer.array_collection_handler"/>
        <argument key="jms_serializer.constraint_violation_handler" type="service_closure" id="jms_serializer.constraint_violation_handler"/>
        <argument key="jms_serializer.datetime_handler" type="service_closure" id="jms_serializer.datetime_handler"/>
        <argument key="jms_serializer.form_error_handler" type="service_closure" id="jms_serializer.form_error_handler"/>
        <argument key="jms_serializer.iterator_handler" type="service_closure" id="jms_serializer.iterator_handler"/>
      </argument>
    </service>
    <service id="jms_serializer.array_collection_handler" class="JMS\Serializer\Handler\ArrayCollectionHandler">
      <tag name="jms_serializer.subscribing_handler"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument>false</argument>
    </service>
    <service id="jms_serializer.constraint_violation_handler" class="JMS\Serializer\Handler\ConstraintViolationHandler">
      <tag name="jms_serializer.subscribing_handler"/>
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.datetime_handler" class="JMS\Serializer\Handler\DateHandler">
      <tag name="jms_serializer.subscribing_handler"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument>Y-m-d\TH:i:sP</argument>
      <argument>Australia/Brisbane</argument>
      <argument>true</argument>
    </service>
    <service id="jms_serializer.form_error_handler" class="JMS\Serializer\Handler\FormErrorHandler">
      <tag name="jms_serializer.subscribing_handler"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
      <argument>validators</argument>
    </service>
    <service id="jms_serializer.iterator_handler" class="JMS\Serializer\Handler\IteratorHandler">
      <tag name="jms_serializer.subscribing_handler"/>
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.type_parser" class="JMS\Serializer\Type\Parser">
      <tag name="jms_serializer.instance_global"/>
    </service>
    <service id="jms_serializer.metadata.yaml_driver" class="JMS\Serializer\Metadata\Driver\YamlDriver">
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.metadata.traceable_file_locator"/>
      <argument type="service" id="jms_serializer.serialized_name_annotation_strategy"/>
      <argument type="service" id="jms_serializer.type_parser" on-invalid="null"/>
      <argument>null</argument>
    </service>
    <service id="jms_serializer.metadata.xml_driver" class="JMS\Serializer\Metadata\Driver\XmlDriver">
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.metadata.traceable_file_locator"/>
      <argument type="service" id="jms_serializer.serialized_name_annotation_strategy"/>
      <argument type="service" id="jms_serializer.type_parser" on-invalid="null"/>
      <argument>null</argument>
    </service>
    <service id="jms_serializer.metadata.annotation_or_attribute_driver" class="JMS\Serializer\Metadata\Driver\AnnotationOrAttributeDriver">
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.serialized_name_annotation_strategy"/>
      <argument type="service" id="jms_serializer.type_parser" on-invalid="null"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="jms_serializer.metadata.null_driver" class="JMS\Serializer\Metadata\Driver\NullDriver">
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.serialized_name_annotation_strategy"/>
    </service>
    <service id="jms_serializer.metadata.doctrine_type_driver" class="JMS\Serializer\Metadata\Driver\DoctrineTypeDriver">
      <argument type="service" id="jms_serializer.metadata.doctrine_type_driver.inner"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="jms_serializer.type_parser"/>
    </service>
    <service id="jms_serializer.metadata.typed_properties_driver" class="JMS\Serializer\Metadata\Driver\TypedPropertiesDriver">
      <tag name="default">jms_serializer.instance</tag>
      <tag name="container.decorator" id="jms_serializer.metadata_driver" inner="jms_serializer.metadata.doctrine_type_driver.inner"/>
      <argument type="service" id="jms_serializer.metadata.doctrine_type_driver"/>
      <argument type="service" id="jms_serializer.type_parser" on-invalid="null"/>
    </service>
    <service id="jms_serializer.metadata.service_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument type="collection">
        <argument key="metadata_driver" type="service_closure" id="jms_serializer.metadata.typed_properties_driver"/>
      </argument>
    </service>
    <service id="jms_serializer.metadata.lazy_loading_driver" class="Metadata\Driver\LazyLoadingDriver">
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.metadata.service_locator"/>
      <argument>metadata_driver</argument>
    </service>
    <service id="jms_serializer.metadata.cache.file_cache" class="Metadata\Cache\FileCache">
      <tag name="default">jms_serializer.instance</tag>
      <argument>/home/staging/public_html/var/cache/dev/jms_serializer_default</argument>
    </service>
    <service id="jms_serializer.version_exclusion_strategy" class="JMS\Serializer\Exclusion\VersionExclusionStrategy" abstract="true">
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.camel_case_naming_strategy" class="JMS\Serializer\Naming\CamelCaseNamingStrategy">
      <tag name="default">jms_serializer.instance</tag>
      <argument>_</argument>
      <argument>true</argument>
    </service>
    <service id="jms_serializer.identical_property_naming_strategy" class="JMS\Serializer\Naming\IdenticalPropertyNamingStrategy">
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.serialized_name_annotation_strategy" class="JMS\Serializer\Naming\SerializedNameAnnotationStrategy">
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.camel_case_naming_strategy"/>
    </service>
    <service id="jms_serializer.doctrine_object_constructor" class="JMS\Serializer\Construction\DoctrineObjectConstructor">
      <tag name="default">jms_serializer.instance</tag>
      <tag name="container.decorator" id="jms_serializer.object_constructor" inner="jms_serializer.doctrine_object_constructor.inner"/>
      <argument type="service" id="doctrine" on-invalid="ignore"/>
      <argument type="service" id="jms_serializer.doctrine_object_constructor.inner"/>
      <argument type="string">null</argument>
    </service>
    <service id="jms_serializer.doctrine_phpcr_object_constructor" class="JMS\Serializer\Construction\DoctrineObjectConstructor">
      <tag name="default">jms_serializer.instance</tag>
      <argument>null</argument>
      <argument type="service" id="jms_serializer.doctrine_object_constructor"/>
    </service>
    <service id="jms_serializer.serializer" class="JMS\Serializer\Serializer">
      <tag name="default">jms_serializer.instance</tag>
      <tag name="default">jms_serializer.serializer</tag>
      <argument type="service" id="jms_serializer.traceable_metadata_factory"/>
      <argument type="collection">
        <argument key="2" type="service" id="jms_serializer.deserialization_graph_navigator_factory"/>
        <argument key="1" type="service" id="jms_serializer.serialization_graph_navigator_factory"/>
      </argument>
      <argument type="collection">
        <argument key="json" type="service" id="jms_serializer.json_serialization_visitor"/>
        <argument key="xml" type="service" id="jms_serializer.xml_serialization_visitor"/>
      </argument>
      <argument type="collection">
        <argument key="json" type="service" id="jms_serializer.json_deserialization_visitor"/>
        <argument key="xml" type="service" id="jms_serializer.xml_deserialization_visitor"/>
      </argument>
      <argument type="service" id="jms_serializer.configured_serialization_context_factory"/>
      <argument type="service" id="jms_serializer.configured_deserialization_context_factory"/>
      <argument type="service" id="jms_serializer.type_parser" on-invalid="null"/>
    </service>
    <service id="jms_serializer.deserialization_graph_navigator_factory" class="JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory">
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.traceable_metadata_factory"/>
      <argument type="service" id="jms_serializer.traceable_handler_registry"/>
      <argument type="service" id="jms_serializer.doctrine_object_constructor"/>
      <argument type="service" id="jms_serializer.accessor_strategy.default"/>
      <argument type="service" id="jms_serializer.event_dispatcher"/>
      <argument>null</argument>
    </service>
    <service id="jms_serializer.serialization_graph_navigator_factory" class="JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory">
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.traceable_metadata_factory"/>
      <argument type="service" id="jms_serializer.traceable_handler_registry"/>
      <argument type="service" id="jms_serializer.accessor_strategy.default"/>
      <argument type="service" id="jms_serializer.event_dispatcher"/>
      <argument>null</argument>
    </service>
    <service id="jms_serializer.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <tag name="jms_serializer.instance_global"/>
      <call method="registerProvider">
        <argument type="service" id="jms_serializer.expression_language.function_provider"/>
      </call>
    </service>
    <service id="jms_serializer.expression_language.function_provider" class="JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider">
      <tag name="jms.expression.function_provider"/>
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.twig_extension.runtime_serializer" class="JMS\Serializer\Twig\SerializerRuntimeExtension">
      <tag name="twig.extension"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument>jms_</argument>
    </service>
    <service id="jms_serializer.twig_extension.serializer_runtime_helper" class="JMS\Serializer\Twig\SerializerRuntimeHelper">
      <tag name="twig.runtime"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.serializer"/>
    </service>
    <service id="jms_serializer.templating.helper.serializer" class="JMS\SerializerBundle\Templating\SerializerHelper">
      <tag name="templating.helper" alias="jms_serializer"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.serializer"/>
    </service>
    <service id="jms_serializer.accessor_strategy.default" class="JMS\Serializer\Accessor\DefaultAccessorStrategy">
      <tag name="default">jms_serializer.instance</tag>
      <argument>null</argument>
    </service>
    <service id="jms_serializer.json_serialization_visitor" class="JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory">
      <tag name="jms_serializer.serialization_visitor" format="json"/>
      <tag name="default">jms_serializer.instance</tag>
      <call method="setOptions">
        <argument>1024</argument>
      </call>
    </service>
    <service id="jms_serializer.json_deserialization_visitor" class="JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory">
      <tag name="jms_serializer.deserialization_visitor" format="json"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument>false</argument>
      <call method="setOptions">
        <argument>0</argument>
      </call>
    </service>
    <service id="jms_serializer.xml_serialization_visitor" class="JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory">
      <tag name="jms_serializer.serialization_visitor" format="xml"/>
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.xml_deserialization_visitor" class="JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory">
      <tag name="jms_serializer.deserialization_visitor" format="xml"/>
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.cache.cache_clearer" class="JMS\SerializerBundle\Cache\CacheClearer">
      <tag name="kernel.cache_clearer"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument type="service" id="jms_serializer.metadata.cache.file_cache"/>
    </service>
    <service id="jms_serializer.configured_serialization_context_factory" class="JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory">
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.configured_deserialization_context_factory" class="JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory">
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.data_collector" class="JMS\SerializerBundle\Debug\DataCollector">
      <tag name="jms_serializer.profiler"/>
      <tag name="data_collector" id="jms_serializer" template="@JMSSerializer/Collector/panel.html.twig"/>
      <tag name="default">jms_serializer.instance</tag>
      <argument>default</argument>
      <argument type="collection"/>
      <argument type="service" id="jms_serializer.event_dispatcher"/>
      <argument type="service" id="jms_serializer.traceable_handler_registry"/>
      <argument type="service" id="jms_serializer.traceable_metadata_factory"/>
      <argument type="service" id="jms_serializer.metadata.traceable_file_locator"/>
      <argument type="service" id="jms_serializer.traceable_runs_listener"/>
    </service>
    <service id="jms_serializer.traceable_runs_listener" class="JMS\SerializerBundle\Debug\RunsListener">
      <tag name="jms_serializer.event_listener" event="serializer.pre_serialize" method="saveRunInfo"/>
      <tag name="jms_serializer.event_listener" event="serializer.pre_deserialize" method="saveRunInfo"/>
      <tag name="jms_serializer.profiler"/>
      <tag name="default">jms_serializer.instance</tag>
    </service>
    <service id="jms_serializer.traceable_metadata_factory" class="JMS\SerializerBundle\Debug\TraceableMetadataFactory">
      <tag name="default">jms_serializer.instance</tag>
      <tag name="jms_serializer.profiler"/>
      <tag name="container.decorator" id="jms_serializer.metadata_factory" inner="jms_serializer.traceable_metadata_factory.inner"/>
      <argument type="service" id="jms_serializer.traceable_metadata_factory.inner"/>
    </service>
    <service id="jms_serializer.traceable_handler_registry" class="JMS\SerializerBundle\Debug\TraceableHandlerRegistry">
      <tag name="default">jms_serializer.instance</tag>
      <tag name="jms_serializer.profiler"/>
      <tag name="container.decorator" id="jms_serializer.handler_registry" inner="jms_serializer.traceable_handler_registry.inner"/>
      <argument type="service" id="jms_serializer.traceable_handler_registry.inner"/>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>ArrayCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>ArrayCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Doctrine\Common\Collections\ArrayCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Doctrine\Common\Collections\ArrayCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Doctrine\ORM\PersistentCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Doctrine\ORM\PersistentCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Doctrine\ODM\MongoDB\PersistentCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Doctrine\ODM\MongoDB\PersistentCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Doctrine\ODM\PHPCR\PersistentCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Doctrine\ODM\PHPCR\PersistentCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>serializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Validator\ConstraintViolationList</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.constraint_violation_handler</argument>
          <argument>serializeListToxml</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Validator\ConstraintViolationList</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.constraint_violation_handler</argument>
          <argument>serializeListTojson</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Validator\ConstraintViolation</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.constraint_violation_handler</argument>
          <argument>serializeViolationToxml</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Validator\ConstraintViolation</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.constraint_violation_handler</argument>
          <argument>serializeViolationTojson</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>DateTime</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>serializeDateTime</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>DateTime</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>serializeDateTime</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>DateTimeImmutable</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>serializeDateTimeImmutable</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>DateTimeImmutable</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>serializeDateTimeImmutable</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>DateInterval</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>serializeDateInterval</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>DateInterval</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>serializeDateInterval</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>DateTimeInterface</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>serializeDateTimeInterface</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>DateTimeInterface</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>serializeDateTimeInterface</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Form\Form</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.form_error_handler</argument>
          <argument>serializeFormToxml</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Form\Form</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.form_error_handler</argument>
          <argument>serializeFormTojson</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Form\FormInterface</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.form_error_handler</argument>
          <argument>serializeFormToXml</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Form\FormInterface</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.form_error_handler</argument>
          <argument>serializeFormToJson</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Form\FormError</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.form_error_handler</argument>
          <argument>serializeFormErrorToxml</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Symfony\Component\Form\FormError</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.form_error_handler</argument>
          <argument>serializeFormErrorTojson</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Iterator</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>serializeIterable</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Iterator</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>serializeIterable</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>ArrayIterator</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>serializeIterable</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>ArrayIterator</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>serializeIterable</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Generator</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>serializeIterable</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>1</argument>
        <argument>Generator</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>serializeIterable</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>ArrayCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>ArrayCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Doctrine\Common\Collections\ArrayCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Doctrine\Common\Collections\ArrayCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Doctrine\ORM\PersistentCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Doctrine\ORM\PersistentCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Doctrine\ODM\MongoDB\PersistentCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Doctrine\ODM\MongoDB\PersistentCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Doctrine\ODM\PHPCR\PersistentCollection</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Doctrine\ODM\PHPCR\PersistentCollection</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.array_collection_handler</argument>
          <argument>deserializeCollection</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>DateTime</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>deserializeDateTimeFromjson</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>DateTime</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>deserializeDateTimeFromxml</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>DateTimeImmutable</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>deserializeDateTimeImmutableFromjson</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>DateTimeImmutable</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>deserializeDateTimeImmutableFromxml</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>DateInterval</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>deserializeDateIntervalFromjson</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>DateInterval</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>deserializeDateIntervalFromxml</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>DateTimeInterface</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>deserializeDateTimeFromJson</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>DateTimeInterface</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.datetime_handler</argument>
          <argument>deserializeDateTimeFromXml</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Iterator</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>deserializeIterator</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Iterator</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>deserializeIterator</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>ArrayIterator</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>deserializeIterator</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>ArrayIterator</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>deserializeIterator</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Generator</argument>
        <argument>json</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>deserializeGenerator</argument>
        </argument>
      </call>
      <call method="registerHandler">
        <argument>2</argument>
        <argument>Generator</argument>
        <argument>xml</argument>
        <argument type="collection">
          <argument>jms_serializer.iterator_handler</argument>
          <argument>deserializeGenerator</argument>
        </argument>
      </call>
    </service>
    <service id="jms_serializer.metadata.traceable_file_locator" class="JMS\SerializerBundle\Debug\TraceableFileLocator">
      <tag name="default">jms_serializer.instance</tag>
      <tag name="container.decorator" id="jms_serializer.metadata.file_locator" inner="jms_serializer.metadata.traceable_file_locator.inner"/>
      <argument type="service" id="jms_serializer.metadata.traceable_file_locator.inner"/>
    </service>
    <service id="knp_menu.factory" class="Knp\Menu\MenuFactory" public="true">
      <call method="addExtension">
        <argument type="service" id="knp_menu.factory_extension.routing"/>
        <argument>0</argument>
      </call>
    </service>
    <service id="knp_menu.factory_extension.routing" class="Knp\Menu\Integration\Symfony\RoutingExtension">
      <tag name="knp_menu.factory_extension"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="knp_menu.helper" class="Knp\Menu\Twig\Helper">
      <argument type="service" id="knp_menu.renderer_provider"/>
      <argument type="service" id="knp_menu.menu_provider.chain"/>
      <argument type="service" id="knp_menu.manipulator"/>
      <argument type="service" id="knp_menu.matcher"/>
    </service>
    <service id="knp_menu.matcher" class="Knp\Menu\Matcher\Matcher" public="true">
      <argument type="iterator">
        <argument type="service" id="knp_menu.voter.router"/>
      </argument>
    </service>
    <service id="knp_menu.menu_provider.chain" class="Knp\Menu\Provider\ChainProvider">
      <argument type="iterator">
        <argument type="service" id="knp_menu.menu_provider.lazy"/>
        <argument type="service" id="knp_menu.menu_provider.builder_alias"/>
      </argument>
    </service>
    <service id="knp_menu.menu_provider.lazy" class="Knp\Menu\Provider\LazyProvider">
      <tag name="knp_menu.provider"/>
      <argument type="collection">
        <argument key="main" type="collection">
          <argument type="service_closure" id="app.menu_builder"/>
          <argument>createMainMenu</argument>
        </argument>
        <argument key="site" type="collection">
          <argument type="service_closure" id="app.menu_builder"/>
          <argument>siteMainMenu</argument>
        </argument>
        <argument key="courseAreas" type="collection">
          <argument type="service_closure" id="app.menu_builder"/>
          <argument>siteMenuCourseAreas</argument>
        </argument>
        <argument key="onlineServices" type="collection">
          <argument type="service_closure" id="app.menu_builder"/>
          <argument>siteMenuOnlineServices</argument>
        </argument>
        <argument key="qualificationByLevel" type="collection">
          <argument type="service_closure" id="app.menu_builder"/>
          <argument>siteMenuQualificationByLevel</argument>
        </argument>
        <argument key="rplAreas" type="collection">
          <argument type="service_closure" id="app.menu_builder"/>
          <argument>siteMenuRplAreas</argument>
        </argument>
        <argument key="rto" type="collection">
          <argument type="service_closure" id="app.menu_builder"/>
          <argument>siteMenuRto</argument>
        </argument>
        <argument key="studyOnline" type="collection">
          <argument type="service_closure" id="app.menu_builder"/>
          <argument>siteMenuStudyOnline</argument>
        </argument>
        <argument key="transitioning" type="collection">
          <argument type="service_closure" id="app.menu_builder"/>
          <argument>siteMenuTransitioning</argument>
        </argument>
      </argument>
    </service>
    <service id="knp_menu.menu_provider.builder_alias" class="Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider">
      <tag name="knp_menu.provider"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="knp_menu.factory"/>
    </service>
    <service id="knp_menu.renderer_provider" class="Knp\Menu\Renderer\PsrProvider">
      <argument type="service" id=".service_locator.TWz9UQt"/>
      <argument>twig</argument>
      <argument type="collection"/>
      <argument>false</argument>
    </service>
    <service id="knp_menu.renderer.list" class="Knp\Menu\Renderer\ListRenderer">
      <tag name="knp_menu.renderer" alias="list"/>
      <argument type="service" id="knp_menu.matcher"/>
      <argument type="collection"/>
      <argument>UTF-8</argument>
    </service>
    <service id="knp_menu.voter.router" class="Knp\Menu\Matcher\Voter\RouteVoter">
      <tag name="knp_menu.voter"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="knp_menu.manipulator" class="Knp\Menu\Util\MenuManipulator"/>
    <service id="knp_menu.twig.extension" class="Knp\Menu\Twig\MenuExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="knp_menu.helper"/>
      <argument type="service" id="knp_menu.matcher"/>
      <argument type="service" id="knp_menu.manipulator"/>
    </service>
    <service id="knp_menu.renderer.twig" class="Knp\Menu\Renderer\TwigRenderer">
      <tag name="knp_menu.renderer" alias="twig"/>
      <argument type="service" id="twig"/>
      <argument>knp_menu.html.twig</argument>
      <argument type="service" id="knp_menu.matcher"/>
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.security.authentication.provider" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Authentication\Provider\JWTProvider">
      <argument></argument>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>username</argument>
      <call method="setUserIdentityField">
        <argument>username</argument>
      </call>
      <deprecated package="lexik/jwt-authentication-bundle" version="2.0">The "%service_id%" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0</deprecated>
    </service>
    <service id="lexik_jwt_authentication.security.authentication.listener" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Firewall\JWTListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument></argument>
      <call method="setDispatcher">
        <argument type="service" id="debug.event_dispatcher"/>
      </call>
      <deprecated package="lexik/jwt-authentication-bundle" version="2.0">The "%service_id%" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0</deprecated>
    </service>
    <service id="lexik_jwt_authentication.security.authentication.entry_point" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\EntryPoint\JWTEntryPoint">
      <deprecated package="lexik/jwt-authentication-bundle" version="2.0">The "%service_id%" service is deprecated since LexikJWTAuthenticationBundle version 2.0 and will be removed in 3.0</deprecated>
    </service>
    <service id="lexik_jwt_authentication.key_loader.openssl" class="Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\OpenSSLKeyLoader">
      <argument></argument>
      <argument></argument>
      <argument>clet@Api2016</argument>
      <argument type="collection"/>
      <deprecated package="lexik/jwt-authentication-bundle" version="2.5">The "%service_id%" service is deprecated since version 2.5 and will be removed in 3.0. Use lexik_jwt_authentication.key_loader.raw instead.</deprecated>
    </service>
    <service id="lexik_jwt_authentication.jws_provider.default" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\DefaultJWSProvider">
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>openssl</argument>
      <argument>RS256</argument>
      <argument>3600</argument>
      <argument>0</argument>
      <deprecated package="lexik/jwt-authentication-bundle" version="2.5">The "%service_id%" is deprecated since version 2.5 and will be removed in 5.0, use "lexik_jwt_authentication.jws_provider.lcobucci" instead.</deprecated>
    </service>
    <service id="lexik_jwt_authentication.jwt_manager" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager" public="true">
      <argument type="service" id="lexik_jwt_authentication.encoder.lcobucci"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>username</argument>
      <call method="setUserIdentityField">
        <argument>username</argument>
        <argument>false</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.key_loader.abstract" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument>clet@Api2016</argument>
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.key_loader.raw" class="Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader">
      <argument>/home/staging/public_html/../var/jwt/private.pem</argument>
      <argument>/home/staging/public_html/../var/jwt/public.pem</argument>
      <argument>clet@Api2016</argument>
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.encoder.default" class="Lexik\Bundle\JWTAuthenticationBundle\Encoder\DefaultEncoder">
      <argument type="service" id="lexik_jwt_authentication.jws_provider.default"/>
    </service>
    <service id="lexik_jwt_authentication.encoder.lcobucci" class="Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder">
      <argument type="service" id="lexik_jwt_authentication.jws_provider.lcobucci"/>
    </service>
    <service id="lexik_jwt_authentication.jws_provider.lcobucci" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider">
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>openssl</argument>
      <argument>RS256</argument>
      <argument>3600</argument>
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id="lexik_jwt_authentication.handler.authentication_success" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="collection"/>
      <argument>true</argument>
    </service>
    <service id="lexik_jwt_authentication.handler.authentication_failure" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="lexik_jwt_authentication.security.jwt_authenticator" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" abstract="true">
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="lexik_jwt_authentication.extractor.chain_extractor"/>
      <argument></argument>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="lexik_jwt_authentication.extractor.chain_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor">
      <argument type="collection">
        <argument type="service" id="lexik_jwt_authentication.extractor.authorization_header_extractor"/>
      </argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.authorization_header_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor">
      <argument>Bearer</argument>
      <argument>Authorization</argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.query_parameter_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\QueryParameterTokenExtractor">
      <argument></argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.cookie_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor">
      <argument></argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.split_cookie_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\SplitCookieExtractor">
      <argument></argument>
    </service>
    <service id="lexik_jwt_authentication.security.jwt_user_provider" class="Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider">
      <argument></argument>
    </service>
    <service id=".1_TokenStorage~20p0DXo" class="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage"/>
    <service id="lexik_jwt_authentication.security.guard.jwt_token_authenticator" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator">
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="lexik_jwt_authentication.extractor.chain_extractor"/>
      <argument type="service" id=".1_TokenStorage~20p0DXo"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="lexik_jwt_authentication.check_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand">
      <tag name="console.command" command="lexik:jwt:check-config"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:check-config</argument>
      </call>
      <call method="setDescription">
        <argument>Checks that the bundle is properly configured.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.migrate_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand">
      <tag name="console.command" command="lexik:jwt:migrate-config"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>clet@Api2016</argument>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:migrate-config</argument>
      </call>
      <call method="setDescription">
        <argument>Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.enable_encryption_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand">
      <tag name="console.command" command="lexik:jwt:enable-encryption"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <call method="setName">
        <argument>lexik:jwt:enable-encryption</argument>
      </call>
      <call method="setDescription">
        <argument>Enable Web-Token encryption support.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.generate_token_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand" public="true">
      <tag name="console.command" command="lexik:jwt:generate-token"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.in_memory"/>
        <argument type="service" id="security.user.provider.concrete.our_db_provider"/>
      </argument>
      <call method="setName">
        <argument>lexik:jwt:generate-token</argument>
      </call>
      <call method="setDescription">
        <argument>Generates a JWT token for a given user.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.generate_keypair_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand">
      <tag name="console.command" command="lexik:jwt:generate-keypair"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument>/home/staging/public_html/../var/jwt/private.pem</argument>
      <argument>/home/staging/public_html/../var/jwt/public.pem</argument>
      <argument>clet@Api2016</argument>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:generate-keypair</argument>
      </call>
      <call method="setDescription">
        <argument>Generate public/private keys for use in your application.</argument>
      </call>
    </service>
    <service id="namer.course_image.course_image" class="AppBundle\Namer\Namer" public="true" autowire="true"/>
    <service id="namer.course_video_placeholder_image.course_video_placeholder_image" class="AppBundle\Namer\Namer" public="true" autowire="true"/>
    <service id="namer.course_area_image.course_area_image" class="AppBundle\Namer\Namer" public="true" autowire="true"/>
    <service id="namer.rpl_area_image.rpl_area_image" class="AppBundle\Namer\Namer" public="true" autowire="true"/>
    <service id="vich_uploader.namer_uniqid.trainer_image" class="Vich\UploaderBundle\Naming\UniqidNamer" public="true"/>
    <service id="vich_uploader.namer_uniqid.clet_blog_file_image" class="Vich\UploaderBundle\Naming\UniqidNamer" public="true"/>
    <service id="vich_uploader.namer_uniqid.banner_image" class="Vich\UploaderBundle\Naming\UniqidNamer" public="true"/>
    <service id="namer.clet_image_file.clet_image_file" class="AppBundle\Namer\Namer" public="true" autowire="true"/>
    <service id="vich_uploader.namer_origname.rpl_application_evidence" class="Vich\UploaderBundle\Naming\OrignameNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="vich_uploader.namer_origname.rpl_application_document" class="Vich\UploaderBundle\Naming\OrignameNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="vich_uploader.adapter.mongodb" class="Vich\UploaderBundle\Adapter\ODM\MongoDB\MongoDBAdapter"/>
    <service id="vich_uploader.adapter.orm" class="Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter"/>
    <service id="vich_uploader.adapter.phpcr" class="Vich\UploaderBundle\Adapter\PHPCR\PHPCRAdapter"/>
    <service id="vich_uploader.listener.doctrine.base" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.orm" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.orm" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.orm" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.orm" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.storage.file_system" class="Vich\UploaderBundle\Storage\FileSystemStorage">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
    </service>
    <service id="vich_uploader.file_injector" class="Vich\UploaderBundle\Injector\FileInjector">
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="vich_uploader.metadata.file_locator" class="Metadata\Driver\FileLocator">
      <argument type="collection"/>
    </service>
    <service id="vich_uploader.metadata.attribute_reader" class="Vich\UploaderBundle\Metadata\Driver\AttributeReader"/>
    <service id="vich_uploader.metadata_driver.annotation" class="Vich\UploaderBundle\Metadata\Driver\AnnotationDriver">
      <argument type="service" id="vich_uploader.metadata.reader"/>
      <argument type="collection">
        <argument type="service" id="doctrine"/>
      </argument>
    </service>
    <service id="vich_uploader.metadata_driver.xml" class="Vich\UploaderBundle\Metadata\Driver\XmlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.yml" class="Vich\UploaderBundle\Metadata\Driver\YmlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.yaml" class="Vich\UploaderBundle\Metadata\Driver\YamlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.chain" class="Metadata\Driver\DriverChain">
      <argument type="collection">
        <argument type="service" id="vich_uploader.metadata_driver.xml"/>
        <argument type="service">
          <service class="Vich\UploaderBundle\Metadata\Driver\AnnotationDriver">
            <argument type="service" id="vich_uploader.metadata.reader"/>
            <argument type="collection">
              <argument type="service" id="doctrine"/>
            </argument>
          </service>
        </argument>
        <argument type="service" id="vich_uploader.metadata_driver.yaml"/>
        <argument type="service" id="vich_uploader.metadata_driver.yml"/>
      </argument>
    </service>
    <service id="vich_uploader.metadata.cache.file_cache" class="Metadata\Cache\FileCache">
      <argument>/home/staging/public_html/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>/home/staging/public_html/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="service" id="service_container"/>
      <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" public="true"/>
    <service id="Vich\UploaderBundle\Naming\PropertyNamer" class="Vich\UploaderBundle\Naming\PropertyNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\OrignameNamer" class="Vich\UploaderBundle\Naming\OrignameNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\HashNamer" class="Vich\UploaderBundle\Naming\HashNamer" public="true"/>
    <service id="Vich\UploaderBundle\Naming\Base64Namer" class="Vich\UploaderBundle\Naming\Base64Namer" public="true"/>
    <service id="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" class="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" public="true"/>
    <service id="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" class="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" public="true">
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" class="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" public="true">
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Util\Transliterator" class="Vich\UploaderBundle\Util\Transliterator">
      <argument type="service" id="slugger"/>
    </service>
    <service id="vich_uploader.download_handler" class="Vich\UploaderBundle\Handler\DownloadHandler" public="true">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="vich_uploader.upload_handler" class="Vich\UploaderBundle\Handler\UploadHandler" public="true">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.file_injector"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="vich_uploader.command.mapping_debug_class" class="Vich\UploaderBundle\Command\MappingDebugClassCommand">
      <tag name="console.command" command="vich:mapping:debug-class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <call method="setName">
        <argument>vich:mapping:debug-class</argument>
      </call>
    </service>
    <service id="vich_uploader.command.mapping_debug" class="Vich\UploaderBundle\Command\MappingDebugCommand">
      <tag name="console.command" command="vich:mapping:debug"/>
      <tag name="container.no_preload"/>
      <argument>%vich_uploader.mappings%</argument>
      <call method="setName">
        <argument>vich:mapping:debug</argument>
      </call>
    </service>
    <service id="vich_uploader.command.mapping_list_classes" class="Vich\UploaderBundle\Command\MappingListClassesCommand">
      <tag name="console.command" command="vich:mapping:list-classes"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <call method="setName">
        <argument>vich:mapping:list-classes</argument>
      </call>
    </service>
    <service id="Vich\UploaderBundle\DataCollector\MappingCollector" class="Vich\UploaderBundle\DataCollector\MappingCollector">
      <tag name="data_collector" template="@VichUploader/Collector/mapping_collector.html.twig" id="vich_uploader.mapping_collector"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
    </service>
    <service id="vich_uploader.form.type.file" class="Vich\UploaderBundle\Form\Type\VichFileType" public="true">
      <tag name="form.type" alias="vich_file"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="vich_uploader.form.type.image" class="Vich\UploaderBundle\Form\Type\VichImageType" public="true">
      <tag name="form.type" alias="vich_image"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="liip_imagine.cache.manager" on-invalid="null"/>
    </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.upload.course_image" 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>course_image</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.course_video_placeholder_image" 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>course_video_placeholder_image</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.course_area_image" 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>course_area_image</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.rpl_area_image" 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>rpl_area_image</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.trainer_image" 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>trainer_image</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.clet_blog_file_image" 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>clet_blog_file_image</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.banner_image" 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>banner_image</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.clet_image_file" 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>clet_image_file</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.rpl_application_evidence" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_listener" event="preUpdate" priority="50"/>
      <argument>rpl_application_evidence</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.rpl_application_evidence" 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>rpl_application_evidence</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.rpl_application_evidence" 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>rpl_application_evidence</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.rpl_application_document" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_listener" event="preUpdate" priority="50"/>
      <argument>rpl_application_document</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.rpl_application_document" 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>rpl_application_document</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.rpl_application_document" 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>rpl_application_document</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="exercise_html_purifier.cache_warmer.serializer" class="Exercise\HTMLPurifierBundle\CacheWarmer\SerializerCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument>/home/staging/public_html/var/cache/dev/htmlpurifier</argument>
      </argument>
      <argument type="collection">
        <argument>custom</argument>
        <argument>default</argument>
      </argument>
      <argument type="service" id="exercise_html_purifier.purifiers_registry"/>
      <argument type="service" id="filesystem"/>
    </service>
    <service id="exercise_html_purifier.form.text_type_extension" class="Exercise\HTMLPurifierBundle\Form\TypeExtension\HTMLPurifierTextTypeExtension">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\TextType" extended-type="Symfony\Component\Form\Extension\Core\Type\TextType"/>
      <argument type="service" id="exercise_html_purifier.purifiers_registry"/>
    </service>
    <service id="exercise_html_purifier.twig.extension" class="Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="exercise_html_purifier.twig.runtime" class="Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="exercise_html_purifier.purifiers_registry"/>
    </service>
    <service id="exercise_html_purifier.config.custom" class="HTMLPurifier_Config">
      <argument>custom</argument>
      <argument type="collection">
        <argument key="Core.Encoding">ISO-8859-1</argument>
      </argument>
      <argument type="service" id="exercise_html_purifier.config.default"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <factory class="Exercise\HTMLPurifierBundle\HTMLPurifierConfigFactory" method="create"/>
    </service>
    <service id="exercise_html_purifier.custom" class="HTMLPurifier">
      <tag name="exercise.html_purifier" profile="custom"/>
      <argument type="service" id="exercise_html_purifier.config.custom"/>
    </service>
    <service id="exercise_html_purifier.config.default" class="HTMLPurifier_Config">
      <argument>default</argument>
      <argument type="collection">
        <argument key="Cache.SerializerPath">/home/staging/public_html/var/cache/dev/htmlpurifier</argument>
        <argument key="Cache.SerializerPermissions">493</argument>
      </argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <factory class="Exercise\HTMLPurifierBundle\HTMLPurifierConfigFactory" method="create"/>
    </service>
    <service id="exercise_html_purifier.default" class="HTMLPurifier">
      <tag name="exercise.html_purifier" profile="default"/>
      <argument type="service" id="exercise_html_purifier.config.default"/>
    </service>
    <service id="exercise_html_purifier.purifiers_registry" class="Exercise\HTMLPurifierBundle\HTMLPurifiersRegistry">
      <argument type="service" id=".service_locator.KNWZJDR"/>
    </service>
    <service id="stof_doctrine_extensions.listener.sluggable" class="Gedmo\Sluggable\SluggableListener">
      <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>
    </service>
    <service id="stof_doctrine_extensions.listener.loggable" class="Gedmo\Loggable\LoggableListener">
      <tag name="doctrine.event_listener" connection="default" priority="5" event="loadClassMetadata"/>
      <tag name="doctrine.event_listener" connection="default" priority="5" event="onFlush"/>
      <tag name="doctrine.event_listener" connection="default" priority="5" event="postPersist"/>
      <call method="setCacheItemPool">
        <argument type="service" id="stof_doctrine_extensions.metadata_cache"/>
      </call>
    </service>
    <service id="stof_doctrine_extensions.event_listener.logger" class="Stof\DoctrineExtensionsBundle\EventListener\LoggerListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="stof_doctrine_extensions.listener.loggable"/>
      <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.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>
    </service>
    <service id="stof_doctrine_extensions.metadata_cache" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="craue.form.flow.storage_default" class="Craue\FormFlowBundle\Storage\SessionStorage">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="craue.form.flow.data_manager_default" class="Craue\FormFlowBundle\Storage\DataManager">
      <argument type="service" id="craue.form.flow.storage_default"/>
    </service>
    <service id="craue.form.flow" class="Craue\FormFlowBundle\Form\FormFlow">
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id="craue.form.flow.form_extension" class="Craue\FormFlowBundle\Form\Extension\FormFlowFormExtension">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\FormType" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
    </service>
    <service id="craue.form.flow.hidden_field_extension" class="Craue\FormFlowBundle\Form\Extension\FormFlowHiddenFieldExtension">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\HiddenType" extended-type="Symfony\Component\Form\Extension\Core\Type\HiddenType"/>
    </service>
    <service id="craue.form.flow.event_listener.previous_step_invalid" class="Craue\FormFlowBundle\EventListener\PreviousStepInvalidEventListener">
      <tag name="kernel.event_listener" event="%craue.form.flow.event_listener.previous_step_invalid.event%" method="onPreviousStepInvalid"/>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector"/>
      </call>
    </service>
    <service id="craue.form.flow.event_listener.flow_expired" class="Craue\FormFlowBundle\EventListener\FlowExpiredEventListener">
      <tag name="kernel.event_listener" event="%craue.form.flow.event_listener.flow_expired.event%" method="onFlowExpired"/>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector"/>
      </call>
    </service>
    <service id="twig.extension.craue_formflow" class="Craue\FormFlowBundle\Twig\Extension\FormFlowExtension">
      <tag name="twig.extension"/>
      <call method="setFormFlowUtil">
        <argument type="service" id="craue_formflow_util"/>
      </call>
    </service>
    <service id="craue_formflow_util" class="Craue\FormFlowBundle\Util\FormFlowUtil" public="true"/>
    <service id="fos_js_routing.extractor" class="FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor" public="true">
      <argument type="service" id="router.default"/>
      <argument type="collection"/>
      <argument>/home/staging/public_html/var/cache/dev</argument>
      <argument>%kernel.bundles%</argument>
    </service>
    <service id="fos_js_routing.routes_response" class="FOS\JsRoutingBundle\Response\RoutesResponse" public="true"/>
    <service id="fos_js_routing.dump_command" class="FOS\JsRoutingBundle\Command\DumpCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="fos_js_routing.routes_response"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument type="service" id="fos_js_routing.serializer"/>
      <argument>/home/staging/public_html</argument>
      <argument>null</argument>
      <call method="setName">
        <argument>fos:js-routing:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Dumps exposed routes to the filesystem</argument>
      </call>
    </service>
    <service id="fos_js_routing.router_debug_exposed_command" class="FOS\JsRoutingBundle\Command\RouterDebugExposedCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument type="service" id="router.default"/>
      <call method="setName">
        <argument>fos:js-routing:debug</argument>
      </call>
      <call method="setDescription">
        <argument>Displays currently exposed routes for an application</argument>
      </call>
    </service>
    <service id="fos_js_routing.controller" class="FOS\JsRoutingBundle\Controller\Controller" public="true">
      <argument type="service" id="fos_js_routing.routes_response"/>
      <argument type="service" id="fos_js_routing.serializer"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument>%fos_js_routing.cache_control%</argument>
      <argument>true</argument>
    </service>
    <service id="fos_js_routing.serializer" class="Symfony\Component\Serializer\Serializer" public="true">
      <argument type="collection">
        <argument type="service" id="fos_js_routing.normalizer.route_collection"/>
        <argument type="service" id="fos_js_routing.normalizer.routes_response"/>
        <argument type="service" id="fos_js_routing.denormalizer.route_collection"/>
      </argument>
      <argument type="collection">
        <argument key="json" type="service" id="fos_js_routing.encoder"/>
      </argument>
    </service>
    <service id="fos_js_routing.normalizer.route_collection" class="FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer"/>
    <service id="fos_js_routing.normalizer.routes_response" class="FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer"/>
    <service id="fos_js_routing.denormalizer.route_collection" class="FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer"/>
    <service id="fos_js_routing.encoder" class="Symfony\Component\Serializer\Encoder\JsonEncoder"/>
    <service id="knp_snappy.pdf" class="Knp\Snappy\Pdf" public="true">
      <tag name="monolog.logger" channel="snappy"/>
      <argument>/usr/local/bin/wkhtmltopdf --disable-smart-shrinking --zoom 1</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>/usr/local/bin/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="oneup_uploader.chunk_manager" class="Oneup\UploaderBundle\Uploader\Chunk\ChunkManager" public="true">
      <argument>%oneup_uploader.chunks%</argument>
      <argument type="service" id="oneup_uploader.chunks_storage"/>
    </service>
    <service id="oneup_uploader.orphanage_manager" class="Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager" public="true">
      <argument type="service" id="service_container"/>
      <argument>%oneup_uploader.orphanage%</argument>
    </service>
    <service id="oneup_uploader.namer.uniqid" class="Oneup\UploaderBundle\Uploader\Naming\UniqidNamer" public="true"/>
    <service id="oneup_uploader.namer.urlsafe" class="Oneup\UploaderBundle\Uploader\Naming\UrlSafeNamer"/>
    <service id="oneup_uploader.routing.loader" class="Oneup\UploaderBundle\Routing\RouteLoader" public="true">
      <tag name="routing.loader"/>
      <argument>%oneup_uploader.controllers%</argument>
    </service>
    <service id="oneup_uploader.command.clear_chunks" class="Oneup\UploaderBundle\Command\ClearChunkCommand">
      <tag name="console.command" command="oneup:uploader:clear-chunks"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="oneup_uploader.chunk_manager"/>
      <call method="setName">
        <argument>oneup:uploader:clear-chunks</argument>
      </call>
    </service>
    <service id="oneup_uploader.command.clear_orphans" class="Oneup\UploaderBundle\Command\ClearOrphansCommand">
      <tag name="console.command" command="oneup:uploader:clear-orphans"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="oneup_uploader.orphanage_manager"/>
      <call method="setName">
        <argument>oneup:uploader:clear-orphans</argument>
      </call>
    </service>
    <service id="oneup_uploader.templating.uploader_helper" class="Oneup\UploaderBundle\Templating\Helper\UploaderHelper" public="true">
      <argument type="service" id="router.default"/>
      <argument>%oneup_uploader.maxsize%</argument>
    </service>
    <service id="Oneup\UploaderBundle\EventListener\MaxSizeValidationListener" class="Oneup\UploaderBundle\EventListener\MaxSizeValidationListener">
      <tag name="kernel.event_listener" event="oneup_uploader.validation" method="onValidate"/>
    </service>
    <service id="Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener" class="Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener">
      <tag name="kernel.event_listener" event="oneup_uploader.validation" method="onValidate"/>
    </service>
    <service id="Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener" class="Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener">
      <tag name="kernel.event_listener" event="oneup_uploader.validation" method="onValidate"/>
    </service>
    <service id="oneup_uploader.error_handler.noop" class="Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler"/>
    <service id="oneup_uploader.error_handler.fineuploader" class="Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler"/>
    <service id="oneup_uploader.error_handler.blueimp" class="Oneup\UploaderBundle\Uploader\ErrorHandler\BlueimpErrorHandler">
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="oneup_uploader.error_handler.uploadify" class="Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler"/>
    <service id="oneup_uploader.error_handler.yui3" class="Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler"/>
    <service id="oneup_uploader.error_handler.fancyupload" class="Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler"/>
    <service id="oneup_uploader.error_handler.mooupload" class="Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler"/>
    <service id="oneup_uploader.error_handler.dropzone" class="Oneup\UploaderBundle\Uploader\ErrorHandler\DropzoneErrorHandler"/>
    <service id="oneup_uploader.error_handler.plupload" class="Oneup\UploaderBundle\Uploader\ErrorHandler\PluploadErrorHandler"/>
    <service id="oneup_uploader.error_handler.custom" class="Oneup\UploaderBundle\Uploader\ErrorHandler\NoopErrorHandler"/>
    <service id="oneup_uploader.twig.extension.uploader" class="Oneup\UploaderBundle\Twig\Extension\UploaderExtension" public="true">
      <tag name="twig.extension"/>
      <argument type="service" id="oneup_uploader.templating.uploader_helper"/>
    </service>
    <service id="oneup_uploader.chunks_storage" class="Oneup\UploaderBundle\Uploader\Chunk\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/cache/dev/uploader/chunks</argument>
    </service>
    <service id="oneup_uploader.storage.rplevidences" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/uploads/rpl</argument>
    </service>
    <service id="oneup_uploader.controller.rplevidences" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="rplevidences"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.rplevidences"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.rpl_evidence_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/uploads/rpl</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>rplevidences</argument>
    </service>
    <service id="oneup_uploader.storage.creditevidences" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/uploads/credit</argument>
    </service>
    <service id="oneup_uploader.controller.creditevidences" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="creditevidences"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.creditevidences"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.credit_evidence_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/uploads/credit</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>creditevidences</argument>
    </service>
    <service id="oneup_uploader.storage.resumefiles" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/uploads/resume</argument>
    </service>
    <service id="oneup_uploader.controller.resumefiles" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="resumefiles"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.resumefiles"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.job_application_evidence_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/uploads/resume</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>resumefiles</argument>
    </service>
    <service id="oneup_uploader.storage.rpldocuments" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/uploads/rpl</argument>
    </service>
    <service id="oneup_uploader.controller.rpldocuments" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="rpldocuments"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.rpldocuments"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.rpl_document_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/uploads/rpl</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>rpldocuments</argument>
    </service>
    <service id="oneup_uploader.storage.vaultfiles" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/vault</argument>
    </service>
    <service id="oneup_uploader.controller.vaultfiles" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="vaultfiles"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.vaultfiles"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.vault_files_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/vault</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>vaultfiles</argument>
    </service>
    <service id="oneup_uploader.storage.emaildocuments" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/uploads/email</argument>
    </service>
    <service id="oneup_uploader.controller.emaildocuments" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="emaildocuments"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.emaildocuments"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.email_document_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/uploads/email</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>emaildocuments</argument>
    </service>
    <service id="oneup_uploader.storage.emailscheduledocuments" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/uploads/emailschedule</argument>
    </service>
    <service id="oneup_uploader.controller.emailscheduledocuments" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="emailscheduledocuments"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.emailscheduledocuments"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.email_document_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/uploads/emailschedule</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>emailscheduledocuments</argument>
    </service>
    <service id="oneup_uploader.storage.trainerdocuments" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/uploads/trainer</argument>
    </service>
    <service id="oneup_uploader.controller.trainerdocuments" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="trainerdocuments"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.trainerdocuments"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.trainer_document_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/uploads/trainer</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>trainerdocuments</argument>
    </service>
    <service id="oneup_uploader.storage.taskdocuments" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/assessment/task</argument>
    </service>
    <service id="oneup_uploader.controller.taskdocuments" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="taskdocuments"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.taskdocuments"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.assessment_task_files_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/assessment/task</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>taskdocuments</argument>
    </service>
    <service id="oneup_uploader.storage.taskbenchmarkdocuments" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/assessment/task</argument>
    </service>
    <service id="oneup_uploader.controller.taskbenchmarkdocuments" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="taskbenchmarkdocuments"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.taskbenchmarkdocuments"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.assessment_task_files_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/assessment/task</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>taskbenchmarkdocuments</argument>
    </service>
    <service id="oneup_uploader.storage.assessmentresourcedocuments" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/assessment/resource</argument>
    </service>
    <service id="oneup_uploader.controller.assessmentresourcedocuments" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="assessmentresourcedocuments"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.assessmentresourcedocuments"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.assessment_task_files_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/assessment/resource</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>assessmentresourcedocuments</argument>
    </service>
    <service id="oneup_uploader.storage.cidocuments" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/uploads/ci</argument>
    </service>
    <service id="oneup_uploader.controller.cidocuments" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="cidocuments"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.cidocuments"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.ci_document_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/uploads/ci</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>cidocuments</argument>
    </service>
    <service id="oneup_uploader.storage.enrolmentdocuments" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/uploads/enrolment</argument>
    </service>
    <service id="oneup_uploader.controller.enrolmentdocuments" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="enrolmentdocuments"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.enrolmentdocuments"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.enrolment_document_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/uploads/enrolment</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>enrolmentdocuments</argument>
    </service>
    <service id="oneup_uploader.storage.governancefiles" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/governance</argument>
    </service>
    <service id="oneup_uploader.controller.governancefiles" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="governancefiles"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.governancefiles"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.governance_files_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/governance</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>governancefiles</argument>
    </service>
    <service id="oneup_uploader.storage.complainfiles" class="Oneup\UploaderBundle\Uploader\Storage\FilesystemStorage">
      <argument>/home/staging/public_html/var/data/complain</argument>
    </service>
    <service id="oneup_uploader.controller.complainfiles" class="Oneup\UploaderBundle\Controller\DropzoneController" public="true">
      <tag name="oneup_uploader.routable" type="complainfiles"/>
      <tag name="oneup_uploader.controller"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="oneup_uploader.storage.complainfiles"/>
      <argument type="service" id="oneup_uploader.error_handler.dropzone"/>
      <argument type="collection">
        <argument key="namer">app.complain_appeal_files_namer</argument>
        <argument key="frontend">dropzone</argument>
        <argument key="storage" type="collection">
          <argument key="directory">/home/staging/public_html/var/data/complain</argument>
          <argument key="service">null</argument>
          <argument key="type">filesystem</argument>
          <argument key="filesystem">null</argument>
          <argument key="stream_wrapper">null</argument>
          <argument key="sync_buffer_size">100K</argument>
        </argument>
        <argument key="custom_frontend" type="collection">
          <argument key="name">null</argument>
          <argument key="class">null</argument>
        </argument>
        <argument key="route_prefix"></argument>
        <argument key="endpoints" type="collection">
          <argument key="upload">null</argument>
          <argument key="progress">null</argument>
          <argument key="cancel">null</argument>
        </argument>
        <argument key="allowed_mimetypes" type="collection"/>
        <argument key="disallowed_mimetypes" type="collection"/>
        <argument key="error_handler">null</argument>
        <argument key="max_size">9223372036854775807</argument>
        <argument key="use_orphanage">false</argument>
        <argument key="enable_progress">false</argument>
        <argument key="enable_cancelation">false</argument>
        <argument key="root_folder">false</argument>
      </argument>
      <argument>complainfiles</argument>
    </service>
    <service id="liip_imagine.mime_types" class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
    <service id="liip_imagine.cache.resolver.default" class="Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver" public="true">
      <tag name="liip_imagine.cache.resolver" resolver="default"/>
      <argument type="service" id="filesystem"/>
      <argument type="service" id="router.request_context"/>
      <argument>/home/staging/public_html/web</argument>
      <argument>/media/cache</argument>
    </service>
    <service id="liip_imagine.binary.loader.default" class="Liip\ImagineBundle\Binary\Loader\FileSystemLoader" public="true">
      <tag name="liip_imagine.binary.loader" loader="default"/>
      <argument type="service">
        <service class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
      </argument>
      <argument type="service">
        <service class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
      </argument>
      <argument type="service">
        <service class="Liip\ImagineBundle\Binary\Locator\FileSystemLocator">
          <argument type="collection">
            <argument>/home/staging/public_html/web</argument>
          </argument>
          <argument>false</argument>
        </service>
      </argument>
    </service>
    <service id="liip_imagine.factory.config.filter.argument.point" class="Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory"/>
    <service id="liip_imagine.factory.config.filter.argument.size" class="Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory"/>
    <service id="liip_imagine.factory.config.stack" class="Liip\ImagineBundle\Factory\Config\StackFactory"/>
    <service id="liip_imagine.factory.config.filter.auto_rotate" class="Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory"/>
    <service id="liip_imagine.factory.config.filter.background" class="Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.crop" class="Liip\ImagineBundle\Factory\Config\Filter\CropFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
      <argument type="service" id="liip_imagine.factory.config.filter.argument.point"/>
    </service>
    <service id="liip_imagine.factory.config.filter.downscale" class="Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.flip" class="Liip\ImagineBundle\Factory\Config\Filter\FlipFactory"/>
    <service id="liip_imagine.factory.config.filter.grayscale" class="Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory"/>
    <service id="liip_imagine.factory.config.filter.interlace" class="Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory"/>
    <service id="liip_imagine.factory.config.filter.paste" class="Liip\ImagineBundle\Factory\Config\Filter\PasteFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.point"/>
    </service>
    <service id="liip_imagine.factory.config.filter.relative_resize" class="Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory"/>
    <service id="liip_imagine.factory.config.filter.resize" class="Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.rotate" class="Liip\ImagineBundle\Factory\Config\Filter\RotateFactory"/>
    <service id="liip_imagine.factory.config.filter.scale" class="Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.strip" class="Liip\ImagineBundle\Factory\Config\Filter\StripFactory"/>
    <service id="liip_imagine.factory.config.filter.thumbnail" class="Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.upscale" class="Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.watermark" class="Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory"/>
    <service id="liip_imagine.config.filter_factory_collection" class="Liip\ImagineBundle\Config\FilterFactoryCollection">
      <argument type="service" id="liip_imagine.factory.config.filter.auto_rotate"/>
      <argument type="service" id="liip_imagine.factory.config.filter.background"/>
      <argument type="service" id="liip_imagine.factory.config.filter.crop"/>
      <argument type="service" id="liip_imagine.factory.config.filter.downscale"/>
      <argument type="service" id="liip_imagine.factory.config.filter.flip"/>
      <argument type="service" id="liip_imagine.factory.config.filter.grayscale"/>
      <argument type="service" id="liip_imagine.factory.config.filter.interlace"/>
      <argument type="service" id="liip_imagine.factory.config.filter.paste"/>
      <argument type="service" id="liip_imagine.factory.config.filter.relative_resize"/>
      <argument type="service" id="liip_imagine.factory.config.filter.resize"/>
      <argument type="service" id="liip_imagine.factory.config.filter.rotate"/>
      <argument type="service" id="liip_imagine.factory.config.filter.scale"/>
      <argument type="service" id="liip_imagine.factory.config.filter.strip"/>
      <argument type="service" id="liip_imagine.factory.config.filter.thumbnail"/>
      <argument type="service" id="liip_imagine.factory.config.filter.upscale"/>
      <argument type="service" id="liip_imagine.factory.config.filter.watermark"/>
    </service>
    <service id="liip_imagine.config.stack_builder" class="Liip\ImagineBundle\Config\StackBuilder">
      <argument type="service" id="liip_imagine.factory.config.stack"/>
      <argument type="service" id="liip_imagine.config.filter_factory_collection"/>
    </service>
    <service id="liip_imagine.config.stack_collection" class="Liip\ImagineBundle\Config\StackCollection" public="true">
      <argument type="service" id="liip_imagine.config.stack_builder"/>
      <argument>%liip_imagine.filter_sets%</argument>
    </service>
    <service id="liip_imagine.filter.manager" class="Liip\ImagineBundle\Imagine\Filter\FilterManager" public="true">
      <argument type="service" id="liip_imagine.filter.configuration"/>
      <argument type="service" id="liip_imagine.gd"/>
      <argument type="service" id="liip_imagine.binary.mime_type_guesser"/>
      <call method="addLoader">
        <argument>relative_resize</argument>
        <argument type="service" id="liip_imagine.filter.loader.relative_resize"/>
      </call>
      <call method="addLoader">
        <argument>resize</argument>
        <argument type="service" id="liip_imagine.filter.loader.resize"/>
      </call>
      <call method="addLoader">
        <argument>thumbnail</argument>
        <argument type="service" id="liip_imagine.filter.loader.thumbnail"/>
      </call>
      <call method="addLoader">
        <argument>crop</argument>
        <argument type="service" id="liip_imagine.filter.loader.crop"/>
      </call>
      <call method="addLoader">
        <argument>grayscale</argument>
        <argument type="service" id="liip_imagine.filter.loader.grayscale"/>
      </call>
      <call method="addLoader">
        <argument>paste_image</argument>
        <argument type="service" id="liip_imagine.filter.loader.paste_image"/>
      </call>
      <call method="addLoader">
        <argument>watermark_image</argument>
        <argument type="service" id="liip_imagine.filter.loader.watermark_image"/>
      </call>
      <call method="addLoader">
        <argument>background</argument>
        <argument type="service" id="liip_imagine.filter.loader.background"/>
      </call>
      <call method="addLoader">
        <argument>strip</argument>
        <argument type="service" id="liip_imagine.filter.loader.strip"/>
      </call>
      <call method="addLoader">
        <argument>scale</argument>
        <argument type="service" id="liip_imagine.filter.loader.scale"/>
      </call>
      <call method="addLoader">
        <argument>upscale</argument>
        <argument type="service" id="liip_imagine.filter.loader.upscale"/>
      </call>
      <call method="addLoader">
        <argument>downscale</argument>
        <argument type="service" id="liip_imagine.filter.loader.downscale"/>
      </call>
      <call method="addLoader">
        <argument>auto_rotate</argument>
        <argument type="service" id="liip_imagine.filter.loader.auto_rotate"/>
      </call>
      <call method="addLoader">
        <argument>rotate</argument>
        <argument type="service" id="liip_imagine.filter.loader.rotate"/>
      </call>
      <call method="addLoader">
        <argument>flip</argument>
        <argument type="service" id="liip_imagine.filter.loader.flip"/>
      </call>
      <call method="addLoader">
        <argument>interlace</argument>
        <argument type="service" id="liip_imagine.filter.loader.interlace"/>
      </call>
      <call method="addLoader">
        <argument>resample</argument>
        <argument type="service" id="liip_imagine.filter.loader.resample"/>
      </call>
      <call method="addLoader">
        <argument>fixed</argument>
        <argument type="service" id="liip_imagine.filter.loader.fixed"/>
      </call>
      <call method="addPostProcessor">
        <argument>jpegoptim</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.jpegoptim"/>
      </call>
      <call method="addPostProcessor">
        <argument>optipng</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.optipng"/>
      </call>
      <call method="addPostProcessor">
        <argument>pngquant</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.pngquant"/>
      </call>
      <call method="addPostProcessor">
        <argument>mozjpeg</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.mozjpeg"/>
      </call>
      <call method="addPostProcessor">
        <argument>cwebp</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.cwebp"/>
      </call>
    </service>
    <service id="liip_imagine.data.manager" class="Liip\ImagineBundle\Imagine\Data\DataManager" public="true">
      <argument type="service" id="liip_imagine.binary.mime_type_guesser"/>
      <argument type="service">
        <service class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
      </argument>
      <argument type="service" id="liip_imagine.filter.configuration"/>
      <argument>default</argument>
      <argument>null</argument>
      <call method="addLoader">
        <argument>default</argument>
        <argument type="service" id="liip_imagine.binary.loader.default"/>
      </call>
    </service>
    <service id="liip_imagine.cache.manager" class="Liip\ImagineBundle\Imagine\Cache\CacheManager" public="true">
      <argument type="service" id="liip_imagine.filter.configuration"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="liip_imagine.cache.signer"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>default</argument>
      <argument>false</argument>
      <call method="addResolver">
        <argument>default</argument>
        <argument type="service" id="liip_imagine.cache.resolver.default"/>
      </call>
      <call method="addResolver">
        <argument>no_cache</argument>
        <argument type="service" id="liip_imagine.cache.resolver.no_cache_web_path"/>
      </call>
    </service>
    <service id="liip_imagine.filter.configuration" class="Liip\ImagineBundle\Imagine\Filter\FilterConfiguration">
      <argument>%liip_imagine.filter_sets%</argument>
    </service>
    <service id="liip_imagine.service.filter" class="Liip\ImagineBundle\Service\FilterService">
      <argument type="service" id="liip_imagine.data.manager"/>
      <argument type="service" id="liip_imagine.filter.manager"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
      <argument>false</argument>
      <argument>%liip_imagine.webp.options%</argument>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
    </service>
    <service id="liip_imagine.controller.config" class="Liip\ImagineBundle\Config\Controller\ControllerConfig">
      <argument>302</argument>
    </service>
    <service id="Liip\ImagineBundle\Controller\ImagineController" class="Liip\ImagineBundle\Controller\ImagineController" public="true">
      <argument type="service" id="liip_imagine.service.filter"/>
      <argument type="service" id="liip_imagine.data.manager"/>
      <argument type="service" id="liip_imagine.cache.signer"/>
      <argument type="service" id="liip_imagine.controller.config"/>
    </service>
    <service id="liip_imagine.meta_data.reader" class="Imagine\Image\Metadata\ExifMetadataReader"/>
    <service id="liip_imagine.gd" class="Imagine\Gd\Imagine">
      <call method="setMetadataReader">
        <argument type="service" id="liip_imagine.meta_data.reader"/>
      </call>
    </service>
    <service id="liip_imagine.imagick" class="Imagine\Imagick\Imagine">
      <call method="setMetadataReader">
        <argument type="service" id="liip_imagine.meta_data.reader"/>
      </call>
    </service>
    <service id="liip_imagine.gmagick" class="Imagine\Gmagick\Imagine">
      <call method="setMetadataReader">
        <argument type="service" id="liip_imagine.meta_data.reader"/>
      </call>
    </service>
    <service id="liip_imagine.filter.loader.relative_resize" class="Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="relative_resize"/>
    </service>
    <service id="liip_imagine.filter.loader.resize" class="Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="resize"/>
    </service>
    <service id="liip_imagine.filter.loader.thumbnail" class="Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="thumbnail"/>
    </service>
    <service id="liip_imagine.filter.loader.crop" class="Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="crop"/>
    </service>
    <service id="liip_imagine.filter.loader.grayscale" class="Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="grayscale"/>
    </service>
    <service id="liip_imagine.filter.loader.paste_image" class="Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="paste_image"/>
      <argument type="service" id="liip_imagine.gd"/>
      <argument>/home/staging/public_html</argument>
    </service>
    <service id="liip_imagine.filter.loader.watermark_image" class="Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="watermark_image"/>
      <argument type="service" id="liip_imagine.gd"/>
      <argument>/home/staging/public_html</argument>
    </service>
    <service id="liip_imagine.filter.loader.background" class="Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="background"/>
      <argument type="service" id="liip_imagine.gd"/>
    </service>
    <service id="liip_imagine.filter.loader.strip" class="Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="strip"/>
    </service>
    <service id="liip_imagine.filter.loader.scale" class="Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="scale"/>
    </service>
    <service id="liip_imagine.filter.loader.upscale" class="Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="upscale"/>
    </service>
    <service id="liip_imagine.filter.loader.downscale" class="Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="downscale"/>
    </service>
    <service id="liip_imagine.filter.loader.auto_rotate" class="Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="auto_rotate"/>
    </service>
    <service id="liip_imagine.filter.loader.rotate" class="Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="rotate"/>
    </service>
    <service id="liip_imagine.filter.loader.flip" class="Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="flip"/>
    </service>
    <service id="liip_imagine.filter.loader.interlace" class="Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="interlace"/>
    </service>
    <service id="liip_imagine.filter.loader.resample" class="Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="resample"/>
      <argument type="service" id="liip_imagine.gd"/>
    </service>
    <service id="liip_imagine.filter.loader.fixed" class="Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="fixed"/>
    </service>
    <service id="liip_imagine.binary.loader.prototype.filesystem" class="Liip\ImagineBundle\Binary\Loader\FileSystemLoader">
      <argument type="service" id="mime_types"/>
      <argument type="service" id="mime_types"/>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.loader.prototype.stream" class="Liip\ImagineBundle\Binary\Loader\StreamLoader">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.loader.prototype.flysystem" class="Liip\ImagineBundle\Binary\Loader\FlysystemLoader" abstract="true">
      <argument type="service" id="mime_types"/>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.loader.prototype.flysystem2" class="Liip\ImagineBundle\Binary\Loader\FlysystemV2Loader" abstract="true">
      <argument type="service" id="mime_types"/>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.loader.prototype.chain" class="Liip\ImagineBundle\Binary\Loader\ChainLoader" abstract="true">
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.locator.filesystem" class="Liip\ImagineBundle\Binary\Locator\FileSystemLocator" shared="false">
      <tag name="liip_imagine.binary.locator" shared=""/>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.locator.filesystem_insecure" class="Liip\ImagineBundle\Binary\Locator\FileSystemInsecureLocator" shared="false">
      <tag name="liip_imagine.binary.locator" shared=""/>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.web_path" class="Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver" public="true" abstract="true">
      <argument type="service" id="filesystem"/>
      <argument type="service" id="router.request_context"/>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.aws_s3" class="Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver" public="true" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.cache" class="Liip\ImagineBundle\Imagine\Cache\Resolver\CacheResolver" public="true" abstract="true">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.flysystem" class="Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemResolver" public="true" abstract="true">
      <argument></argument>
      <argument type="service" id="router.request_context"/>
      <argument></argument>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.flysystem2" class="Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver" public="true" abstract="true">
      <argument></argument>
      <argument type="service" id="router.request_context"/>
      <argument></argument>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.proxy" class="Liip\ImagineBundle\Imagine\Cache\Resolver\ProxyResolver" public="true" abstract="true">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.psr_cache" class="Liip\ImagineBundle\Imagine\Cache\Resolver\PsrCacheResolver" public="true" abstract="true">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.no_cache_web_path" class="Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver" public="true">
      <tag name="liip_imagine.cache.resolver" resolver="no_cache"/>
      <argument type="service" id="router.request_context"/>
    </service>
    <service id="liip_imagine.form.type.image" class="Liip\ImagineBundle\Form\Type\ImageType">
      <tag name="form.type" alias="liip_imagine_image"/>
    </service>
    <service id="liip_imagine.binary.mime_type_guesser" class="Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser">
      <argument type="service">
        <service class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
      </argument>
    </service>
    <service id="liip_imagine.cache.signer" class="Liip\ImagineBundle\Imagine\Cache\Signer" public="true">
      <argument>069ee20c15bd0d906b4344cd3cbccc2e854c1dbb</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.jpegoptim" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="jpegoptim"/>
      <argument>/usr/bin/jpegoptim</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.optipng" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="optipng"/>
      <argument>/usr/bin/optipng</argument>
      <argument>7</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.pngquant" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="pngquant"/>
      <argument>/usr/bin/pngquant</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.mozjpeg" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="mozjpeg"/>
      <argument>/opt/mozjpeg/bin/cjpeg</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.cwebp" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="cwebp"/>
      <argument>/usr/bin/cwebp</argument>
      <argument>null</argument>
      <argument>75</argument>
      <argument>100</argument>
      <argument>4</argument>
      <argument>fast</argument>
      <argument>1</argument>
      <argument>false</argument>
      <argument>%liip_imagine.cwebp.metadata%</argument>
    </service>
    <service id="liip_imagine.templating.filter_extension" class="Liip\ImagineBundle\Templating\FilterExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
    </service>
    <service id="liip_imagine.command.cache_remove" class="Liip\ImagineBundle\Command\RemoveCacheCommand">
      <tag name="console.command" command="liip:imagine:cache:remove" alias="imagine:del"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
      <argument type="service" id="liip_imagine.filter.manager"/>
      <argument type="service" id="liip_imagine.service.filter"/>
      <call method="setName">
        <argument>liip:imagine:cache:remove</argument>
      </call>
    </service>
    <service id="liip_imagine.command.cache_resolve" class="Liip\ImagineBundle\Command\ResolveCacheCommand">
      <tag name="console.command" command="liip:imagine:cache:resolve" alias="imagine:get"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
      <argument type="service" id="liip_imagine.filter.manager"/>
      <argument type="service" id="liip_imagine.service.filter"/>
      <call method="setName">
        <argument>liip:imagine:cache:resolve</argument>
      </call>
    </service>
    <service id="liip_imagine.templating.filter_helper" class="Liip\ImagineBundle\Templating\Helper\FilterHelper">
      <tag name="templating.helper" alias="imagine"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
      <deprecated package="liip/imagine-bundle" version="2.2">The "%service_id%" service is deprecated since LiipImagineBundle 2.2 and will be removed in 3.0.</deprecated>
    </service>
    <service id="scheb_two_factor.security.authenticator" class="Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">Two-factor firewall config</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">Authentication success handler</argument>
      <argument type="abstract">Authentication failure handler</argument>
      <argument type="abstract">Authentication required handler</argument>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="scheb_two_factor.security.authentication.trust_resolver" class="Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver">
      <tag name="container.decorator" id="security.authentication.trust_resolver" inner="scheb_two_factor.security.authentication.trust_resolver.inner"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver.inner"/>
    </service>
    <service id="scheb_two_factor.security.access.authenticated_voter" class="Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter">
      <tag name="security.voter" priority="249"/>
    </service>
    <service id="scheb_two_factor.security.access.access_decider" class="Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider">
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="scheb_two_factor.security.listener.token_created" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener">
      <argument type="abstract">Firewall name</argument>
      <argument type="service" id="scheb_two_factor.condition_registry"/>
      <argument type="service" id="scheb_two_factor.provider_initiator"/>
      <argument type="service" id="scheb_two_factor.authentication_context_factory"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="scheb_two_factor.security.listener.check_two_factor_code" class="Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="scheb_two_factor.provider_preparation_recorder"/>
      <argument type="service" id="scheb_two_factor.provider_registry"/>
    </service>
    <service id="scheb_two_factor.security.listener.suppress_remember_me" class="Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="scheb_two_factor.security.provider_preparation_listener" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener">
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.provider_preparation_recorder"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="abstract">Firewall name</argument>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="scheb_two_factor.security.form_listener" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener">
      <argument type="abstract">Two-factor firewall config</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="scheb_two_factor.security.authentication_success_event_suppressor" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="scheb_two_factor.security.kernel_exception_listener" class="Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener">
      <argument type="abstract">Firewall name</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">Authentication required handler</argument>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="scheb_two_factor.security.access_listener" class="Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener">
      <argument type="abstract">Two-factor firewall config</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.access.access_decider"/>
    </service>
    <service id="scheb_two_factor.security.authentication.success_handler" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Two-factor firewall config</argument>
    </service>
    <service id="scheb_two_factor.security.authentication.failure_handler" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Two-factor firewall config</argument>
    </service>
    <service id="scheb_two_factor.security.authentication.authentication_required_handler" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Two-factor firewall config</argument>
    </service>
    <service id="scheb_two_factor.null_csrf_token_manager" class="Scheb\TwoFactorBundle\Security\TwoFactor\Csrf\NullCsrfTokenManager"/>
    <service id="scheb_two_factor.security.firewall_config" class="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig">
      <argument type="collection"/>
      <argument type="abstract">Firewall name</argument>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="scheb_two_factor.security.request_data_reader"/>
    </service>
    <service id="scheb_two_factor.security.request_data_reader" class="Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader"/>
    <service id="scheb_two_factor.persister_factory.doctrine" class="Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory">
      <argument type="service" id="doctrine" on-invalid="null"/>
      <argument>null</argument>
    </service>
    <service id="scheb_two_factor.persister.doctrine" class="Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister" lazy="true">
      <factory service="scheb_two_factor.persister_factory.doctrine" method="getPersister"/>
    </service>
    <service id="scheb_two_factor.provider_registry" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry">
      <argument type="iterator">
        <argument key="email" type="service" id="scheb_two_factor.security.email.provider"/>
      </argument>
    </service>
    <service id="scheb_two_factor.default_token_factory" class="Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory"/>
    <service id="scheb_two_factor.default_provider_decider" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderDecider"/>
    <service id="scheb_two_factor.authentication_context_factory" class="Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory">
      <argument>Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContext</argument>
    </service>
    <service id="scheb_two_factor.condition_registry" class="Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry" lazy="true">
      <argument type="iterator">
        <argument type="service" id="scheb_two_factor.authenticated_token_condition"/>
        <argument type="service" id="scheb_two_factor.ip_whitelist_condition"/>
      </argument>
    </service>
    <service id="scheb_two_factor.authenticated_token_condition" class="Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition" lazy="true">
      <argument>%scheb_two_factor.security_tokens%</argument>
    </service>
    <service id="scheb_two_factor.ip_whitelist_condition" class="Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition" lazy="true">
      <argument type="service" id="scheb_two_factor.default_ip_whitelist_provider"/>
    </service>
    <service id="scheb_two_factor.default_ip_whitelist_provider" class="Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider">
      <argument type="collection"/>
    </service>
    <service id="scheb_two_factor.provider_initiator" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator" lazy="true">
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.default_token_factory"/>
      <argument type="service" id="scheb_two_factor.default_provider_decider"/>
    </service>
    <service id="scheb_two_factor.firewall_context" class="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext" public="true">
      <argument type="collection">
        <argument key="main" type="service" id="security.firewall_config.two_factor.main"/>
      </argument>
    </service>
    <service id="scheb_two_factor.provider_preparation_recorder" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder">
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="scheb_two_factor.form_controller" class="Scheb\TwoFactorBundle\Controller\FormController" public="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.firewall_context"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="scheb_two_factor.security.form_renderer" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy="true">
      <argument type="service" id="twig"/>
      <argument>@SchebTwoFactor/Authentication/form.html.twig</argument>
    </service>
    <service id="scheb_two_factor.security.email.symfony_auth_code_mailer" class="Scheb\TwoFactorBundle\Mailer\SymfonyAuthCodeMailer">
      <argument type="service" id="mailer.mailer"/>
      <argument>no-reply@clet.edu.au</argument>
      <argument>null</argument>
    </service>
    <service id="scheb_two_factor.security.email.default_code_generator" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGenerator" lazy="true">
      <argument type="service" id="scheb_two_factor.persister.doctrine"/>
      <argument type="service" id="app.sms_mailer"/>
      <argument>6</argument>
    </service>
    <service id="scheb_two_factor.security.email.default_form_renderer" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy="true">
      <argument type="service" id="twig"/>
      <argument>2fa/form.html.twig</argument>
    </service>
    <service id="scheb_two_factor.security.email.provider" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\EmailTwoFactorProvider">
      <tag name="scheb_two_factor.provider" alias="email"/>
      <argument type="service" id="scheb_two_factor.security.email.default_code_generator"/>
      <argument type="service" id="scheb_two_factor.security.email.default_form_renderer"/>
    </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 type="service" id=".virtual_request_stack"/>
      <argument>null</argument>
    </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>null</argument>
    </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>/home/staging/public_html</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></argument>
      <argument type="collection">
        <argument key="source" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider">
            <argument>UTF-8</argument>
            <argument>/home/staging/public_html</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></argument>
      <argument type="service" id="monolog.logger.debug" on-invalid="null"/>
    </service>
    <service id="var_dumper.command.server_dump" class="Symfony\Bundle\DebugBundle\Command\ServerDumpPlaceholderCommand">
      <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="web_profiler.controller.profiler" class="Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController" public="true">
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument>%data_collector.templates%</argument>
      <argument type="service" id="web_profiler.csp.handler"/>
      <argument>/home/staging/public_html</argument>
    </service>
    <service id="web_profiler.controller.router" class="Symfony\Bundle\WebProfilerBundle\Controller\RouterController" public="true">
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument>null</argument>
      <argument type="tagged_iterator" tag="routing.expression_language_provider"/>
    </service>
    <service id="web_profiler.controller.exception_panel" class="Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController" public="true">
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument type="service" id="profiler" on-invalid="null"/>
    </service>
    <service id="web_profiler.csp.handler" class="Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler">
      <argument type="service">
        <service class="Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator"/>
      </argument>
    </service>
    <service id="twig.extension.webprofiler" class="Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension">
      <tag name="twig.extension"/>
      <argument type="service">
        <service class="Symfony\Component\VarDumper\Dumper\HtmlDumper">
          <argument>null</argument>
          <argument>UTF-8</argument>
          <argument>1</argument>
          <call method="setDisplayOptions">
            <argument type="collection">
              <argument key="maxStringLength">4096</argument>
              <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter"/>
            </argument>
          </call>
        </service>
      </argument>
    </service>
    <service id="debug.file_link_formatter.url_format" class="string">
      <argument type="service" id="router.default"/>
      <argument>_profiler_open_file</argument>
      <argument>?file=%%f&amp;line=%%l#line%%l</argument>
      <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter" method="generateUrlFormat"/>
    </service>
    <service id="twig.extension.code" class="Symfony\Bundle\WebProfilerBundle\Profiler\CodeExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.file_link_formatter"/>
      <argument>/home/staging/public_html</argument>
      <argument>UTF-8</argument>
    </service>
    <service id="web_profiler.debug_toolbar" class="Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="twig"/>
      <argument>false</argument>
      <argument>2</argument>
      <argument type="service" id="router.default" on-invalid="ignore"/>
      <argument>^/((index|app(_[\w]+)?)\.php/)?_wdt</argument>
      <argument type="service" id="web_profiler.csp.handler"/>
      <argument type="service" id="data_collector.dump" on-invalid="ignore"/>
    </service>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\AdminController" class="AppBundle\Controller\Admin\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\AdminController" class="AppBundle\Controller\Admin\AdminController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\AdminController" class="AppBundle\Controller\Admin\AdminController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\AssessmentActionController" class="AppBundle\Controller\Admin\AssessmentActionController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\AssessmentActionController" class="AppBundle\Controller\Admin\AssessmentActionController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\AssessmentActionController" class="AppBundle\Controller\Admin\AssessmentActionController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\AssessmentValidatingController" class="AppBundle\Controller\Admin\AssessmentValidatingController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\AssessmentValidatingController" class="AppBundle\Controller\Admin\AssessmentValidatingController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\AssessmentValidatingController" class="AppBundle\Controller\Admin\AssessmentValidatingController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\AssessmentValidationController" class="AppBundle\Controller\Admin\AssessmentValidationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\AssessmentValidationController" class="AppBundle\Controller\Admin\AssessmentValidationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\AssessmentValidationController" class="AppBundle\Controller\Admin\AssessmentValidationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\AssessmentValidatorRequirementController" class="AppBundle\Controller\Admin\AssessmentValidatorRequirementController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\AssessmentValidatorRequirementController" class="AppBundle\Controller\Admin\AssessmentValidatorRequirementController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\AssessmentValidatorRequirementController" class="AppBundle\Controller\Admin\AssessmentValidatorRequirementController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\AuditValidationController" class="AppBundle\Controller\Admin\AuditValidationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\AuditValidationController" class="AppBundle\Controller\Admin\AuditValidationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\AuditValidationController" class="AppBundle\Controller\Admin\AuditValidationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\BannerController" class="AppBundle\Controller\Admin\BannerController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\BannerController" class="AppBundle\Controller\Admin\BannerController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\BannerController" class="AppBundle\Controller\Admin\BannerController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\BlogCategoryController" class="AppBundle\Controller\Admin\BlogCategoryController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\BlogCategoryController" class="AppBundle\Controller\Admin\BlogCategoryController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\BlogCategoryController" class="AppBundle\Controller\Admin\BlogCategoryController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\BlogController" class="AppBundle\Controller\Admin\BlogController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\BlogController" class="AppBundle\Controller\Admin\BlogController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\BlogController" class="AppBundle\Controller\Admin\BlogController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\CareerFaqController" class="AppBundle\Controller\Admin\CareerFaqController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\CareerFaqController" class="AppBundle\Controller\Admin\CareerFaqController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\CareerFaqController" class="AppBundle\Controller\Admin\CareerFaqController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ChatController" class="AppBundle\Controller\Admin\ChatController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ChatController" class="AppBundle\Controller\Admin\ChatController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ChatController" class="AppBundle\Controller\Admin\ChatController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\CletAssessmentController" class="AppBundle\Controller\Admin\CletAssessmentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\CletAssessmentController" class="AppBundle\Controller\Admin\CletAssessmentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\CletAssessmentController" class="AppBundle\Controller\Admin\CletAssessmentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\CletAssessmentTaskController" class="AppBundle\Controller\Admin\CletAssessmentTaskController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\CletAssessmentTaskController" class="AppBundle\Controller\Admin\CletAssessmentTaskController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\CletAssessmentTaskController" class="AppBundle\Controller\Admin\CletAssessmentTaskController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\CletQualificationAssessmentController" class="AppBundle\Controller\Admin\CletQualificationAssessmentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\CletQualificationAssessmentController" class="AppBundle\Controller\Admin\CletQualificationAssessmentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\CletQualificationAssessmentController" class="AppBundle\Controller\Admin\CletQualificationAssessmentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\CletQualificationController" class="AppBundle\Controller\Admin\CletQualificationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\CletQualificationController" class="AppBundle\Controller\Admin\CletQualificationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\CletQualificationController" class="AppBundle\Controller\Admin\CletQualificationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ClientController" class="AppBundle\Controller\Admin\ClientController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ClientController" class="AppBundle\Controller\Admin\ClientController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ClientController" class="AppBundle\Controller\Admin\ClientController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ComplainAppealController" class="AppBundle\Controller\Admin\ComplainAppealController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ComplainAppealController" class="AppBundle\Controller\Admin\ComplainAppealController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ComplainAppealController" class="AppBundle\Controller\Admin\ComplainAppealController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ConfigController" class="AppBundle\Controller\Admin\ConfigController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ConfigController" class="AppBundle\Controller\Admin\ConfigController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ConfigController" class="AppBundle\Controller\Admin\ConfigController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ConsultationRegisterController" class="AppBundle\Controller\Admin\ConsultationRegisterController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ConsultationRegisterController" class="AppBundle\Controller\Admin\ConsultationRegisterController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ConsultationRegisterController" class="AppBundle\Controller\Admin\ConsultationRegisterController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ContinuousImprovementController" class="AppBundle\Controller\Admin\ContinuousImprovementController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ContinuousImprovementController" class="AppBundle\Controller\Admin\ContinuousImprovementController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ContinuousImprovementController" class="AppBundle\Controller\Admin\ContinuousImprovementController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\CoreSkillController" class="AppBundle\Controller\Admin\CoreSkillController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\CoreSkillController" class="AppBundle\Controller\Admin\CoreSkillController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\CoreSkillController" class="AppBundle\Controller\Admin\CoreSkillController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\CourseAreaController" class="AppBundle\Controller\Admin\CourseAreaController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\CourseAreaController" class="AppBundle\Controller\Admin\CourseAreaController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\CourseAreaController" class="AppBundle\Controller\Admin\CourseAreaController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\CourseController" class="AppBundle\Controller\Admin\CourseController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\CourseController" class="AppBundle\Controller\Admin\CourseController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\CourseController" class="AppBundle\Controller\Admin\CourseController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\CreditPriorController" class="AppBundle\Controller\Admin\CreditPriorController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\CreditPriorController" class="AppBundle\Controller\Admin\CreditPriorController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\CreditPriorController" class="AppBundle\Controller\Admin\CreditPriorController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\DomainController" class="AppBundle\Controller\Admin\DomainController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\DomainController" class="AppBundle\Controller\Admin\DomainController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\DomainController" class="AppBundle\Controller\Admin\DomainController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\EmailController" class="AppBundle\Controller\Admin\EmailController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\EmailController" class="AppBundle\Controller\Admin\EmailController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\EmailController" class="AppBundle\Controller\Admin\EmailController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\EmailTemplateController" class="AppBundle\Controller\Admin\EmailTemplateController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\EmailTemplateController" class="AppBundle\Controller\Admin\EmailTemplateController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\EmailTemplateController" class="AppBundle\Controller\Admin\EmailTemplateController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\EvidenceCheckListController" class="AppBundle\Controller\Admin\EvidenceCheckListController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\EvidenceCheckListController" class="AppBundle\Controller\Admin\EvidenceCheckListController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\EvidenceCheckListController" class="AppBundle\Controller\Admin\EvidenceCheckListController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\EvidenceVaultController" class="AppBundle\Controller\Admin\EvidenceVaultController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\EvidenceVaultController" class="AppBundle\Controller\Admin\EvidenceVaultController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\EvidenceVaultController" class="AppBundle\Controller\Admin\EvidenceVaultController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\FaqController" class="AppBundle\Controller\Admin\FaqController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\FaqController" class="AppBundle\Controller\Admin\FaqController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\FaqController" class="AppBundle\Controller\Admin\FaqController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\FileController" class="AppBundle\Controller\Admin\FileController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\FileController" class="AppBundle\Controller\Admin\FileController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\FileController" class="AppBundle\Controller\Admin\FileController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\GovernanceRegisterActionController" class="AppBundle\Controller\Admin\GovernanceRegisterActionController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\GovernanceRegisterActionController" class="AppBundle\Controller\Admin\GovernanceRegisterActionController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\GovernanceRegisterActionController" class="AppBundle\Controller\Admin\GovernanceRegisterActionController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\GovernanceRegisterController" class="AppBundle\Controller\Admin\GovernanceRegisterController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\GovernanceRegisterController" class="AppBundle\Controller\Admin\GovernanceRegisterController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\GovernanceRegisterController" class="AppBundle\Controller\Admin\GovernanceRegisterController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\GraphsController" class="AppBundle\Controller\Admin\GraphsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\GraphsController" class="AppBundle\Controller\Admin\GraphsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\GraphsController" class="AppBundle\Controller\Admin\GraphsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\HighlightsWordsController" class="AppBundle\Controller\Admin\HighlightsWordsController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\HighlightsWordsController" class="AppBundle\Controller\Admin\HighlightsWordsController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\HighlightsWordsController" class="AppBundle\Controller\Admin\HighlightsWordsController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ImageGalleryController" class="AppBundle\Controller\Admin\ImageGalleryController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ImageGalleryController" class="AppBundle\Controller\Admin\ImageGalleryController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ImageGalleryController" class="AppBundle\Controller\Admin\ImageGalleryController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ImageTypeController" class="AppBundle\Controller\Admin\ImageTypeController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ImageTypeController" class="AppBundle\Controller\Admin\ImageTypeController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ImageTypeController" class="AppBundle\Controller\Admin\ImageTypeController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\JobApplicationController" class="AppBundle\Controller\Admin\JobApplicationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\JobApplicationController" class="AppBundle\Controller\Admin\JobApplicationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\JobApplicationController" class="AppBundle\Controller\Admin\JobApplicationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\JobController" class="AppBundle\Controller\Admin\JobController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\JobController" class="AppBundle\Controller\Admin\JobController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\JobController" class="AppBundle\Controller\Admin\JobController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ModalController" class="AppBundle\Controller\Admin\ModalController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ModalController" class="AppBundle\Controller\Admin\ModalController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ModalController" class="AppBundle\Controller\Admin\ModalController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\NotificationController" class="AppBundle\Controller\Admin\NotificationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\NotificationController" class="AppBundle\Controller\Admin\NotificationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\NotificationController" class="AppBundle\Controller\Admin\NotificationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\PageController" class="AppBundle\Controller\Admin\PageController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\PageController" class="AppBundle\Controller\Admin\PageController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\PageController" class="AppBundle\Controller\Admin\PageController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\PageSectionController" class="AppBundle\Controller\Admin\PageSectionController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\PageSectionController" class="AppBundle\Controller\Admin\PageSectionController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\PageSectionController" class="AppBundle\Controller\Admin\PageSectionController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\PaymentBypassCodeController" class="AppBundle\Controller\Admin\PaymentBypassCodeController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\PaymentBypassCodeController" class="AppBundle\Controller\Admin\PaymentBypassCodeController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\PaymentBypassCodeController" class="AppBundle\Controller\Admin\PaymentBypassCodeController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\PaymentPlanController" class="AppBundle\Controller\Admin\PaymentPlanController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\PaymentPlanController" class="AppBundle\Controller\Admin\PaymentPlanController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\PaymentPlanController" class="AppBundle\Controller\Admin\PaymentPlanController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ProfileController" class="AppBundle\Controller\Admin\ProfileController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ProfileController" class="AppBundle\Controller\Admin\ProfileController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ProfileController" class="AppBundle\Controller\Admin\ProfileController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\QuestionController" class="AppBundle\Controller\Admin\QuestionController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\QuestionController" class="AppBundle\Controller\Admin\QuestionController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\QuestionController" class="AppBundle\Controller\Admin\QuestionController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\AdminActionController" class="AppBundle\Controller\Admin\RPL\AdminActionController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\AdminActionController" class="AppBundle\Controller\Admin\RPL\AdminActionController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\AdminActionController" class="AppBundle\Controller\Admin\RPL\AdminActionController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\AssessmentLetterController" class="AppBundle\Controller\Admin\RPL\AssessmentLetterController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\AssessmentLetterController" class="AppBundle\Controller\Admin\RPL\AssessmentLetterController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\AssessmentLetterController" class="AppBundle\Controller\Admin\RPL\AssessmentLetterController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\EvidenceGuideController" class="AppBundle\Controller\Admin\RPL\EvidenceGuideController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\EvidenceGuideController" class="AppBundle\Controller\Admin\RPL\EvidenceGuideController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\EvidenceGuideController" class="AppBundle\Controller\Admin\RPL\EvidenceGuideController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\IndustryController" class="AppBundle\Controller\Admin\RPL\IndustryController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\IndustryController" class="AppBundle\Controller\Admin\RPL\IndustryController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\IndustryController" class="AppBundle\Controller\Admin\RPL\IndustryController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\ProfileController" class="AppBundle\Controller\Admin\RPL\ProfileController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\ProfileController" class="AppBundle\Controller\Admin\RPL\ProfileController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\ProfileController" class="AppBundle\Controller\Admin\RPL\ProfileController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RPLAreaController" class="AppBundle\Controller\Admin\RPL\RPLAreaController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RPLAreaController" class="AppBundle\Controller\Admin\RPL\RPLAreaController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RPLAreaController" class="AppBundle\Controller\Admin\RPL\RPLAreaController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RPLCheckListController" class="AppBundle\Controller\Admin\RPL\RPLCheckListController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RPLCheckListController" class="AppBundle\Controller\Admin\RPL\RPLCheckListController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RPLCheckListController" class="AppBundle\Controller\Admin\RPL\RPLCheckListController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RankActionController" class="AppBundle\Controller\Admin\RPL\RankActionController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RankActionController" class="AppBundle\Controller\Admin\RPL\RankActionController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RankActionController" class="AppBundle\Controller\Admin\RPL\RankActionController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RankController" class="AppBundle\Controller\Admin\RPL\RankController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RankController" class="AppBundle\Controller\Admin\RPL\RankController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RankController" class="AppBundle\Controller\Admin\RPL\RankController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RankGroupController" class="AppBundle\Controller\Admin\RPL\RankGroupController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RankGroupController" class="AppBundle\Controller\Admin\RPL\RankGroupController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RankGroupController" class="AppBundle\Controller\Admin\RPL\RankGroupController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RankLevelController" class="AppBundle\Controller\Admin\RPL\RankLevelController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RankLevelController" class="AppBundle\Controller\Admin\RPL\RankLevelController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RankLevelController" class="AppBundle\Controller\Admin\RPL\RankLevelController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RankQualificationController" class="AppBundle\Controller\Admin\RPL\RankQualificationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RankQualificationController" class="AppBundle\Controller\Admin\RPL\RankQualificationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RankQualificationController" class="AppBundle\Controller\Admin\RPL\RankQualificationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RankUnitController" class="AppBundle\Controller\Admin\RPL\RankUnitController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RankUnitController" class="AppBundle\Controller\Admin\RPL\RankUnitController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RankUnitController" class="AppBundle\Controller\Admin\RPL\RankUnitController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RplApplicationController" class="AppBundle\Controller\Admin\RPL\RplApplicationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RplApplicationController" class="AppBundle\Controller\Admin\RPL\RplApplicationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RplApplicationController" class="AppBundle\Controller\Admin\RPL\RplApplicationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\RplImportPowerPro" class="AppBundle\Controller\Admin\RPL\RplImportPowerPro" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\RplImportPowerPro" class="AppBundle\Controller\Admin\RPL\RplImportPowerPro" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\RplImportPowerPro" class="AppBundle\Controller\Admin\RPL\RplImportPowerPro" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\RPL\SectorController" class="AppBundle\Controller\Admin\RPL\SectorController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\RPL\SectorController" class="AppBundle\Controller\Admin\RPL\SectorController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\RPL\SectorController" class="AppBundle\Controller\Admin\RPL\SectorController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\SaleController" class="AppBundle\Controller\Admin\SaleController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\SaleController" class="AppBundle\Controller\Admin\SaleController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\SaleController" class="AppBundle\Controller\Admin\SaleController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\ScheduleEmailController" class="AppBundle\Controller\Admin\ScheduleEmailController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\ScheduleEmailController" class="AppBundle\Controller\Admin\ScheduleEmailController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\ScheduleEmailController" class="AppBundle\Controller\Admin\ScheduleEmailController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\SecurityController" class="AppBundle\Controller\Admin\SecurityController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\SecurityController" class="AppBundle\Controller\Admin\SecurityController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\SecurityController" class="AppBundle\Controller\Admin\SecurityController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\SpeakerController" class="AppBundle\Controller\Admin\SpeakerController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\SpeakerController" class="AppBundle\Controller\Admin\SpeakerController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\SpeakerController" class="AppBundle\Controller\Admin\SpeakerController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\StudentController" class="AppBundle\Controller\Admin\StudentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\StudentController" class="AppBundle\Controller\Admin\StudentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\StudentController" class="AppBundle\Controller\Admin\StudentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\TestimonialController" class="AppBundle\Controller\Admin\TestimonialController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\TestimonialController" class="AppBundle\Controller\Admin\TestimonialController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\TestimonialController" class="AppBundle\Controller\Admin\TestimonialController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\TgaController" class="AppBundle\Controller\Admin\TgaController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\TgaController" class="AppBundle\Controller\Admin\TgaController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\TgaController" class="AppBundle\Controller\Admin\TgaController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\TrainerController" class="AppBundle\Controller\Admin\TrainerController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\TrainerController" class="AppBundle\Controller\Admin\TrainerController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\TrainerController" class="AppBundle\Controller\Admin\TrainerController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\TrainingAssessmentController" class="AppBundle\Controller\Admin\TrainingAssessmentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\TrainingAssessmentController" class="AppBundle\Controller\Admin\TrainingAssessmentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\TrainingAssessmentController" class="AppBundle\Controller\Admin\TrainingAssessmentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\UnitController" class="AppBundle\Controller\Admin\UnitController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\UnitController" class="AppBundle\Controller\Admin\UnitController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\UnitController" class="AppBundle\Controller\Admin\UnitController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\UnitGuideController" class="AppBundle\Controller\Admin\UnitGuideController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\UnitGuideController" class="AppBundle\Controller\Admin\UnitGuideController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\UnitGuideController" class="AppBundle\Controller\Admin\UnitGuideController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Admin\UserController" class="AppBundle\Controller\Admin\UserController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Admin\UserController" class="AppBundle\Controller\Admin\UserController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Admin\UserController" class="AppBundle\Controller\Admin\UserController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Api\QualificationController" class="AppBundle\Controller\Api\QualificationController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Api\QualificationController" class="AppBundle\Controller\Api\QualificationController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Api\QualificationController" class="AppBundle\Controller\Api\QualificationController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Api\TokenController" class="AppBundle\Controller\Api\TokenController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Api\TokenController" class="AppBundle\Controller\Api\TokenController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Api\TokenController" class="AppBundle\Controller\Api\TokenController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\DefaultController" class="AppBundle\Controller\DefaultController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\DefaultController" class="AppBundle\Controller\DefaultController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\DefaultController" class="AppBundle\Controller\DefaultController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Site\CreditPriorStudyController" class="AppBundle\Controller\Site\CreditPriorStudyController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Site\CreditPriorStudyController" class="AppBundle\Controller\Site\CreditPriorStudyController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Site\CreditPriorStudyController" class="AppBundle\Controller\Site\CreditPriorStudyController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Site\EnrolmentController" class="AppBundle\Controller\Site\EnrolmentController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Site\EnrolmentController" class="AppBundle\Controller\Site\EnrolmentController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Site\EnrolmentController" class="AppBundle\Controller\Site\EnrolmentController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Site\PdfController" class="AppBundle\Controller\Site\PdfController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Site\PdfController" class="AppBundle\Controller\Site\PdfController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Site\PdfController" class="AppBundle\Controller\Site\PdfController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Site\RplController" class="AppBundle\Controller\Site\RplController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Site\RplController" class="AppBundle\Controller\Site\RplController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Site\RplController" class="AppBundle\Controller\Site\RplController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Site\SiteController" class="AppBundle\Controller\Site\SiteController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Site\SiteController" class="AppBundle\Controller\Site\SiteController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Site\SiteController" class="AppBundle\Controller\Site\SiteController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.AppBundle\Controller\Site\SitemapController" class="AppBundle\Controller\Site\SitemapController" public="true" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.AppBundle\Controller\Site\SitemapController" class="AppBundle\Controller\Site\SitemapController" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Controller\Site\SitemapController" class="AppBundle\Controller\Site\SitemapController" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.trainer" class="AppBundle\Form\TrainerForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.trainer" class="AppBundle\Form\TrainerForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.consultant" class="AppBundle\Form\TrainerConsultantForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.consultant" class="AppBundle\Form\TrainerConsultantForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.rplchecklist" class="AppBundle\Form\RPLCheckListForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.rplchecklist" class="AppBundle\Form\RPLCheckListForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.evidencechecklist" class="AppBundle\Form\EvidenceCheckListForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.evidencechecklist" class="AppBundle\Form\EvidenceCheckListForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.faq" class="AppBundle\Form\FaqForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.faq" class="AppBundle\Form\FaqForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.tag" class="AppBundle\Form\CourseForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.tag" class="AppBundle\Form\CourseForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.page" class="AppBundle\Form\PageForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.page" class="AppBundle\Form\PageForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.blog" class="AppBundle\Form\BlogForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.blog" class="AppBundle\Form\BlogForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Craue\FormFlowBundle\Form\FormFlowInterface.0.AppBundle\Form\Site\EnrolmentFlow" class="Craue\FormFlowBundle\Form\FormFlow" abstract="true">
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".abstract.instanceof.AppBundle\Form\Site\EnrolmentFlow" class="AppBundle\Form\Site\EnrolmentFlow" public="true" autoconfigure="true" abstract="true">
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".instanceof.Craue\FormFlowBundle\Form\FormFlowInterface.0.AppBundle\Form\RPL\RplFlow" class="Craue\FormFlowBundle\Form\FormFlow" abstract="true">
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".abstract.instanceof.AppBundle\Form\RPL\RplFlow" class="AppBundle\Form\RPL\RplFlow" public="true" autoconfigure="true" abstract="true">
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".instanceof.Craue\FormFlowBundle\Form\FormFlowInterface.0.AppBundle\Form\CreditPriorStudy\CreditPriorStudyFlow" class="Craue\FormFlowBundle\Form\FormFlow" abstract="true">
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".abstract.instanceof.AppBundle\Form\CreditPriorStudy\CreditPriorStudyFlow" class="AppBundle\Form\CreditPriorStudy\CreditPriorStudyFlow" public="true" autoconfigure="true" abstract="true">
      <call method="setDataManager">
        <argument type="service" id="craue.form.flow.data_manager_default"/>
      </call>
      <call method="setFormFactory">
        <argument type="service" id="form.factory"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack"/>
      </call>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.rplapplicationqualification" class="AppBundle\Form\RPL\RplApplicationQualificationForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.rplapplicationqualification" class="AppBundle\Form\RPL\RplApplicationQualificationForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.assessmentQualification" class="AppBundle\Form\RPL\RplAssessmentApplicationQualificationForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.assessmentQualification" class="AppBundle\Form\RPL\RplAssessmentApplicationQualificationForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.rplQualificationUnit" class="AppBundle\Form\RPL\Admin\QualificationUnitForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.rplQualificationUnit" class="AppBundle\Form\RPL\Admin\QualificationUnitForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.assessmentQualificationUnit" class="AppBundle\Form\AssessmentQualificationUnitForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.assessmentQualificationUnit" class="AppBundle\Form\AssessmentQualificationUnitForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.rplQualificationSingleUnit" class="AppBundle\Form\RPL\Admin\QualificationSingleUnitForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.rplQualificationSingleUnit" class="AppBundle\Form\RPL\Admin\QualificationSingleUnitForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.assessmentFormPdf" class="AppBundle\Form\RPL\RplAssessmentFormPdf" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.assessmentFormPdf" class="AppBundle\Form\RPL\RplAssessmentFormPdf" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.vault" class="AppBundle\Form\RPL\Admin\RplVaultFileForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.vault" class="AppBundle\Form\RPL\Admin\RplVaultFileForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.type.entity_hidden" class="AppBundle\Form\Type\EntityHiddenType" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.type.entity_hidden" class="AppBundle\Form\Type\EntityHiddenType" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.app.twig_extension" class="AppBundle\Twig\AppExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.twig_extension" class="AppBundle\Twig\AppExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.app.twig.database_globals_extension" class="AppBundle\Twig\Extension\DatabaseGlobalsExtension" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.twig.database_globals_extension" class="AppBundle\Twig\Extension\DatabaseGlobalsExtension" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ImportTgaCommand" class="AppBundle\Command\ImportTgaCommand" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Command\ImportTgaCommand" class="AppBundle\Command\ImportTgaCommand" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\EmailScheduleCommand" class="AppBundle\Command\EmailScheduleCommand" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Command\EmailScheduleCommand" class="AppBundle\Command\EmailScheduleCommand" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SendEmailsInQueue" class="AppBundle\Command\SendEmailsInQueue" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Command\SendEmailsInQueue" class="AppBundle\Command\SendEmailsInQueue" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\CreateEmailsInQueue" class="AppBundle\Command\CreateEmailsInQueue" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Command\CreateEmailsInQueue" class="AppBundle\Command\CreateEmailsInQueue" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GenerateCourseBrochureCommand" class="AppBundle\Command\GenerateCourseBrochureCommand" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Command\GenerateCourseBrochureCommand" class="AppBundle\Command\GenerateCourseBrochureCommand" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\ExportClientToPowerProCommand" class="AppBundle\Command\ExportClientToPowerProCommand" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Command\ExportClientToPowerProCommand" class="AppBundle\Command\ExportClientToPowerProCommand" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\RplAutomateActionsCommand" class="AppBundle\Command\RplAutomateActionsCommand" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Command\RplAutomateActionsCommand" class="AppBundle\Command\RplAutomateActionsCommand" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GenerateClientProfileCommand" class="AppBundle\Command\GenerateClientProfileCommand" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Command\GenerateClientProfileCommand" class="AppBundle\Command\GenerateClientProfileCommand" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\GenerateAssessmentDocumentsInQueue" class="AppBundle\Command\GenerateAssessmentDocumentsInQueue" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.AppBundle\Command\GenerateAssessmentDocumentsInQueue" class="AppBundle\Command\GenerateAssessmentDocumentsInQueue" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.type.user" class="AppBundle\Form\UserForm" public="true" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.app.form.type.user" class="AppBundle\Form\UserForm" public="true" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".service_locator.bJ.4HC5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="base64" type="service_closure" id="container.env_var_processor"/>
        <argument key="bool" type="service_closure" id="container.env_var_processor"/>
        <argument key="const" type="service_closure" id="container.env_var_processor"/>
        <argument key="csv" type="service_closure" id="container.env_var_processor"/>
        <argument key="default" type="service_closure" id="container.env_var_processor"/>
        <argument key="defined" type="service_closure" id="container.env_var_processor"/>
        <argument key="enum" type="service_closure" id="container.env_var_processor"/>
        <argument key="file" type="service_closure" id="container.env_var_processor"/>
        <argument key="float" type="service_closure" id="container.env_var_processor"/>
        <argument key="int" type="service_closure" id="container.env_var_processor"/>
        <argument key="json" type="service_closure" id="container.env_var_processor"/>
        <argument key="key" type="service_closure" id="container.env_var_processor"/>
        <argument key="not" type="service_closure" id="container.env_var_processor"/>
        <argument key="query_string" type="service_closure" id="container.env_var_processor"/>
        <argument key="require" type="service_closure" id="container.env_var_processor"/>
        <argument key="resolve" type="service_closure" id="container.env_var_processor"/>
        <argument key="shuffle" type="service_closure" id="container.env_var_processor"/>
        <argument key="string" type="service_closure" id="container.env_var_processor"/>
        <argument key="trim" type="service_closure" id="container.env_var_processor"/>
        <argument key="url" type="service_closure" id="container.env_var_processor"/>
      </argument>
    </service>
    <service id=".service_locator.UMXFunj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="texter" type="service_closure" id="texter"/>
      </argument>
    </service>
    <service id=".service_locator.Zb_6UQ4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="adminAction" type="service_closure" id=".errored..service_locator.Zb_6UQ4.AppBundle\Entity\CletAssessmentAction"/>
      </argument>
    </service>
    <service id=".service_locator.y1U_m15" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="validation" type="service_closure" id=".errored..service_locator.y1U_m15.AppBundle\Entity\CletAssessmentValidation"/>
      </argument>
    </service>
    <service id=".service_locator.57Xxuh3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="heading" type="service_closure" id=".errored..service_locator.57Xxuh3.AppBundle\Entity\CletAuditFormHeading"/>
      </argument>
    </service>
    <service id=".service_locator.eY1LIh8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="validation" type="service_closure" id=".errored..service_locator.eY1LIh8.AppBundle\Entity\CletAuditForm"/>
      </argument>
    </service>
    <service id=".service_locator.nPwTYdR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="banner" type="service_closure" id=".errored..service_locator.nPwTYdR.AppBundle\Entity\CletBanner"/>
      </argument>
    </service>
    <service id=".service_locator.PxGi3rG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="category" type="service_closure" id=".errored..service_locator.PxGi3rG.AppBundle\Entity\CletBlogCategory"/>
      </argument>
    </service>
    <service id=".service_locator.L2v1cRe" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="blog" type="service_closure" id=".errored..service_locator.L2v1cRe.AppBundle\Entity\CletBlog"/>
      </argument>
    </service>
    <service id=".service_locator.E5TyA.w" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="careerFaq" type="service_closure" id=".errored..service_locator.E5TyA.w.AppBundle\Entity\CletCareerFaq"/>
      </argument>
    </service>
    <service id=".service_locator.6BLxd96" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="openAIService" type="service_closure" id="AppBundle\Service\OpenAIService"/>
      </argument>
    </service>
    <service id=".service_locator.CoXbXol" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="qualification" type="service_closure" id=".errored..service_locator.CoXbXol.AppBundle\Entity\CletQualification"/>
      </argument>
    </service>
    <service id=".service_locator.SbuUy6j" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="qualification" type="service_closure" id=".errored..service_locator.SbuUy6j.AppBundle\Entity\CletQualification"/>
        <argument key="unit" type="service_closure" id=".errored..service_locator.SbuUy6j.AppBundle\Entity\CletAssessmentUnitQualification"/>
      </argument>
    </service>
    <service id=".service_locator.v4zkl64" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="qualification" type="service_closure" id=".errored..service_locator.v4zkl64.AppBundle\Entity\CletQualification"/>
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.wxkQFjj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="unit" type="service_closure" id=".errored..service_locator.wxkQFjj.AppBundle\Entity\CletAssessmentUnit"/>
      </argument>
    </service>
    <service id=".service_locator.d.l9Fb1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.WMOyMXs" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="client" type="service_closure" id=".errored..service_locator.WMOyMXs.AppBundle\Entity\CletClient"/>
      </argument>
    </service>
    <service id=".service_locator.37hHbsh" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="enrolment" type="service_closure" id=".errored..service_locator.37hHbsh.AppBundle\Entity\CletEnrolment"/>
      </argument>
    </service>
    <service id=".service_locator.kZA2SGA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="client" type="service_closure" id=".errored..service_locator.kZA2SGA.AppBundle\Entity\CletClient"/>
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.ZVVVd3f" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="note" type="service_closure" id=".errored..service_locator.ZVVVd3f.AppBundle\Entity\CletEnrolmentNotes"/>
      </argument>
    </service>
    <service id=".service_locator.Ds5mK9J" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="client" type="service_closure" id=".errored..service_locator.Ds5mK9J.AppBundle\Entity\CletClient"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="texter" type="service_closure" id="texter"/>
      </argument>
    </service>
    <service id=".service_locator.MX68d05" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="document" type="service_closure" id=".errored..service_locator.MX68d05.AppBundle\Entity\CletEnrolmentDocument"/>
        <argument key="enrolment" type="service_closure" id=".errored..service_locator.MX68d05.AppBundle\Entity\CletEnrolment"/>
      </argument>
    </service>
    <service id=".service_locator.t51VKDn" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="register" type="service_closure" id=".errored..service_locator.t51VKDn.AppBundle\Entity\CletComplainAppeal"/>
      </argument>
    </service>
    <service id=".service_locator.Jg_0diP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="document" type="service_closure" id=".errored..service_locator.Jg_0diP.AppBundle\Entity\CletComplainAppealDocuments"/>
      </argument>
    </service>
    <service id=".service_locator.kAV5QRJ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="register" type="service_closure" id=".errored..service_locator.kAV5QRJ.AppBundle\Entity\CletConsultationRegister"/>
      </argument>
    </service>
    <service id=".service_locator.bA7F69_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="type" type="service_closure" id=".errored..service_locator.bA7F69_.AppBundle\Entity\CletConsultationRegisterType"/>
      </argument>
    </service>
    <service id=".service_locator.xqzFA64" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="sector" type="service_closure" id=".errored..service_locator.xqzFA64.AppBundle\Entity\CletConsultationRegisterSector"/>
      </argument>
    </service>
    <service id=".service_locator.Q3708uW" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="ci" type="service_closure" id=".errored..service_locator.Q3708uW.AppBundle\Entity\CletContinuousImprovement"/>
      </argument>
    </service>
    <service id=".service_locator.OYhH2WV" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="coreSkill" type="service_closure" id=".errored..service_locator.OYhH2WV.AppBundle\Entity\CletCoreSkill"/>
      </argument>
    </service>
    <service id=".service_locator.DZmeir8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="courseArea" type="service_closure" id=".errored..service_locator.DZmeir8.AppBundle\Entity\CletCourseArea"/>
      </argument>
    </service>
    <service id=".service_locator.PPBswmO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="course" type="service_closure" id=".errored..service_locator.PPBswmO.AppBundle\Entity\CletCourse"/>
      </argument>
    </service>
    <service id=".service_locator.ka16.tt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="creditPriorStudy" type="service_closure" id=".errored..service_locator.ka16.tt.AppBundle\Entity\CletCreditPriorStudy"/>
      </argument>
    </service>
    <service id=".service_locator.1Szkn.6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="note" type="service_closure" id=".errored..service_locator.1Szkn.6.AppBundle\Entity\CletCreditPriorNotes"/>
      </argument>
    </service>
    <service id=".service_locator.I1ONtYj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="domain" type="service_closure" id=".errored..service_locator.I1ONtYj.AppBundle\Entity\CletDomain"/>
      </argument>
    </service>
    <service id=".service_locator.51JZ.sN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="emailTemplate" type="service_closure" id=".errored..service_locator.51JZ.sN.AppBundle\Entity\CletEmailTemplate"/>
      </argument>
    </service>
    <service id=".service_locator.uVvF4gL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
      </argument>
    </service>
    <service id=".service_locator.WI298Uw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="checkList" type="service_closure" id=".errored..service_locator.WI298Uw.AppBundle\Entity\CletEvidenceCheckList"/>
      </argument>
    </service>
    <service id=".service_locator.VHfNEaH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="category" type="service_closure" id=".errored..service_locator.VHfNEaH.AppBundle\Entity\RPL\RplVaultCategory"/>
      </argument>
    </service>
    <service id=".service_locator.BkanpCu" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="file" type="service_closure" id=".errored..service_locator.BkanpCu.AppBundle\Entity\RPL\RplVaultFile"/>
      </argument>
    </service>
    <service id=".service_locator.BYa8zL_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="category" type="service_closure" id=".errored..service_locator.BYa8zL_.AppBundle\Entity\RPL\RplVaultCategory"/>
        <argument key="file" type="service_closure" id=".errored..service_locator.BYa8zL_.AppBundle\Entity\RPL\RplVaultFile"/>
      </argument>
    </service>
    <service id=".service_locator.8gDZjhJ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="label" type="service_closure" id=".errored..service_locator.8gDZjhJ.AppBundle\Entity\RPL\RplVaultLabel"/>
      </argument>
    </service>
    <service id=".service_locator.nUqsmfq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="faq" type="service_closure" id=".errored..service_locator.nUqsmfq.AppBundle\Entity\CletFaq"/>
      </argument>
    </service>
    <service id=".service_locator.Z5pdwQH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="category" type="service_closure" id=".errored..service_locator.Z5pdwQH.AppBundle\Entity\CletFaqCategory"/>
      </argument>
    </service>
    <service id=".service_locator.h.w206C" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="action" type="service_closure" id=".errored..service_locator.h.w206C.AppBundle\Entity\CletGovernanceRegisterAction"/>
      </argument>
    </service>
    <service id=".service_locator.l4klmcI" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="register" type="service_closure" id=".errored..service_locator.l4klmcI.AppBundle\Entity\CletGovernanceRegister"/>
      </argument>
    </service>
    <service id=".service_locator.0eXw6Nk" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="type" type="service_closure" id=".errored..service_locator.0eXw6Nk.AppBundle\Entity\CletGovernanceRegisterType"/>
      </argument>
    </service>
    <service id=".service_locator.8Nab1gl" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="sector" type="service_closure" id=".errored..service_locator.8Nab1gl.AppBundle\Entity\CletGovernanceRegisterSector"/>
      </argument>
    </service>
    <service id=".service_locator.jEzNnJ4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="document" type="service_closure" id=".errored..service_locator.jEzNnJ4.AppBundle\Entity\CletGovernanceRegisterDocuments"/>
      </argument>
    </service>
    <service id=".service_locator.nomffYL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="imageType" type="service_closure" id=".errored..service_locator.nomffYL.AppBundle\Entity\CletImageType"/>
      </argument>
    </service>
    <service id=".service_locator.JN9v66w" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="application" type="service_closure" id=".errored..service_locator.JN9v66w.AppBundle\Entity\CletJobApplication"/>
      </argument>
    </service>
    <service id=".service_locator.uB.5dTU" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="job" type="service_closure" id=".errored..service_locator.uB.5dTU.AppBundle\Entity\CletJob"/>
      </argument>
    </service>
    <service id=".service_locator.wYWWKin" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="modal" type="service_closure" id=".errored..service_locator.wYWWKin.AppBundle\Entity\CletModal"/>
      </argument>
    </service>
    <service id=".service_locator.6OJ6Jki" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="notification" type="service_closure" id=".errored..service_locator.6OJ6Jki.AppBundle\Entity\CletNotification"/>
      </argument>
    </service>
    <service id=".service_locator.ZEyE7ci" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pageSection" type="service_closure" id=".errored..service_locator.ZEyE7ci.AppBundle\Entity\CletPageSection"/>
      </argument>
    </service>
    <service id=".service_locator.KaqbNIB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="code" type="service_closure" id=".errored..service_locator.KaqbNIB.AppBundle\Entity\CletPaymentBypassCode"/>
      </argument>
    </service>
    <service id=".service_locator.tJx68Pd" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="payment" type="service_closure" id=".errored..service_locator.tJx68Pd.AppBundle\Entity\CletPaymentPlan"/>
      </argument>
    </service>
    <service id=".service_locator.eruaUp6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="client" type="service_closure" id=".errored..service_locator.eruaUp6.AppBundle\Entity\CletClientProfile"/>
      </argument>
    </service>
    <service id=".service_locator.qYv3WLm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="question" type="service_closure" id=".errored..service_locator.qYv3WLm.AppBundle\Entity\CletQuestion"/>
      </argument>
    </service>
    <service id=".service_locator.qp_WN83" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="adminAction" type="service_closure" id=".errored..service_locator.qp_WN83.AppBundle\Entity\RPL\RplAdminAction"/>
      </argument>
    </service>
    <service id=".service_locator.Xo1jkzF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="letterTemplate" type="service_closure" id=".errored..service_locator.Xo1jkzF.AppBundle\Entity\RPL\RplAssessmentLetterTemplate"/>
      </argument>
    </service>
    <service id=".service_locator.a81C83s" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="letterTemplate" type="service_closure" id=".errored..service_locator.a81C83s.AppBundle\Entity\RPL\RplAssessmentLetterTemplate"/>
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.l0oiUmf" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="group" type="service_closure" id=".errored..service_locator.l0oiUmf.AppBundle\Entity\RPL\RplEvidenceGuideGroup"/>
      </argument>
    </service>
    <service id=".service_locator.mRMeMDy" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="group" type="service_closure" id=".errored..service_locator.mRMeMDy.AppBundle\Entity\RPL\RplEvidenceGuideGroup"/>
        <argument key="qualification" type="service_closure" id=".errored..service_locator.mRMeMDy.AppBundle\Entity\CletQualification"/>
      </argument>
    </service>
    <service id=".service_locator.qohep5H" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="group" type="service_closure" id=".errored..service_locator.qohep5H.AppBundle\Entity\RPL\RplEvidenceGuideGroup"/>
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.dTXVdbi" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="industry" type="service_closure" id=".errored..service_locator.dTXVdbi.AppBundle\Entity\RPL\RplIndustry"/>
      </argument>
    </service>
    <service id=".service_locator.46T7fyB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="profile" type="service_closure" id=".errored..service_locator.46T7fyB.AppBundle\Entity\RPL\RplProfile"/>
      </argument>
    </service>
    <service id=".service_locator.B3BsYzG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="rplArea" type="service_closure" id=".errored..service_locator.B3BsYzG.AppBundle\Entity\CletRPLArea"/>
      </argument>
    </service>
    <service id=".service_locator.r7Ha7A0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="checkList" type="service_closure" id=".errored..service_locator.r7Ha7A0.AppBundle\Entity\CletRPLCheckList"/>
      </argument>
    </service>
    <service id=".service_locator.R08dqIk" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="adminAction" type="service_closure" id=".errored..service_locator.R08dqIk.AppBundle\Entity\RPL\RplRankAction"/>
      </argument>
    </service>
    <service id=".service_locator.sUcfJIF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="rank" type="service_closure" id=".errored..service_locator.sUcfJIF.AppBundle\Entity\RPL\RplRank"/>
      </argument>
    </service>
    <service id=".service_locator.m9TZdgg" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="rank" type="service_closure" id=".errored..service_locator.m9TZdgg.AppBundle\Entity\RPL\RplRank"/>
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.CYt8qcj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="group" type="service_closure" id=".errored..service_locator.CYt8qcj.AppBundle\Entity\RPL\RplRankQualificationUnitGroup"/>
      </argument>
    </service>
    <service id=".service_locator.IlI7nDp" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="rank" type="service_closure" id=".errored..service_locator.IlI7nDp.AppBundle\Entity\RPL\RplRankLevel"/>
      </argument>
    </service>
    <service id=".service_locator.eKCjqz_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="rank" type="service_closure" id=".errored..service_locator.eKCjqz_.AppBundle\Entity\RPL\RplRankLevel"/>
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.SUs3pve" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="rankQualificationLevel" type="service_closure" id=".errored..service_locator.SUs3pve.AppBundle\Entity\RPL\RplRankQualificationLevel"/>
      </argument>
    </service>
    <service id=".service_locator.1ofQRzk" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="qual" type="service_closure" id=".errored..service_locator.1ofQRzk.AppBundle\Entity\RPL\RplRankQualificationLevel"/>
      </argument>
    </service>
    <service id=".service_locator.i3cOcEi" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="rankQual" type="service_closure" id=".errored..service_locator.i3cOcEi.AppBundle\Entity\RPL\RplRankQualificationLevel"/>
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.fAYsEjr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="rankUnit" type="service_closure" id=".errored..service_locator.fAYsEjr.AppBundle\Entity\RPL\RplRankUnitLevel"/>
      </argument>
    </service>
    <service id=".service_locator.5HZTi0C" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="application" type="service_closure" id=".errored..service_locator.5HZTi0C.AppBundle\Entity\RPL\RplApplication"/>
      </argument>
    </service>
    <service id=".service_locator.gaAmNU4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="application" type="service_closure" id=".errored..service_locator.gaAmNU4.AppBundle\Entity\RPL\RplApplication"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
      </argument>
    </service>
    <service id=".service_locator.zghXM09" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="application" type="service_closure" id=".errored..service_locator.zghXM09.AppBundle\Entity\RPL\RplApplication"/>
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.rnw2Ypb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="note" type="service_closure" id=".errored..service_locator.rnw2Ypb.AppBundle\Entity\RPL\RplApplicationNotes"/>
      </argument>
    </service>
    <service id=".service_locator.1OayTkU" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="logger" type="service_closure" id="monolog.logger"/>
        <argument key="snappyPdf" type="service_closure" id="knp_snappy.pdf"/>
      </argument>
    </service>
    <service id=".service_locator.nL31YBL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="letter" type="service_closure" id=".errored..service_locator.nL31YBL.AppBundle\Entity\RPL\RplApplicationAssessmentLetter"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="texter" type="service_closure" id="texter"/>
      </argument>
    </service>
    <service id=".service_locator.rhFACd7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="application" type="service_closure" id=".errored..service_locator.rhFACd7.AppBundle\Entity\RPL\RplApplication"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="texter" type="service_closure" id="texter"/>
      </argument>
    </service>
    <service id=".service_locator.sOk5h_i" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="letter" type="service_closure" id=".errored..service_locator.sOk5h_i.AppBundle\Entity\RPL\RplApplicationAssessmentLetter"/>
      </argument>
    </service>
    <service id=".service_locator.l0Peojn" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="powerProImport" type="service_closure" id=".errored..service_locator.l0Peojn.AppBundle\Entity\RPL\RplPowerProImport"/>
      </argument>
    </service>
    <service id=".service_locator.WpJdtyZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="sector" type="service_closure" id=".errored..service_locator.WpJdtyZ.AppBundle\Entity\RPL\RplSector"/>
      </argument>
    </service>
    <service id=".service_locator.24kbSG0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="sale" type="service_closure" id=".errored..service_locator.24kbSG0.AppBundle\Entity\CletSale"/>
      </argument>
    </service>
    <service id=".service_locator.K4v1F5N" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="emailSchedule" type="service_closure" id=".errored..service_locator.K4v1F5N.AppBundle\Entity\CletEmailSchedule"/>
      </argument>
    </service>
    <service id=".service_locator.NYmrOVS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="history" type="service_closure" id=".errored..service_locator.NYmrOVS.AppBundle\Entity\CletEmailScheduleRunHistory"/>
      </argument>
    </service>
    <service id=".service_locator.rSTd.nA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="authenticationUtils" type="service_closure" id="security.authentication_utils"/>
      </argument>
    </service>
    <service id=".service_locator.GmQ1Tse" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="student" type="service_closure" id=".errored..service_locator.GmQ1Tse.AppBundle\Entity\CletStudent"/>
      </argument>
    </service>
    <service id=".service_locator.GSh1LVe" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="student" type="service_closure" id=".errored..service_locator.GSh1LVe.AppBundle\Entity\CletStudent"/>
      </argument>
    </service>
    <service id=".service_locator.7I_sZP0" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="testimonial" type="service_closure" id=".errored..service_locator.7I_sZP0.AppBundle\Entity\CletTestimonial"/>
      </argument>
    </service>
    <service id=".service_locator.4Aes3p1" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="element" type="service_closure" id=".errored..service_locator.4Aes3p1.DOMElement"/>
      </argument>
    </service>
    <service id=".service_locator.zLoCrhm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="trainer" type="service_closure" id=".errored..service_locator.zLoCrhm.AppBundle\Entity\CletTrainer"/>
      </argument>
    </service>
    <service id=".service_locator.f5SrJBo" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="trainer" type="service_closure" id=".errored..service_locator.f5SrJBo.AppBundle\Entity\CletTrainer"/>
        <argument key="trainerUnit" type="service_closure" id=".errored..service_locator.f5SrJBo.AppBundle\Entity\CletTrainerUnit"/>
      </argument>
    </service>
    <service id=".service_locator.BInlhN3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="overview" type="service_closure" id=".errored..service_locator.BInlhN3.AppBundle\Entity\CletTrainerOverview"/>
        <argument key="trainer" type="service_closure" id=".errored..service_locator.BInlhN3.AppBundle\Entity\CletTrainer"/>
      </argument>
    </service>
    <service id=".service_locator.ihZdmE." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="overview" type="service_closure" id=".errored..service_locator.ihZdmE..AppBundle\Entity\CletTrainerUnitOverview"/>
        <argument key="trainer" type="service_closure" id=".errored..service_locator.ihZdmE..AppBundle\Entity\CletTrainer"/>
      </argument>
    </service>
    <service id=".service_locator.J8kxChE" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="category" type="service_closure" id=".errored..service_locator.J8kxChE.AppBundle\Entity\CletTrainerCategory"/>
      </argument>
    </service>
    <service id=".service_locator.XPUsIxN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="currency" type="service_closure" id=".errored..service_locator.XPUsIxN.AppBundle\Entity\CletTrainerUnitCurrency"/>
        <argument key="trainer" type="service_closure" id=".errored..service_locator.XPUsIxN.AppBundle\Entity\CletTrainer"/>
      </argument>
    </service>
    <service id=".service_locator.vpj9X.s" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="industry" type="service_closure" id=".errored..service_locator.vpj9X.s.AppBundle\Entity\CletTrainerIndustry"/>
      </argument>
    </service>
    <service id=".service_locator.qynGuoJ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="passwordHasher" type="service_closure" id="security.user_password_hasher"/>
        <argument key="user" type="service_closure" id=".errored..service_locator.qynGuoJ.AppBundle\Entity\User"/>
      </argument>
    </service>
    <service id=".service_locator.Mhqdd2r" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="passwordHasher" type="service_closure" id="security.user_password_hasher"/>
      </argument>
    </service>
    <service id=".service_locator.5UfcsPE" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service_closure" id=".errored..service_locator.5UfcsPE.AppBundle\Entity\User"/>
      </argument>
    </service>
    <service id=".service_locator.GNcuwWC" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="flow" type="service_closure" id="AppBundle\Form\CreditPriorStudy\CreditPriorStudyFlow"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="texter" type="service_closure" id="texter"/>
      </argument>
    </service>
    <service id=".service_locator.jDmyQmN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="flow" type="service_closure" id="AppBundle\Form\Site\EnrolmentFlow"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="texter" type="service_closure" id="texter"/>
      </argument>
    </service>
    <service id=".service_locator.qzxLprM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="flow" type="service_closure" id="AppBundle\Form\RPL\RplFlow"/>
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="texter" type="service_closure" id="texter"/>
      </argument>
    </service>
    <service id=".service_locator.E4D3hUA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="texter" type="service_closure" id="texter"/>
      </argument>
    </service>
    <service id=".service_locator.SYdT5jb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="AppBundle\Controller\Admin\AdminController::twoFactorEmail" type="service_closure" id=".service_locator.UMXFunj"/>
        <argument key="AppBundle\Controller\Admin\AssessmentActionController::updateAction" type="service_closure" id=".service_locator.Zb_6UQ4"/>
        <argument key="AppBundle\Controller\Admin\AssessmentValidationController::updateValidation" type="service_closure" id=".service_locator.y1U_m15"/>
        <argument key="AppBundle\Controller\Admin\AuditValidationController::listByHeadingAction" type="service_closure" id=".service_locator.57Xxuh3"/>
        <argument key="AppBundle\Controller\Admin\AuditValidationController::newValidation" type="service_closure" id=".service_locator.57Xxuh3"/>
        <argument key="AppBundle\Controller\Admin\AuditValidationController::updateValidation" type="service_closure" id=".service_locator.eY1LIh8"/>
        <argument key="AppBundle\Controller\Admin\BannerController::updateAction" type="service_closure" id=".service_locator.nPwTYdR"/>
        <argument key="AppBundle\Controller\Admin\BannerController::updatePageAction" type="service_closure" id=".service_locator.nPwTYdR"/>
        <argument key="AppBundle\Controller\Admin\BlogCategoryController::updateAction" type="service_closure" id=".service_locator.PxGi3rG"/>
        <argument key="AppBundle\Controller\Admin\BlogController::updateAction" type="service_closure" id=".service_locator.L2v1cRe"/>
        <argument key="AppBundle\Controller\Admin\CareerFaqController::updateAction" type="service_closure" id=".service_locator.E5TyA.w"/>
        <argument key="AppBundle\Controller\Admin\ChatController::chat" type="service_closure" id=".service_locator.6BLxd96"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::actionAssessmentSaveUnits" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::actionFinishQualificationAssessemnt" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::actionGenerateAssessmentPdf" type="service_closure" id=".service_locator.v4zkl64"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::actionQualificationAssessmentAction" type="service_closure" id=".service_locator.SbuUy6j"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::actionReopenQualificationAssessemnt" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::actionSaveOrderQualificationAssessemnt" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::archiveUnitAssessment" type="service_closure" id=".service_locator.wxkQFjj"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::detailsQualificationAssessmentAction" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::removeQualificationGuidenAction" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController::updateQualificationGuidenAction" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletQualificationAssessmentController::detailsQualificationAssessmentAction" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletQualificationAssessmentController::generateAssessmentFormPdfAction" type="service_closure" id=".service_locator.v4zkl64"/>
        <argument key="AppBundle\Controller\Admin\CletQualificationController::pdf2QualificationTextActions" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Admin\CletQualificationController::pdfQualificationTextActions" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Admin\ClientController::enrolmentAddNotesAction" type="service_closure" id=".service_locator.37hHbsh"/>
        <argument key="AppBundle\Controller\Admin\ClientController::enrolmentPdfAction" type="service_closure" id=".service_locator.kZA2SGA"/>
        <argument key="AppBundle\Controller\Admin\ClientController::enrolmentUpdateNotesAction" type="service_closure" id=".service_locator.ZVVVd3f"/>
        <argument key="AppBundle\Controller\Admin\ClientController::getDetailsAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ClientController::getDetailsColumnAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ClientController::getEmailTemplateAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ClientController::getUpdateAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ClientController::removeAction" type="service_closure" id=".service_locator.MX68d05"/>
        <argument key="AppBundle\Controller\Admin\ClientController::sendDirectEmail" type="service_closure" id=".service_locator.Ds5mK9J"/>
        <argument key="AppBundle\Controller\Admin\ClientController::testEnrolmentPdfAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ComplainAppealController::removeAction" type="service_closure" id=".service_locator.t51VKDn"/>
        <argument key="AppBundle\Controller\Admin\ComplainAppealController::removeDocumentAction" type="service_closure" id=".service_locator.Jg_0diP"/>
        <argument key="AppBundle\Controller\Admin\ComplainAppealController::updateAction" type="service_closure" id=".service_locator.t51VKDn"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController::removeAction" type="service_closure" id=".service_locator.kAV5QRJ"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController::removeSectorAction" type="service_closure" id=".service_locator.xqzFA64"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController::removeTypeAction" type="service_closure" id=".service_locator.bA7F69_"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController::updateAction" type="service_closure" id=".service_locator.kAV5QRJ"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController::updateSectorAction" type="service_closure" id=".service_locator.xqzFA64"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController::updateTypeAction" type="service_closure" id=".service_locator.bA7F69_"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController::addDocumentContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController::addNoteContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController::deleteContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController::detailAction" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController::doneContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController::editNoteContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController::updateAssignedContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController::updateContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\CoreSkillController::updateAction" type="service_closure" id=".service_locator.OYhH2WV"/>
        <argument key="AppBundle\Controller\Admin\CourseAreaController::updateAction" type="service_closure" id=".service_locator.DZmeir8"/>
        <argument key="AppBundle\Controller\Admin\CourseAreaController::updateBannerAction" type="service_closure" id=".service_locator.DZmeir8"/>
        <argument key="AppBundle\Controller\Admin\CourseController::checLockedCourse" type="service_closure" id=".service_locator.PPBswmO"/>
        <argument key="AppBundle\Controller\Admin\CourseController::lockCourse" type="service_closure" id=".service_locator.PPBswmO"/>
        <argument key="AppBundle\Controller\Admin\CourseController::updateAction" type="service_closure" id=".service_locator.PPBswmO"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController::creditDeleteNotesAction" type="service_closure" id=".service_locator.1Szkn.6"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController::creditPriorStudyAddNotesAction" type="service_closure" id=".service_locator.ka16.tt"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController::creditUpdateNotesAction" type="service_closure" id=".service_locator.1Szkn.6"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController::getDetailsAction" type="service_closure" id=".service_locator.ka16.tt"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController::getDetailsUpdateAction" type="service_closure" id=".service_locator.ka16.tt"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController::transferRPLApplicationAction" type="service_closure" id=".service_locator.ka16.tt"/>
        <argument key="AppBundle\Controller\Admin\DomainController::removeAction" type="service_closure" id=".service_locator.I1ONtYj"/>
        <argument key="AppBundle\Controller\Admin\DomainController::updateAction" type="service_closure" id=".service_locator.I1ONtYj"/>
        <argument key="AppBundle\Controller\Admin\EmailTemplateController::sendEmailTestAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Admin\EmailTemplateController::sendPlainEmailTestAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Admin\EmailTemplateController::updateAction" type="service_closure" id=".service_locator.51JZ.sN"/>
        <argument key="AppBundle\Controller\Admin\EvidenceCheckListController::updateAction" type="service_closure" id=".service_locator.WI298Uw"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController::editCategoryAction" type="service_closure" id=".service_locator.VHfNEaH"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController::getVaultLabelRemoveAction" type="service_closure" id=".service_locator.8gDZjhJ"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController::getVaultLabelUpdateAction" type="service_closure" id=".service_locator.8gDZjhJ"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController::listFilesColumnAction" type="service_closure" id=".service_locator.VHfNEaH"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController::removeAction" type="service_closure" id=".service_locator.VHfNEaH"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController::removeFilesAction" type="service_closure" id=".service_locator.BkanpCu"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController::removeFilesFromCategoryAction" type="service_closure" id=".service_locator.BYa8zL_"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController::removeFilesFromCategoryBulkAction" type="service_closure" id=".service_locator.VHfNEaH"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController::vaultFileGetAction" type="service_closure" id=".service_locator.BkanpCu"/>
        <argument key="AppBundle\Controller\Admin\FaqController::updateAction" type="service_closure" id=".service_locator.nUqsmfq"/>
        <argument key="AppBundle\Controller\Admin\FaqController::updateCategoryAction" type="service_closure" id=".service_locator.Z5pdwQH"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterActionController::updateAction" type="service_closure" id=".service_locator.h.w206C"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController::removeAction" type="service_closure" id=".service_locator.l4klmcI"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController::removeDocumentsAction" type="service_closure" id=".service_locator.jEzNnJ4"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController::removeSectorAction" type="service_closure" id=".service_locator.8Nab1gl"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController::removeTypeAction" type="service_closure" id=".service_locator.0eXw6Nk"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController::updateAction" type="service_closure" id=".service_locator.l4klmcI"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController::updateSectorAction" type="service_closure" id=".service_locator.8Nab1gl"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController::updateTypeAction" type="service_closure" id=".service_locator.0eXw6Nk"/>
        <argument key="AppBundle\Controller\Admin\ImageTypeController::updateAction" type="service_closure" id=".service_locator.nomffYL"/>
        <argument key="AppBundle\Controller\Admin\JobApplicationController::getDetailsAction" type="service_closure" id=".service_locator.JN9v66w"/>
        <argument key="AppBundle\Controller\Admin\JobController::updateAction" type="service_closure" id=".service_locator.uB.5dTU"/>
        <argument key="AppBundle\Controller\Admin\JobController::updateFromSiteAction" type="service_closure" id=".service_locator.uB.5dTU"/>
        <argument key="AppBundle\Controller\Admin\ModalController::updateAction" type="service_closure" id=".service_locator.wYWWKin"/>
        <argument key="AppBundle\Controller\Admin\NotificationController::detailAction" type="service_closure" id=".service_locator.6OJ6Jki"/>
        <argument key="AppBundle\Controller\Admin\NotificationController::doneAction" type="service_closure" id=".service_locator.6OJ6Jki"/>
        <argument key="AppBundle\Controller\Admin\PageSectionController::updateAction" type="service_closure" id=".service_locator.ZEyE7ci"/>
        <argument key="AppBundle\Controller\Admin\PaymentBypassCodeController::removeAction" type="service_closure" id=".service_locator.KaqbNIB"/>
        <argument key="AppBundle\Controller\Admin\PaymentPlanController::updateAction" type="service_closure" id=".service_locator.tJx68Pd"/>
        <argument key="AppBundle\Controller\Admin\ProfileController::getDetailsAction" type="service_closure" id=".service_locator.eruaUp6"/>
        <argument key="AppBundle\Controller\Admin\QuestionController::updateAction" type="service_closure" id=".service_locator.qYv3WLm"/>
        <argument key="AppBundle\Controller\Admin\RPL\AdminActionController::updateAction" type="service_closure" id=".service_locator.qp_WN83"/>
        <argument key="AppBundle\Controller\Admin\RPL\AssessmentLetterController::cloneAction" type="service_closure" id=".service_locator.Xo1jkzF"/>
        <argument key="AppBundle\Controller\Admin\RPL\AssessmentLetterController::pdfAction" type="service_closure" id=".service_locator.a81C83s"/>
        <argument key="AppBundle\Controller\Admin\RPL\AssessmentLetterController::updateAction" type="service_closure" id=".service_locator.Xo1jkzF"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController::listQualificationsAction" type="service_closure" id=".service_locator.l0oiUmf"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController::pdfAction" type="service_closure" id=".service_locator.qohep5H"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController::removeQualAction" type="service_closure" id=".service_locator.mRMeMDy"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController::updateGroupAction" type="service_closure" id=".service_locator.l0oiUmf"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController::updateStep3Action" type="service_closure" id=".service_locator.mRMeMDy"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController::updateStep4Action" type="service_closure" id=".service_locator.mRMeMDy"/>
        <argument key="AppBundle\Controller\Admin\RPL\IndustryController::updateAction" type="service_closure" id=".service_locator.dTXVdbi"/>
        <argument key="AppBundle\Controller\Admin\RPL\ProfileController::updateAction" type="service_closure" id=".service_locator.46T7fyB"/>
        <argument key="AppBundle\Controller\Admin\RPL\RPLAreaController::updateAction" type="service_closure" id=".service_locator.B3BsYzG"/>
        <argument key="AppBundle\Controller\Admin\RPL\RPLAreaController::updateBannerAction" type="service_closure" id=".service_locator.B3BsYzG"/>
        <argument key="AppBundle\Controller\Admin\RPL\RPLCheckListController::updateAction" type="service_closure" id=".service_locator.r7Ha7A0"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankActionController::updateAction" type="service_closure" id=".service_locator.R08dqIk"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController::pdfAction" type="service_closure" id=".service_locator.m9TZdgg"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController::saveRoleMappingAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController::updateAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController::updateSingleUnitSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController::updateSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankGroupController::updateAction" type="service_closure" id=".service_locator.CYt8qcj"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankLevelController::pdfAction" type="service_closure" id=".service_locator.eKCjqz_"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankLevelController::updateAction" type="service_closure" id=".service_locator.IlI7nDp"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::addQualUpdateHistory" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::archiveUnitVersionAction" type="service_closure" id=".service_locator.1ofQRzk"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::markInUse" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::markNotINUse" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::markUnitsAdded" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::markUnitsContent" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::pdfAction" type="service_closure" id=".service_locator.m9TZdgg"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::pdfQualAction" type="service_closure" id=".service_locator.i3cOcEi"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::removeRplQualificationGuideAction" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::saveRoleMappingAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::updateAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::updateQualificationGuidenAction" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::updateQualificationVersionAction" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::updateSingleUnitSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController::updateSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController::addContinuousImprovement" type="service_closure" id=".service_locator.fAYsEjr"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController::archiveUnitVersionAction" type="service_closure" id=".service_locator.fAYsEjr"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController::pdfAction" type="service_closure" id=".service_locator.m9TZdgg"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController::saveRoleMappingAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController::updateAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController::updateSingleUnitSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController::updateSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController::updateUnitVersionAction" type="service_closure" id=".service_locator.fAYsEjr"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::actionApplicationSummary" type="service_closure" id=".service_locator.zghXM09"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::addEvidenceToVault" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::addToLetterQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::applicationAddNotesAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::applicationAddNotesFromEnrolmentAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::applicationDeleteNotesAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::applicationEvidenceFinish" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::applicationUpdateNotesAction" type="service_closure" id=".service_locator.rnw2Ypb"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::clearFollowUP" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::clearedAdvice" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::clearedOnHold" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::deleteLetterAction" type="service_closure" id=".service_locator.sOk5h_i"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::downloadBulk" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::emailBulkEvidences" type="service_closure" id=".service_locator.gaAmNU4"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::generateApplicationAssessmentPdfAction" type="service_closure" id=".service_locator.zghXM09"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::generateAssessmentFormPdfAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::generateAssessmentLetterPdf" type="service_closure" id=".service_locator.1OayTkU"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::getDetailsAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::getDetailsColumnAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::getLetterEmailAction" type="service_closure" id=".service_locator.sOk5h_i"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::labelAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::learnerGroupApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::linkEvidenceGuideGroupApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::linkRankApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::linkRankAssessmentDocumentsApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::linkRankAssessmentDocumentsApplicationUnitsAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::linkRankQualLevelAssessmentDocumentsApplicationAction" type="service_closure" id=".service_locator.zghXM09"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::linkSectorApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::markAdice" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::markApprovedQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::markFinalQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::markFollowUP" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::markInitialQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::markNotApprovedQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::markPartialQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::markedOnHold" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::pdfAction" type="service_closure" id=".service_locator.zghXM09"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::removeAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::removeQualificationUnitAssessmentBulkAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::resetFollowUP" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::sendAvetmissEmailAction" type="service_closure" id=".service_locator.gaAmNU4"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::sendConfirmationEmailAction" type="service_closure" id=".service_locator.gaAmNU4"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::sendLetterEmailAction" type="service_closure" id=".service_locator.nL31YBL"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::sendNormalEmailAction" type="service_closure" id=".service_locator.rhFACd7"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController::updateAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplImportPowerPro::detailsAction" type="service_closure" id=".service_locator.l0Peojn"/>
        <argument key="AppBundle\Controller\Admin\RPL\SectorController::updateAction" type="service_closure" id=".service_locator.WpJdtyZ"/>
        <argument key="AppBundle\Controller\Admin\RPL\SectorController::updateSubmitAction" type="service_closure" id=".service_locator.WpJdtyZ"/>
        <argument key="AppBundle\Controller\Admin\SaleController::getDetailsAction" type="service_closure" id=".service_locator.24kbSG0"/>
        <argument key="AppBundle\Controller\Admin\ScheduleEmailController::scheduleHistoryAction" type="service_closure" id=".service_locator.K4v1F5N"/>
        <argument key="AppBundle\Controller\Admin\ScheduleEmailController::scheduleHistoryDetailAction" type="service_closure" id=".service_locator.NYmrOVS"/>
        <argument key="AppBundle\Controller\Admin\ScheduleEmailController::sendEmailTestAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Admin\SecurityController::loginAction" type="service_closure" id=".service_locator.rSTd.nA"/>
        <argument key="AppBundle\Controller\Admin\StudentController::detailAction" type="service_closure" id=".service_locator.GmQ1Tse"/>
        <argument key="AppBundle\Controller\Admin\StudentController::resetPassword" type="service_closure" id=".service_locator.GmQ1Tse"/>
        <argument key="AppBundle\Controller\Admin\StudentController::sendInitialEmailAction" type="service_closure" id=".service_locator.GSh1LVe"/>
        <argument key="AppBundle\Controller\Admin\TestimonialController::updateAction" type="service_closure" id=".service_locator.7I_sZP0"/>
        <argument key="AppBundle\Controller\Admin\TestimonialController::updateFromSiteAction" type="service_closure" id=".service_locator.7I_sZP0"/>
        <argument key="AppBundle\Controller\Admin\TgaController::DOMinnerHTML" type="service_closure" id=".service_locator.4Aes3p1"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::addOverview" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::addUnitOverview" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::confirmUnitCurrency" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::removeOverview" type="service_closure" id=".service_locator.BInlhN3"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::removeUnit" type="service_closure" id=".service_locator.f5SrJBo"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::removeUnitCurrency" type="service_closure" id=".service_locator.XPUsIxN"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::removeUnitOverview" type="service_closure" id=".service_locator.ihZdmE."/>
        <argument key="AppBundle\Controller\Admin\TrainerController::saveOverview" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::updateAction" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::updateCIndustryAction" type="service_closure" id=".service_locator.vpj9X.s"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::updateCategoryAction" type="service_closure" id=".service_locator.J8kxChE"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::updateConsultantAction" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController::updateTrainerCategoryAction" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\UserController::updateAction" type="service_closure" id=".service_locator.qynGuoJ"/>
        <argument key="AppBundle\Controller\Admin\UserController::updatePasswordAction" type="service_closure" id=".service_locator.Mhqdd2r"/>
        <argument key="AppBundle\Controller\Admin\UserController::updatePersonalInformationAction" type="service_closure" id=".service_locator.5UfcsPE"/>
        <argument key="AppBundle\Controller\Site\CreditPriorStudyController::showAction" type="service_closure" id=".service_locator.GNcuwWC"/>
        <argument key="AppBundle\Controller\Site\EnrolmentController::confirmationEmailAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Site\EnrolmentController::showAction" type="service_closure" id=".service_locator.jDmyQmN"/>
        <argument key="AppBundle\Controller\Site\PdfController::pdfAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\PdfController::pdfFullCourseCriteriaMoodleViewAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\PdfController::pdfMoodleAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\PdfController::pdfRPLAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\PdfController::testPdfAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\RplController::applicationFinish" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Site\RplController::showAction" type="service_closure" id=".service_locator.qzxLprM"/>
        <argument key="AppBundle\Controller\Site\RplController::showRplAvetmiss" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Site\SiteController::askQuestionCodeSubmitAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Site\SiteController::askQuestionSubmitAction" type="service_closure" id=".service_locator.E4D3hUA"/>
        <argument key="AppBundle\Controller\Site\SiteController::jobApplicationFinishAction" type="service_closure" id=".service_locator.UMXFunj"/>
        <argument key="AppBundle\Controller\Site\SiteController::testEmail" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Admin\AdminController:twoFactorEmail" type="service_closure" id=".service_locator.UMXFunj"/>
        <argument key="AppBundle\Controller\Admin\AssessmentActionController:updateAction" type="service_closure" id=".service_locator.Zb_6UQ4"/>
        <argument key="AppBundle\Controller\Admin\AssessmentValidationController:updateValidation" type="service_closure" id=".service_locator.y1U_m15"/>
        <argument key="AppBundle\Controller\Admin\AuditValidationController:listByHeadingAction" type="service_closure" id=".service_locator.57Xxuh3"/>
        <argument key="AppBundle\Controller\Admin\AuditValidationController:newValidation" type="service_closure" id=".service_locator.57Xxuh3"/>
        <argument key="AppBundle\Controller\Admin\AuditValidationController:updateValidation" type="service_closure" id=".service_locator.eY1LIh8"/>
        <argument key="AppBundle\Controller\Admin\BannerController:updateAction" type="service_closure" id=".service_locator.nPwTYdR"/>
        <argument key="AppBundle\Controller\Admin\BannerController:updatePageAction" type="service_closure" id=".service_locator.nPwTYdR"/>
        <argument key="AppBundle\Controller\Admin\BlogCategoryController:updateAction" type="service_closure" id=".service_locator.PxGi3rG"/>
        <argument key="AppBundle\Controller\Admin\BlogController:updateAction" type="service_closure" id=".service_locator.L2v1cRe"/>
        <argument key="AppBundle\Controller\Admin\CareerFaqController:updateAction" type="service_closure" id=".service_locator.E5TyA.w"/>
        <argument key="AppBundle\Controller\Admin\ChatController:chat" type="service_closure" id=".service_locator.6BLxd96"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:actionAssessmentSaveUnits" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:actionFinishQualificationAssessemnt" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:actionGenerateAssessmentPdf" type="service_closure" id=".service_locator.v4zkl64"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:actionQualificationAssessmentAction" type="service_closure" id=".service_locator.SbuUy6j"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:actionReopenQualificationAssessemnt" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:actionSaveOrderQualificationAssessemnt" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:archiveUnitAssessment" type="service_closure" id=".service_locator.wxkQFjj"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:detailsQualificationAssessmentAction" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:removeQualificationGuidenAction" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletAssessmentController:updateQualificationGuidenAction" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletQualificationAssessmentController:detailsQualificationAssessmentAction" type="service_closure" id=".service_locator.CoXbXol"/>
        <argument key="AppBundle\Controller\Admin\CletQualificationAssessmentController:generateAssessmentFormPdfAction" type="service_closure" id=".service_locator.v4zkl64"/>
        <argument key="AppBundle\Controller\Admin\CletQualificationController:pdf2QualificationTextActions" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Admin\CletQualificationController:pdfQualificationTextActions" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Admin\ClientController:enrolmentAddNotesAction" type="service_closure" id=".service_locator.37hHbsh"/>
        <argument key="AppBundle\Controller\Admin\ClientController:enrolmentPdfAction" type="service_closure" id=".service_locator.kZA2SGA"/>
        <argument key="AppBundle\Controller\Admin\ClientController:enrolmentUpdateNotesAction" type="service_closure" id=".service_locator.ZVVVd3f"/>
        <argument key="AppBundle\Controller\Admin\ClientController:getDetailsAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ClientController:getDetailsColumnAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ClientController:getEmailTemplateAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ClientController:getUpdateAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ClientController:removeAction" type="service_closure" id=".service_locator.MX68d05"/>
        <argument key="AppBundle\Controller\Admin\ClientController:sendDirectEmail" type="service_closure" id=".service_locator.Ds5mK9J"/>
        <argument key="AppBundle\Controller\Admin\ClientController:testEnrolmentPdfAction" type="service_closure" id=".service_locator.WMOyMXs"/>
        <argument key="AppBundle\Controller\Admin\ComplainAppealController:removeAction" type="service_closure" id=".service_locator.t51VKDn"/>
        <argument key="AppBundle\Controller\Admin\ComplainAppealController:removeDocumentAction" type="service_closure" id=".service_locator.Jg_0diP"/>
        <argument key="AppBundle\Controller\Admin\ComplainAppealController:updateAction" type="service_closure" id=".service_locator.t51VKDn"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController:removeAction" type="service_closure" id=".service_locator.kAV5QRJ"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController:removeSectorAction" type="service_closure" id=".service_locator.xqzFA64"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController:removeTypeAction" type="service_closure" id=".service_locator.bA7F69_"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController:updateAction" type="service_closure" id=".service_locator.kAV5QRJ"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController:updateSectorAction" type="service_closure" id=".service_locator.xqzFA64"/>
        <argument key="AppBundle\Controller\Admin\ConsultationRegisterController:updateTypeAction" type="service_closure" id=".service_locator.bA7F69_"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController:addDocumentContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController:addNoteContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController:deleteContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController:detailAction" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController:doneContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController:editNoteContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController:updateAssignedContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\ContinuousImprovementController:updateContinuousImprovement" type="service_closure" id=".service_locator.Q3708uW"/>
        <argument key="AppBundle\Controller\Admin\CoreSkillController:updateAction" type="service_closure" id=".service_locator.OYhH2WV"/>
        <argument key="AppBundle\Controller\Admin\CourseAreaController:updateAction" type="service_closure" id=".service_locator.DZmeir8"/>
        <argument key="AppBundle\Controller\Admin\CourseAreaController:updateBannerAction" type="service_closure" id=".service_locator.DZmeir8"/>
        <argument key="AppBundle\Controller\Admin\CourseController:checLockedCourse" type="service_closure" id=".service_locator.PPBswmO"/>
        <argument key="AppBundle\Controller\Admin\CourseController:lockCourse" type="service_closure" id=".service_locator.PPBswmO"/>
        <argument key="AppBundle\Controller\Admin\CourseController:updateAction" type="service_closure" id=".service_locator.PPBswmO"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController:creditDeleteNotesAction" type="service_closure" id=".service_locator.1Szkn.6"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController:creditPriorStudyAddNotesAction" type="service_closure" id=".service_locator.ka16.tt"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController:creditUpdateNotesAction" type="service_closure" id=".service_locator.1Szkn.6"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController:getDetailsAction" type="service_closure" id=".service_locator.ka16.tt"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController:getDetailsUpdateAction" type="service_closure" id=".service_locator.ka16.tt"/>
        <argument key="AppBundle\Controller\Admin\CreditPriorController:transferRPLApplicationAction" type="service_closure" id=".service_locator.ka16.tt"/>
        <argument key="AppBundle\Controller\Admin\DomainController:removeAction" type="service_closure" id=".service_locator.I1ONtYj"/>
        <argument key="AppBundle\Controller\Admin\DomainController:updateAction" type="service_closure" id=".service_locator.I1ONtYj"/>
        <argument key="AppBundle\Controller\Admin\EmailTemplateController:sendEmailTestAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Admin\EmailTemplateController:sendPlainEmailTestAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Admin\EmailTemplateController:updateAction" type="service_closure" id=".service_locator.51JZ.sN"/>
        <argument key="AppBundle\Controller\Admin\EvidenceCheckListController:updateAction" type="service_closure" id=".service_locator.WI298Uw"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController:editCategoryAction" type="service_closure" id=".service_locator.VHfNEaH"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController:getVaultLabelRemoveAction" type="service_closure" id=".service_locator.8gDZjhJ"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController:getVaultLabelUpdateAction" type="service_closure" id=".service_locator.8gDZjhJ"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController:listFilesColumnAction" type="service_closure" id=".service_locator.VHfNEaH"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController:removeAction" type="service_closure" id=".service_locator.VHfNEaH"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController:removeFilesAction" type="service_closure" id=".service_locator.BkanpCu"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController:removeFilesFromCategoryAction" type="service_closure" id=".service_locator.BYa8zL_"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController:removeFilesFromCategoryBulkAction" type="service_closure" id=".service_locator.VHfNEaH"/>
        <argument key="AppBundle\Controller\Admin\EvidenceVaultController:vaultFileGetAction" type="service_closure" id=".service_locator.BkanpCu"/>
        <argument key="AppBundle\Controller\Admin\FaqController:updateAction" type="service_closure" id=".service_locator.nUqsmfq"/>
        <argument key="AppBundle\Controller\Admin\FaqController:updateCategoryAction" type="service_closure" id=".service_locator.Z5pdwQH"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterActionController:updateAction" type="service_closure" id=".service_locator.h.w206C"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController:removeAction" type="service_closure" id=".service_locator.l4klmcI"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController:removeDocumentsAction" type="service_closure" id=".service_locator.jEzNnJ4"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController:removeSectorAction" type="service_closure" id=".service_locator.8Nab1gl"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController:removeTypeAction" type="service_closure" id=".service_locator.0eXw6Nk"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController:updateAction" type="service_closure" id=".service_locator.l4klmcI"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController:updateSectorAction" type="service_closure" id=".service_locator.8Nab1gl"/>
        <argument key="AppBundle\Controller\Admin\GovernanceRegisterController:updateTypeAction" type="service_closure" id=".service_locator.0eXw6Nk"/>
        <argument key="AppBundle\Controller\Admin\ImageTypeController:updateAction" type="service_closure" id=".service_locator.nomffYL"/>
        <argument key="AppBundle\Controller\Admin\JobApplicationController:getDetailsAction" type="service_closure" id=".service_locator.JN9v66w"/>
        <argument key="AppBundle\Controller\Admin\JobController:updateAction" type="service_closure" id=".service_locator.uB.5dTU"/>
        <argument key="AppBundle\Controller\Admin\JobController:updateFromSiteAction" type="service_closure" id=".service_locator.uB.5dTU"/>
        <argument key="AppBundle\Controller\Admin\ModalController:updateAction" type="service_closure" id=".service_locator.wYWWKin"/>
        <argument key="AppBundle\Controller\Admin\NotificationController:detailAction" type="service_closure" id=".service_locator.6OJ6Jki"/>
        <argument key="AppBundle\Controller\Admin\NotificationController:doneAction" type="service_closure" id=".service_locator.6OJ6Jki"/>
        <argument key="AppBundle\Controller\Admin\PageSectionController:updateAction" type="service_closure" id=".service_locator.ZEyE7ci"/>
        <argument key="AppBundle\Controller\Admin\PaymentBypassCodeController:removeAction" type="service_closure" id=".service_locator.KaqbNIB"/>
        <argument key="AppBundle\Controller\Admin\PaymentPlanController:updateAction" type="service_closure" id=".service_locator.tJx68Pd"/>
        <argument key="AppBundle\Controller\Admin\ProfileController:getDetailsAction" type="service_closure" id=".service_locator.eruaUp6"/>
        <argument key="AppBundle\Controller\Admin\QuestionController:updateAction" type="service_closure" id=".service_locator.qYv3WLm"/>
        <argument key="AppBundle\Controller\Admin\RPL\AdminActionController:updateAction" type="service_closure" id=".service_locator.qp_WN83"/>
        <argument key="AppBundle\Controller\Admin\RPL\AssessmentLetterController:cloneAction" type="service_closure" id=".service_locator.Xo1jkzF"/>
        <argument key="AppBundle\Controller\Admin\RPL\AssessmentLetterController:pdfAction" type="service_closure" id=".service_locator.a81C83s"/>
        <argument key="AppBundle\Controller\Admin\RPL\AssessmentLetterController:updateAction" type="service_closure" id=".service_locator.Xo1jkzF"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController:listQualificationsAction" type="service_closure" id=".service_locator.l0oiUmf"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController:pdfAction" type="service_closure" id=".service_locator.qohep5H"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController:removeQualAction" type="service_closure" id=".service_locator.mRMeMDy"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController:updateGroupAction" type="service_closure" id=".service_locator.l0oiUmf"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController:updateStep3Action" type="service_closure" id=".service_locator.mRMeMDy"/>
        <argument key="AppBundle\Controller\Admin\RPL\EvidenceGuideController:updateStep4Action" type="service_closure" id=".service_locator.mRMeMDy"/>
        <argument key="AppBundle\Controller\Admin\RPL\IndustryController:updateAction" type="service_closure" id=".service_locator.dTXVdbi"/>
        <argument key="AppBundle\Controller\Admin\RPL\ProfileController:updateAction" type="service_closure" id=".service_locator.46T7fyB"/>
        <argument key="AppBundle\Controller\Admin\RPL\RPLAreaController:updateAction" type="service_closure" id=".service_locator.B3BsYzG"/>
        <argument key="AppBundle\Controller\Admin\RPL\RPLAreaController:updateBannerAction" type="service_closure" id=".service_locator.B3BsYzG"/>
        <argument key="AppBundle\Controller\Admin\RPL\RPLCheckListController:updateAction" type="service_closure" id=".service_locator.r7Ha7A0"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankActionController:updateAction" type="service_closure" id=".service_locator.R08dqIk"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController:pdfAction" type="service_closure" id=".service_locator.m9TZdgg"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController:saveRoleMappingAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController:updateAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController:updateSingleUnitSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankController:updateSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankGroupController:updateAction" type="service_closure" id=".service_locator.CYt8qcj"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankLevelController:pdfAction" type="service_closure" id=".service_locator.eKCjqz_"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankLevelController:updateAction" type="service_closure" id=".service_locator.IlI7nDp"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:addQualUpdateHistory" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:archiveUnitVersionAction" type="service_closure" id=".service_locator.1ofQRzk"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:markInUse" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:markNotINUse" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:markUnitsAdded" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:markUnitsContent" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:pdfAction" type="service_closure" id=".service_locator.m9TZdgg"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:pdfQualAction" type="service_closure" id=".service_locator.i3cOcEi"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:removeRplQualificationGuideAction" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:saveRoleMappingAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:updateAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:updateQualificationGuidenAction" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:updateQualificationVersionAction" type="service_closure" id=".service_locator.SUs3pve"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:updateSingleUnitSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankQualificationController:updateSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController:addContinuousImprovement" type="service_closure" id=".service_locator.fAYsEjr"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController:archiveUnitVersionAction" type="service_closure" id=".service_locator.fAYsEjr"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController:pdfAction" type="service_closure" id=".service_locator.m9TZdgg"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController:saveRoleMappingAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController:updateAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController:updateSingleUnitSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController:updateSubmitAction" type="service_closure" id=".service_locator.sUcfJIF"/>
        <argument key="AppBundle\Controller\Admin\RPL\RankUnitController:updateUnitVersionAction" type="service_closure" id=".service_locator.fAYsEjr"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:actionApplicationSummary" type="service_closure" id=".service_locator.zghXM09"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:addEvidenceToVault" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:addToLetterQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:applicationAddNotesAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:applicationAddNotesFromEnrolmentAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:applicationDeleteNotesAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:applicationEvidenceFinish" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:applicationUpdateNotesAction" type="service_closure" id=".service_locator.rnw2Ypb"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:clearFollowUP" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:clearedAdvice" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:clearedOnHold" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:deleteLetterAction" type="service_closure" id=".service_locator.sOk5h_i"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:downloadBulk" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:emailBulkEvidences" type="service_closure" id=".service_locator.gaAmNU4"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:generateApplicationAssessmentPdfAction" type="service_closure" id=".service_locator.zghXM09"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:generateAssessmentFormPdfAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:generateAssessmentLetterPdf" type="service_closure" id=".service_locator.1OayTkU"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:getDetailsAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:getDetailsColumnAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:getLetterEmailAction" type="service_closure" id=".service_locator.sOk5h_i"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:labelAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:learnerGroupApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:linkEvidenceGuideGroupApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:linkRankApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:linkRankAssessmentDocumentsApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:linkRankAssessmentDocumentsApplicationUnitsAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:linkRankQualLevelAssessmentDocumentsApplicationAction" type="service_closure" id=".service_locator.zghXM09"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:linkSectorApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:markAdice" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:markApprovedQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:markFinalQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:markFollowUP" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:markInitialQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:markNotApprovedQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:markPartialQualificationApplicationAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:markedOnHold" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:pdfAction" type="service_closure" id=".service_locator.zghXM09"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:removeAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:removeQualificationUnitAssessmentBulkAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:resetFollowUP" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:sendAvetmissEmailAction" type="service_closure" id=".service_locator.gaAmNU4"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:sendConfirmationEmailAction" type="service_closure" id=".service_locator.gaAmNU4"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:sendLetterEmailAction" type="service_closure" id=".service_locator.nL31YBL"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:sendNormalEmailAction" type="service_closure" id=".service_locator.rhFACd7"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplApplicationController:updateAction" type="service_closure" id=".service_locator.5HZTi0C"/>
        <argument key="AppBundle\Controller\Admin\RPL\RplImportPowerPro:detailsAction" type="service_closure" id=".service_locator.l0Peojn"/>
        <argument key="AppBundle\Controller\Admin\RPL\SectorController:updateAction" type="service_closure" id=".service_locator.WpJdtyZ"/>
        <argument key="AppBundle\Controller\Admin\RPL\SectorController:updateSubmitAction" type="service_closure" id=".service_locator.WpJdtyZ"/>
        <argument key="AppBundle\Controller\Admin\SaleController:getDetailsAction" type="service_closure" id=".service_locator.24kbSG0"/>
        <argument key="AppBundle\Controller\Admin\ScheduleEmailController:scheduleHistoryAction" type="service_closure" id=".service_locator.K4v1F5N"/>
        <argument key="AppBundle\Controller\Admin\ScheduleEmailController:scheduleHistoryDetailAction" type="service_closure" id=".service_locator.NYmrOVS"/>
        <argument key="AppBundle\Controller\Admin\ScheduleEmailController:sendEmailTestAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Admin\SecurityController:loginAction" type="service_closure" id=".service_locator.rSTd.nA"/>
        <argument key="AppBundle\Controller\Admin\StudentController:detailAction" type="service_closure" id=".service_locator.GmQ1Tse"/>
        <argument key="AppBundle\Controller\Admin\StudentController:resetPassword" type="service_closure" id=".service_locator.GmQ1Tse"/>
        <argument key="AppBundle\Controller\Admin\StudentController:sendInitialEmailAction" type="service_closure" id=".service_locator.GSh1LVe"/>
        <argument key="AppBundle\Controller\Admin\TestimonialController:updateAction" type="service_closure" id=".service_locator.7I_sZP0"/>
        <argument key="AppBundle\Controller\Admin\TestimonialController:updateFromSiteAction" type="service_closure" id=".service_locator.7I_sZP0"/>
        <argument key="AppBundle\Controller\Admin\TgaController:DOMinnerHTML" type="service_closure" id=".service_locator.4Aes3p1"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:addOverview" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:addUnitOverview" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:confirmUnitCurrency" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:removeOverview" type="service_closure" id=".service_locator.BInlhN3"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:removeUnit" type="service_closure" id=".service_locator.f5SrJBo"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:removeUnitCurrency" type="service_closure" id=".service_locator.XPUsIxN"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:removeUnitOverview" type="service_closure" id=".service_locator.ihZdmE."/>
        <argument key="AppBundle\Controller\Admin\TrainerController:saveOverview" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:updateAction" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:updateCIndustryAction" type="service_closure" id=".service_locator.vpj9X.s"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:updateCategoryAction" type="service_closure" id=".service_locator.J8kxChE"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:updateConsultantAction" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\TrainerController:updateTrainerCategoryAction" type="service_closure" id=".service_locator.zLoCrhm"/>
        <argument key="AppBundle\Controller\Admin\UserController:updateAction" type="service_closure" id=".service_locator.qynGuoJ"/>
        <argument key="AppBundle\Controller\Admin\UserController:updatePasswordAction" type="service_closure" id=".service_locator.Mhqdd2r"/>
        <argument key="AppBundle\Controller\Admin\UserController:updatePersonalInformationAction" type="service_closure" id=".service_locator.5UfcsPE"/>
        <argument key="AppBundle\Controller\Site\CreditPriorStudyController:showAction" type="service_closure" id=".service_locator.GNcuwWC"/>
        <argument key="AppBundle\Controller\Site\EnrolmentController:confirmationEmailAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Site\EnrolmentController:showAction" type="service_closure" id=".service_locator.jDmyQmN"/>
        <argument key="AppBundle\Controller\Site\PdfController:pdfAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\PdfController:pdfFullCourseCriteriaMoodleViewAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\PdfController:pdfMoodleAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\PdfController:pdfRPLAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\PdfController:testPdfAction" type="service_closure" id=".service_locator.d.l9Fb1"/>
        <argument key="AppBundle\Controller\Site\RplController:applicationFinish" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Site\RplController:showAction" type="service_closure" id=".service_locator.qzxLprM"/>
        <argument key="AppBundle\Controller\Site\RplController:showRplAvetmiss" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Site\SiteController:askQuestionCodeSubmitAction" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="AppBundle\Controller\Site\SiteController:askQuestionSubmitAction" type="service_closure" id=".service_locator.E4D3hUA"/>
        <argument key="AppBundle\Controller\Site\SiteController:jobApplicationFinishAction" type="service_closure" id=".service_locator.UMXFunj"/>
        <argument key="AppBundle\Controller\Site\SiteController:testEmail" type="service_closure" id=".service_locator.uVvF4gL"/>
      </argument>
    </service>
    <service id=".service_locator.mAgPHiR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator" type="service_closure" id="security.validator.user_password"/>
        <argument key="Symfony\Component\Validator\Constraints\EmailValidator" type="service_closure" id="validator.email"/>
        <argument key="Symfony\Component\Validator\Constraints\ExpressionValidator" type="service_closure" id="validator.expression"/>
        <argument key="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" type="service_closure" id="validator.no_suspicious_characters"/>
        <argument key="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" type="service_closure" id="validator.not_compromised_password"/>
        <argument key="Symfony\Component\Validator\Constraints\WhenValidator" type="service_closure" id="validator.when"/>
        <argument key="doctrine.orm.validator.unique" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="security.validator.user_password" type="service_closure" id="security.validator.user_password"/>
        <argument key="validator.expression" type="service_closure" id="validator.expression"/>
      </argument>
    </service>
    <service id=".service_locator.i2UnAhx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="hinclude" type="service_closure" id="fragment.renderer.hinclude"/>
        <argument key="inline" type="service_closure" id="fragment.renderer.inline"/>
      </argument>
    </service>
    <service id=".debug.value_resolver.security.user_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.user_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.security.security_token_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.security_token_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.doctrine.orm.entity_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="doctrine.orm.entity_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.backed_enum_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.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.EAA45KQ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="AppBundle\Form\AssessmentQualificationUnitForm" type="service_closure" id="app.form.type.assessmentQualificationUnit"/>
        <argument key="AppBundle\Form\BlogForm" type="service_closure" id="app.form.type.blog"/>
        <argument key="AppBundle\Form\CourseForm" type="service_closure" id="app.form.type.tag"/>
        <argument key="AppBundle\Form\DataTransformer\RolesTransform" type="service_closure" id="app.form.type.roleTransform"/>
        <argument key="AppBundle\Form\EvidenceCheckListForm" type="service_closure" id="app.form.type.evidencechecklist"/>
        <argument key="AppBundle\Form\FaqForm" type="service_closure" id="app.form.type.faq"/>
        <argument key="AppBundle\Form\PageForm" type="service_closure" id="app.form.type.page"/>
        <argument key="AppBundle\Form\RPLCheckListForm" type="service_closure" id="app.form.type.rplchecklist"/>
        <argument key="AppBundle\Form\RPL\Admin\QualificationSingleUnitForm" type="service_closure" id="app.form.type.rplQualificationSingleUnit"/>
        <argument key="AppBundle\Form\RPL\Admin\QualificationUnitForm" type="service_closure" id="app.form.type.rplQualificationUnit"/>
        <argument key="AppBundle\Form\RPL\Admin\RplVaultFileForm" type="service_closure" id="app.form.type.vault"/>
        <argument key="AppBundle\Form\RPL\RplApplicationQualificationForm" type="service_closure" id="app.form.type.rplapplicationqualification"/>
        <argument key="AppBundle\Form\RPL\RplAssessmentApplicationQualificationForm" type="service_closure" id="app.form.type.assessmentQualification"/>
        <argument key="AppBundle\Form\RPL\RplAssessmentFormPdf" type="service_closure" id="app.form.type.assessmentFormPdf"/>
        <argument key="AppBundle\Form\TrainerConsultantForm" type="service_closure" id="app.form.type.consultant"/>
        <argument key="AppBundle\Form\TrainerForm" type="service_closure" id="app.form.type.trainer"/>
        <argument key="AppBundle\Form\Type\EntityHiddenType" type="service_closure" id="app.type.entity_hidden"/>
        <argument key="AppBundle\Form\UserForm" type="service_closure" id="app.form.type.user"/>
        <argument key="Liip\ImagineBundle\Form\Type\ImageType" type="service_closure" id="liip_imagine.form.type.image"/>
        <argument key="Symfony\Bridge\Doctrine\Form\Type\EntityType" type="service_closure" id="form.type.entity"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ChoiceType" type="service_closure" id="form.type.choice"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ColorType" type="service_closure" id="form.type.color"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FileType" type="service_closure" id="form.type.file"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="service_closure" id="form.type.form"/>
        <argument key="Vich\UploaderBundle\Form\Type\VichFileType" type="service_closure" id="vich_uploader.form.type.file"/>
        <argument key="Vich\UploaderBundle\Form\Type\VichImageType" type="service_closure" id="vich_uploader.form.type.image"/>
      </argument>
    </service>
    <service id="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="debug.traced.messenger.bus.default" class="Symfony\Component\Messenger\TraceableMessageBus">
      <tag name="messenger.bus"/>
      <tag name="container.decorator" id="messenger.bus.default" inner="debug.traced.messenger.bus.default.inner"/>
      <argument type="service" id="debug.traced.messenger.bus.default.inner"/>
    </service>
    <service id=".service_locator.5cAhUFF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="messenger.bus.default" type="service_closure" id="debug.traced.messenger.bus.default"/>
      </argument>
    </service>
    <service id=".messenger.handler_descriptor.QXXNQ9d" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="process.messenger.process_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.kEzMhfs" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="console.messenger.execute_command_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.6kVvRT." 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.tGvt0LH" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="mailer.messenger.message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.p4Qvabm" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="messenger.redispatch_message_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.vMw0m61" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="chatter.messenger.chat_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.XZowc.T" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="texter.messenger.sms_handler"/>
      <argument type="collection"/>
    </service>
    <service id=".messenger.handler_descriptor.Lml2ICs" class="Symfony\Component\Messenger\Handler\HandlerDescriptor">
      <argument type="service" id="texter.messenger.push_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.QXXNQ9d"/>
        </argument>
        <argument key="Symfony\Component\Console\Messenger\RunCommandMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.kEzMhfs"/>
        </argument>
        <argument key="Symfony\Component\HttpClient\Messenger\PingWebhookMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.6kVvRT."/>
        </argument>
        <argument key="Symfony\Component\Mailer\Messenger\SendEmailMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.tGvt0LH"/>
        </argument>
        <argument key="Symfony\Component\Messenger\Message\RedispatchMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.p4Qvabm"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\ChatMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.vMw0m61"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\SmsMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.XZowc.T"/>
        </argument>
        <argument key="Symfony\Component\Notifier\Message\PushMessage" type="iterator">
          <argument type="service" id=".messenger.handler_descriptor.Lml2ICs"/>
        </argument>
      </argument>
    </service>
    <service id=".debug.http_client" class="Symfony\Component\HttpClient\TraceableHttpClient">
      <tag name="http_client.client"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="http_client" inner="http_client.uri_template.inner"/>
      <argument type="service" id="http_client.uri_template"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
    </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.scheb_two_factor.security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="scheb_two_factor.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="security.listener.csrf_protection" class="Symfony\Component\Security\Http\EventListener\CsrfProtectionListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.token_manager"/>
    </service>
    <service id="security.logout.listener.csrf_token_clearing" class="Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.token_storage"/>
    </service>
    <service id="security.ldap_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection"/>
    </service>
    <service id="monolog.logger.request" class="Monolog\Logger">
      <argument>request</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.console" class="Monolog\Logger">
      <argument>console</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.messenger" class="Monolog\Logger">
      <argument>messenger</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.cache" class="Monolog\Logger">
      <argument>cache</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.http_client" class="Monolog\Logger">
      <argument>http_client</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.mailer" class="Monolog\Logger">
      <argument>mailer</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.translation" class="Monolog\Logger">
      <argument>translation</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.php" class="Monolog\Logger">
      <argument>php</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.event" class="Monolog\Logger">
      <argument>event</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.router" class="Monolog\Logger">
      <argument>router</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.profiler" class="Monolog\Logger">
      <argument>profiler</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.security" class="Monolog\Logger">
      <argument>security</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.doctrine" class="Monolog\Logger">
      <argument>doctrine</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.snappy" class="Monolog\Logger">
      <argument>snappy</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.debug" class="Monolog\Logger">
      <argument>debug</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.handler.null_internal" class="Monolog\Handler\NullHandler"/>
    <service id=".service_locator.I7AIEUa" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine.orm.default_listeners.attach_entity_listeners" type="service_closure" id="doctrine.orm.default_listeners.attach_entity_listeners"/>
        <argument key="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener"/>
        <argument key="doctrine.orm.listeners.doctrine_token_provider_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_token_provider_schema_listener"/>
        <argument key="doctrine.orm.listeners.lock_store_schema_listener" type="service_closure" id="doctrine.orm.listeners.lock_store_schema_listener"/>
        <argument key="doctrine.orm.listeners.pdo_session_handler_schema_listener" type="service_closure" id="doctrine.orm.listeners.pdo_session_handler_schema_listener"/>
        <argument key="doctrine.orm.messenger.doctrine_schema_listener" type="service_closure" id="doctrine.orm.messenger.doctrine_schema_listener"/>
        <argument key="stof_doctrine_extensions.listener.loggable" type="service_closure" id="stof_doctrine_extensions.listener.loggable"/>
        <argument key="stof_doctrine_extensions.listener.sluggable" type="service_closure" id="stof_doctrine_extensions.listener.sluggable"/>
        <argument key="stof_doctrine_extensions.listener.timestampable" type="service_closure" id="stof_doctrine_extensions.listener.timestampable"/>
        <argument key="vich_uploader.listener.clean.rpl_application_document" type="service_closure" id="vich_uploader.listener.clean.rpl_application_document"/>
        <argument key="vich_uploader.listener.clean.rpl_application_evidence" type="service_closure" id="vich_uploader.listener.clean.rpl_application_evidence"/>
        <argument key="vich_uploader.listener.remove.rpl_application_document" type="service_closure" id="vich_uploader.listener.remove.rpl_application_document"/>
        <argument key="vich_uploader.listener.remove.rpl_application_evidence" type="service_closure" id="vich_uploader.listener.remove.rpl_application_evidence"/>
        <argument key="vich_uploader.listener.upload.banner_image" type="service_closure" id="vich_uploader.listener.upload.banner_image"/>
        <argument key="vich_uploader.listener.upload.clet_blog_file_image" type="service_closure" id="vich_uploader.listener.upload.clet_blog_file_image"/>
        <argument key="vich_uploader.listener.upload.clet_image_file" type="service_closure" id="vich_uploader.listener.upload.clet_image_file"/>
        <argument key="vich_uploader.listener.upload.course_area_image" type="service_closure" id="vich_uploader.listener.upload.course_area_image"/>
        <argument key="vich_uploader.listener.upload.course_image" type="service_closure" id="vich_uploader.listener.upload.course_image"/>
        <argument key="vich_uploader.listener.upload.course_video_placeholder_image" type="service_closure" id="vich_uploader.listener.upload.course_video_placeholder_image"/>
        <argument key="vich_uploader.listener.upload.rpl_application_document" type="service_closure" id="vich_uploader.listener.upload.rpl_application_document"/>
        <argument key="vich_uploader.listener.upload.rpl_application_evidence" type="service_closure" id="vich_uploader.listener.upload.rpl_application_evidence"/>
        <argument key="vich_uploader.listener.upload.rpl_area_image" type="service_closure" id="vich_uploader.listener.upload.rpl_area_image"/>
        <argument key="vich_uploader.listener.upload.trainer_image" type="service_closure" id="vich_uploader.listener.upload.trainer_image"/>
      </argument>
    </service>
    <service id=".service_locator.KLVvNIq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine.ulid_generator" type="service_closure" id="doctrine.ulid_generator"/>
        <argument key="doctrine.uuid_generator" type="service_closure" id="doctrine.uuid_generator"/>
      </argument>
    </service>
    <service id=".doctrine.orm.default_metadata_driver" class="Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver">
      <tag name="container.decorator" id="doctrine.orm.default_metadata_driver" inner=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".service_locator.KLVvNIq"/>
    </service>
    <service id="doctrine.dbal.logging_middleware.default" class="Doctrine\DBAL\Logging\Middleware">
      <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=".service_locator.TWz9UQt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="list" type="service_closure" id="knp_menu.renderer.list"/>
        <argument key="twig" type="service_closure" id="knp_menu.renderer.twig"/>
      </argument>
    </service>
    <service id=".service_locator.KNWZJDR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="custom" type="service_closure" id="exercise_html_purifier.custom"/>
        <argument key="default" type="service_closure" id="exercise_html_purifier.default"/>
      </argument>
    </service>
    <service id=".service_locator.O24_MAy" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translation.loader.csv" type="service_closure" id="translation.loader.csv"/>
        <argument key="translation.loader.dat" type="service_closure" id="translation.loader.dat"/>
        <argument key="translation.loader.ini" type="service_closure" id="translation.loader.ini"/>
        <argument key="translation.loader.json" type="service_closure" id="translation.loader.json"/>
        <argument key="translation.loader.mo" type="service_closure" id="translation.loader.mo"/>
        <argument key="translation.loader.php" type="service_closure" id="translation.loader.php"/>
        <argument key="translation.loader.po" type="service_closure" id="translation.loader.po"/>
        <argument key="translation.loader.qt" type="service_closure" id="translation.loader.qt"/>
        <argument key="translation.loader.res" type="service_closure" id="translation.loader.res"/>
        <argument key="translation.loader.xliff" type="service_closure" id="translation.loader.xliff"/>
        <argument key="translation.loader.yml" type="service_closure" id="translation.loader.yml"/>
      </argument>
    </service>
    <service id="debug.security.event_dispatcher.site" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.site">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.site" inner="debug.security.event_dispatcher.site.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.site.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.site.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.site"/>
          <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.site"/>
          <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>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.main"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775807</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code"/>
          <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="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.main" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.main">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.main" inner="debug.security.event_dispatcher.main.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.main.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.main.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.session.main"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.default.main"/>
          <argument>onLogout</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.session.main"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\AuthenticationTokenCreatedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.token_created_listener.two_factor.main"/>
          <argument>onAuthenticationTokenCreated</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>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.authentication.provider_preparation_listener.two_factor.main"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775807</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code"/>
          <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="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</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.sXJhK4T" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AdminController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\AdminController"/>
      <argument>AppBundle\Controller\Admin\AdminController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AssessmentActionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\AssessmentActionController"/>
      <argument>AppBundle\Controller\Admin\AssessmentActionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AssessmentValidatingController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\AssessmentValidatingController"/>
      <argument>AppBundle\Controller\Admin\AssessmentValidatingController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AssessmentValidationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\AssessmentValidationController"/>
      <argument>AppBundle\Controller\Admin\AssessmentValidationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AssessmentValidatorRequirementController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\AssessmentValidatorRequirementController"/>
      <argument>AppBundle\Controller\Admin\AssessmentValidatorRequirementController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\AuditValidationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\AuditValidationController"/>
      <argument>AppBundle\Controller\Admin\AuditValidationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\BannerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\BannerController"/>
      <argument>AppBundle\Controller\Admin\BannerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\BlogCategoryController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\BlogCategoryController"/>
      <argument>AppBundle\Controller\Admin\BlogCategoryController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\BlogController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\BlogController"/>
      <argument>AppBundle\Controller\Admin\BlogController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CareerFaqController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\CareerFaqController"/>
      <argument>AppBundle\Controller\Admin\CareerFaqController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ChatController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ChatController"/>
      <argument>AppBundle\Controller\Admin\ChatController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CletAssessmentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\CletAssessmentController"/>
      <argument>AppBundle\Controller\Admin\CletAssessmentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CletAssessmentTaskController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\CletAssessmentTaskController"/>
      <argument>AppBundle\Controller\Admin\CletAssessmentTaskController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CletQualificationAssessmentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\CletQualificationAssessmentController"/>
      <argument>AppBundle\Controller\Admin\CletQualificationAssessmentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CletQualificationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\CletQualificationController"/>
      <argument>AppBundle\Controller\Admin\CletQualificationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ClientController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ClientController"/>
      <argument>AppBundle\Controller\Admin\ClientController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ComplainAppealController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ComplainAppealController"/>
      <argument>AppBundle\Controller\Admin\ComplainAppealController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ConfigController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ConfigController"/>
      <argument>AppBundle\Controller\Admin\ConfigController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ConsultationRegisterController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ConsultationRegisterController"/>
      <argument>AppBundle\Controller\Admin\ConsultationRegisterController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ContinuousImprovementController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ContinuousImprovementController"/>
      <argument>AppBundle\Controller\Admin\ContinuousImprovementController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CoreSkillController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\CoreSkillController"/>
      <argument>AppBundle\Controller\Admin\CoreSkillController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CourseAreaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\CourseAreaController"/>
      <argument>AppBundle\Controller\Admin\CourseAreaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CourseController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\CourseController"/>
      <argument>AppBundle\Controller\Admin\CourseController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\CreditPriorController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\CreditPriorController"/>
      <argument>AppBundle\Controller\Admin\CreditPriorController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\DomainController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\DomainController"/>
      <argument>AppBundle\Controller\Admin\DomainController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\EmailController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\EmailController"/>
      <argument>AppBundle\Controller\Admin\EmailController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\EmailTemplateController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\EmailTemplateController"/>
      <argument>AppBundle\Controller\Admin\EmailTemplateController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\EvidenceCheckListController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\EvidenceCheckListController"/>
      <argument>AppBundle\Controller\Admin\EvidenceCheckListController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\EvidenceVaultController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\EvidenceVaultController"/>
      <argument>AppBundle\Controller\Admin\EvidenceVaultController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\FaqController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\FaqController"/>
      <argument>AppBundle\Controller\Admin\FaqController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\FileController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\FileController"/>
      <argument>AppBundle\Controller\Admin\FileController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\GovernanceRegisterActionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\GovernanceRegisterActionController"/>
      <argument>AppBundle\Controller\Admin\GovernanceRegisterActionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\GovernanceRegisterController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\GovernanceRegisterController"/>
      <argument>AppBundle\Controller\Admin\GovernanceRegisterController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\GraphsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\GraphsController"/>
      <argument>AppBundle\Controller\Admin\GraphsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\HighlightsWordsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\HighlightsWordsController"/>
      <argument>AppBundle\Controller\Admin\HighlightsWordsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ImageGalleryController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ImageGalleryController"/>
      <argument>AppBundle\Controller\Admin\ImageGalleryController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ImageTypeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ImageTypeController"/>
      <argument>AppBundle\Controller\Admin\ImageTypeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\JobApplicationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\JobApplicationController"/>
      <argument>AppBundle\Controller\Admin\JobApplicationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\JobController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\JobController"/>
      <argument>AppBundle\Controller\Admin\JobController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ModalController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ModalController"/>
      <argument>AppBundle\Controller\Admin\ModalController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\NotificationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\NotificationController"/>
      <argument>AppBundle\Controller\Admin\NotificationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\PageController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\PageController"/>
      <argument>AppBundle\Controller\Admin\PageController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\PageSectionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\PageSectionController"/>
      <argument>AppBundle\Controller\Admin\PageSectionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\PaymentBypassCodeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\PaymentBypassCodeController"/>
      <argument>AppBundle\Controller\Admin\PaymentBypassCodeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\PaymentPlanController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\PaymentPlanController"/>
      <argument>AppBundle\Controller\Admin\PaymentPlanController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ProfileController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ProfileController"/>
      <argument>AppBundle\Controller\Admin\ProfileController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\QuestionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\QuestionController"/>
      <argument>AppBundle\Controller\Admin\QuestionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\AdminActionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\AdminActionController"/>
      <argument>AppBundle\Controller\Admin\RPL\AdminActionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\AssessmentLetterController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\AssessmentLetterController"/>
      <argument>AppBundle\Controller\Admin\RPL\AssessmentLetterController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\EvidenceGuideController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\EvidenceGuideController"/>
      <argument>AppBundle\Controller\Admin\RPL\EvidenceGuideController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\IndustryController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\IndustryController"/>
      <argument>AppBundle\Controller\Admin\RPL\IndustryController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\ProfileController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\ProfileController"/>
      <argument>AppBundle\Controller\Admin\RPL\ProfileController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RPLAreaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RPLAreaController"/>
      <argument>AppBundle\Controller\Admin\RPL\RPLAreaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RPLCheckListController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RPLCheckListController"/>
      <argument>AppBundle\Controller\Admin\RPL\RPLCheckListController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankActionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RankActionController"/>
      <argument>AppBundle\Controller\Admin\RPL\RankActionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RankController"/>
      <argument>AppBundle\Controller\Admin\RPL\RankController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankGroupController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RankGroupController"/>
      <argument>AppBundle\Controller\Admin\RPL\RankGroupController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankLevelController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RankLevelController"/>
      <argument>AppBundle\Controller\Admin\RPL\RankLevelController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankQualificationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RankQualificationController"/>
      <argument>AppBundle\Controller\Admin\RPL\RankQualificationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RankUnitController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RankUnitController"/>
      <argument>AppBundle\Controller\Admin\RPL\RankUnitController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RplApplicationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RplApplicationController"/>
      <argument>AppBundle\Controller\Admin\RPL\RplApplicationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\RplImportPowerPro" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\RplImportPowerPro"/>
      <argument>AppBundle\Controller\Admin\RPL\RplImportPowerPro</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\RPL\SectorController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\RPL\SectorController"/>
      <argument>AppBundle\Controller\Admin\RPL\SectorController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\SaleController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\SaleController"/>
      <argument>AppBundle\Controller\Admin\SaleController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\ScheduleEmailController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\ScheduleEmailController"/>
      <argument>AppBundle\Controller\Admin\ScheduleEmailController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\SecurityController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\SecurityController"/>
      <argument>AppBundle\Controller\Admin\SecurityController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\SpeakerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\SpeakerController"/>
      <argument>AppBundle\Controller\Admin\SpeakerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\StudentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\StudentController"/>
      <argument>AppBundle\Controller\Admin\StudentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\TestimonialController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\TestimonialController"/>
      <argument>AppBundle\Controller\Admin\TestimonialController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\TgaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\TgaController"/>
      <argument>AppBundle\Controller\Admin\TgaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\TrainerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\TrainerController"/>
      <argument>AppBundle\Controller\Admin\TrainerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\TrainingAssessmentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\TrainingAssessmentController"/>
      <argument>AppBundle\Controller\Admin\TrainingAssessmentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\UnitController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\UnitController"/>
      <argument>AppBundle\Controller\Admin\UnitController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\UnitGuideController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\UnitGuideController"/>
      <argument>AppBundle\Controller\Admin\UnitGuideController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Admin\UserController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Admin\UserController"/>
      <argument>AppBundle\Controller\Admin\UserController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Api\QualificationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Api\QualificationController"/>
      <argument>AppBundle\Controller\Api\QualificationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Api\TokenController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Api\TokenController"/>
      <argument>AppBundle\Controller\Api\TokenController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\DefaultController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\DefaultController"/>
      <argument>AppBundle\Controller\DefaultController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Site\CreditPriorStudyController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Site\CreditPriorStudyController"/>
      <argument>AppBundle\Controller\Site\CreditPriorStudyController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Site\EnrolmentController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Site\EnrolmentController"/>
      <argument>AppBundle\Controller\Site\EnrolmentController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Site\PdfController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Site\PdfController"/>
      <argument>AppBundle\Controller\Site\PdfController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Site\RplController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Site\RplController"/>
      <argument>AppBundle\Controller\Site\RplController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Site\SiteController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Site\SiteController"/>
      <argument>AppBundle\Controller\Site\SiteController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.sXJhK4T.AppBundle\Controller\Site\SitemapController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="AppBundle\Controller\Site\SitemapController"/>
      <argument>AppBundle\Controller\Site\SitemapController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.sXJhK4T" method="withContext"/>
    </service>
    <service id=".service_locator.fuYM_Z." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.fuYM_Z..translation.warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="translation.warmer"/>
      <argument>translation.warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fuYM_Z." method="withContext"/>
    </service>
    <service id=".service_locator.otfny_1" 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.otfny_1.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.otfny_1" method="withContext"/>
    </service>
    <service id=".service_locator.cUcW89y" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default"/>
      </argument>
    </service>
    <service id=".service_locator.cUcW89y.router.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.cache_warmer"/>
      <argument>router.cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.cUcW89y" method="withContext"/>
    </service>
    <service id=".service_locator.dGUCsbe" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" type="service_closure" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.datetime"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.default"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_payload"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.service"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.session"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.variadic"/>
        <argument key="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver" type="service_closure" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument key="Symfony\Component\Security\Http\Controller\UserValueResolver" type="service_closure" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument key="argument_resolver.not_tagged_controller" type="service_closure" id=".debug.value_resolver.argument_resolver.not_tagged_controller"/>
      </argument>
    </service>
    <service id=".service_locator.XXv1IfR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reverse_container" type="service_closure" id="reverse_container" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id=".service_locator.NBUFN6A" 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.M4VGNDw" 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 key="security.event_dispatcher.site" type="service_closure" id="debug.security.event_dispatcher.site"/>
      </argument>
    </service>
    <service id=".service_locator.PLOTQgB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.route_loader.logout" type="service_closure" id="security.route_loader.logout"/>
      </argument>
    </service>
    <service id=".service_locator.u6DWx23" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="logger" type="service_closure" id="monolog.logger" on-invalid="ignore"/>
        <argument key="session_collector" type="service_closure" id="data_collector.request.session_collector" on-invalid="ignore"/>
        <argument key="session_factory" type="service_closure" id="session.factory" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.hnz5ZNh" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="browser" type="service_closure" id="notifier.channel.browser"/>
        <argument key="chat" type="service_closure" id="notifier.channel.chat"/>
        <argument key="email" type="service_closure" id="notifier.channel.email"/>
        <argument key="push" type="service_closure" id="notifier.channel.push"/>
        <argument key="sms" type="service_closure" id="notifier.channel.sms"/>
      </argument>
    </service>
    <service id=".service_locator.LcVn9Hr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="request_stack" type="service_closure" id="request_stack"/>
      </argument>
    </service>
    <service id=".service_locator.BlxN3Cw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="request_stack" type="service_closure" id="request_stack"/>
        <argument key="security.authenticator.managers_locator" type="service_closure" id="security.authenticator.managers_locator" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.firewall.event_dispatcher_locator" type="service_closure" id="security.firewall.event_dispatcher_locator"/>
        <argument key="security.firewall.map" type="service_closure" id="security.firewall.map"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage"/>
        <argument key="security.user_checker" type="service_closure" id="security.user_checker"/>
      </argument>
    </service>
    <service id="debug.validator.inner" class="Symfony\Component\Validator\Validator\ValidatorInterface">
      <factory service="validator.builder" method="getValidator"/>
    </service>
    <service id="http_client.uri_template.inner" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <argument type="collection">
        <argument type="service" id="http_client.transport"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id="debug.event_dispatcher.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.controller_resolver.inner" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver">
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <call method="allowControllers">
        <argument type="collection">
          <argument>Symfony\Bundle\FrameworkBundle\Controller\AbstractController</argument>
          <argument>Symfony\Bundle\FrameworkBundle\Controller\TemplateController</argument>
        </argument>
      </call>
      <call method="allowControllers">
        <argument type="collection">
          <argument>AppBundle\Controller\Admin\AdminController</argument>
          <argument>AppBundle\Controller\Admin\AssessmentActionController</argument>
          <argument>AppBundle\Controller\Admin\AssessmentValidatingController</argument>
          <argument>AppBundle\Controller\Admin\AssessmentValidationController</argument>
          <argument>AppBundle\Controller\Admin\AssessmentValidatorRequirementController</argument>
          <argument>AppBundle\Controller\Admin\AuditValidationController</argument>
          <argument>AppBundle\Controller\Admin\BannerController</argument>
          <argument>AppBundle\Controller\Admin\BlogCategoryController</argument>
          <argument>AppBundle\Controller\Admin\BlogController</argument>
          <argument>AppBundle\Controller\Admin\CareerFaqController</argument>
          <argument>AppBundle\Controller\Admin\ChatController</argument>
          <argument>AppBundle\Controller\Admin\CletAssessmentController</argument>
          <argument>AppBundle\Controller\Admin\CletAssessmentTaskController</argument>
          <argument>AppBundle\Controller\Admin\CletQualificationAssessmentController</argument>
          <argument>AppBundle\Controller\Admin\CletQualificationController</argument>
          <argument>AppBundle\Controller\Admin\ClientController</argument>
          <argument>AppBundle\Controller\Admin\ComplainAppealController</argument>
          <argument>AppBundle\Controller\Admin\ConfigController</argument>
          <argument>AppBundle\Controller\Admin\ConsultationRegisterController</argument>
          <argument>AppBundle\Controller\Admin\ContinuousImprovementController</argument>
          <argument>AppBundle\Controller\Admin\CoreSkillController</argument>
          <argument>AppBundle\Controller\Admin\CourseAreaController</argument>
          <argument>AppBundle\Controller\Admin\CourseController</argument>
          <argument>AppBundle\Controller\Admin\CreditPriorController</argument>
          <argument>AppBundle\Controller\Admin\DomainController</argument>
          <argument>AppBundle\Controller\Admin\EmailController</argument>
          <argument>AppBundle\Controller\Admin\EmailTemplateController</argument>
          <argument>AppBundle\Controller\Admin\EvidenceCheckListController</argument>
          <argument>AppBundle\Controller\Admin\EvidenceVaultController</argument>
          <argument>AppBundle\Controller\Admin\FaqController</argument>
          <argument>AppBundle\Controller\Admin\FileController</argument>
          <argument>AppBundle\Controller\Admin\GovernanceRegisterActionController</argument>
          <argument>AppBundle\Controller\Admin\GovernanceRegisterController</argument>
          <argument>AppBundle\Controller\Admin\GraphsController</argument>
          <argument>AppBundle\Controller\Admin\HighlightsWordsController</argument>
          <argument>AppBundle\Controller\Admin\ImageGalleryController</argument>
          <argument>AppBundle\Controller\Admin\ImageTypeController</argument>
          <argument>AppBundle\Controller\Admin\JobApplicationController</argument>
          <argument>AppBundle\Controller\Admin\JobController</argument>
          <argument>AppBundle\Controller\Admin\ModalController</argument>
          <argument>AppBundle\Controller\Admin\NotificationController</argument>
          <argument>AppBundle\Controller\Admin\PageController</argument>
          <argument>AppBundle\Controller\Admin\PageSectionController</argument>
          <argument>AppBundle\Controller\Admin\PaymentBypassCodeController</argument>
          <argument>AppBundle\Controller\Admin\PaymentPlanController</argument>
          <argument>AppBundle\Controller\Admin\ProfileController</argument>
          <argument>AppBundle\Controller\Admin\QuestionController</argument>
          <argument>AppBundle\Controller\Admin\RPL\AdminActionController</argument>
          <argument>AppBundle\Controller\Admin\RPL\AssessmentLetterController</argument>
          <argument>AppBundle\Controller\Admin\RPL\EvidenceGuideController</argument>
          <argument>AppBundle\Controller\Admin\RPL\IndustryController</argument>
          <argument>AppBundle\Controller\Admin\RPL\ProfileController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RPLAreaController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RPLCheckListController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RankActionController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RankController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RankGroupController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RankLevelController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RankQualificationController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RankUnitController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RplApplicationController</argument>
          <argument>AppBundle\Controller\Admin\RPL\RplImportPowerPro</argument>
          <argument>AppBundle\Controller\Admin\RPL\SectorController</argument>
          <argument>AppBundle\Controller\Admin\SaleController</argument>
          <argument>AppBundle\Controller\Admin\ScheduleEmailController</argument>
          <argument>AppBundle\Controller\Admin\SecurityController</argument>
          <argument>AppBundle\Controller\Admin\SpeakerController</argument>
          <argument>AppBundle\Controller\Admin\StudentController</argument>
          <argument>AppBundle\Controller\Admin\TestimonialController</argument>
          <argument>AppBundle\Controller\Admin\TgaController</argument>
          <argument>AppBundle\Controller\Admin\TrainerController</argument>
          <argument>AppBundle\Controller\Admin\TrainingAssessmentController</argument>
          <argument>AppBundle\Controller\Admin\UnitController</argument>
          <argument>AppBundle\Controller\Admin\UnitGuideController</argument>
          <argument>AppBundle\Controller\Admin\UserController</argument>
          <argument>AppBundle\Controller\Api\QualificationController</argument>
          <argument>AppBundle\Controller\Api\TokenController</argument>
          <argument>AppBundle\Controller\DefaultController</argument>
          <argument>AppBundle\Controller\Site\CreditPriorStudyController</argument>
          <argument>AppBundle\Controller\Site\EnrolmentController</argument>
          <argument>AppBundle\Controller\Site\PdfController</argument>
          <argument>AppBundle\Controller\Site\RplController</argument>
          <argument>AppBundle\Controller\Site\SiteController</argument>
          <argument>AppBundle\Controller\Site\SitemapController</argument>
          <argument>Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController</argument>
        </argument>
      </call>
    </service>
    <service id="debug.argument_resolver.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver">
      <argument type="service" id="argument_metadata_factory"/>
      <argument type="iterator">
        <argument type="service" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.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.dGUCsbe"/>
    </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.scheb_two_factor.security.access.authenticated_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.role_hierarchy_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.site.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.site"/>
    </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="jms_serializer.metadata.doctrine_type_driver.inner" class="Metadata\Driver\DriverChain">
      <argument type="collection">
        <argument type="service" id="jms_serializer.metadata.yaml_driver"/>
        <argument type="service" id="jms_serializer.metadata.xml_driver"/>
        <argument type="service" id="jms_serializer.metadata.annotation_or_attribute_driver"/>
        <argument type="service" id="jms_serializer.metadata.null_driver"/>
      </argument>
    </service>
    <service id="jms_serializer.doctrine_object_constructor.inner" class="JMS\Serializer\Construction\UnserializeObjectConstructor"/>
    <service id="scheb_two_factor.security.authentication.trust_resolver.inner" class="Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver"/>
    <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.traced.messenger.bus.default.inner" class="Symfony\Component\Messenger\MessageBus">
      <argument type="iterator">
        <argument type="service" id="messenger.bus.default.middleware.traceable"/>
        <argument type="service" id="messenger.bus.default.middleware.add_bus_name_stamp_middleware"/>
        <argument type="service" id="messenger.middleware.reject_redelivered_message_middleware"/>
        <argument type="service" id="messenger.middleware.dispatch_after_current_bus"/>
        <argument type="service" id="messenger.middleware.failed_message_processing_middleware"/>
        <argument type="service" id="messenger.bus.default.middleware.send_message"/>
        <argument type="service" id="messenger.bus.default.middleware.handle_message"/>
      </argument>
    </service>
    <service id=".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>Gedmo\Translatable\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
        <argument>Gedmo\Loggable\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
        <argument>AppBundle\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_xml_metadata_driver"/>
        <argument>Vich\UploaderBundle\Entity</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.site.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.security.event_dispatcher.main.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="jms_serializer.traceable_metadata_factory.inner" class="Metadata\MetadataFactory">
      <argument type="service" id="jms_serializer.metadata.lazy_loading_driver"/>
      <argument>Metadata\ClassHierarchyMetadata</argument>
      <argument>true</argument>
      <call method="setCache">
        <argument type="service" id="jms_serializer.metadata.cache.file_cache" on-invalid="ignore"/>
      </call>
      <call method="setIncludeInterfaces">
        <argument>false</argument>
      </call>
    </service>
    <service id="jms_serializer.traceable_handler_registry.inner" class="JMS\Serializer\Handler\LazyHandlerRegistry">
      <argument type="service" id="jms_serializer.handler_registry.service_locator"/>
    </service>
    <service id="jms_serializer.metadata.traceable_file_locator.inner" class="Metadata\Driver\FileLocator">
      <argument type="collection"/>
    </service>
    <service id=".errored..service_locator.Zb_6UQ4.AppBundle\Entity\CletAssessmentAction" class="AppBundle\Entity\CletAssessmentAction">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Zb_6UQ4&quot;: it references class &quot;AppBundle\Entity\CletAssessmentAction&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.y1U_m15.AppBundle\Entity\CletAssessmentValidation" class="AppBundle\Entity\CletAssessmentValidation">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.y1U_m15&quot;: it references class &quot;AppBundle\Entity\CletAssessmentValidation&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.57Xxuh3.AppBundle\Entity\CletAuditFormHeading" class="AppBundle\Entity\CletAuditFormHeading">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.57Xxuh3&quot;: it references class &quot;AppBundle\Entity\CletAuditFormHeading&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.eY1LIh8.AppBundle\Entity\CletAuditForm" class="AppBundle\Entity\CletAuditForm">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.eY1LIh8&quot;: it references class &quot;AppBundle\Entity\CletAuditForm&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.nPwTYdR.AppBundle\Entity\CletBanner" class="AppBundle\Entity\CletBanner">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.nPwTYdR&quot;: it references class &quot;AppBundle\Entity\CletBanner&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.PxGi3rG.AppBundle\Entity\CletBlogCategory" class="AppBundle\Entity\CletBlogCategory">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.PxGi3rG&quot;: it references class &quot;AppBundle\Entity\CletBlogCategory&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.L2v1cRe.AppBundle\Entity\CletBlog" class="AppBundle\Entity\CletBlog">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.L2v1cRe&quot;: it references class &quot;AppBundle\Entity\CletBlog&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.E5TyA.w.AppBundle\Entity\CletCareerFaq" class="AppBundle\Entity\CletCareerFaq">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.E5TyA.w&quot;: it references class &quot;AppBundle\Entity\CletCareerFaq&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.CoXbXol.AppBundle\Entity\CletQualification" class="AppBundle\Entity\CletQualification">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.CoXbXol&quot;: it references class &quot;AppBundle\Entity\CletQualification&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.SbuUy6j.AppBundle\Entity\CletQualification" class="AppBundle\Entity\CletQualification">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.SbuUy6j&quot;: it references class &quot;AppBundle\Entity\CletQualification&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.SbuUy6j.AppBundle\Entity\CletAssessmentUnitQualification" class="AppBundle\Entity\CletAssessmentUnitQualification">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.SbuUy6j&quot;: it references class &quot;AppBundle\Entity\CletAssessmentUnitQualification&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.v4zkl64.AppBundle\Entity\CletQualification" class="AppBundle\Entity\CletQualification">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.v4zkl64&quot;: it references class &quot;AppBundle\Entity\CletQualification&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.wxkQFjj.AppBundle\Entity\CletAssessmentUnit" class="AppBundle\Entity\CletAssessmentUnit">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.wxkQFjj&quot;: it references class &quot;AppBundle\Entity\CletAssessmentUnit&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.WMOyMXs.AppBundle\Entity\CletClient" class="AppBundle\Entity\CletClient">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.WMOyMXs&quot;: it references class &quot;AppBundle\Entity\CletClient&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.37hHbsh.AppBundle\Entity\CletEnrolment" class="AppBundle\Entity\CletEnrolment">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.37hHbsh&quot;: it references class &quot;AppBundle\Entity\CletEnrolment&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.kZA2SGA.AppBundle\Entity\CletClient" class="AppBundle\Entity\CletClient">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.kZA2SGA&quot;: it references class &quot;AppBundle\Entity\CletClient&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.ZVVVd3f.AppBundle\Entity\CletEnrolmentNotes" class="AppBundle\Entity\CletEnrolmentNotes">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.ZVVVd3f&quot;: it references class &quot;AppBundle\Entity\CletEnrolmentNotes&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.Ds5mK9J.AppBundle\Entity\CletClient" class="AppBundle\Entity\CletClient">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Ds5mK9J&quot;: it references class &quot;AppBundle\Entity\CletClient&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.MX68d05.AppBundle\Entity\CletEnrolmentDocument" class="AppBundle\Entity\CletEnrolmentDocument">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.MX68d05&quot;: it references class &quot;AppBundle\Entity\CletEnrolmentDocument&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.MX68d05.AppBundle\Entity\CletEnrolment" class="AppBundle\Entity\CletEnrolment">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.MX68d05&quot;: it references class &quot;AppBundle\Entity\CletEnrolment&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.t51VKDn.AppBundle\Entity\CletComplainAppeal" class="AppBundle\Entity\CletComplainAppeal">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.t51VKDn&quot;: it references class &quot;AppBundle\Entity\CletComplainAppeal&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.Jg_0diP.AppBundle\Entity\CletComplainAppealDocuments" class="AppBundle\Entity\CletComplainAppealDocuments">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Jg_0diP&quot;: it references class &quot;AppBundle\Entity\CletComplainAppealDocuments&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.kAV5QRJ.AppBundle\Entity\CletConsultationRegister" class="AppBundle\Entity\CletConsultationRegister">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.kAV5QRJ&quot;: it references class &quot;AppBundle\Entity\CletConsultationRegister&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.bA7F69_.AppBundle\Entity\CletConsultationRegisterType" class="AppBundle\Entity\CletConsultationRegisterType">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.bA7F69_&quot;: it references class &quot;AppBundle\Entity\CletConsultationRegisterType&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.xqzFA64.AppBundle\Entity\CletConsultationRegisterSector" class="AppBundle\Entity\CletConsultationRegisterSector">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.xqzFA64&quot;: it references class &quot;AppBundle\Entity\CletConsultationRegisterSector&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.Q3708uW.AppBundle\Entity\CletContinuousImprovement" class="AppBundle\Entity\CletContinuousImprovement">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Q3708uW&quot;: it references class &quot;AppBundle\Entity\CletContinuousImprovement&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.OYhH2WV.AppBundle\Entity\CletCoreSkill" class="AppBundle\Entity\CletCoreSkill">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.OYhH2WV&quot;: it references class &quot;AppBundle\Entity\CletCoreSkill&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.DZmeir8.AppBundle\Entity\CletCourseArea" class="AppBundle\Entity\CletCourseArea">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.DZmeir8&quot;: it references class &quot;AppBundle\Entity\CletCourseArea&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.PPBswmO.AppBundle\Entity\CletCourse" class="AppBundle\Entity\CletCourse">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.PPBswmO&quot;: it references class &quot;AppBundle\Entity\CletCourse&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.ka16.tt.AppBundle\Entity\CletCreditPriorStudy" class="AppBundle\Entity\CletCreditPriorStudy">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.ka16.tt&quot;: it references class &quot;AppBundle\Entity\CletCreditPriorStudy&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.1Szkn.6.AppBundle\Entity\CletCreditPriorNotes" class="AppBundle\Entity\CletCreditPriorNotes">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.1Szkn.6&quot;: it references class &quot;AppBundle\Entity\CletCreditPriorNotes&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.I1ONtYj.AppBundle\Entity\CletDomain" class="AppBundle\Entity\CletDomain">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.I1ONtYj&quot;: it references class &quot;AppBundle\Entity\CletDomain&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.51JZ.sN.AppBundle\Entity\CletEmailTemplate" class="AppBundle\Entity\CletEmailTemplate">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.51JZ.sN&quot;: it references class &quot;AppBundle\Entity\CletEmailTemplate&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.WI298Uw.AppBundle\Entity\CletEvidenceCheckList" class="AppBundle\Entity\CletEvidenceCheckList">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.WI298Uw&quot;: it references class &quot;AppBundle\Entity\CletEvidenceCheckList&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.VHfNEaH.AppBundle\Entity\RPL\RplVaultCategory" class="AppBundle\Entity\RPL\RplVaultCategory">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.VHfNEaH&quot;: it references class &quot;AppBundle\Entity\RPL\RplVaultCategory&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.BkanpCu.AppBundle\Entity\RPL\RplVaultFile" class="AppBundle\Entity\RPL\RplVaultFile">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.BkanpCu&quot;: it references class &quot;AppBundle\Entity\RPL\RplVaultFile&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.BYa8zL_.AppBundle\Entity\RPL\RplVaultCategory" class="AppBundle\Entity\RPL\RplVaultCategory">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.BYa8zL_&quot;: it references class &quot;AppBundle\Entity\RPL\RplVaultCategory&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.BYa8zL_.AppBundle\Entity\RPL\RplVaultFile" class="AppBundle\Entity\RPL\RplVaultFile">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.BYa8zL_&quot;: it references class &quot;AppBundle\Entity\RPL\RplVaultFile&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.8gDZjhJ.AppBundle\Entity\RPL\RplVaultLabel" class="AppBundle\Entity\RPL\RplVaultLabel">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.8gDZjhJ&quot;: it references class &quot;AppBundle\Entity\RPL\RplVaultLabel&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.nUqsmfq.AppBundle\Entity\CletFaq" class="AppBundle\Entity\CletFaq">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.nUqsmfq&quot;: it references class &quot;AppBundle\Entity\CletFaq&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.Z5pdwQH.AppBundle\Entity\CletFaqCategory" class="AppBundle\Entity\CletFaqCategory">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Z5pdwQH&quot;: it references class &quot;AppBundle\Entity\CletFaqCategory&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.h.w206C.AppBundle\Entity\CletGovernanceRegisterAction" class="AppBundle\Entity\CletGovernanceRegisterAction">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.h.w206C&quot;: it references class &quot;AppBundle\Entity\CletGovernanceRegisterAction&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.l4klmcI.AppBundle\Entity\CletGovernanceRegister" class="AppBundle\Entity\CletGovernanceRegister">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.l4klmcI&quot;: it references class &quot;AppBundle\Entity\CletGovernanceRegister&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.0eXw6Nk.AppBundle\Entity\CletGovernanceRegisterType" class="AppBundle\Entity\CletGovernanceRegisterType">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.0eXw6Nk&quot;: it references class &quot;AppBundle\Entity\CletGovernanceRegisterType&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.8Nab1gl.AppBundle\Entity\CletGovernanceRegisterSector" class="AppBundle\Entity\CletGovernanceRegisterSector">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.8Nab1gl&quot;: it references class &quot;AppBundle\Entity\CletGovernanceRegisterSector&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.jEzNnJ4.AppBundle\Entity\CletGovernanceRegisterDocuments" class="AppBundle\Entity\CletGovernanceRegisterDocuments">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.jEzNnJ4&quot;: it references class &quot;AppBundle\Entity\CletGovernanceRegisterDocuments&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.nomffYL.AppBundle\Entity\CletImageType" class="AppBundle\Entity\CletImageType">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.nomffYL&quot;: it references class &quot;AppBundle\Entity\CletImageType&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.JN9v66w.AppBundle\Entity\CletJobApplication" class="AppBundle\Entity\CletJobApplication">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.JN9v66w&quot;: it references class &quot;AppBundle\Entity\CletJobApplication&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.uB.5dTU.AppBundle\Entity\CletJob" class="AppBundle\Entity\CletJob">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.uB.5dTU&quot;: it references class &quot;AppBundle\Entity\CletJob&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.wYWWKin.AppBundle\Entity\CletModal" class="AppBundle\Entity\CletModal">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.wYWWKin&quot;: it references class &quot;AppBundle\Entity\CletModal&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.6OJ6Jki.AppBundle\Entity\CletNotification" class="AppBundle\Entity\CletNotification">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.6OJ6Jki&quot;: it references class &quot;AppBundle\Entity\CletNotification&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.ZEyE7ci.AppBundle\Entity\CletPageSection" class="AppBundle\Entity\CletPageSection">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.ZEyE7ci&quot;: it references class &quot;AppBundle\Entity\CletPageSection&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.KaqbNIB.AppBundle\Entity\CletPaymentBypassCode" class="AppBundle\Entity\CletPaymentBypassCode">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.KaqbNIB&quot;: it references class &quot;AppBundle\Entity\CletPaymentBypassCode&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.tJx68Pd.AppBundle\Entity\CletPaymentPlan" class="AppBundle\Entity\CletPaymentPlan">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.tJx68Pd&quot;: it references class &quot;AppBundle\Entity\CletPaymentPlan&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.eruaUp6.AppBundle\Entity\CletClientProfile" class="AppBundle\Entity\CletClientProfile">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.eruaUp6&quot;: it references class &quot;AppBundle\Entity\CletClientProfile&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.qYv3WLm.AppBundle\Entity\CletQuestion" class="AppBundle\Entity\CletQuestion">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.qYv3WLm&quot;: it references class &quot;AppBundle\Entity\CletQuestion&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.qp_WN83.AppBundle\Entity\RPL\RplAdminAction" class="AppBundle\Entity\RPL\RplAdminAction">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.qp_WN83&quot;: it references class &quot;AppBundle\Entity\RPL\RplAdminAction&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.Xo1jkzF.AppBundle\Entity\RPL\RplAssessmentLetterTemplate" class="AppBundle\Entity\RPL\RplAssessmentLetterTemplate">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Xo1jkzF&quot;: it references class &quot;AppBundle\Entity\RPL\RplAssessmentLetterTemplate&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.a81C83s.AppBundle\Entity\RPL\RplAssessmentLetterTemplate" class="AppBundle\Entity\RPL\RplAssessmentLetterTemplate">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.a81C83s&quot;: it references class &quot;AppBundle\Entity\RPL\RplAssessmentLetterTemplate&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.l0oiUmf.AppBundle\Entity\RPL\RplEvidenceGuideGroup" class="AppBundle\Entity\RPL\RplEvidenceGuideGroup">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.l0oiUmf&quot;: it references class &quot;AppBundle\Entity\RPL\RplEvidenceGuideGroup&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.mRMeMDy.AppBundle\Entity\RPL\RplEvidenceGuideGroup" class="AppBundle\Entity\RPL\RplEvidenceGuideGroup">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.mRMeMDy&quot;: it references class &quot;AppBundle\Entity\RPL\RplEvidenceGuideGroup&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.mRMeMDy.AppBundle\Entity\CletQualification" class="AppBundle\Entity\CletQualification">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.mRMeMDy&quot;: it references class &quot;AppBundle\Entity\CletQualification&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.qohep5H.AppBundle\Entity\RPL\RplEvidenceGuideGroup" class="AppBundle\Entity\RPL\RplEvidenceGuideGroup">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.qohep5H&quot;: it references class &quot;AppBundle\Entity\RPL\RplEvidenceGuideGroup&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.dTXVdbi.AppBundle\Entity\RPL\RplIndustry" class="AppBundle\Entity\RPL\RplIndustry">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.dTXVdbi&quot;: it references class &quot;AppBundle\Entity\RPL\RplIndustry&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.46T7fyB.AppBundle\Entity\RPL\RplProfile" class="AppBundle\Entity\RPL\RplProfile">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.46T7fyB&quot;: it references class &quot;AppBundle\Entity\RPL\RplProfile&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.B3BsYzG.AppBundle\Entity\CletRPLArea" class="AppBundle\Entity\CletRPLArea">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.B3BsYzG&quot;: it references class &quot;AppBundle\Entity\CletRPLArea&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.r7Ha7A0.AppBundle\Entity\CletRPLCheckList" class="AppBundle\Entity\CletRPLCheckList">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.r7Ha7A0&quot;: it references class &quot;AppBundle\Entity\CletRPLCheckList&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.R08dqIk.AppBundle\Entity\RPL\RplRankAction" class="AppBundle\Entity\RPL\RplRankAction">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.R08dqIk&quot;: it references class &quot;AppBundle\Entity\RPL\RplRankAction&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.sUcfJIF.AppBundle\Entity\RPL\RplRank" class="AppBundle\Entity\RPL\RplRank">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.sUcfJIF&quot;: it references class &quot;AppBundle\Entity\RPL\RplRank&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.m9TZdgg.AppBundle\Entity\RPL\RplRank" class="AppBundle\Entity\RPL\RplRank">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.m9TZdgg&quot;: it references class &quot;AppBundle\Entity\RPL\RplRank&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.CYt8qcj.AppBundle\Entity\RPL\RplRankQualificationUnitGroup" class="AppBundle\Entity\RPL\RplRankQualificationUnitGroup">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.CYt8qcj&quot;: it references class &quot;AppBundle\Entity\RPL\RplRankQualificationUnitGroup&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.IlI7nDp.AppBundle\Entity\RPL\RplRankLevel" class="AppBundle\Entity\RPL\RplRankLevel">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.IlI7nDp&quot;: it references class &quot;AppBundle\Entity\RPL\RplRankLevel&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.eKCjqz_.AppBundle\Entity\RPL\RplRankLevel" class="AppBundle\Entity\RPL\RplRankLevel">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.eKCjqz_&quot;: it references class &quot;AppBundle\Entity\RPL\RplRankLevel&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.SUs3pve.AppBundle\Entity\RPL\RplRankQualificationLevel" class="AppBundle\Entity\RPL\RplRankQualificationLevel">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.SUs3pve&quot;: it references class &quot;AppBundle\Entity\RPL\RplRankQualificationLevel&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.1ofQRzk.AppBundle\Entity\RPL\RplRankQualificationLevel" class="AppBundle\Entity\RPL\RplRankQualificationLevel">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.1ofQRzk&quot;: it references class &quot;AppBundle\Entity\RPL\RplRankQualificationLevel&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.i3cOcEi.AppBundle\Entity\RPL\RplRankQualificationLevel" class="AppBundle\Entity\RPL\RplRankQualificationLevel">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.i3cOcEi&quot;: it references class &quot;AppBundle\Entity\RPL\RplRankQualificationLevel&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.fAYsEjr.AppBundle\Entity\RPL\RplRankUnitLevel" class="AppBundle\Entity\RPL\RplRankUnitLevel">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.fAYsEjr&quot;: it references class &quot;AppBundle\Entity\RPL\RplRankUnitLevel&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.5HZTi0C.AppBundle\Entity\RPL\RplApplication" class="AppBundle\Entity\RPL\RplApplication">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.5HZTi0C&quot;: it references class &quot;AppBundle\Entity\RPL\RplApplication&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.gaAmNU4.AppBundle\Entity\RPL\RplApplication" class="AppBundle\Entity\RPL\RplApplication">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.gaAmNU4&quot;: it references class &quot;AppBundle\Entity\RPL\RplApplication&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.zghXM09.AppBundle\Entity\RPL\RplApplication" class="AppBundle\Entity\RPL\RplApplication">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.zghXM09&quot;: it references class &quot;AppBundle\Entity\RPL\RplApplication&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.rnw2Ypb.AppBundle\Entity\RPL\RplApplicationNotes" class="AppBundle\Entity\RPL\RplApplicationNotes">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.rnw2Ypb&quot;: it references class &quot;AppBundle\Entity\RPL\RplApplicationNotes&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.nL31YBL.AppBundle\Entity\RPL\RplApplicationAssessmentLetter" class="AppBundle\Entity\RPL\RplApplicationAssessmentLetter">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.nL31YBL&quot;: it references class &quot;AppBundle\Entity\RPL\RplApplicationAssessmentLetter&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.rhFACd7.AppBundle\Entity\RPL\RplApplication" class="AppBundle\Entity\RPL\RplApplication">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.rhFACd7&quot;: it references class &quot;AppBundle\Entity\RPL\RplApplication&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.sOk5h_i.AppBundle\Entity\RPL\RplApplicationAssessmentLetter" class="AppBundle\Entity\RPL\RplApplicationAssessmentLetter">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.sOk5h_i&quot;: it references class &quot;AppBundle\Entity\RPL\RplApplicationAssessmentLetter&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.l0Peojn.AppBundle\Entity\RPL\RplPowerProImport" class="AppBundle\Entity\RPL\RplPowerProImport">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.l0Peojn&quot;: it references class &quot;AppBundle\Entity\RPL\RplPowerProImport&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.WpJdtyZ.AppBundle\Entity\RPL\RplSector" class="AppBundle\Entity\RPL\RplSector">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.WpJdtyZ&quot;: it references class &quot;AppBundle\Entity\RPL\RplSector&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.24kbSG0.AppBundle\Entity\CletSale" class="AppBundle\Entity\CletSale">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.24kbSG0&quot;: it references class &quot;AppBundle\Entity\CletSale&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.K4v1F5N.AppBundle\Entity\CletEmailSchedule" class="AppBundle\Entity\CletEmailSchedule">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.K4v1F5N&quot;: it references class &quot;AppBundle\Entity\CletEmailSchedule&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.NYmrOVS.AppBundle\Entity\CletEmailScheduleRunHistory" class="AppBundle\Entity\CletEmailScheduleRunHistory">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.NYmrOVS&quot;: it references class &quot;AppBundle\Entity\CletEmailScheduleRunHistory&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.GmQ1Tse.AppBundle\Entity\CletStudent" class="AppBundle\Entity\CletStudent">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.GmQ1Tse&quot;: it references class &quot;AppBundle\Entity\CletStudent&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.GSh1LVe.AppBundle\Entity\CletStudent" class="AppBundle\Entity\CletStudent">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.GSh1LVe&quot;: it references class &quot;AppBundle\Entity\CletStudent&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.7I_sZP0.AppBundle\Entity\CletTestimonial" class="AppBundle\Entity\CletTestimonial">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.7I_sZP0&quot;: it references class &quot;AppBundle\Entity\CletTestimonial&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.4Aes3p1.DOMElement" class="DOMElement">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.4Aes3p1&quot;: it references class &quot;DOMElement&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.zLoCrhm.AppBundle\Entity\CletTrainer" class="AppBundle\Entity\CletTrainer">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.zLoCrhm&quot;: it references class &quot;AppBundle\Entity\CletTrainer&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.f5SrJBo.AppBundle\Entity\CletTrainer" class="AppBundle\Entity\CletTrainer">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.f5SrJBo&quot;: it references class &quot;AppBundle\Entity\CletTrainer&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.f5SrJBo.AppBundle\Entity\CletTrainerUnit" class="AppBundle\Entity\CletTrainerUnit">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.f5SrJBo&quot;: it references class &quot;AppBundle\Entity\CletTrainerUnit&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.BInlhN3.AppBundle\Entity\CletTrainerOverview" class="AppBundle\Entity\CletTrainerOverview">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.BInlhN3&quot;: it references class &quot;AppBundle\Entity\CletTrainerOverview&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.BInlhN3.AppBundle\Entity\CletTrainer" class="AppBundle\Entity\CletTrainer">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.BInlhN3&quot;: it references class &quot;AppBundle\Entity\CletTrainer&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.ihZdmE..AppBundle\Entity\CletTrainerUnitOverview" class="AppBundle\Entity\CletTrainerUnitOverview">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.ihZdmE.&quot;: it references class &quot;AppBundle\Entity\CletTrainerUnitOverview&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.ihZdmE..AppBundle\Entity\CletTrainer" class="AppBundle\Entity\CletTrainer">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.ihZdmE.&quot;: it references class &quot;AppBundle\Entity\CletTrainer&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.J8kxChE.AppBundle\Entity\CletTrainerCategory" class="AppBundle\Entity\CletTrainerCategory">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.J8kxChE&quot;: it references class &quot;AppBundle\Entity\CletTrainerCategory&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.XPUsIxN.AppBundle\Entity\CletTrainerUnitCurrency" class="AppBundle\Entity\CletTrainerUnitCurrency">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.XPUsIxN&quot;: it references class &quot;AppBundle\Entity\CletTrainerUnitCurrency&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.XPUsIxN.AppBundle\Entity\CletTrainer" class="AppBundle\Entity\CletTrainer">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.XPUsIxN&quot;: it references class &quot;AppBundle\Entity\CletTrainer&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.vpj9X.s.AppBundle\Entity\CletTrainerIndustry" class="AppBundle\Entity\CletTrainerIndustry">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.vpj9X.s&quot;: it references class &quot;AppBundle\Entity\CletTrainerIndustry&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.qynGuoJ.AppBundle\Entity\User" class="AppBundle\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.qynGuoJ&quot;: it references class &quot;AppBundle\Entity\User&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.5UfcsPE.AppBundle\Entity\User" class="AppBundle\Entity\User">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.5UfcsPE&quot;: it references class &quot;AppBundle\Entity\User&quot; but no such service exists."/>
    </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.form_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:form</argument>
      <argument type="collection"/>
      <argument>Display form type information</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.form_debug"/>
    </service>
    <service id=".console.command.secrets_set.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:set</argument>
      <argument type="collection"/>
      <argument>Set a secret in the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_set"/>
    </service>
    <service id=".console.command.secrets_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:remove</argument>
      <argument type="collection"/>
      <argument>Remove a secret from the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_remove"/>
    </service>
    <service id=".console.command.secrets_generate_key.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:generate-keys</argument>
      <argument type="collection"/>
      <argument>Generate new encryption keys</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_generate_key"/>
    </service>
    <service id=".console.command.secrets_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:list</argument>
      <argument type="collection"/>
      <argument>List all secrets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_list"/>
    </service>
    <service id=".console.command.secrets_decrypt_to_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:decrypt-to-local</argument>
      <argument type="collection"/>
      <argument>Decrypt all secrets and stores them in the local vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_decrypt_to_local"/>
    </service>
    <service id=".console.command.secrets_encrypt_from_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:encrypt-from-local</argument>
      <argument type="collection"/>
      <argument>Encrypt all local secrets to the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_encrypt_from_local"/>
    </service>
    <service id=".console.command.mailer_test.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>mailer:test</argument>
      <argument type="collection"/>
      <argument>Test Mailer transports by sending an email</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.mailer_test"/>
    </service>
    <service id=".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=".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=".lexik_jwt_authentication.check_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:check-config</argument>
      <argument type="collection"/>
      <argument>Checks that the bundle is properly configured.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.check_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.migrate_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:migrate-config</argument>
      <argument type="collection"/>
      <argument>Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.migrate_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.enable_encryption_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:enable-encryption</argument>
      <argument type="collection"/>
      <argument>Enable Web-Token encryption support.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.enable_encryption_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.generate_token_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:generate-token</argument>
      <argument type="collection"/>
      <argument>Generates a JWT token for a given user.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.generate_token_command"/>
    </service>
    <service id=".lexik_jwt_authentication.generate_keypair_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:generate-keypair</argument>
      <argument type="collection"/>
      <argument>Generate public/private keys for use in your application.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.generate_keypair_command"/>
    </service>
    <service id=".fos_js_routing.dump_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>fos:js-routing:dump</argument>
      <argument type="collection"/>
      <argument>Dumps exposed routes to the filesystem</argument>
      <argument>false</argument>
      <argument type="service_closure" id="fos_js_routing.dump_command"/>
    </service>
    <service id=".fos_js_routing.router_debug_exposed_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>fos:js-routing:debug</argument>
      <argument type="collection"/>
      <argument>Displays currently exposed routes for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="fos_js_routing.router_debug_exposed_command"/>
    </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="console.command_loader" class="Symfony\Component\Console\CommandLoader\ContainerCommandLoader" public="true">
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.IIsKnNJ"/>
      <argument type="collection">
        <argument key="app:import-tga">AppBundle\Command\ImportTgaCommand</argument>
        <argument key="app:email-schedule">AppBundle\Command\EmailScheduleCommand</argument>
        <argument key="app:email-queue">AppBundle\Command\SendEmailsInQueue</argument>
        <argument key="app:create-email-queue">AppBundle\Command\CreateEmailsInQueue</argument>
        <argument key="app:generate-course-brochure">AppBundle\Command\GenerateCourseBrochureCommand</argument>
        <argument key="app:export-enrolment">AppBundle\Command\ExportClientToPowerProCommand</argument>
        <argument key="app:rpl-automate-actions">AppBundle\Command\RplAutomateActionsCommand</argument>
        <argument key="app:generate-client-profile">AppBundle\Command\GenerateClientProfileCommand</argument>
        <argument key="app:assessment-documents-queue">AppBundle\Command\GenerateAssessmentDocumentsInQueue</argument>
        <argument key="about">console.command.about</argument>
        <argument key="assets:install">console.command.assets_install</argument>
        <argument key="cache:clear">console.command.cache_clear</argument>
        <argument key="cache:pool:clear">console.command.cache_pool_clear</argument>
        <argument key="cache:pool:prune">console.command.cache_pool_prune</argument>
        <argument key="cache:pool:invalidate-tags">console.command.cache_pool_invalidate_tags</argument>
        <argument key="cache:pool:delete">console.command.cache_pool_delete</argument>
        <argument key="cache:pool:list">console.command.cache_pool_list</argument>
        <argument key="cache:warmup">console.command.cache_warmup</argument>
        <argument key="debug:config">console.command.config_debug</argument>
        <argument key="config:dump-reference">console.command.config_dump_reference</argument>
        <argument key="debug:container">console.command.container_debug</argument>
        <argument key="lint:container">console.command.container_lint</argument>
        <argument key="debug:autowiring">console.command.debug_autowiring</argument>
        <argument key="debug:dotenv">console.command.dotenv_debug</argument>
        <argument key="debug:event-dispatcher">console.command.event_dispatcher_debug</argument>
        <argument key="messenger:consume">console.command.messenger_consume_messages</argument>
        <argument key="messenger:setup-transports">console.command.messenger_setup_transports</argument>
        <argument key="debug:messenger">console.command.messenger_debug</argument>
        <argument key="messenger:stop-workers">console.command.messenger_stop_workers</argument>
        <argument key="messenger: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="debug:form">console.command.form_debug</argument>
        <argument key="secrets:set">console.command.secrets_set</argument>
        <argument key="secrets:remove">console.command.secrets_remove</argument>
        <argument key="secrets:generate-keys">console.command.secrets_generate_key</argument>
        <argument key="secrets:list">console.command.secrets_list</argument>
        <argument key="secrets:decrypt-to-local">console.command.secrets_decrypt_to_local</argument>
        <argument key="secrets:encrypt-from-local">console.command.secrets_encrypt_from_local</argument>
        <argument key="mailer:test">console.command.mailer_test</argument>
        <argument key="debug:firewall">security.command.debug_firewall</argument>
        <argument key="security:hash-password">security.command.user_password_hash</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:mapping:convert">doctrine.mapping_convert_command</argument>
        <argument key="doctrine:schema:create">doctrine.schema_create_command</argument>
        <argument key="doctrine:schema:drop">doctrine.schema_drop_command</argument>
        <argument key="doctrine:ensure-production-settings">doctrine.ensure_production_settings_command</argument>
        <argument key="doctrine:cache:clear-entity-region">doctrine.clear_entity_region_command</argument>
        <argument key="doctrine:mapping:info">doctrine.mapping_info_command</argument>
        <argument key="doctrine:cache:clear-query-region">doctrine.clear_query_region_command</argument>
        <argument key="doctrine:query:dql">doctrine.query_dql_command</argument>
        <argument key="doctrine:schema:update">doctrine.schema_update_command</argument>
        <argument key="doctrine:schema:validate">doctrine.schema_validate_command</argument>
        <argument key="doctrine:mapping:import">doctrine.mapping_import_command</argument>
        <argument key="doctrine:migrations:diff">doctrine_migrations.diff_command</argument>
        <argument key="doctrine:migrations:sync-metadata-storage">doctrine_migrations.sync_metadata_command</argument>
        <argument key="doctrine:migrations:list">doctrine_migrations.versions_command</argument>
        <argument key="doctrine:migrations:current">doctrine_migrations.current_command</argument>
        <argument key="doctrine:migrations:dump-schema">doctrine_migrations.dump_schema_command</argument>
        <argument key="doctrine:migrations:execute">doctrine_migrations.execute_command</argument>
        <argument key="doctrine:migrations:generate">doctrine_migrations.generate_command</argument>
        <argument key="doctrine:migrations:latest">doctrine_migrations.latest_command</argument>
        <argument key="doctrine:migrations:migrate">doctrine_migrations.migrate_command</argument>
        <argument key="doctrine:migrations:rollup">doctrine_migrations.rollup_command</argument>
        <argument key="doctrine:migrations:status">doctrine_migrations.status_command</argument>
        <argument key="doctrine:migrations:up-to-date">doctrine_migrations.up_to_date_command</argument>
        <argument key="doctrine:migrations:version">doctrine_migrations.version_command</argument>
        <argument key="lexik:jwt:check-config">lexik_jwt_authentication.check_config_command</argument>
        <argument key="lexik:jwt:migrate-config">lexik_jwt_authentication.migrate_config_command</argument>
        <argument key="lexik:jwt:enable-encryption">lexik_jwt_authentication.enable_encryption_config_command</argument>
        <argument key="lexik:jwt:generate-token">lexik_jwt_authentication.generate_token_command</argument>
        <argument key="lexik:jwt:generate-keypair">lexik_jwt_authentication.generate_keypair_command</argument>
        <argument key="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="fos:js-routing:dump">fos_js_routing.dump_command</argument>
        <argument key="fos:js-routing:debug">fos_js_routing.router_debug_exposed_command</argument>
        <argument key="oneup:uploader:clear-chunks">oneup_uploader.command.clear_chunks</argument>
        <argument key="oneup:uploader:clear-orphans">oneup_uploader.command.clear_orphans</argument>
        <argument key="liip:imagine:cache:remove">liip_imagine.command.cache_remove</argument>
        <argument key="liip:imagine:cache:resolve">liip_imagine.command.cache_resolve</argument>
        <argument key="server:dump">var_dumper.command.server_dump</argument>
        <argument key="server:log">monolog.command.server_log</argument>
      </argument>
    </service>
    <service id=".service_locator.IIsKnNJ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="AppBundle\Command\CreateEmailsInQueue" type="service_closure" id="AppBundle\Command\CreateEmailsInQueue"/>
        <argument key="AppBundle\Command\EmailScheduleCommand" type="service_closure" id="AppBundle\Command\EmailScheduleCommand"/>
        <argument key="AppBundle\Command\ExportClientToPowerProCommand" type="service_closure" id="AppBundle\Command\ExportClientToPowerProCommand"/>
        <argument key="AppBundle\Command\GenerateAssessmentDocumentsInQueue" type="service_closure" id="AppBundle\Command\GenerateAssessmentDocumentsInQueue"/>
        <argument key="AppBundle\Command\GenerateClientProfileCommand" type="service_closure" id="AppBundle\Command\GenerateClientProfileCommand"/>
        <argument key="AppBundle\Command\GenerateCourseBrochureCommand" type="service_closure" id="AppBundle\Command\GenerateCourseBrochureCommand"/>
        <argument key="AppBundle\Command\ImportTgaCommand" type="service_closure" id="AppBundle\Command\ImportTgaCommand"/>
        <argument key="AppBundle\Command\RplAutomateActionsCommand" type="service_closure" id="AppBundle\Command\RplAutomateActionsCommand"/>
        <argument key="AppBundle\Command\SendEmailsInQueue" type="service_closure" id="AppBundle\Command\SendEmailsInQueue"/>
        <argument key="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" type="service_closure" id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand"/>
        <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_delete" type="service_closure" id=".console.command.cache_pool_delete.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_list" type="service_closure" id=".console.command.cache_pool_list.lazy"/>
        <argument key="console.command.cache_pool_prune" type="service_closure" id=".console.command.cache_pool_prune.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.form_debug" type="service_closure" id=".console.command.form_debug.lazy"/>
        <argument key="console.command.mailer_test" type="service_closure" id=".console.command.mailer_test.lazy"/>
        <argument key="console.command.messenger_consume_messages" type="service_closure" id=".console.command.messenger_consume_messages.lazy"/>
        <argument key="console.command.messenger_debug" type="service_closure" id=".console.command.messenger_debug.lazy"/>
        <argument key="console.command.messenger_setup_transports" type="service_closure" id=".console.command.messenger_setup_transports.lazy"/>
        <argument key="console.command.messenger_stats" type="service_closure" id=".console.command.messenger_stats.lazy"/>
        <argument key="console.command.messenger_stop_workers" type="service_closure" id=".console.command.messenger_stop_workers.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.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.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_remove" type="service_closure" id=".console.command.secrets_remove.lazy"/>
        <argument key="console.command.secrets_set" type="service_closure" id=".console.command.secrets_set.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.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.validator_debug" type="service_closure" id=".console.command.validator_debug.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="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.clear_entity_region_command" type="service_closure" id="doctrine.clear_entity_region_command"/>
        <argument key="doctrine.clear_query_region_command" type="service_closure" id="doctrine.clear_query_region_command"/>
        <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.ensure_production_settings_command" type="service_closure" id="doctrine.ensure_production_settings_command"/>
        <argument key="doctrine.mapping_convert_command" type="service_closure" id="doctrine.mapping_convert_command"/>
        <argument key="doctrine.mapping_import_command" type="service_closure" id="doctrine.mapping_import_command"/>
        <argument key="doctrine.mapping_info_command" type="service_closure" id="doctrine.mapping_info_command"/>
        <argument key="doctrine.query_dql_command" type="service_closure" id="doctrine.query_dql_command"/>
        <argument key="doctrine.query_sql_command" type="service_closure" id="doctrine.query_sql_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.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.current_command" type="service_closure" id=".doctrine_migrations.current_command.lazy"/>
        <argument key="doctrine_migrations.diff_command" type="service_closure" id=".doctrine_migrations.diff_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.sync_metadata_command" type="service_closure" id=".doctrine_migrations.sync_metadata_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="doctrine_migrations.versions_command" type="service_closure" id=".doctrine_migrations.versions_command.lazy"/>
        <argument key="fos_js_routing.dump_command" type="service_closure" id=".fos_js_routing.dump_command.lazy"/>
        <argument key="fos_js_routing.router_debug_exposed_command" type="service_closure" id=".fos_js_routing.router_debug_exposed_command.lazy"/>
        <argument key="lexik_jwt_authentication.check_config_command" type="service_closure" id=".lexik_jwt_authentication.check_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.enable_encryption_config_command" type="service_closure" id=".lexik_jwt_authentication.enable_encryption_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.generate_keypair_command" type="service_closure" id=".lexik_jwt_authentication.generate_keypair_command.lazy"/>
        <argument key="lexik_jwt_authentication.generate_token_command" type="service_closure" id=".lexik_jwt_authentication.generate_token_command.lazy"/>
        <argument key="lexik_jwt_authentication.migrate_config_command" type="service_closure" id=".lexik_jwt_authentication.migrate_config_command.lazy"/>
        <argument key="liip_imagine.command.cache_remove" type="service_closure" id="liip_imagine.command.cache_remove"/>
        <argument key="liip_imagine.command.cache_resolve" type="service_closure" id="liip_imagine.command.cache_resolve"/>
        <argument key="monolog.command.server_log" type="service_closure" id=".monolog.command.server_log.lazy"/>
        <argument key="oneup_uploader.command.clear_chunks" type="service_closure" id="oneup_uploader.command.clear_chunks"/>
        <argument key="oneup_uploader.command.clear_orphans" type="service_closure" id="oneup_uploader.command.clear_orphans"/>
        <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="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="var_dumper.command.server_dump" type="service_closure" id=".var_dumper.command.server_dump.lazy"/>
        <argument key="vich_uploader.command.mapping_debug" type="service_closure" id="vich_uploader.command.mapping_debug"/>
        <argument key="vich_uploader.command.mapping_debug_class" type="service_closure" id="vich_uploader.command.mapping_debug_class"/>
        <argument key="vich_uploader.command.mapping_list_classes" type="service_closure" id="vich_uploader.command.mapping_list_classes"/>
      </argument>
    </service>
    <service id="cache.app.recorder_inner" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument>6VQ9098dnV</argument>
      <argument>0</argument>
      <argument>/home/staging/public_html/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.system.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>vqPrHdoY+4</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/staging/public_html/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.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>aXm-Q-iLvC</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/staging/public_html/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.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>ffI7OfcTXK</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/staging/public_html/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.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>Dorkejlf6q</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/staging/public_html/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.recorder_inner" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument>BAyKBiWyhr</argument>
      <argument>0</argument>
      <argument>/home/staging/public_html/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.validator_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>hPicffszoZ</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/staging/public_html/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_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>Ry2jmNBG3J</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/staging/public_html/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_granted_attribute_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>ySrgdauaiq</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/home/staging/public_html/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.doctrine.orm.default.result.recorder_inner" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.default.query.recorder_inner" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id=".service_locator.Yztq0x3" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Exercise\HTMLPurifierBundle\Twig\HTMLPurifierRuntime" type="service_closure" id="exercise_html_purifier.twig.runtime"/>
        <argument key="JMS\Serializer\Twig\SerializerRuntimeHelper" type="service_closure" id="jms_serializer.twig_extension.serializer_runtime_helper"/>
        <argument key="Symfony\Bridge\Twig\Extension\CsrfRuntime" type="service_closure" id="twig.runtime.security_csrf"/>
        <argument key="Symfony\Bridge\Twig\Extension\HttpKernelRuntime" type="service_closure" id="twig.runtime.httpkernel"/>
        <argument key="Symfony\Bridge\Twig\Extension\SerializerRuntime" type="service_closure" id="twig.runtime.serializer"/>
        <argument key="Symfony\Component\Form\FormRenderer" type="service_closure" id="twig.form.renderer"/>
        <argument key="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime" type="service_closure" id="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime"/>
      </argument>
    </service>
    <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\DependencyInjection\ReverseContainer" alias="reverse_container"/>
    <service id="Symfony\Component\String\Slugger\SluggerInterface" alias="slugger"/>
    <service id="Symfony\Component\Clock\ClockInterface" alias="clock"/>
    <service id="Psr\Clock\ClockInterface" alias="clock"/>
    <service id="Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface" alias="fragment.uri_generator"/>
    <service id="error_renderer.html" alias="twig.error_renderer.html"/>
    <service id="error_renderer" alias="error_handler.error_renderer.serializer"/>
    <service id=".Psr\Container\ContainerInterface $parameter_bag" alias="parameter_bag"/>
    <service id="Psr\Container\ContainerInterface $parameterBag" alias="parameter_bag"/>
    <service id="cache.app_clearer" alias="cache.default_clearer" public="true"/>
    <service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\CacheInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\TagAwareCacheInterface" alias="cache.app.taggable"/>
    <service id="Symfony\Contracts\Translation\TranslatorInterface" alias="translator.data_collector"/>
    <service id="Symfony\Component\Asset\Packages" alias="assets.packages"/>
    <service id="Symfony\Contracts\HttpClient\HttpClientInterface" alias=".debug.http_client"/>
    <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="Symfony\Component\Mailer\Transport\TransportInterface" alias="mailer.default_transport"/>
    <service id="Symfony\Component\Translation\Reader\TranslationReaderInterface" alias="translation.reader"/>
    <service id="Symfony\Component\Translation\Extractor\ExtractorInterface" alias="translation.extractor"/>
    <service id="Symfony\Component\Translation\Writer\TranslationWriterInterface" alias="translation.writer"/>
    <service id="Symfony\Contracts\Translation\LocaleAwareInterface" alias="translation.locale_switcher"/>
    <service id="Symfony\Component\Translation\LocaleSwitcher" alias="translation.locale_switcher"/>
    <service id="translator" alias="translator.data_collector" 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\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="cache.default_redis_provider" alias=".cache_connection.GD_MSZC"/>
    <service id="cache.default_memcached_provider" alias=".cache_connection.JKE6keX"/>
    <service id="cache.default_doctrine_dbal_provider" alias="doctrine.dbal.default_connection"/>
    <service id="SessionHandlerInterface" alias="session.handler.native_file"/>
    <service id="session.storage.factory" alias="session.storage.factory.native"/>
    <service id="session.handler" alias="session.handler.native_file"/>
    <service id="Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface" alias="security.csrf.token_generator"/>
    <service id="Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface" alias="security.csrf.token_storage"/>
    <service id="Symfony\Component\Security\Csrf\CsrfTokenManagerInterface" alias="security.csrf.token_manager"/>
    <service id="Symfony\Component\Form\ResolvedFormTypeFactoryInterface" alias="form.resolved_type_factory"/>
    <service id="Symfony\Component\Form\FormRegistryInterface" alias="form.registry"/>
    <service id="Symfony\Component\Form\FormFactoryInterface" alias="form.factory"/>
    <service id="form.property_accessor" alias="property_accessor"/>
    <service id="form.choice_list_factory" alias="form.choice_list_factory.cached"/>
    <service id="Symfony\Component\Validator\Validator\ValidatorInterface" alias="debug.validator"/>
    <service id="validator.mapping.class_metadata_factory" alias="debug.validator"/>
    <service id="messenger.default_serializer" alias="messenger.transport.native_php_serializer"/>
    <service id="messenger.default_bus" alias="debug.traced.messenger.bus.default" public="true"/>
    <service id="Symfony\Component\Messenger\MessageBusInterface" alias="debug.traced.messenger.bus.default"/>
    <service id="Symfony\Component\Notifier\NotifierInterface" alias="notifier"/>
    <service id="Symfony\Component\Notifier\TexterInterface" alias="texter"/>
    <service id="Symfony\Component\Mime\MimeTypesInterface" alias="mime_types"/>
    <service id="Symfony\Component\Mime\MimeTypeGuesserInterface" alias="mime_types"/>
    <service id="Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface" alias="security.authorization_checker"/>
    <service id="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" alias="security.token_storage"/>
    <service id="Symfony\Bundle\SecurityBundle\Security" alias="security.helper"/>
    <service id="Symfony\Component\Security\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.authentication.session_strategy.site" alias="security.authentication.session_strategy_noop"/>
    <service id="security.user_checker.site" alias="security.user_checker"/>
    <service id="security.authentication.session_strategy.main" alias="security.authentication.session_strategy"/>
    <service id="security.user_checker.main" alias="security.user_checker"/>
    <service id="security.firewall.context_locator" alias=".service_locator.Lq2EyMt"/>
    <service id="Symfony\Component\Security\Core\User\UserCheckerInterface" alias="security.user_checker"/>
    <service id="Twig\Environment" alias="twig"/>
    <service id="Symfony\Component\Mime\BodyRendererInterface" alias="twig.mime_body_renderer"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger"/>
    <service id="Doctrine\DBAL\Connection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="Doctrine\Common\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="database_connection" alias="doctrine.dbal.default_connection" public="true"/>
    <service id="doctrine.dbal.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id="Doctrine\DBAL\Connection $defaultConnection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\ORM\EntityManagerInterface" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.metadata.annotation_reader" alias="annotation_reader"/>
    <service id="doctrine.orm.entity_manager" alias="doctrine.orm.default_entity_manager" public="true"/>
    <service id="doctrine.orm.default_metadata_cache" alias="cache.doctrine.orm.default.metadata"/>
    <service id="doctrine.orm.default_result_cache" alias="cache.doctrine.orm.default.result"/>
    <service id="doctrine.orm.default_query_cache" alias="cache.doctrine.orm.default.query"/>
    <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="jms_serializer.metadata.cache" alias="jms_serializer.metadata.cache.file_cache"/>
    <service id="jms_serializer.naming_strategy" alias="jms_serializer.serialized_name_annotation_strategy"/>
    <service id="jms_serializer.deserialization_context_factory" alias="jms_serializer.configured_deserialization_context_factory" public="true"/>
    <service id="jms_serializer.serialization_context_factory" alias="jms_serializer.configured_serialization_context_factory" public="true"/>
    <service id="jms_serializer" alias="jms_serializer.serializer" public="true"/>
    <service id="JMS\Serializer\SerializerInterface" alias="jms_serializer.serializer"/>
    <service id="JMS\Serializer\ArrayTransformerInterface" alias="jms_serializer.serializer"/>
    <service id="jms_serializer.accessor_strategy" alias="jms_serializer.accessor_strategy.default"/>
    <service id="JMS\Serializer\ContextFactory\SerializationContextFactoryInterface" alias="jms_serializer.configured_serialization_context_factory"/>
    <service id="JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface" alias="jms_serializer.configured_deserialization_context_factory"/>
    <service id="jms_serializer.instance.default.event_dispatcher" alias="jms_serializer.event_dispatcher"/>
    <service id="jms_serializer.instance.default.event_dispatcher.service_locator" alias="jms_serializer.event_dispatcher.service_locator"/>
    <service id="jms_serializer.instance.default.doctrine_proxy_subscriber" alias="jms_serializer.doctrine_proxy_subscriber"/>
    <service id="jms_serializer.instance.default.stopwatch_subscriber" alias="jms_serializer.stopwatch_subscriber"/>
    <service id="jms_serializer.instance.default.enum_subscriber" alias="jms_serializer.enum_subscriber"/>
    <service id="jms_serializer.instance.default.handler_registry" alias="jms_serializer.traceable_handler_registry"/>
    <service id="jms_serializer.instance.default.handler_registry.service_locator" alias="jms_serializer.handler_registry.service_locator"/>
    <service id="jms_serializer.instance.default.enum_handler" alias="jms_serializer.enum_handler"/>
    <service id="jms_serializer.instance.default.array_collection_handler" alias="jms_serializer.array_collection_handler"/>
    <service id="jms_serializer.instance.default.constraint_violation_handler" alias="jms_serializer.constraint_violation_handler"/>
    <service id="jms_serializer.instance.default.datetime_handler" alias="jms_serializer.datetime_handler"/>
    <service id="jms_serializer.instance.default.form_error_handler" alias="jms_serializer.form_error_handler"/>
    <service id="jms_serializer.instance.default.iterator_handler" alias="jms_serializer.iterator_handler"/>
    <service id="jms_serializer.instance.default.symfony_uid_handler" alias="jms_serializer.symfony_uid_handler"/>
    <service id="jms_serializer.instance.default.type_parser" alias="jms_serializer.type_parser"/>
    <service id="jms_serializer.instance.default.metadata.file_locator" alias="jms_serializer.metadata.traceable_file_locator"/>
    <service id="jms_serializer.instance.default.metadata.yaml_driver" alias="jms_serializer.metadata.yaml_driver"/>
    <service id="jms_serializer.instance.default.metadata.xml_driver" alias="jms_serializer.metadata.xml_driver"/>
    <service id="jms_serializer.instance.default.metadata.annotation_or_attribute_driver" alias="jms_serializer.metadata.annotation_or_attribute_driver"/>
    <service id="jms_serializer.instance.default.metadata.null_driver" alias="jms_serializer.metadata.null_driver"/>
    <service id="jms_serializer.instance.default.metadata_driver" alias="jms_serializer.metadata.typed_properties_driver"/>
    <service id="jms_serializer.instance.default.metadata.doctrine_type_driver" alias="jms_serializer.metadata.doctrine_type_driver"/>
    <service id="jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver" alias="jms_serializer.metadata.doctrine_phpcr_type_driver"/>
    <service id="jms_serializer.instance.default.metadata.default_value_property_driver" alias="jms_serializer.metadata.default_value_property_driver"/>
    <service id="jms_serializer.instance.default.metadata.typed_properties_driver" alias="jms_serializer.metadata.typed_properties_driver"/>
    <service id="jms_serializer.instance.default.metadata.enum_driver" alias="jms_serializer.metadata.enum_driver"/>
    <service id="jms_serializer.instance.default.metadata.doc_block_driver" alias="jms_serializer.metadata.doc_block_driver"/>
    <service id="jms_serializer.instance.default.metadata.service_locator" alias="jms_serializer.metadata.service_locator"/>
    <service id="jms_serializer.instance.default.metadata.lazy_loading_driver" alias="jms_serializer.metadata.lazy_loading_driver"/>
    <service id="jms_serializer.instance.default.metadata.cache.file_cache" alias="jms_serializer.metadata.cache.file_cache"/>
    <service id="jms_serializer.instance.default.metadata_factory" alias="jms_serializer.traceable_metadata_factory"/>
    <service id="jms_serializer.instance.default.version_exclusion_strategy" alias="jms_serializer.version_exclusion_strategy"/>
    <service id="jms_serializer.instance.default.camel_case_naming_strategy" alias="jms_serializer.camel_case_naming_strategy"/>
    <service id="jms_serializer.instance.default.identical_property_naming_strategy" alias="jms_serializer.identical_property_naming_strategy"/>
    <service id="jms_serializer.instance.default.serialized_name_annotation_strategy" alias="jms_serializer.serialized_name_annotation_strategy"/>
    <service id="jms_serializer.instance.default.doctrine_object_constructor" alias="jms_serializer.doctrine_object_constructor"/>
    <service id="jms_serializer.instance.default.doctrine_phpcr_object_constructor" alias="jms_serializer.doctrine_phpcr_object_constructor"/>
    <service id="jms_serializer.instance.default.object_constructor" alias="jms_serializer.doctrine_object_constructor"/>
    <service id="jms_serializer.instance.default.serializer" alias="jms_serializer.serializer"/>
    <service id="jms_serializer.instance.default.deserialization_graph_navigator_factory" alias="jms_serializer.deserialization_graph_navigator_factory"/>
    <service id="jms_serializer.instance.default.serialization_graph_navigator_factory" alias="jms_serializer.serialization_graph_navigator_factory"/>
    <service id="jms_serializer.instance.default.expression_evaluator" alias="jms_serializer.expression_evaluator"/>
    <service id="jms_serializer.instance.default.expression_language" alias="jms_serializer.expression_language"/>
    <service id="jms_serializer.instance.default.expression_language.function_provider" alias="jms_serializer.expression_language.function_provider"/>
    <service id="jms_serializer.instance.default.twig_extension.serializer" alias="jms_serializer.twig_extension.serializer"/>
    <service id="jms_serializer.instance.default.twig_extension.runtime_serializer" alias="jms_serializer.twig_extension.runtime_serializer"/>
    <service id="jms_serializer.instance.default.twig_extension.serializer_runtime_helper" alias="jms_serializer.twig_extension.serializer_runtime_helper"/>
    <service id="jms_serializer.instance.default.templating.helper.serializer" alias="jms_serializer.templating.helper.serializer"/>
    <service id="jms_serializer.instance.default.accessor_strategy.default" alias="jms_serializer.accessor_strategy.default"/>
    <service id="jms_serializer.instance.default.json_serialization_visitor" alias="jms_serializer.json_serialization_visitor"/>
    <service id="jms_serializer.instance.default.json_deserialization_visitor" alias="jms_serializer.json_deserialization_visitor"/>
    <service id="jms_serializer.instance.default.xml_serialization_visitor" alias="jms_serializer.xml_serialization_visitor"/>
    <service id="jms_serializer.instance.default.xml_deserialization_visitor" alias="jms_serializer.xml_deserialization_visitor"/>
    <service id="jms_serializer.instance.default.cache.cache_clearer" alias="jms_serializer.cache.cache_clearer"/>
    <service id="jms_serializer.instance.default.cache.cache_warmer" alias="jms_serializer.cache.cache_warmer"/>
    <service id="jms_serializer.instance.default.configured_serialization_context_factory" alias="jms_serializer.configured_serialization_context_factory"/>
    <service id="jms_serializer.instance.default.configured_deserialization_context_factory" alias="jms_serializer.configured_deserialization_context_factory"/>
    <service id="jms_serializer.instance.default.data_collector" alias="jms_serializer.data_collector"/>
    <service id="jms_serializer.instance.default.traceable_runs_listener" alias="jms_serializer.traceable_runs_listener"/>
    <service id="jms_serializer.instance.default.traceable_metadata_factory" alias="jms_serializer.traceable_metadata_factory"/>
    <service id="jms_serializer.instance.default.traceable_handler_registry" alias="jms_serializer.traceable_handler_registry"/>
    <service id="jms_serializer.instance.default.metadata.traceable_file_locator" alias="jms_serializer.metadata.traceable_file_locator"/>
    <service id="jms_serializer.instances.default" alias="jms_serializer.serializer" public="true"/>
    <service id="Knp\Menu\Provider\MenuProviderInterface" alias="knp_menu.menu_provider.chain"/>
    <service id="Knp\Menu\FactoryInterface" alias="knp_menu.factory"/>
    <service id="Knp\Menu\Matcher\MatcherInterface" alias="knp_menu.matcher"/>
    <service id="Knp\Menu\Util\MenuManipulator" alias="knp_menu.manipulator"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface" alias="lexik_jwt_authentication.jwt_manager"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface" alias="lexik_jwt_authentication.jwt_manager"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface" alias="lexik_jwt_authentication.jws_provider.lcobucci"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler" alias="lexik_jwt_authentication.handler.authentication_success"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler" alias="lexik_jwt_authentication.handler.authentication_failure"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface" alias="lexik_jwt_authentication.extractor.chain_extractor"/>
    <service id="lexik_jwt_authentication.jwt_token_authenticator" alias="lexik_jwt_authentication.security.guard.jwt_token_authenticator"/>
    <service id="lexik_jwt_authentication.encoder" alias="lexik_jwt_authentication.encoder.lcobucci" public="true"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface" alias="lexik_jwt_authentication.encoder.lcobucci"/>
    <service id="lexik_jwt_authentication.key_loader" alias="lexik_jwt_authentication.key_loader.raw" public="true"/>
    <service id="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" public="true"/>
    <service id="vich_uploader.namer_property" alias="Vich\UploaderBundle\Naming\PropertyNamer" public="true"/>
    <service id="vich_uploader.namer_origname" alias="Vich\UploaderBundle\Naming\OrignameNamer" public="true"/>
    <service id="vich_uploader.namer_hash" alias="Vich\UploaderBundle\Naming\HashNamer" public="true"/>
    <service id="vich_uploader.namer_base64" alias="Vich\UploaderBundle\Naming\Base64Namer" public="true"/>
    <service id="vich_uploader.directory_namer_subdir" alias="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" public="true"/>
    <service id="vich_uploader.namer_directory_property" alias="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" public="true"/>
    <service id="vich_uploader.namer_directory_current_date_time" alias="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" public="true"/>
    <service id="vich_uploader.namer_smart_unique" alias="Vich\UploaderBundle\Naming\SmartUniqueNamer" public="true"/>
    <service id="Vich\UploaderBundle\Handler\DownloadHandler" alias="vich_uploader.download_handler"/>
    <service id="Vich\UploaderBundle\Handler\UploadHandler" alias="vich_uploader.upload_handler"/>
    <service id="Vich\UploaderBundle\Form\Type\VichFileType" alias="vich_uploader.form.type.file"/>
    <service id="Vich\UploaderBundle\Form\Type\VichImageType" alias="vich_uploader.form.type.image"/>
    <service id=".HTMLPurifier $custom.purifier" alias="exercise_html_purifier.custom"/>
    <service id="HTMLPurifier $customPurifier" alias="exercise_html_purifier.custom"/>
    <service id="Exercise\HTMLPurifierBundle\HTMLPurifiersRegistryInterface" alias="exercise_html_purifier.purifiers_registry"/>
    <service id="HTMLPurifier" alias="exercise_html_purifier.default"/>
    <service id="craue.form.flow.storage" alias="craue.form.flow.storage_default" public="true"/>
    <service id="craue.form.flow.data_manager" alias="craue.form.flow.data_manager_default"/>
    <service id="Craue\FormFlowBundle\Util\FormFlowUtil" alias="craue_formflow_util"/>
    <service id="fos_js_routing.router" alias="router.default"/>
    <service id="Knp\Snappy\Pdf" alias="knp_snappy.pdf"/>
    <service id="Knp\Snappy\Image" alias="knp_snappy.image"/>
    <service id="Liip\ImagineBundle\Config\FilterFactoryCollection" alias="liip_imagine.config.filter_factory_collection"/>
    <service id="Liip\ImagineBundle\Config\StackBuilder" alias="liip_imagine.config.stack_builder"/>
    <service id="Liip\ImagineBundle\Config\StackCollection" alias="liip_imagine.config.stack_collection"/>
    <service id="liip_imagine.controller" alias="Liip\ImagineBundle\Controller\ImagineController" public="true"/>
    <service id="liip_imagine" alias="liip_imagine.gd"/>
    <service id="Liip\ImagineBundle\Imagine\Cache\CacheManager" alias="liip_imagine.cache.manager"/>
    <service id="Liip\ImagineBundle\Imagine\Data\DataManager" alias="liip_imagine.data.manager"/>
    <service id="Liip\ImagineBundle\Imagine\Filter\FilterManager" alias="liip_imagine.filter.manager"/>
    <service id="scheb_two_factor.csrf_token_manager" alias="security.csrf.token_manager"/>
    <service id="Scheb\TwoFactorBundle\Model\PersisterInterface" alias="scheb_two_factor.persister.doctrine"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext" alias="scheb_two_factor.firewall_context"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface" alias="scheb_two_factor.security.form_renderer"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface" alias="scheb_two_factor.security.email.default_code_generator"/>
    <service id="scheb_two_factor.security.email.form_renderer" alias="scheb_two_factor.security.email.default_form_renderer"/>
    <service id="scheb_two_factor.security.email.code_generator" alias="scheb_two_factor.security.email.default_code_generator" public="true"/>
    <service id="scheb_two_factor.security.email.auth_code_mailer" alias="app.sms_mailer"/>
    <service id="scheb_two_factor.persister" alias="scheb_two_factor.persister.doctrine"/>
    <service id="scheb_two_factor.ip_whitelist_provider" alias="scheb_two_factor.default_ip_whitelist_provider"/>
    <service id="scheb_two_factor.token_factory" alias="scheb_two_factor.default_token_factory"/>
    <service id="scheb_two_factor.provider_decider" alias="scheb_two_factor.default_provider_decider"/>
    <service id="container.env_var_processors_locator" alias=".service_locator.bJ.4HC5" public="true"/>
    <service id="twig.loader.filesystem" alias="twig.loader.native_filesystem"/>
    <service id="argument_resolver.controller_locator" alias=".service_locator.SYdT5jb"/>
    <service id="twig.loader" alias="twig.loader.native_filesystem"/>
    <service id="Psr\Log\LoggerInterface $requestLogger" alias="monolog.logger.request"/>
    <service id="Psr\Log\LoggerInterface $consoleLogger" alias="monolog.logger.console"/>
    <service id="Psr\Log\LoggerInterface $messengerLogger" alias="monolog.logger.messenger"/>
    <service id="Psr\Log\LoggerInterface $cacheLogger" alias="monolog.logger.cache"/>
    <service id=".Psr\Log\LoggerInterface $http_clientLogger" alias="monolog.logger.http_client"/>
    <service id="Psr\Log\LoggerInterface $httpClientLogger" alias="monolog.logger.http_client"/>
    <service id="Psr\Log\LoggerInterface $mailerLogger" alias="monolog.logger.mailer"/>
    <service id="Psr\Log\LoggerInterface $translationLogger" alias="monolog.logger.translation"/>
    <service id="Psr\Log\LoggerInterface $phpLogger" alias="monolog.logger.php"/>
    <service id="Psr\Log\LoggerInterface $eventLogger" alias="monolog.logger.event"/>
    <service id="Psr\Log\LoggerInterface $routerLogger" alias="monolog.logger.router"/>
    <service id="Psr\Log\LoggerInterface $profilerLogger" alias="monolog.logger.profiler"/>
    <service id="Psr\Log\LoggerInterface $securityLogger" alias="monolog.logger.security"/>
    <service id="Psr\Log\LoggerInterface $doctrineLogger" alias="monolog.logger.doctrine"/>
    <service id="Psr\Log\LoggerInterface $snappyLogger" alias="monolog.logger.snappy"/>
    <service id="Psr\Log\LoggerInterface $debugLogger" alias="monolog.logger.debug"/>
    <service id="doctrine.id_generator_locator" alias=".service_locator.KLVvNIq"/>
    <service id="jms_serializer.authorization_checker" alias="security.authorization_checker" public="true"/>
    <service id="knp_menu.menu_provider" alias="knp_menu.menu_provider.chain"/>
    <service id="liip_imagine.mime_type_guesser" alias="mime_types"/>
    <service id="liip_imagine.extension_guesser" alias="mime_types"/>
    <service id=".service_locator.dvfUIQY" alias="jms_serializer.event_dispatcher.service_locator"/>
    <service id=".service_locator.kU_9bh." alias="jms_serializer.handler_registry.service_locator"/>
    <service id=".service_locator.13qzyLC" alias="jms_serializer.metadata.service_locator"/>
    <service id=".service_locator.BFrsqsn" alias=".service_locator.mAgPHiR"/>
    <service id=".service_locator.bYMS4CJ" alias=".service_locator.sXJhK4T"/>
    <service id="validator" alias="debug.validator"/>
    <service id="http_client" alias=".debug.http_client"/>
    <service id=".debug.http_client.inner" alias="http_client.uri_template"/>
    <service id="event_dispatcher" alias="debug.event_dispatcher" public="true"/>
    <service id="controller_resolver" alias="debug.controller_resolver"/>
    <service id="argument_resolver" alias="debug.argument_resolver"/>
    <service id="translator.data_collector.inner" alias="translator.default"/>
    <service id="security.access.decision_manager" alias="debug.security.access.decision_manager"/>
    <service id="security.firewall.authenticator.site" alias="debug.security.firewall.authenticator.site"/>
    <service id="security.firewall.authenticator.main" alias="debug.security.firewall.authenticator.main"/>
    <service id="twig.error_renderer.html.inner" alias="error_handler.error_renderer.html"/>
    <service id="jms_serializer.metadata_driver" alias="jms_serializer.metadata.typed_properties_driver"/>
    <service id="jms_serializer.metadata.typed_properties_driver.inner" alias="jms_serializer.metadata.doctrine_type_driver"/>
    <service id="jms_serializer.object_constructor" alias="jms_serializer.doctrine_object_constructor"/>
    <service id="security.authentication.trust_resolver" alias="scheb_two_factor.security.authentication.trust_resolver"/>
    <service id="var_dumper.cli_dumper" alias="var_dumper.contextualized_cli_dumper"/>
    <service id="messenger.bus.default" alias="debug.traced.messenger.bus.default"/>
    <service id="doctrine.orm.default_metadata_driver" alias=".doctrine.orm.default_metadata_driver"/>
    <service id="security.event_dispatcher.site" alias="debug.security.event_dispatcher.site"/>
    <service id="security.event_dispatcher.main" alias="debug.security.event_dispatcher.main"/>
    <service id="jms_serializer.metadata_factory" alias="jms_serializer.traceable_metadata_factory"/>
    <service id="jms_serializer.handler_registry" alias="jms_serializer.traceable_handler_registry"/>
    <service id="jms_serializer.metadata.file_locator" alias="jms_serializer.metadata.traceable_file_locator"/>
    <service id=".service_locator.Xbsa8iG" alias="messenger.retry_strategy_locator"/>
    <service id=".service_locator.iHMqVFw" alias=".service_locator.UMXFunj"/>
    <service id=".service_locator.t63He.h" alias=".service_locator.Zb_6UQ4"/>
    <service id=".service_locator.UxSnc0a" alias=".service_locator.y1U_m15"/>
    <service id=".service_locator.qqimU_L" alias=".service_locator.57Xxuh3"/>
    <service id=".service_locator.YQF7YZ9" alias=".service_locator.eY1LIh8"/>
    <service id=".service_locator.jZ1HOd2" alias=".service_locator.nPwTYdR"/>
    <service id=".service_locator.ALjN3l." alias=".service_locator.PxGi3rG"/>
    <service id=".service_locator.V_sbGO_" alias=".service_locator.L2v1cRe"/>
    <service id=".service_locator.jVkSO_B" alias=".service_locator.E5TyA.w"/>
    <service id=".service_locator.QNYCQWW" alias=".service_locator.6BLxd96"/>
    <service id=".service_locator.10_bOck" alias=".service_locator.CoXbXol"/>
    <service id=".service_locator.Zg3twMk" alias=".service_locator.SbuUy6j"/>
    <service id=".service_locator.sOEQyHI" alias=".service_locator.v4zkl64"/>
    <service id=".service_locator.Rn80XJ1" alias=".service_locator.wxkQFjj"/>
    <service id=".service_locator.SNQ.8ZG" alias=".service_locator.d.l9Fb1"/>
    <service id=".service_locator.oulOocE" alias=".service_locator.WMOyMXs"/>
    <service id=".service_locator.4ryr2BM" alias=".service_locator.37hHbsh"/>
    <service id=".service_locator.FgCG.i_" alias=".service_locator.kZA2SGA"/>
    <service id=".service_locator.Aj84ySx" alias=".service_locator.ZVVVd3f"/>
    <service id=".service_locator.NQ6naJ2" alias=".service_locator.Ds5mK9J"/>
    <service id=".service_locator.V132VPR" alias=".service_locator.MX68d05"/>
    <service id=".service_locator.aLvczkR" alias=".service_locator.t51VKDn"/>
    <service id=".service_locator.Wo2xI2b" alias=".service_locator.Jg_0diP"/>
    <service id=".service_locator.o5FbSZG" alias=".service_locator.kAV5QRJ"/>
    <service id=".service_locator.zxpdXmC" alias=".service_locator.bA7F69_"/>
    <service id=".service_locator.B3S8wFW" alias=".service_locator.xqzFA64"/>
    <service id=".service_locator.dF3IUyq" alias=".service_locator.Q3708uW"/>
    <service id=".service_locator.AtmUCtd" alias=".service_locator.OYhH2WV"/>
    <service id=".service_locator.PEpN9kL" alias=".service_locator.DZmeir8"/>
    <service id=".service_locator.RNzlqtM" alias=".service_locator.PPBswmO"/>
    <service id=".service_locator.w1gB0Pg" alias=".service_locator.ka16.tt"/>
    <service id=".service_locator.n_E_0Xx" alias=".service_locator.1Szkn.6"/>
    <service id=".service_locator.xx8Vf1B" alias=".service_locator.I1ONtYj"/>
    <service id=".service_locator.wn3ZluI" alias=".service_locator.51JZ.sN"/>
    <service id=".service_locator.OJmnvRJ" alias=".service_locator.uVvF4gL"/>
    <service id=".service_locator.tACjmPv" alias=".service_locator.WI298Uw"/>
    <service id=".service_locator.VaKYo24" alias=".service_locator.VHfNEaH"/>
    <service id=".service_locator.EeOXJAD" alias=".service_locator.BkanpCu"/>
    <service id=".service_locator.fsMHfc7" alias=".service_locator.BYa8zL_"/>
    <service id=".service_locator.Q1oHFE1" alias=".service_locator.8gDZjhJ"/>
    <service id=".service_locator.df0l.sY" alias=".service_locator.nUqsmfq"/>
    <service id=".service_locator.re5g_yS" alias=".service_locator.Z5pdwQH"/>
    <service id=".service_locator.KZXJn5H" alias=".service_locator.h.w206C"/>
    <service id=".service_locator.B7_Wj5J" alias=".service_locator.l4klmcI"/>
    <service id=".service_locator.UJ5JYvb" alias=".service_locator.0eXw6Nk"/>
    <service id=".service_locator.I4pm5NS" alias=".service_locator.8Nab1gl"/>
    <service id=".service_locator.c_eYnsT" alias=".service_locator.jEzNnJ4"/>
    <service id=".service_locator.8IhkPt9" alias=".service_locator.nomffYL"/>
    <service id=".service_locator.DNOqofj" alias=".service_locator.JN9v66w"/>
    <service id=".service_locator.gVbkE7g" alias=".service_locator.uB.5dTU"/>
    <service id=".service_locator.WdSXVh7" alias=".service_locator.wYWWKin"/>
    <service id=".service_locator._8KraLC" alias=".service_locator.6OJ6Jki"/>
    <service id=".service_locator.WDNCoLY" alias=".service_locator.ZEyE7ci"/>
    <service id=".service_locator.kXW7Zkx" alias=".service_locator.KaqbNIB"/>
    <service id=".service_locator.khShi2G" alias=".service_locator.tJx68Pd"/>
    <service id=".service_locator.gtWf_Bc" alias=".service_locator.eruaUp6"/>
    <service id=".service_locator.8_mWLLG" alias=".service_locator.qYv3WLm"/>
    <service id=".service_locator.Rob168t" alias=".service_locator.qp_WN83"/>
    <service id=".service_locator.lCudOVO" alias=".service_locator.Xo1jkzF"/>
    <service id=".service_locator.RYoBwle" alias=".service_locator.a81C83s"/>
    <service id=".service_locator.L2y2JAF" alias=".service_locator.l0oiUmf"/>
    <service id=".service_locator.yHP5BVo" alias=".service_locator.mRMeMDy"/>
    <service id=".service_locator.QIEaqeB" alias=".service_locator.qohep5H"/>
    <service id=".service_locator.cZKczjv" alias=".service_locator.dTXVdbi"/>
    <service id=".service_locator.gFH6B2C" alias=".service_locator.46T7fyB"/>
    <service id=".service_locator._Z3Bmf_" alias=".service_locator.B3BsYzG"/>
    <service id=".service_locator.G9OjEnG" alias=".service_locator.r7Ha7A0"/>
    <service id=".service_locator.leAulmv" alias=".service_locator.R08dqIk"/>
    <service id=".service_locator.SA6180H" alias=".service_locator.sUcfJIF"/>
    <service id=".service_locator.bXHw0dA" alias=".service_locator.m9TZdgg"/>
    <service id=".service_locator.Gj1VPJZ" alias=".service_locator.CYt8qcj"/>
    <service id=".service_locator.AsSnERK" alias=".service_locator.IlI7nDp"/>
    <service id=".service_locator.WvEkv_n" alias=".service_locator.eKCjqz_"/>
    <service id=".service_locator.7NcngTw" alias=".service_locator.SUs3pve"/>
    <service id=".service_locator.wBXmSiL" alias=".service_locator.1ofQRzk"/>
    <service id=".service_locator.DIvtnjz" alias=".service_locator.i3cOcEi"/>
    <service id=".service_locator..GEdFXS" alias=".service_locator.fAYsEjr"/>
    <service id=".service_locator.mG6paLu" alias=".service_locator.5HZTi0C"/>
    <service id=".service_locator.VXWyuBI" alias=".service_locator.gaAmNU4"/>
    <service id=".service_locator.rJ1O8tw" alias=".service_locator.zghXM09"/>
    <service id=".service_locator.v8WW4.G" alias=".service_locator.rnw2Ypb"/>
    <service id=".service_locator.vl4jFdy" alias=".service_locator.1OayTkU"/>
    <service id=".service_locator.d5XSV6i" alias=".service_locator.nL31YBL"/>
    <service id=".service_locator.xQNLZFp" alias=".service_locator.rhFACd7"/>
    <service id=".service_locator.kz4niRD" alias=".service_locator.sOk5h_i"/>
    <service id=".service_locator.AT5zjfC" alias=".service_locator.l0Peojn"/>
    <service id=".service_locator.gS61mao" alias=".service_locator.WpJdtyZ"/>
    <service id=".service_locator.ltTRlyk" alias=".service_locator.24kbSG0"/>
    <service id=".service_locator.hlXhw6P" alias=".service_locator.K4v1F5N"/>
    <service id=".service_locator.MU5k0MM" alias=".service_locator.NYmrOVS"/>
    <service id=".service_locator.7NIAq8D" alias=".service_locator.rSTd.nA"/>
    <service id=".service_locator.3L4xXPA" alias=".service_locator.GmQ1Tse"/>
    <service id=".service_locator.XhwnnT7" alias=".service_locator.GSh1LVe"/>
    <service id=".service_locator.SE0FNRY" alias=".service_locator.7I_sZP0"/>
    <service id=".service_locator..wZZjq4" alias=".service_locator.4Aes3p1"/>
    <service id=".service_locator.f4rbPAz" alias=".service_locator.zLoCrhm"/>
    <service id=".service_locator.gM7AR.Y" alias=".service_locator.f5SrJBo"/>
    <service id=".service_locator.Zf5MsU1" alias=".service_locator.BInlhN3"/>
    <service id=".service_locator.IcZ3nIB" alias=".service_locator.ihZdmE."/>
    <service id=".service_locator.QXCi0mc" alias=".service_locator.J8kxChE"/>
    <service id=".service_locator.HzLjJRm" alias=".service_locator.XPUsIxN"/>
    <service id=".service_locator.aEF_3E1" alias=".service_locator.vpj9X.s"/>
    <service id=".service_locator.e5c4rys" alias=".service_locator.qynGuoJ"/>
    <service id=".service_locator.W47vLMj" alias=".service_locator.Mhqdd2r"/>
    <service id=".service_locator.PFOzPdz" alias=".service_locator.5UfcsPE"/>
    <service id=".service_locator.nFqE5cp" alias=".service_locator.GNcuwWC"/>
    <service id=".service_locator.zfVQrn9" alias=".service_locator.jDmyQmN"/>
    <service id=".service_locator.OtggPDy" alias=".service_locator.qzxLprM"/>
    <service id=".service_locator.3jq_pJL" alias=".service_locator.E4D3hUA"/>
    <service id=".service_locator.1pk.EH_" alias=".service_locator.sXJhK4T"/>
  </services>
</container>
