<?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 http://symfony.com/schema/dic/services/services-1.0.xsd">
  <parameters>
    <parameter key="kernel.root_dir">/home/xjdr8513/public_html/app</parameter>
    <parameter key="kernel.project_dir">/home/xjdr8513/public_html</parameter>
    <parameter key="kernel.environment">dev</parameter>
    <parameter key="kernel.debug">true</parameter>
    <parameter key="kernel.name">app</parameter>
    <parameter key="kernel.cache_dir">/home/xjdr8513/public_html/var/cache/dev</parameter>
    <parameter key="kernel.logs_dir">/home/xjdr8513/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="SwiftmailerBundle">Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle</parameter>
      <parameter key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="SensioFrameworkExtraBundle">Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle</parameter>
      <parameter key="AppBundle">AppBundle\AppBundle</parameter>
      <parameter key="FOSUserBundle">FOS\UserBundle\FOSUserBundle</parameter>
      <parameter key="FOSRestBundle">FOS\RestBundle\FOSRestBundle</parameter>
      <parameter key="VichUploaderBundle">Vich\UploaderBundle\VichUploaderBundle</parameter>
      <parameter key="NelmioCorsBundle">Nelmio\CorsBundle\NelmioCorsBundle</parameter>
      <parameter key="JMSTranslationBundle">JMS\TranslationBundle\JMSTranslationBundle</parameter>
      <parameter key="FOSJsRoutingBundle">FOS\JsRoutingBundle\FOSJsRoutingBundle</parameter>
      <parameter key="DebugBundle">Symfony\Bundle\DebugBundle\DebugBundle</parameter>
      <parameter key="WebProfilerBundle">Symfony\Bundle\WebProfilerBundle\WebProfilerBundle</parameter>
      <parameter key="SensioDistributionBundle">Sensio\Bundle\DistributionBundle\SensioDistributionBundle</parameter>
      <parameter key="SensioGeneratorBundle">Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle</parameter>
      <parameter key="WebServerBundle">Symfony\Bundle\WebServerBundle\WebServerBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="SecurityBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SecurityBundle</parameter>
      </parameter>
      <parameter key="TwigBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle</parameter>
        <parameter key="namespace">Symfony\Bundle\TwigBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/symfony/monolog-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="SwiftmailerBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/symfony/swiftmailer-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SwiftmailerBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/doctrine/doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="SensioFrameworkExtraBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/sensio/framework-extra-bundle</parameter>
        <parameter key="namespace">Sensio\Bundle\FrameworkExtraBundle</parameter>
      </parameter>
      <parameter key="AppBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/src/AppBundle</parameter>
        <parameter key="namespace">AppBundle</parameter>
      </parameter>
      <parameter key="FOSUserBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle</parameter>
        <parameter key="namespace">FOS\UserBundle</parameter>
      </parameter>
      <parameter key="FOSRestBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/friendsofsymfony/rest-bundle</parameter>
        <parameter key="namespace">FOS\RestBundle</parameter>
      </parameter>
      <parameter key="VichUploaderBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/vich/uploader-bundle</parameter>
        <parameter key="namespace">Vich\UploaderBundle</parameter>
      </parameter>
      <parameter key="NelmioCorsBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/nelmio/cors-bundle</parameter>
        <parameter key="namespace">Nelmio\CorsBundle</parameter>
      </parameter>
      <parameter key="JMSTranslationBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/jms/translation-bundle/JMS/TranslationBundle</parameter>
        <parameter key="namespace">JMS\TranslationBundle</parameter>
      </parameter>
      <parameter key="FOSJsRoutingBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/friendsofsymfony/jsrouting-bundle</parameter>
        <parameter key="namespace">FOS\JsRoutingBundle</parameter>
      </parameter>
      <parameter key="DebugBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle</parameter>
        <parameter key="namespace">Symfony\Bundle\DebugBundle</parameter>
      </parameter>
      <parameter key="WebProfilerBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle</parameter>
        <parameter key="namespace">Symfony\Bundle\WebProfilerBundle</parameter>
      </parameter>
      <parameter key="SensioDistributionBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/sensio/distribution-bundle</parameter>
        <parameter key="namespace">Sensio\Bundle\DistributionBundle</parameter>
      </parameter>
      <parameter key="SensioGeneratorBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/sensio/generator-bundle</parameter>
        <parameter key="namespace">Sensio\Bundle\GeneratorBundle</parameter>
      </parameter>
      <parameter key="WebServerBundle" type="collection">
        <parameter key="parent">null</parameter>
        <parameter key="path">/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/WebServerBundle</parameter>
        <parameter key="namespace">Symfony\Bundle\WebServerBundle</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">appDevDebugProjectContainer</parameter>
    <parameter key="database_host">127.0.0.1</parameter>
    <parameter key="database_port">3306</parameter>
    <parameter key="database_name">xjdr8513_startdirect</parameter>
    <parameter key="database_user">xjdr8513_root</parameter>
    <parameter key="database_password">aJ)S9=PvH53S</parameter>
    <parameter key="mailer_transport">smtp</parameter>
    <parameter key="mailer_host">example.com</parameter>
    <parameter key="mailer_user">example@mail.com</parameter>
    <parameter key="mailer_password">password</parameter>
    <parameter key="mailer_port">665</parameter>
    <parameter key="secret">ThisTokenIsNotSoSecretChangeIt</parameter>
    <parameter key="app_locales">en|fr</parameter>
    <parameter key="locale">en</parameter>
    <parameter key="images_directory">/home/xjdr8513/public_html/web/uploads/images</parameter>
    <parameter key="files_directory">/home/xjdr8513/public_html/web/uploads/files</parameter>
    <parameter key="fragment.renderer.hinclude.global_template">null</parameter>
    <parameter key="fragment.path">/_fragment</parameter>
    <parameter key="kernel.secret">ThisTokenIsNotSoSecretChangeIt</parameter>
    <parameter key="kernel.http_method_override">true</parameter>
    <parameter key="kernel.trusted_hosts" type="collection"/>
    <parameter key="kernel.default_locale">en</parameter>
    <parameter key="templating.helper.code.file_link_format">null</parameter>
    <parameter key="debug.file_link_format">null</parameter>
    <parameter key="session.metadata.storage_key">_sf2_meta</parameter>
    <parameter key="session.storage.options" type="collection">
      <parameter key="cookie_httponly">true</parameter>
      <parameter key="gc_probability">1</parameter>
    </parameter>
    <parameter key="session.save_path">/home/xjdr8513/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="templating.loader.cache.path">null</parameter>
    <parameter key="templating.engines" type="collection">
      <parameter>twig</parameter>
    </parameter>
    <parameter key="validator.mapping.cache.prefix"></parameter>
    <parameter key="validator.mapping.cache.file">/home/xjdr8513/public_html/var/cache/dev/validation.php</parameter>
    <parameter key="validator.translation_domain">validators</parameter>
    <parameter key="translator.logging">true</parameter>
    <parameter key="profiler_listener.only_exceptions">false</parameter>
    <parameter key="profiler_listener.only_master_requests">false</parameter>
    <parameter key="profiler.storage.dsn">file:/home/xjdr8513/public_html/var/cache/dev/profiler</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">/home/xjdr8513/public_html/var/cache/dev/appDevDebugProjectContainer.xml</parameter>
    <parameter key="router.options.generator_class">Symfony\Component\Routing\Generator\UrlGenerator</parameter>
    <parameter key="router.options.generator_base_class">Symfony\Component\Routing\Generator\UrlGenerator</parameter>
    <parameter key="router.options.generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\PhpGeneratorDumper</parameter>
    <parameter key="router.options.matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</parameter>
    <parameter key="router.options.matcher_base_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</parameter>
    <parameter key="router.options.matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper</parameter>
    <parameter key="router.options.matcher.cache_class">appDevDebugProjectContainerUrlMatcher</parameter>
    <parameter key="router.options.generator.cache_class">appDevDebugProjectContainerUrlGenerator</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/xjdr8513/public_html/app/config/routing_dev.yml</parameter>
    <parameter key="router.cache_class_prefix">appDevDebugProjectContainer</parameter>
    <parameter key="request_listener.http_port">80</parameter>
    <parameter key="request_listener.https_port">443</parameter>
    <parameter key="serializer.mapping.cache.file">/home/xjdr8513/public_html/var/cache/dev/serialization.php</parameter>
    <parameter key="serializer.mapping.cache.prefix"></parameter>
    <parameter key="security.authentication.trust_resolver.anonymous_class">Symfony\Component\Security\Core\Authentication\Token\AnonymousToken</parameter>
    <parameter key="security.authentication.trust_resolver.rememberme_class">Symfony\Component\Security\Core\Authentication\Token\RememberMeToken</parameter>
    <parameter key="security.role_hierarchy.roles" type="collection">
      <parameter key="ROLE_MANAGER" type="collection">
        <parameter>ROLE_USER</parameter>
      </parameter>
      <parameter key="ROLE_ADMIN" type="collection">
        <parameter>ROLE_MANAGER</parameter>
      </parameter>
      <parameter key="ROLE_SUPER_ADMIN" 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.access.always_authenticate_before_granting">false</parameter>
    <parameter key="security.authentication.hide_user_not_found">true</parameter>
    <parameter key="twig.exception_listener.controller">twig.controller.exception:showAction</parameter>
    <parameter key="twig.form.resources" type="collection">
      <parameter>form_div_layout.html.twig</parameter>
      <parameter>bootstrap_3_layout.html.twig</parameter>
    </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.server_log">null</parameter>
      <parameter key="monolog.handler.console" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
          <parameter>doctrine</parameter>
          <parameter>console</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="swiftmailer.class">Swift_Mailer</parameter>
    <parameter key="swiftmailer.transport.sendmail.class">Swift_Transport_SendmailTransport</parameter>
    <parameter key="swiftmailer.transport.mail.class">Swift_Transport_MailTransport</parameter>
    <parameter key="swiftmailer.transport.failover.class">Swift_Transport_FailoverTransport</parameter>
    <parameter key="swiftmailer.plugin.redirecting.class">Swift_Plugins_RedirectingPlugin</parameter>
    <parameter key="swiftmailer.plugin.impersonate.class">Swift_Plugins_ImpersonatePlugin</parameter>
    <parameter key="swiftmailer.plugin.messagelogger.class">Swift_Plugins_MessageLogger</parameter>
    <parameter key="swiftmailer.plugin.antiflood.class">Swift_Plugins_AntiFloodPlugin</parameter>
    <parameter key="swiftmailer.transport.smtp.class">Swift_Transport_EsmtpTransport</parameter>
    <parameter key="swiftmailer.plugin.blackhole.class">Swift_Plugins_BlackholePlugin</parameter>
    <parameter key="swiftmailer.spool.file.class">Swift_FileSpool</parameter>
    <parameter key="swiftmailer.spool.memory.class">Swift_MemorySpool</parameter>
    <parameter key="swiftmailer.email_sender.listener.class">Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener</parameter>
    <parameter key="swiftmailer.data_collector.class">Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector</parameter>
    <parameter key="swiftmailer.mailer.default.transport.name">smtp</parameter>
    <parameter key="swiftmailer.mailer.default.transport.smtp.encryption">null</parameter>
    <parameter key="swiftmailer.mailer.default.transport.smtp.port">665</parameter>
    <parameter key="swiftmailer.mailer.default.transport.smtp.host">example.com</parameter>
    <parameter key="swiftmailer.mailer.default.transport.smtp.username">example@mail.com</parameter>
    <parameter key="swiftmailer.mailer.default.transport.smtp.password">password</parameter>
    <parameter key="swiftmailer.mailer.default.transport.smtp.auth_mode">null</parameter>
    <parameter key="swiftmailer.mailer.default.transport.smtp.timeout">30</parameter>
    <parameter key="swiftmailer.mailer.default.transport.smtp.source_ip">null</parameter>
    <parameter key="swiftmailer.mailer.default.transport.smtp.local_domain">null</parameter>
    <parameter key="swiftmailer.spool.default.memory.path">/home/xjdr8513/public_html/var/cache/dev/swiftmailer/spool/default</parameter>
    <parameter key="swiftmailer.mailer.default.spool.enabled">true</parameter>
    <parameter key="swiftmailer.mailer.default.plugin.impersonate">null</parameter>
    <parameter key="swiftmailer.mailer.default.single_address">null</parameter>
    <parameter key="swiftmailer.mailer.default.delivery.enabled">true</parameter>
    <parameter key="swiftmailer.spool.enabled">true</parameter>
    <parameter key="swiftmailer.delivery.enabled">true</parameter>
    <parameter key="swiftmailer.single_address">null</parameter>
    <parameter key="swiftmailer.mailers" type="collection">
      <parameter key="default">swiftmailer.mailer.default</parameter>
    </parameter>
    <parameter key="swiftmailer.default_mailer">default</parameter>
    <parameter key="doctrine_cache.apc.class">Doctrine\Common\Cache\ApcCache</parameter>
    <parameter key="doctrine_cache.apcu.class">Doctrine\Common\Cache\ApcuCache</parameter>
    <parameter key="doctrine_cache.array.class">Doctrine\Common\Cache\ArrayCache</parameter>
    <parameter key="doctrine_cache.chain.class">Doctrine\Common\Cache\ChainCache</parameter>
    <parameter key="doctrine_cache.couchbase.class">Doctrine\Common\Cache\CouchbaseCache</parameter>
    <parameter key="doctrine_cache.couchbase.connection.class">Couchbase</parameter>
    <parameter key="doctrine_cache.couchbase.hostnames">localhost:8091</parameter>
    <parameter key="doctrine_cache.file_system.class">Doctrine\Common\Cache\FilesystemCache</parameter>
    <parameter key="doctrine_cache.php_file.class">Doctrine\Common\Cache\PhpFileCache</parameter>
    <parameter key="doctrine_cache.memcache.class">Doctrine\Common\Cache\MemcacheCache</parameter>
    <parameter key="doctrine_cache.memcache.connection.class">Memcache</parameter>
    <parameter key="doctrine_cache.memcache.host">localhost</parameter>
    <parameter key="doctrine_cache.memcache.port">11211</parameter>
    <parameter key="doctrine_cache.memcached.class">Doctrine\Common\Cache\MemcachedCache</parameter>
    <parameter key="doctrine_cache.memcached.connection.class">Memcached</parameter>
    <parameter key="doctrine_cache.memcached.host">localhost</parameter>
    <parameter key="doctrine_cache.memcached.port">11211</parameter>
    <parameter key="doctrine_cache.mongodb.class">Doctrine\Common\Cache\MongoDBCache</parameter>
    <parameter key="doctrine_cache.mongodb.collection.class">MongoCollection</parameter>
    <parameter key="doctrine_cache.mongodb.connection.class">MongoClient</parameter>
    <parameter key="doctrine_cache.mongodb.server">localhost:27017</parameter>
    <parameter key="doctrine_cache.predis.client.class">Predis\Client</parameter>
    <parameter key="doctrine_cache.predis.scheme">tcp</parameter>
    <parameter key="doctrine_cache.predis.host">localhost</parameter>
    <parameter key="doctrine_cache.predis.port">6379</parameter>
    <parameter key="doctrine_cache.redis.class">Doctrine\Common\Cache\RedisCache</parameter>
    <parameter key="doctrine_cache.redis.connection.class">Redis</parameter>
    <parameter key="doctrine_cache.redis.host">localhost</parameter>
    <parameter key="doctrine_cache.redis.port">6379</parameter>
    <parameter key="doctrine_cache.riak.class">Doctrine\Common\Cache\RiakCache</parameter>
    <parameter key="doctrine_cache.riak.bucket.class">Riak\Bucket</parameter>
    <parameter key="doctrine_cache.riak.connection.class">Riak\Connection</parameter>
    <parameter key="doctrine_cache.riak.bucket_property_list.class">Riak\BucketPropertyList</parameter>
    <parameter key="doctrine_cache.riak.host">localhost</parameter>
    <parameter key="doctrine_cache.riak.port">8087</parameter>
    <parameter key="doctrine_cache.sqlite3.class">Doctrine\Common\Cache\SQLite3Cache</parameter>
    <parameter key="doctrine_cache.sqlite3.connection.class">SQLite3</parameter>
    <parameter key="doctrine_cache.void.class">Doctrine\Common\Cache\VoidCache</parameter>
    <parameter key="doctrine_cache.wincache.class">Doctrine\Common\Cache\WinCacheCache</parameter>
    <parameter key="doctrine_cache.xcache.class">Doctrine\Common\Cache\XcacheCache</parameter>
    <parameter key="doctrine_cache.zenddata.class">Doctrine\Common\Cache\ZendDataCache</parameter>
    <parameter key="doctrine_cache.security.acl.cache.class">Doctrine\Bundle\DoctrineCacheBundle\Acl\Model\AclCache</parameter>
    <parameter key="doctrine.dbal.logger.chain.class">Doctrine\DBAL\Logging\LoggerChain</parameter>
    <parameter key="doctrine.dbal.logger.profiling.class">Doctrine\DBAL\Logging\DebugStack</parameter>
    <parameter key="doctrine.dbal.logger.class">Symfony\Bridge\Doctrine\Logger\DbalLogger</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\Common\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.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\ContainerAwareEntityListenerResolver</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.proxy_dir">/home/xjdr8513/public_html/var/cache/dev/doctrine/orm/Proxies</parameter>
    <parameter key="doctrine.orm.proxy_namespace">Proxies</parameter>
    <parameter key="sensio_framework_extra.view.guesser.class">Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser</parameter>
    <parameter key="sensio_framework_extra.controller.listener.class">Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener</parameter>
    <parameter key="sensio_framework_extra.routing.loader.annot_dir.class">Symfony\Component\Routing\Loader\AnnotationDirectoryLoader</parameter>
    <parameter key="sensio_framework_extra.routing.loader.annot_file.class">Symfony\Component\Routing\Loader\AnnotationFileLoader</parameter>
    <parameter key="sensio_framework_extra.routing.loader.annot_class.class">Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader</parameter>
    <parameter key="sensio_framework_extra.converter.listener.class">Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener</parameter>
    <parameter key="sensio_framework_extra.converter.manager.class">Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager</parameter>
    <parameter key="sensio_framework_extra.converter.doctrine.class">Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter</parameter>
    <parameter key="sensio_framework_extra.converter.datetime.class">Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter</parameter>
    <parameter key="sensio_framework_extra.view.listener.class">Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener</parameter>
    <parameter key="fos_user.backend_type_orm">true</parameter>
    <parameter key="fos_user.security.interactive_login_listener.class">FOS\UserBundle\EventListener\LastLoginListener</parameter>
    <parameter key="fos_user.security.login_manager.class">FOS\UserBundle\Security\LoginManager</parameter>
    <parameter key="fos_user.resetting.email.template">@FOSUser/Resetting/email.txt.twig</parameter>
    <parameter key="fos_user.registration.confirmation.template">@FOSUser/Registration/email.txt.twig</parameter>
    <parameter key="fos_user.storage">orm</parameter>
    <parameter key="fos_user.firewall_name">main</parameter>
    <parameter key="fos_user.model_manager_name">null</parameter>
    <parameter key="fos_user.model.user.class">AppBundle\Entity\User</parameter>
    <parameter key="fos_user.profile.form.type">FOS\UserBundle\Form\Type\ProfileFormType</parameter>
    <parameter key="fos_user.profile.form.name">fos_user_profile_form</parameter>
    <parameter key="fos_user.profile.form.validation_groups" type="collection">
      <parameter>Profile</parameter>
      <parameter>Default</parameter>
    </parameter>
    <parameter key="fos_user.registration.confirmation.from_email" type="collection">
      <parameter key="example@mail.com">example@mail.com</parameter>
    </parameter>
    <parameter key="fos_user.registration.confirmation.enabled">false</parameter>
    <parameter key="fos_user.registration.form.type">FOS\UserBundle\Form\Type\RegistrationFormType</parameter>
    <parameter key="fos_user.registration.form.name">fos_user_registration_form</parameter>
    <parameter key="fos_user.registration.form.validation_groups" type="collection">
      <parameter>Registration</parameter>
      <parameter>Default</parameter>
    </parameter>
    <parameter key="fos_user.change_password.form.type">FOS\UserBundle\Form\Type\ChangePasswordFormType</parameter>
    <parameter key="fos_user.change_password.form.name">fos_user_change_password_form</parameter>
    <parameter key="fos_user.change_password.form.validation_groups" type="collection">
      <parameter>ChangePassword</parameter>
      <parameter>Default</parameter>
    </parameter>
    <parameter key="fos_user.resetting.email.from_email" type="collection">
      <parameter key="example@mail.com">example@mail.com</parameter>
    </parameter>
    <parameter key="fos_user.resetting.retry_ttl">7200</parameter>
    <parameter key="fos_user.resetting.token_ttl">86400</parameter>
    <parameter key="fos_user.resetting.form.type">FOS\UserBundle\Form\Type\ResettingFormType</parameter>
    <parameter key="fos_user.resetting.form.name">fos_user_resetting_form</parameter>
    <parameter key="fos_user.resetting.form.validation_groups" type="collection">
      <parameter>ResetPassword</parameter>
      <parameter>Default</parameter>
    </parameter>
    <parameter key="vich_uploader.default_filename_attribute_suffix">_name</parameter>
    <parameter key="vich_uploader.mappings" type="collection">
      <parameter key="product_image" type="collection">
        <parameter key="uri_prefix">/images/products</parameter>
        <parameter key="upload_destination">/home/xjdr8513/public_html/app/../web/images/products</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">null</parameter>
          <parameter key="options">null</parameter>
        </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="nelmio_cors.map" type="collection">
      <parameter key="^/api/" type="collection">
        <parameter key="allow_origin">true</parameter>
        <parameter key="allow_headers" type="collection">
          <parameter>x-custom-auth</parameter>
        </parameter>
        <parameter key="allow_methods" type="collection">
          <parameter>POST</parameter>
          <parameter>PUT</parameter>
          <parameter>GET</parameter>
          <parameter>DELETE</parameter>
        </parameter>
        <parameter key="max_age">3600</parameter>
      </parameter>
      <parameter key="^/" type="collection">
        <parameter key="max_age">3600</parameter>
        <parameter key="origin_regex">true</parameter>
        <parameter key="allow_origin">true</parameter>
        <parameter key="allow_headers">true</parameter>
        <parameter key="allow_methods" type="collection">
          <parameter>POST</parameter>
          <parameter>PUT</parameter>
          <parameter>GET</parameter>
          <parameter>DELETE</parameter>
          <parameter>PATCH</parameter>
          <parameter>OPTIONS</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="nelmio_cors.defaults" type="collection">
      <parameter key="allow_origin">true</parameter>
      <parameter key="allow_credentials">true</parameter>
      <parameter key="allow_headers">true</parameter>
      <parameter key="expose_headers" type="collection"/>
      <parameter key="allow_methods" type="collection">
        <parameter>POST</parameter>
        <parameter>PUT</parameter>
        <parameter>GET</parameter>
        <parameter>DELETE</parameter>
        <parameter>OPTIONS</parameter>
      </parameter>
      <parameter key="max_age">0</parameter>
      <parameter key="hosts" type="collection"/>
      <parameter key="origin_regex">true</parameter>
      <parameter key="forced_allow_origin_value">null</parameter>
    </parameter>
    <parameter key="nelmio_cors.cors_listener.class">Nelmio\CorsBundle\EventListener\CorsListener</parameter>
    <parameter key="nelmio_cors.options_resolver.class">Nelmio\CorsBundle\Options\Resolver</parameter>
    <parameter key="nelmio_cors.options_provider.config.class">Nelmio\CorsBundle\Options\ConfigProvider</parameter>
    <parameter key="jms_translation.twig_extension.class">JMS\TranslationBundle\Twig\TranslationExtension</parameter>
    <parameter key="jms_translation.controller.translate_controller.class">JMS\TranslationBundle\Controller\TranslateController</parameter>
    <parameter key="jms_translation.controller.api_controller.class">JMS\TranslationBundle\Controller\ApiController</parameter>
    <parameter key="jms_translation.extractor_manager.class">JMS\TranslationBundle\Translation\ExtractorManager</parameter>
    <parameter key="jms_translation.extractor.file_extractor.class">JMS\TranslationBundle\Translation\Extractor\FileExtractor</parameter>
    <parameter key="jms_translation.extractor.file.default_php_extractor">JMS\TranslationBundle\Translation\Extractor\File\DefaultPhpFileExtractor</parameter>
    <parameter key="jms_translation.extractor.file.translation_container_extractor">JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor</parameter>
    <parameter key="jms_translation.extractor.file.twig_extractor">JMS\TranslationBundle\Translation\Extractor\File\TwigFileExtractor</parameter>
    <parameter key="jms_translation.extractor.file.form_extractor.class">JMS\TranslationBundle\Translation\Extractor\File\FormExtractor</parameter>
    <parameter key="jms_translation.extractor.file.validation_extractor.class">JMS\TranslationBundle\Translation\Extractor\File\ValidationExtractor</parameter>
    <parameter key="jms_translation.extractor.file.authentication_message_extractor.class">JMS\TranslationBundle\Translation\Extractor\File\AuthenticationMessagesExtractor</parameter>
    <parameter key="jms_translation.loader.symfony.xliff_loader.class">JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader</parameter>
    <parameter key="jms_translation.loader.xliff_loader.class">JMS\TranslationBundle\Translation\Loader\XliffLoader</parameter>
    <parameter key="jms_translation.loader.symfony_adapter.class">JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter</parameter>
    <parameter key="jms_translation.loader_manager.class">JMS\TranslationBundle\Translation\LoaderManager</parameter>
    <parameter key="jms_translation.dumper.php_dumper.class">JMS\TranslationBundle\Translation\Dumper\PhpDumper</parameter>
    <parameter key="jms_translation.dumper.xliff_dumper.class">JMS\TranslationBundle\Translation\Dumper\XliffDumper</parameter>
    <parameter key="jms_translation.dumper.yaml_dumper.class">JMS\TranslationBundle\Translation\Dumper\YamlDumper</parameter>
    <parameter key="jms_translation.dumper.symfony_adapter.class">JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter</parameter>
    <parameter key="jms_translation.file_writer.class">JMS\TranslationBundle\Translation\FileWriter</parameter>
    <parameter key="jms_translation.updater.class">JMS\TranslationBundle\Translation\Updater</parameter>
    <parameter key="jms_translation.config_factory.class">JMS\TranslationBundle\Translation\ConfigFactory</parameter>
    <parameter key="jms_translation.file_source_factory.class">JMS\TranslationBundle\Translation\FileSourceFactory</parameter>
    <parameter key="jms_translation.source_language">en</parameter>
    <parameter key="jms_translation.locales" type="collection"/>
    <parameter key="jms_translation.dumper.add_date">true</parameter>
    <parameter key="jms_translation.dumper.add_references">true</parameter>
    <parameter key="fos_js_routing.extractor.class">FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor</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="web_profiler.debug_toolbar.position">bottom</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.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.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.doctrine" type="collection">
        <parameter>db</parameter>
        <parameter>@Doctrine/Collector/db.html.twig</parameter>
      </parameter>
      <parameter key="swiftmailer.data_collector" type="collection">
        <parameter>swiftmailer</parameter>
        <parameter>@Swiftmailer/Collector/swiftmailer.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.config" type="collection">
        <parameter>config</parameter>
        <parameter>@WebProfiler/Collector/config.html.twig</parameter>
      </parameter>
    </parameter>
    <parameter key="console.command.ids" type="collection">
      <parameter key="console.command.appbundle_command_checkincommand">console.command.appbundle_command_checkincommand</parameter>
      <parameter key="console.command.appbundle_command_sunshinecommand">console.command.appbundle_command_sunshinecommand</parameter>
      <parameter key="console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand">console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinecachebundle_command_containscommand">doctrine_cache.contains_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinecachebundle_command_deletecommand">doctrine_cache.delete_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinecachebundle_command_flushcommand">doctrine_cache.flush_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinecachebundle_command_statscommand">doctrine_cache.stats_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_createdatabasedoctrinecommand">doctrine.database_create_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_dropdatabasedoctrinecommand">doctrine.database_drop_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_generateentitiesdoctrinecommand">doctrine.generate_entities_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_runsqldoctrinecommand">doctrine.query_sql_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_clearmetadatacachedoctrinecommand">doctrine.cache_clear_metadata_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_clearquerycachedoctrinecommand">doctrine.cache_clear_query_cache_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_clearresultcachedoctrinecommand">doctrine.cache_clear_result_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_collectionregiondoctrinecommand">doctrine.cache_collection_region_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_convertmappingdoctrinecommand">doctrine.mapping_convert_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_createschemadoctrinecommand">doctrine.schema_create_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_dropschemadoctrinecommand">doctrine.schema_drop_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_ensureproductionsettingsdoctrinecommand">doctrine.ensure_production_settings_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_entityregioncachedoctrinecommand">doctrine.clear_entity_region_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_importdoctrinecommand">doctrine.database_import_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_infodoctrinecommand">doctrine.mapping_info_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_queryregioncachedoctrinecommand">doctrine.clear_query_region_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_rundqldoctrinecommand">doctrine.query_dql_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_updateschemadoctrinecommand">doctrine.schema_update_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_proxy_validateschemacommand">doctrine.schema_validate_command</parameter>
      <parameter key="console.command.doctrine_bundle_doctrinebundle_command_importmappingdoctrinecommand">doctrine.mapping_import_command</parameter>
      <parameter key="console.command.fos_userbundle_command_activateusercommand">fos_user.command.activate_user</parameter>
      <parameter key="console.command.fos_userbundle_command_changepasswordcommand">fos_user.command.change_password</parameter>
      <parameter key="console.command.fos_userbundle_command_createusercommand">fos_user.command.create_user</parameter>
      <parameter key="console.command.fos_userbundle_command_deactivateusercommand">fos_user.command.deactivate_user</parameter>
      <parameter key="console.command.fos_userbundle_command_demoteusercommand">fos_user.command.demote_user</parameter>
      <parameter key="console.command.fos_userbundle_command_promoteusercommand">fos_user.command.promote_user</parameter>
      <parameter key="console.command.fos_jsroutingbundle_command_dumpcommand">fos_js_routing.dump_command</parameter>
      <parameter key="console.command.fos_jsroutingbundle_command_routerdebugexposedcommand">fos_js_routing.router_debug_exposed_command</parameter>
      <parameter key="console.command.sensiolabs_security_command_securitycheckercommand">sensio_distribution.security_checker.command</parameter>
      <parameter key="console.command.symfony_bundle_webserverbundle_command_serverruncommand">console.command.symfony_bundle_webserverbundle_command_serverruncommand</parameter>
      <parameter key="console.command.symfony_bundle_webserverbundle_command_serverstartcommand">console.command.symfony_bundle_webserverbundle_command_serverstartcommand</parameter>
      <parameter key="console.command.symfony_bundle_webserverbundle_command_serverstopcommand">console.command.symfony_bundle_webserverbundle_command_serverstopcommand</parameter>
      <parameter key="console.command.symfony_bundle_webserverbundle_command_serverstatuscommand">console.command.symfony_bundle_webserverbundle_command_serverstatuscommand</parameter>
    </parameter>
  </parameters>
  <services>
    <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" synthetic="true"/>
    <service id="AppBundle\AppBundle" class="AppBundle\AppBundle" public="false" autowire="true" autoconfigure="true"/>
    <service id="AppBundle\Command\CheckinCommand" class="AppBundle\Command\CheckinCommand" public="false" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="AppBundle\Command\SunshineCommand" class="AppBundle\Command\SunshineCommand" public="false" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="AppBundle\Controller\APIActiviteController" class="AppBundle\Controller\APIActiviteController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\APICheckinController" class="AppBundle\Controller\APICheckinController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\APICheckoutController" class="AppBundle\Controller\APICheckoutController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\APIPlanningController" class="AppBundle\Controller\APIPlanningController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\APIPointageController" class="AppBundle\Controller\APIPointageController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\APIScanController" class="AppBundle\Controller\APIScanController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\APIVenteController" class="AppBundle\Controller\APIVenteController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\ActiviteController" class="AppBundle\Controller\ActiviteController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\AdminController" class="AppBundle\Controller\AdminController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\ApiMagasinsController" class="AppBundle\Controller\ApiMagasinsController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\ApiQuestionnaireController" class="AppBundle\Controller\ApiQuestionnaireController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\ApiStockController" class="AppBundle\Controller\ApiStockController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\ApiUsersController" class="AppBundle\Controller\ApiUsersController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\BrandController" class="AppBundle\Controller\BrandController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\CheckINController" class="AppBundle\Controller\CheckINController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\CheckOUTController" class="AppBundle\Controller\CheckOUTController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\DefaultController" class="AppBundle\Controller\DefaultController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\FichierUploadeController" class="AppBundle\Controller\FichierUploadeController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\GestComptesController" class="AppBundle\Controller\GestComptesController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\GestQuestionnaireController" class="AppBundle\Controller\GestQuestionnaireController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\GestTacheSpecialeController" class="AppBundle\Controller\GestTacheSpecialeController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\InfoEquipeController" class="AppBundle\Controller\InfoEquipeController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\InfoEquipeFFController" class="AppBundle\Controller\InfoEquipeFFController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\InfoEquipePrController" class="AppBundle\Controller\InfoEquipePrController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\InfoMarcheController" class="AppBundle\Controller\InfoMarcheController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\MagasinController" class="AppBundle\Controller\MagasinController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\ModalController" class="AppBundle\Controller\ModalController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\PlanningController" class="AppBundle\Controller\PlanningController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\PlanningFFController" class="AppBundle\Controller\PlanningFFController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\PointageController" class="AppBundle\Controller\PointageController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\ProductController" class="AppBundle\Controller\ProductController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\ProduitScanneController" class="AppBundle\Controller\ProduitScanneController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\QuestionController" class="AppBundle\Controller\QuestionController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\QuestionnaireController" class="AppBundle\Controller\QuestionnaireController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\ReponseController" class="AppBundle\Controller\ReponseController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\SegmentController" class="AppBundle\Controller\SegmentController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\SousSegmentController" class="AppBundle\Controller\SousSegmentController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\StockController" class="AppBundle\Controller\StockController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\TacheSpecialeController" class="AppBundle\Controller\TacheSpecialeController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\TempMagasinController" class="AppBundle\Controller\TempMagasinController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\TempPlanningFFController" class="AppBundle\Controller\TempPlanningFFController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\TempPlanningPRController" class="AppBundle\Controller\TempPlanningPRController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\TypeScanObjectifController" class="AppBundle\Controller\TypeScanObjectifController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\UploadDonneeController" class="AppBundle\Controller\UploadDonneeController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\UserController" class="AppBundle\Controller\UserController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\VenteController" class="AppBundle\Controller\VenteController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\Controller\planningPRController" class="AppBundle\Controller\planningPRController" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="AppBundle\EventListener\FilesUploadListener" class="AppBundle\EventListener\FilesUploadListener" public="false" autowire="true" autoconfigure="true">
      <argument type="service" id="AppBundle\FilesUpload"/>
    </service>
    <service id="AppBundle\EventListener\ImageUploadListener" class="AppBundle\EventListener\ImageUploadListener" public="false" autowire="true" autoconfigure="true">
      <argument type="service" id="AppBundle\ImageUpload"/>
    </service>
    <service id="AppBundle\EventListener\RedirectToPreferredLocaleSubscriber" class="AppBundle\EventListener\RedirectToPreferredLocaleSubscriber" public="false" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="router.default"/>
      <argument>en|fr</argument>
      <argument>en</argument>
    </service>
    <service id="AppBundle\FilesUpload" class="AppBundle\FilesUpload" public="false" autowire="true" autoconfigure="true"/>
    <service id="AppBundle\Form\ActiviteType" class="AppBundle\Form\ActiviteType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\BrandType" class="AppBundle\Form\BrandType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\CheckINType" class="AppBundle\Form\CheckINType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\CheckOUTType" class="AppBundle\Form\CheckOUTType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\FichierUploadeType" class="AppBundle\Form\FichierUploadeType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\MagasinType" class="AppBundle\Form\MagasinType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\ModalType" class="AppBundle\Form\ModalType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\PlanningFFType" class="AppBundle\Form\PlanningFFType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\PointageType" class="AppBundle\Form\PointageType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\ProductType" class="AppBundle\Form\ProductType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\ProduitScanneType" class="AppBundle\Form\ProduitScanneType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\QuestionType" class="AppBundle\Form\QuestionType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\QuestionnaireType" class="AppBundle\Form\QuestionnaireType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\ReponseType" class="AppBundle\Form\ReponseType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\SegmentType" class="AppBundle\Form\SegmentType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\SettingsType" class="AppBundle\Form\SettingsType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\SousSegmentType" class="AppBundle\Form\SousSegmentType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\StockType" class="AppBundle\Form\StockType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\TacheSpecialeType" class="AppBundle\Form\TacheSpecialeType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\TempMagasinType" class="AppBundle\Form\TempMagasinType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\TempPlanningFFType" class="AppBundle\Form\TempPlanningFFType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\TempPlanningPRType" class="AppBundle\Form\TempPlanningPRType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\TypeScanObjectifType" class="AppBundle\Form\TypeScanObjectifType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\UserType" class="AppBundle\Form\UserType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\VenteType" class="AppBundle\Form\VenteType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\Form\planningPRType" class="AppBundle\Form\planningPRType" public="false" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="AppBundle\ImageUpload" class="AppBundle\ImageUpload" public="false" autowire="true" autoconfigure="true"/>
    <service id="AppBundle\Twig\AppExtension" class="AppBundle\Twig\AppExtension" public="false" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="AppBundle\Utils\Markdown"/>
      <argument>en|fr</argument>
    </service>
    <service id="AppBundle\Utils\Markdown" class="AppBundle\Utils\Markdown" public="false" autowire="true" autoconfigure="true"/>
    <service id="AppBundle\Utils\MomentFormatConverter" class="AppBundle\Utils\MomentFormatConverter" public="false" autowire="true" autoconfigure="true"/>
    <service id="AppBundle\Utils\Slugger" class="AppBundle\Utils\Slugger" public="false" autowire="true" autoconfigure="true"/>
    <service id="AppBundle\Utils\Validator" class="AppBundle\Utils\Validator" public="false" autowire="true" autoconfigure="true"/>
    <service id="app.image_uploader" class="AppBundle\ImageUpload" public="false" autowire="true" autoconfigure="true">
      <argument>/home/xjdr8513/public_html/web/uploads/images</argument>
    </service>
    <service id="app.doctrine_image_listener" class="AppBundle\EventListener\ImageUploadListener" public="false" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_listener" event="prePersist" method="onPrePersist"/>
      <tag name="doctrine.event_listener" event="preUpdate" method="onPreUpdate"/>
      <tag name="doctrine.event_listener" event="postLoad" method="onPostLoad"/>
      <argument type="service" id="app.image_uploader"/>
    </service>
    <service id="app.files_uploader" class="AppBundle\FilesUpload" public="false" autowire="true" autoconfigure="true">
      <argument>/home/xjdr8513/public_html/web/uploads/files</argument>
    </service>
    <service id="app.doctrine_files_listener" class="AppBundle\EventListener\FilesUploadListener" public="false" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_listener" event="prePersist" method="onPrePersist"/>
      <tag name="doctrine.event_listener" event="preUpdate" method="onPreUpdate"/>
      <tag name="doctrine.event_listener" event="postLoad" method="onPostLoad"/>
      <argument type="service" id="app.files_uploader"/>
    </service>
    <service id="controller_name_converter" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser" public="false">
      <tag name="monolog.logger" channel="request"/>
      <argument type="service" id="kernel"/>
    </service>
    <service id="argument_metadata_factory" class="Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory" public="false"/>
    <service id="argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" public="false">
      <tag name="controller.argument_value_resolver" priority="100"/>
    </service>
    <service id="argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" public="false">
      <tag name="controller.argument_value_resolver" priority="50"/>
    </service>
    <service id="argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" public="false">
      <tag name="controller.argument_value_resolver" priority="50"/>
    </service>
    <service id="argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" public="false">
      <tag name="controller.argument_value_resolver" priority="-50"/>
      <argument type="service" id="service_locator.a32b33ce14928316ec184f66dfe75c64"/>
    </service>
    <service id="argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" public="false">
      <tag name="controller.argument_value_resolver" priority="-100"/>
    </service>
    <service id="argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" public="false">
      <tag name="controller.argument_value_resolver" priority="-150"/>
    </service>
    <service id="response_listener" class="Symfony\Component\HttpKernel\EventListener\ResponseListener">
      <tag name="kernel.event_subscriber"/>
      <argument>UTF-8</argument>
    </service>
    <service id="streamed_response_listener" class="Symfony\Component\HttpKernel\EventListener\StreamedResponseListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="locale_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="request_stack"/>
      <argument>en</argument>
      <argument type="service" id="router.default" on-invalid="ignore"/>
    </service>
    <service id="validate_request_listener" class="Symfony\Component\HttpKernel\EventListener\ValidateRequestListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="resolve_controller_name_subscriber" class="Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber" public="false">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="controller_name_converter"/>
    </service>
    <service id="2_46f2ba6044507a770b059b64247e766a222a1ccc35b808869218d069adcb61df" class="Symfony\Component\Config\Resource\SelfCheckingResourceChecker" public="false">
      <tag name="config_cache.resource_checker" priority="-990"/>
    </service>
    <service id="1_46f2ba6044507a770b059b64247e766a222a1ccc35b808869218d069adcb61df" class="Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker" public="false">
      <tag name="config_cache.resource_checker" priority="-980"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="http_kernel" class="Symfony\Component\HttpKernel\HttpKernel">
      <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"/>
    </service>
    <service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack"/>
    <service id="cache_warmer" class="Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate">
      <argument type="collection">
        <argument type="service" id="templating.cache_warmer.template_paths"/>
        <argument type="service" id="validator.mapping.cache_warmer"/>
        <argument type="service" id="translation.warmer"/>
        <argument type="service" id="router.cache_warmer"/>
        <argument type="service" id="annotations.cache_warmer"/>
        <argument type="service" id="serializer.mapping.cache_warmer"/>
        <argument type="service" id="twig.cache_warmer"/>
        <argument type="service" id="twig.template_cache_warmer"/>
        <argument type="service" id="doctrine.orm.proxy_cache_warmer"/>
      </argument>
    </service>
    <service id="kernel.class_cache.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ClassCacheCacheWarmer">
      <argument type="collection">
        <argument>Symfony\Component\HttpFoundation\ParameterBag</argument>
        <argument>Symfony\Component\HttpFoundation\HeaderBag</argument>
        <argument>Symfony\Component\HttpFoundation\FileBag</argument>
        <argument>Symfony\Component\HttpFoundation\ServerBag</argument>
        <argument>Symfony\Component\HttpFoundation\Request</argument>
        <argument>Symfony\Component\HttpKernel\Kernel</argument>
      </argument>
      <deprecated>The "%service_id%" option is deprecated since version 3.3, to be removed in 4.0.</deprecated>
    </service>
    <service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer">
      <argument type="collection">
        <argument type="service" id="cache.default_clearer"/>
      </argument>
    </service>
    <service id="kernel" 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"/>
      <argument>/home/xjdr8513/public_html/app/Resources</argument>
      <argument type="collection">
        <argument>/home/xjdr8513/public_html/app</argument>
      </argument>
    </service>
    <service id="uri_signer" class="Symfony\Component\HttpKernel\UriSigner">
      <argument>ThisTokenIsNotSoSecretChangeIt</argument>
    </service>
    <service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory">
      <argument type="iterator">
        <argument type="service" id="1_46f2ba6044507a770b059b64247e766a222a1ccc35b808869218d069adcb61df"/>
        <argument type="service" id="2_46f2ba6044507a770b059b64247e766a222a1ccc35b808869218d069adcb61df"/>
      </argument>
    </service>
    <service id="fragment.handler" class="Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler">
      <argument></argument>
      <argument type="service" id="request_stack"/>
      <argument>true</argument>
    </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"/>
      <tag name="kernel.fragment_renderer" alias="hinclude"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="uri_signer"/>
      <argument>null</argument>
      <call method="setFragmentPath">
        <argument>/_fragment</argument>
      </call>
    </service>
    <service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener" public="false">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="console"/>
      <argument type="service" id="monolog.logger.console" on-invalid="null"/>
    </service>
    <service id="cache.app" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="cache.pool" clearer="cache.default_clearer" unlazy="1"/>
      <argument type="service" id="cache.app.recorder_inner"/>
    </service>
    <service id="cache.system" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool"/>
      <tag name="cache.pool" clearer="cache.default_clearer" unlazy="1"/>
      <argument type="service" id="cache.system.recorder_inner"/>
    </service>
    <service id="cache.validator" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="false">
      <tag name="cache.pool"/>
      <tag name="cache.pool" clearer="cache.default_clearer"/>
      <argument type="service" id="cache.validator.recorder_inner"/>
    </service>
    <service id="cache.serializer" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="false">
      <tag name="cache.pool"/>
      <tag name="cache.pool" clearer="cache.default_clearer"/>
      <argument type="service" id="cache.serializer.recorder_inner"/>
    </service>
    <service id="cache.annotations" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="false">
      <tag name="cache.pool"/>
      <tag name="cache.pool" clearer="cache.default_clearer"/>
      <argument type="service" id="cache.annotations.recorder_inner"/>
    </service>
    <service id="cache.adapter.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>EeJb7wBanZpiGJpyBmIHcd</argument>
      <argument>/home/xjdr8513/public_html/var/cache/dev/pools</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"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>EeJb7wBanZpiGJpyBmIHcd</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.doctrine" class="Symfony\Component\Cache\Adapter\DoctrineAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_doctrine_provider" clearer="cache.default_clearer"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument></argument>
      <argument>0</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"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>/home/xjdr8513/public_html/var/cache/dev/pools</argument>
      <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"/>
      <argument></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"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument></argument>
      <argument>0</argument>
      <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"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument></argument>
      <argument>0</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.default_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer">
      <tag name="kernel.cache_clearer"/>
    </service>
    <service id="cache.global_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer"/>
    <service id="translator.selector" class="Symfony\Component\Translation\MessageSelector" public="false"/>
    <service id="1_e00376797b36b5e7eb32c6b006823c21947e5e64b9844cdbb45044c844edee9e" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="session" type="service" id="session" on-invalid="ignore"/>
      </argument>
    </service>
    <service id="session" class="Symfony\Component\HttpFoundation\Session\Session">
      <argument type="service" id="session.storage.native"/>
      <argument type="service" id="session.attribute_bag"/>
      <argument type="service" id="session.flash_bag"/>
    </service>
    <service id="session.storage.metadata_bag" class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag" public="false">
      <argument>_sf2_meta</argument>
      <argument>0</argument>
    </service>
    <service id="session.storage.native" class="Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage">
      <argument type="collection">
        <argument key="cookie_httponly">true</argument>
        <argument key="gc_probability">1</argument>
      </argument>
      <argument type="service" id="session.handler.native_file"/>
      <argument type="service" id="session.storage.metadata_bag"/>
    </service>
    <service id="session.storage.php_bridge" class="Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage">
      <argument type="service" id="session.handler.native_file"/>
      <argument type="service" id="session.storage.metadata_bag"/>
    </service>
    <service id="session.flash_bag" class="Symfony\Component\HttpFoundation\Session\Flash\FlashBag" public="false"/>
    <service id="session.attribute_bag" class="Symfony\Component\HttpFoundation\Session\Attribute\AttributeBag" public="false"/>
    <service id="session.storage.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage" public="false">
      <argument>/home/xjdr8513/public_html/var/cache/dev/sessions</argument>
      <argument>MOCKSESSID</argument>
      <argument type="service" id="session.storage.metadata_bag"/>
    </service>
    <service id="session.handler.native_file" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler" public="false">
      <argument>/home/xjdr8513/public_html/var/sessions/dev</argument>
    </service>
    <service id="session.handler.write_check" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\WriteCheckSessionHandler" public="false"/>
    <service id="session_listener" class="Symfony\Component\HttpKernel\EventListener\SessionListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="1_e00376797b36b5e7eb32c6b006823c21947e5e64b9844cdbb45044c844edee9e"/>
    </service>
    <service id="session.save_listener" class="Symfony\Component\HttpKernel\EventListener\SaveSessionListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="form.resolved_type_factory" class="Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy">
      <argument type="service" id="1_2df129790ca769c906916adda4646abd364a3cbe72370fe130238e833673a484"/>
      <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"/>
      <argument type="service" id="form.resolved_type_factory"/>
    </service>
    <service id="form.extension" class="Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension" public="false">
      <argument type="service" id="service_locator.a43a3f0f35d6dcfeb23eae49f6e59f64"/>
      <argument type="collection">
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="iterator">
          <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>
        <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>
      <argument type="iterator">
        <argument type="service" id="form.type_guesser.validator"/>
        <argument type="service" id="form.type_guesser.doctrine"/>
      </argument>
      <argument>null</argument>
    </service>
    <service id="form.type_guesser.validator" class="Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser" public="false">
      <tag name="form.type_guesser"/>
      <argument type="service" id="validator"/>
    </service>
    <service id="form.choice_list_factory.default" class="Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory" public="false"/>
    <service id="form.choice_list_factory.property_access" class="Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator" public="false">
      <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" public="false">
      <argument type="service" id="form.choice_list_factory.property_access"/>
    </service>
    <service id="form.type.form" class="Symfony\Component\Form\Extension\Core\Type\FormType" public="false">
      <tag name="form.type"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="form.type.birthday" class="Symfony\Component\Form\Extension\Core\Type\BirthdayType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.checkbox" class="Symfony\Component\Form\Extension\Core\Type\CheckboxType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.choice" class="Symfony\Component\Form\Extension\Core\Type\ChoiceType" public="false">
      <tag name="form.type"/>
      <argument type="service" id="form.choice_list_factory.cached"/>
    </service>
    <service id="form.type.collection" class="Symfony\Component\Form\Extension\Core\Type\CollectionType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.country" class="Symfony\Component\Form\Extension\Core\Type\CountryType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.date" class="Symfony\Component\Form\Extension\Core\Type\DateType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.datetime" class="Symfony\Component\Form\Extension\Core\Type\DateTimeType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.email" class="Symfony\Component\Form\Extension\Core\Type\EmailType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.file" class="Symfony\Component\Form\Extension\Core\Type\FileType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.hidden" class="Symfony\Component\Form\Extension\Core\Type\HiddenType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.integer" class="Symfony\Component\Form\Extension\Core\Type\IntegerType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.language" class="Symfony\Component\Form\Extension\Core\Type\LanguageType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.locale" class="Symfony\Component\Form\Extension\Core\Type\LocaleType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.money" class="Symfony\Component\Form\Extension\Core\Type\MoneyType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.number" class="Symfony\Component\Form\Extension\Core\Type\NumberType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.password" class="Symfony\Component\Form\Extension\Core\Type\PasswordType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.percent" class="Symfony\Component\Form\Extension\Core\Type\PercentType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.radio" class="Symfony\Component\Form\Extension\Core\Type\RadioType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.range" class="Symfony\Component\Form\Extension\Core\Type\RangeType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.repeated" class="Symfony\Component\Form\Extension\Core\Type\RepeatedType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.search" class="Symfony\Component\Form\Extension\Core\Type\SearchType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.textarea" class="Symfony\Component\Form\Extension\Core\Type\TextareaType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.text" class="Symfony\Component\Form\Extension\Core\Type\TextType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.time" class="Symfony\Component\Form\Extension\Core\Type\TimeType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.timezone" class="Symfony\Component\Form\Extension\Core\Type\TimezoneType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.url" class="Symfony\Component\Form\Extension\Core\Type\UrlType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.button" class="Symfony\Component\Form\Extension\Core\Type\ButtonType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.submit" class="Symfony\Component\Form\Extension\Core\Type\SubmitType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.reset" class="Symfony\Component\Form\Extension\Core\Type\ResetType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type.currency" class="Symfony\Component\Form\Extension\Core\Type\CurrencyType">
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0.</deprecated>
    </service>
    <service id="form.type_extension.form.http_foundation" class="Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension" public="false">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\FormType" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <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" public="false">
      <argument type="service" id="form.server_params"/>
    </service>
    <service id="form.server_params" class="Symfony\Component\Form\Util\ServerParams" public="false">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="form.type_extension.form.validator" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension" public="false">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\FormType" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="validator"/>
    </service>
    <service id="form.type_extension.repeated.validator" class="Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension" public="false">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\RepeatedType" extended-type="Symfony\Component\Form\Extension\Core\Type\RepeatedType"/>
    </service>
    <service id="form.type_extension.submit.validator" class="Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension" public="false">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\SubmitType" 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" public="false">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\FormType" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="translator.data_collector"/>
      <argument>validators</argument>
    </service>
    <service id="deprecated.form.registry" class="stdClass">
      <property name="registry" type="collection">
        <property type="service" id="form.type_guesser.validator"/>
        <property type="service" id="form.type.choice"/>
        <property type="service" id="form.type.form"/>
        <property type="service" id="form.type_extension.form.http_foundation"/>
        <property type="service" id="form.type_extension.form.validator"/>
        <property type="service" id="form.type_extension.repeated.validator"/>
        <property type="service" id="form.type_extension.submit.validator"/>
        <property type="service" id="form.type_extension.upload.validator"/>
      </property>
      <deprecated>The service "%service_id%" is internal and deprecated since Symfony 3.3 and will be removed in Symfony 4.0</deprecated>
    </service>
    <service id="form.type_extension.csrf" class="Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension" public="false">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\FormType" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="security.csrf.token_manager"/>
      <argument>true</argument>
      <argument>_token</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument>validators</argument>
      <argument type="service" id="form.server_params"/>
    </service>
    <service id="deprecated.form.registry.csrf" class="stdClass">
      <property name="registry" type="collection">
        <property type="service" id="form.type_extension.csrf"/>
      </property>
      <deprecated>The service "%service_id%" is internal and deprecated since Symfony 3.3 and will be removed in Symfony 4.0</deprecated>
    </service>
    <service id="security.csrf.token_generator" class="Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator" public="false"/>
    <service id="security.csrf.token_storage" class="Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage" public="false">
      <argument type="service" id="session"/>
    </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="assets.packages" class="Symfony\Component\Asset\Packages">
      <argument type="service" id="assets._default_package"/>
      <argument type="collection"/>
    </service>
    <service id="assets.empty_package" class="Symfony\Component\Asset\Package" public="false">
      <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"/>
    </service>
    <service id="assets.path_package" class="Symfony\Component\Asset\PathPackage" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.url_package" class="Symfony\Component\Asset\UrlPackage" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.static_version_strategy" class="Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy" abstract="true">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="assets.empty_version_strategy" class="Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy" public="false"/>
    <service id="assets.json_manifest_version_strategy" class="Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy" public="false" abstract="true">
      <argument></argument>
    </service>
    <service id="assets._default_package" class="Symfony\Component\Asset\PathPackage" public="false">
      <argument></argument>
      <argument type="service" id="assets.empty_version_strategy"/>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="templating.engine.delegating" class="Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine" public="false">
      <argument type="service" id="service_container"/>
      <argument type="collection"/>
    </service>
    <service id="templating.name_parser" class="Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser">
      <argument type="service" id="kernel"/>
    </service>
    <service id="templating.filename_parser" class="Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser"/>
    <service id="templating.locator" class="Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator" public="false">
      <argument type="service" id="file_locator"/>
      <argument>/home/xjdr8513/public_html/var/cache/dev</argument>
    </service>
    <service id="templating.finder" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder" public="false">
      <argument type="service" id="kernel"/>
      <argument type="service" id="templating.filename_parser"/>
      <argument>/home/xjdr8513/public_html/app/Resources</argument>
    </service>
    <service id="templating.cache_warmer.template_paths" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer" public="false">
      <tag name="kernel.cache_warmer" priority="20"/>
      <argument type="service" id="templating.finder"/>
      <argument type="service" id="templating.locator"/>
    </service>
    <service id="templating.loader.filesystem" class="Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader" public="false">
      <argument type="service" id="templating.locator"/>
    </service>
    <service id="templating.loader.cache" class="Symfony\Component\Templating\Loader\CacheLoader" public="false">
      <tag name="monolog.logger" channel="templating"/>
      <argument type="service" id="templating.loader.wrapped"/>
      <argument>null</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.templating" on-invalid="ignore"/>
      </call>
    </service>
    <service id="templating.loader.chain" class="Symfony\Component\Templating\Loader\ChainLoader" public="false">
      <tag name="monolog.logger" channel="templating"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.templating" on-invalid="ignore"/>
      </call>
    </service>
    <service id="2_60d52eeb817a46f5ea44824d72a89197decdf5a76c0325f1a85ed2a2f6423400" class="Doctrine\Common\Cache\ApcCache" public="false">
      <call method="setNamespace">
        <argument></argument>
      </call>
    </service>
    <service id="1_60d52eeb817a46f5ea44824d72a89197decdf5a76c0325f1a85ed2a2f6423400" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" public="false">
      <argument>/home/xjdr8513/public_html/var/cache/dev/validation.php</argument>
      <argument type="service" id="cache.validator"/>
      <factory class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" method="create"/>
    </service>
    <service id="validator" class="Symfony\Component\Validator\Validator\ValidatorInterface">
      <factory service="validator.builder" method="getValidator"/>
    </service>
    <service id="validator.builder" class="Symfony\Component\Validator\ValidatorBuilderInterface">
      <call method="setConstraintValidatorFactory">
        <argument type="service" id="validator.validator_factory"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector"/>
      </call>
      <call method="setTranslationDomain">
        <argument>validators</argument>
      </call>
      <call method="addXmlMappings">
        <argument type="collection">
          <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/config/validation.xml</argument>
          <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml</argument>
        </argument>
      </call>
      <call method="enableAnnotationMapping">
        <argument type="service" id="annotations.cached_reader"/>
      </call>
      <call method="addMethodMapping">
        <argument>loadValidatorMetadata</argument>
      </call>
      <call method="addObjectInitializers">
        <argument type="collection">
          <argument type="service" id="doctrine.orm.validator_initializer"/>
          <argument type="service" id="fos_user.validator.initializer"/>
        </argument>
      </call>
      <call method="addXmlMapping">
        <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml</argument>
      </call>
      <factory class="Symfony\Component\Validator\Validation" method="createValidatorBuilder"/>
    </service>
    <service id="validator.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer" public="false">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="validator.builder"/>
      <argument>/home/xjdr8513/public_html/var/cache/dev/validation.php</argument>
      <argument type="service" id="cache.validator"/>
    </service>
    <service id="validator.mapping.cache.symfony" class="Symfony\Component\Validator\Mapping\Cache\Psr6Cache" public="false">
      <argument type="service" id="1_60d52eeb817a46f5ea44824d72a89197decdf5a76c0325f1a85ed2a2f6423400"/>
    </service>
    <service id="validator.mapping.cache.doctrine.apc" class="Symfony\Component\Validator\Mapping\Cache\DoctrineCache" public="false">
      <argument type="service" id="2_60d52eeb817a46f5ea44824d72a89197decdf5a76c0325f1a85ed2a2f6423400"/>
    </service>
    <service id="validator.validator_factory" class="Symfony\Component\Validator\ContainerConstraintValidatorFactory" public="false">
      <argument type="service" id="service_locator.39e66930232432ca5ba91e98fdd8a17b"/>
    </service>
    <service id="validator.expression" class="Symfony\Component\Validator\Constraints\ExpressionValidator">
      <tag name="validator.constraint_validator" alias="validator.expression"/>
    </service>
    <service id="validator.email" class="Symfony\Component\Validator\Constraints\EmailValidator">
      <tag name="validator.constraint_validator" alias="Symfony\Component\Validator\Constraints\EmailValidator"/>
      <argument>false</argument>
    </service>
    <service id="fragment.listener" class="Symfony\Component\HttpKernel\EventListener\FragmentListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="uri_signer"/>
      <argument>/_fragment</argument>
    </service>
    <service id="translator.default" class="Symfony\Bundle\FrameworkBundle\Translation\Translator">
      <argument type="service" id="service_locator.20ccd3ddf0f78b2202986f924e362585"/>
      <argument type="service" id="translator.selector"/>
      <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>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/xjdr8513/public_html/var/cache/dev/translations</argument>
        <argument key="debug">true</argument>
        <argument key="resource_files" type="collection">
          <argument key="pt" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pt.yml</argument>
          </argument>
          <argument key="zh_TW" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf</argument>
          </argument>
          <argument key="nb" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nb.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nb.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml</argument>
          </argument>
          <argument key="gl" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.gl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml</argument>
          </argument>
          <argument key="it" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.it.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.it.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.it.yml</argument>
          </argument>
          <argument key="sr_Cyrl" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf</argument>
          </argument>
          <argument key="es" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.es.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.es.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.es.yml</argument>
          </argument>
          <argument key="da" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.da.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.da.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml</argument>
          </argument>
          <argument key="sk" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sk.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml</argument>
          </argument>
          <argument key="hr" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hr.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml</argument>
          </argument>
          <argument key="en" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.en.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.en.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.en.yml</argument>
            <argument>/home/xjdr8513/public_html/app/Resources/translations/messages.en.xlf</argument>
            <argument>/home/xjdr8513/public_html/app/Resources/translations/validators.en.xlf</argument>
          </argument>
          <argument key="sl" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.sl.yml</argument>
          </argument>
          <argument key="ar" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ar.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ar.yml</argument>
          </argument>
          <argument key="id" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.id.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.id.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml</argument>
          </argument>
          <argument key="cs" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.cs.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml</argument>
          </argument>
          <argument key="nn" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nn.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nn.xlf</argument>
          </argument>
          <argument key="cy" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf</argument>
          </argument>
          <argument key="pt_BR" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml</argument>
          </argument>
          <argument key="pl" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.pl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pl.yml</argument>
          </argument>
          <argument key="de" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.de.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.de.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.de.yml</argument>
          </argument>
          <argument key="no" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.no.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.no.xlf</argument>
          </argument>
          <argument key="sv" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sv.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml</argument>
          </argument>
          <argument key="fa" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fa.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml</argument>
          </argument>
          <argument key="ca" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ca.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml</argument>
          </argument>
          <argument key="az" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.az.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.az.xlf</argument>
          </argument>
          <argument key="eu" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.eu.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml</argument>
          </argument>
          <argument key="zh_CN" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml</argument>
          </argument>
          <argument key="lb" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lb.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml</argument>
          </argument>
          <argument key="hy" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hy.xlf</argument>
          </argument>
          <argument key="mn" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.mn.xlf</argument>
          </argument>
          <argument key="hu" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.hu.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.hu.yml</argument>
          </argument>
          <argument key="tr" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.tr.yml</argument>
          </argument>
          <argument key="fr" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fr.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fr.yml</argument>
            <argument>/home/xjdr8513/public_html/app/Resources/translations/validators.fr.xlf</argument>
            <argument>/home/xjdr8513/public_html/app/Resources/translations/messages.fr.xlf</argument>
          </argument>
          <argument key="ja" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ja.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml</argument>
          </argument>
          <argument key="sr_Latn" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml</argument>
          </argument>
          <argument key="el" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.el.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.el.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml</argument>
          </argument>
          <argument key="nl" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.nl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml</argument>
          </argument>
          <argument key="uk" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.uk.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.uk.yml</argument>
          </argument>
          <argument key="et" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.et.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml</argument>
          </argument>
          <argument key="sq" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf</argument>
          </argument>
          <argument key="ro" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ro.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml</argument>
          </argument>
          <argument key="lt" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lt.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml</argument>
          </argument>
          <argument key="bg" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.bg.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml</argument>
          </argument>
          <argument key="he" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.he.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.he.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml</argument>
          </argument>
          <argument key="fi" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.fi.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml</argument>
          </argument>
          <argument key="ru" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.ru.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ru.yml</argument>
          </argument>
          <argument key="lv" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Form/Resources/translations/validators.lv.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml</argument>
          </argument>
          <argument key="af" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml</argument>
          </argument>
          <argument key="th" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.th.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml</argument>
          </argument>
          <argument key="vi" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml</argument>
          </argument>
          <argument key="ua" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf</argument>
          </argument>
          <argument key="pt_PT" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf</argument>
          </argument>
          <argument key="bn_BD" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml</argument>
          </argument>
          <argument key="bn" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml</argument>
          </argument>
          <argument key="eo" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml</argument>
          </argument>
          <argument key="ky" type="collection">
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml</argument>
            <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml</argument>
          </argument>
        </argument>
      </argument>
      <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" public="false">
      <tag name="monolog.logger" channel="translation"/>
      <argument type="service" id="translator.default"/>
      <argument type="service" id="monolog.logger.translation"/>
    </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="yml"/>
    </service>
    <service id="translation.loader.xliff" class="JMS\TranslationBundle\Translation\Loader\Symfony\XliffLoader">
      <tag name="translation.loader" alias="xlf" legacy_alias="xliff" 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.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.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" class="Symfony\Bundle\FrameworkBundle\Translation\PhpExtractor">
      <tag name="translation.extractor" alias="php"/>
    </service>
    <service id="translation.loader" class="Symfony\Bundle\FrameworkBundle\Translation\TranslationLoader">
      <call method="addLoader">
        <argument>php</argument>
        <argument type="service" id="translation.loader.php"/>
      </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"/>
      </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>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>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" public="false">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="translator.default"/>
    </service>
    <service id="translator_listener" class="Symfony\Component\HttpKernel\EventListener\TranslatorListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler">
      <tag name="monolog.logger" channel="profiler"/>
      <argument type="service" id="profiler.storage"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="null"/>
      <call method="add">
        <argument type="service" id="data_collector.request"/>
      </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.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.doctrine"/>
      </call>
      <call method="add">
        <argument type="service" id="swiftmailer.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.dump"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.config"/>
      </call>
    </service>
    <service id="profiler.storage" class="Symfony\Component\HttpKernel\Profiler\FileProfilerStorage" public="false">
      <argument>file:/home/xjdr8513/public_html/var/cache/dev/profiler</argument>
    </service>
    <service id="profiler_listener" class="Symfony\Component\HttpKernel\EventListener\ProfilerListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="profiler"/>
      <argument type="service" id="request_stack"/>
      <argument>null</argument>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="data_collector.config" class="Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector" public="false">
      <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\Bundle\FrameworkBundle\DataCollector\RequestDataCollector">
      <tag name="kernel.event_subscriber"/>
      <tag name="data_collector" template="@WebProfiler/Collector/request.html.twig" id="request" priority="335"/>
    </service>
    <service id="data_collector.ajax" class="Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector" public="false">
      <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" public="false">
      <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" public="false">
      <tag name="data_collector" template="@WebProfiler/Collector/events.html.twig" id="events" priority="290"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
    </service>
    <service id="data_collector.logger" class="Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector" public="false">
      <tag name="data_collector" template="@WebProfiler/Collector/logger.html.twig" id="logger" priority="300"/>
      <tag name="monolog.logger" channel="profiler"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="ignore"/>
      <argument>/home/xjdr8513/public_html/var/cache/dev/appDevDebugProjectContainer</argument>
    </service>
    <service id="data_collector.time" class="Symfony\Component\HttpKernel\DataCollector\TimeDataCollector" public="false">
      <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" public="false">
      <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="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <tag name="data_collector" template="@WebProfiler/Collector/router.html.twig" id="router" priority="285"/>
    </service>
    <service id="data_collector.cache" class="Symfony\Component\Cache\DataCollector\CacheDataCollector" public="false">
      <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.annotations</argument>
        <argument type="service" id="cache.annotations"/>
      </call>
    </service>
    <service id="1_2df129790ca769c906916adda4646abd364a3cbe72370fe130238e833673a484" class="Symfony\Component\Form\ResolvedFormTypeFactory" public="false"/>
    <service id="form.type_extension.form.data_collector" class="Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension" public="false">
      <tag name="form.type_extension" extended_type="Symfony\Component\Form\Extension\Core\Type\FormType" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <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="translator.data_collector" class="Symfony\Component\Translation\DataCollectorTranslator" public="false">
      <argument type="service" id="translator.logging"/>
    </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="c66c8daa4fa4dead6a562ed2c4bdb322" class="Symfony\Component\Cache\Adapter\AbstractAdapter" public="false">
      <argument>redis://localhost</argument>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createConnection"/>
    </service>
    <service id="8464c6758298cf75d30c4f689fb7886d" class="Symfony\Component\Cache\Adapter\AbstractAdapter" public="false">
      <argument>memcached://localhost</argument>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createConnection"/>
    </service>
    <service id="cache.property_access" class="Symfony\Component\Cache\Adapter\ArrayAdapter" public="false">
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id="debug.debug_handlers_listener" class="Symfony\Component\HttpKernel\EventListener\DebugHandlersListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="php"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.php" on-invalid="null"/>
      <argument>-1</argument>
      <argument>-1</argument>
      <argument>true</argument>
      <argument type="service" id="debug.file_link_formatter"/>
      <argument>true</argument>
    </service>
    <service id="debug.stopwatch" class="Symfony\Component\Stopwatch\Stopwatch"/>
    <service id="debug.file_link_formatter" class="Symfony\Component\HttpKernel\Debug\FileLinkFormatter" public="false">
      <argument>null</argument>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
      <argument>/home/xjdr8513/public_html</argument>
      <argument>/_profiler/open?file=%%f&amp;line=%%l#line%%l</argument>
    </service>
    <service id="debug.event_dispatcher" class="Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher">
      <tag name="monolog.logger" channel="event"/>
      <argument type="service" id="debug.event_dispatcher.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger.event" on-invalid="null"/>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service" id="data_collector.router"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" id="fos_rest.body_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" id="nelmio_cors.cors_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>250</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" id="AppBundle\EventListener\RedirectToPreferredLocaleSubscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service" id="response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service" id="streamed_response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" 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" id="locale_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" id="validate_request_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" id="resolve_controller_name_subscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>24</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service" 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" id="console.error_listener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" id="session_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service" id="session.save_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-1000</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" id="fragment.listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>48</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" id="translator_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service" id="translator_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service" id="profiler_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service" id="profiler_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.terminate</argument>
        <argument type="collection">
          <argument type="service" id="profiler_listener"/>
          <argument>onKernelTerminate</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service" 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" id="data_collector.request"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" 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" 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" 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" id="router_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service" id="security.firewall"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service" id="security.firewall"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service" id="security.rememberme.response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service" id="twig.exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service" 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" id="monolog.handler.console"/>
          <argument>onTerminate</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service" id="swiftmailer.email_sender.listener"/>
          <argument>onException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.terminate</argument>
        <argument type="collection">
          <argument type="service" id="swiftmailer.email_sender.listener"/>
          <argument>onTerminate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service" id="swiftmailer.email_sender.listener"/>
          <argument>onException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service" id="swiftmailer.email_sender.listener"/>
          <argument>onTerminate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service" id="sensio_framework_extra.controller.listener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service" id="sensio_framework_extra.converter.listener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service" id="sensio_framework_extra.view.listener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service" id="sensio_framework_extra.view.listener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service" id="sensio_framework_extra.cache.listener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service" id="sensio_framework_extra.cache.listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service" id="sensio_framework_extra.security.listener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.security.implicit_login</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.security.interactive_login_listener"/>
          <argument>onImplicitLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>security.interactive_login</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.security.interactive_login_listener"/>
          <argument>onSecurityInteractiveLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.registration.completed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.authentication"/>
          <argument>authenticate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.registration.confirmed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.authentication"/>
          <argument>authenticate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.resetting.reset.completed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.authentication"/>
          <argument>authenticate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.change_password.edit.completed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.flash"/>
          <argument>addSuccessFlash</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.group.create.completed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.flash"/>
          <argument>addSuccessFlash</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.group.delete.completed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.flash"/>
          <argument>addSuccessFlash</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.group.edit.completed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.flash"/>
          <argument>addSuccessFlash</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.profile.edit.completed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.flash"/>
          <argument>addSuccessFlash</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.registration.completed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.flash"/>
          <argument>addSuccessFlash</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.resetting.reset.completed</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.flash"/>
          <argument>addSuccessFlash</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.resetting.reset.initialize</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.resetting"/>
          <argument>onResettingResetInitialize</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.resetting.reset.success</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.resetting"/>
          <argument>onResettingResetSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>fos_user.resetting.reset.request</argument>
        <argument type="collection">
          <argument type="service" id="fos_user.listener.resetting"/>
          <argument>onResettingResetRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service" id="fos_rest.view_response_listener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>30</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service" 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" id="web_profiler.debug_toolbar"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-128</argument>
      </call>
    </service>
    <service id="debug.controller_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableControllerResolver">
      <tag name="monolog.logger" channel="request"/>
      <argument type="service" id="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="debug.argument_resolver"/>
    </service>
    <service id="debug.argument_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver">
      <argument type="service" id="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.log_processor" class="Symfony\Bridge\Monolog\Processor\DebugProcessor" public="false"/>
    <service id="routing.resolver" class="Symfony\Component\Config\Loader\LoaderResolver" public="false">
      <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.service"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="sensio_framework_extra.routing.loader.annot_class"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="sensio_framework_extra.routing.loader.annot_dir"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="sensio_framework_extra.routing.loader.annot_file"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="fos_rest.routing.loader.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="fos_rest.routing.loader.controller"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="fos_rest.routing.loader.yaml_collection"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="fos_rest.routing.loader.xml_collection"/>
      </call>
    </service>
    <service id="routing.loader.xml" class="Symfony\Component\Routing\Loader\XmlFileLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
    </service>
    <service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
    </service>
    <service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
    </service>
    <service id="routing.loader.glob" class="Symfony\Component\Config\Loader\GlobFileLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
    </service>
    <service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
    </service>
    <service id="routing.loader.service" class="Symfony\Component\Routing\Loader\DependencyInjection\ServiceRouterLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="routing.loader" class="Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader">
      <argument type="service" id="controller_name_converter"/>
      <argument type="service" id="routing.resolver"/>
    </service>
    <service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router" public="false">
      <argument type="service" id="service_container"/>
      <argument>/home/xjdr8513/public_html/app/config/routing_dev.yml</argument>
      <argument type="collection">
        <argument key="cache_dir">/home/xjdr8513/public_html/var/cache/dev</argument>
        <argument key="debug">true</argument>
        <argument key="generator_class">Symfony\Component\Routing\Generator\UrlGenerator</argument>
        <argument key="generator_base_class">Symfony\Component\Routing\Generator\UrlGenerator</argument>
        <argument key="generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\PhpGeneratorDumper</argument>
        <argument key="generator_cache_class">appDevDebugProjectContainerUrlGenerator</argument>
        <argument key="matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</argument>
        <argument key="matcher_base_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableUrlMatcher</argument>
        <argument key="matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper</argument>
        <argument key="matcher_cache_class">appDevDebugProjectContainerUrlMatcher</argument>
        <argument key="strict_requirements">true</argument>
      </argument>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
    </service>
    <service id="router.request_context" class="Symfony\Component\Routing\RequestContext" public="false">
      <argument></argument>
      <argument>GET</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" public="false">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="request"/>
      <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"/>
    </service>
    <service id="2_cb3450056b90763ae7ccffecb0327ebbb79b71e62d9eea88c31653d380498c35" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" public="false">
      <argument>/home/xjdr8513/public_html/var/cache/dev/annotations.php</argument>
      <argument type="service" id="cache.annotations"/>
      <factory class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" method="create"/>
    </service>
    <service id="1_cb3450056b90763ae7ccffecb0327ebbb79b71e62d9eea88c31653d380498c35" class="Doctrine\Common\Cache\ArrayCache" public="false"/>
    <service id="annotations.reader" class="Doctrine\Common\Annotations\AnnotationReader" public="false">
      <call method="addGlobalIgnoredName">
        <argument>required</argument>
        <argument type="service" id="annotations.dummy_registry"/>
      </call>
    </service>
    <service id="annotations.dummy_registry" class="Doctrine\Common\Annotations\AnnotationRegistry" public="false">
      <call method="registerLoader">
        <argument>class_exists</argument>
      </call>
    </service>
    <service id="annotations.cached_reader" class="Doctrine\Common\Annotations\CachedReader" public="false">
      <argument type="service" id="annotations.reader"/>
      <argument type="service" id="1_cb3450056b90763ae7ccffecb0327ebbb79b71e62d9eea88c31653d380498c35"/>
      <argument>true</argument>
      <property name="cacheProviderBackup" type="service" id="annotations.cache"/>
    </service>
    <service id="annotations.filesystem_cache" class="Doctrine\Common\Cache\FilesystemCache" public="false">
      <argument></argument>
    </service>
    <service id="annotations.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer" public="false">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="annotations.reader"/>
      <argument>/home/xjdr8513/public_html/var/cache/dev/annotations.php</argument>
      <argument type="service" id="cache.annotations"/>
    </service>
    <service id="annotations.cache" class="Symfony\Component\Cache\DoctrineProvider" public="false">
      <argument type="service" id="2_cb3450056b90763ae7ccffecb0327ebbb79b71e62d9eea88c31653d380498c35"/>
    </service>
    <service id="property_accessor" class="Symfony\Component\PropertyAccess\PropertyAccessor">
      <argument>false</argument>
      <argument>false</argument>
      <argument type="service" id="cache.property_access" on-invalid="ignore"/>
    </service>
    <service id="serializer" class="Symfony\Component\Serializer\Serializer">
      <argument type="collection">
        <argument type="service" id="fos_rest.serializer.form_error_normalizer"/>
        <argument type="service" id="serializer.normalizer.json_serializable"/>
        <argument type="service" id="serializer.normalizer.datetime"/>
        <argument type="service" id="serializer.normalizer.data_uri"/>
        <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.normalizer.data_uri" class="Symfony\Component\Serializer\Normalizer\DataUriNormalizer" public="false">
      <tag name="serializer.normalizer" priority="-920"/>
    </service>
    <service id="serializer.normalizer.datetime" class="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer" public="false">
      <tag name="serializer.normalizer" priority="-910"/>
    </service>
    <service id="serializer.normalizer.json_serializable" class="Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer" public="false">
      <tag name="serializer.normalizer" priority="-900"/>
    </service>
    <service id="serializer.normalizer.object" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer" public="false">
      <tag name="serializer.normalizer" priority="-1000"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <argument>null</argument>
      <argument type="service" id="property_accessor"/>
      <argument>null</argument>
    </service>
    <service id="serializer.denormalizer.array" class="Symfony\Component\Serializer\Normalizer\ArrayDenormalizer" public="false">
      <tag name="serializer.normalizer" priority="-990"/>
    </service>
    <service id="serializer.mapping.chain_loader" class="Symfony\Component\Serializer\Mapping\Loader\LoaderChain" public="false">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader" public="false">
            <argument type="service" id="annotation_reader"/>
          </service>
        </argument>
      </argument>
    </service>
    <service id="serializer.mapping.class_metadata_factory" class="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory" public="false">
      <argument type="service" id="serializer.mapping.chain_loader"/>
      <argument>null</argument>
    </service>
    <service id="serializer.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer" public="false">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader" public="false">
            <argument type="service" id="annotation_reader"/>
          </service>
        </argument>
      </argument>
      <argument>/home/xjdr8513/public_html/var/cache/dev/serialization.php</argument>
      <argument type="service" id="cache.serializer"/>
    </service>
    <service id="serializer.mapping.cache.symfony" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter">
      <argument>/home/xjdr8513/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.mapping.cache.doctrine.apc" class="Doctrine\Common\Cache\ApcCache" public="false">
      <call method="setNamespace">
        <argument></argument>
      </call>
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.2 and will be removed in 4.0. APCu should now be automatically used when available.</deprecated>
    </service>
    <service id="serializer.mapping.cache.apc" class="Doctrine\Common\Cache\ApcCache" public="false">
      <call method="setNamespace">
        <argument></argument>
      </call>
      <deprecated>The "%service_id%" service is deprecated since Symfony 3.1 and will be removed in 4.0. APCu should now be automatically used when available.</deprecated>
    </service>
    <service id="serializer.encoder.xml" class="Symfony\Component\Serializer\Encoder\XmlEncoder" public="false">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.encoder.json" class="Symfony\Component\Serializer\Encoder\JsonEncoder" public="false">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.encoder.yaml" class="Symfony\Component\Serializer\Encoder\YamlEncoder" public="false">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.encoder.csv" class="Symfony\Component\Serializer\Encoder\CsvEncoder" public="false">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.name_converter.camel_case_to_snake_case" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter" public="false"/>
    <service id="property_info.serializer_extractor" class="Symfony\Component\PropertyInfo\Extractor\SerializerExtractor" public="false">
      <tag name="property_info.list_extractor" priority="-999"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="security.authorization_checker" class="Symfony\Component\Security\Core\Authorization\AuthorizationChecker">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument>false</argument>
    </service>
    <service id="security.token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage"/>
    <service id="security.user_value_resolver" class="Symfony\Bundle\SecurityBundle\SecurityUserValueResolver" public="false">
      <tag name="controller.argument_value_resolver" priority="40"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.authentication.manager" class="Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" public="false">
      <argument type="iterator">
        <argument type="service" id="security.authentication.provider.dao.main"/>
        <argument type="service" id="security.authentication.provider.anonymous.main"/>
      </argument>
      <argument>true</argument>
      <call method="setEventDispatcher">
        <argument type="service" id="debug.event_dispatcher"/>
      </call>
    </service>
    <service id="security.authentication.trust_resolver" class="Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver" public="false">
      <argument>Symfony\Component\Security\Core\Authentication\Token\AnonymousToken</argument>
      <argument>Symfony\Component\Security\Core\Authentication\Token\RememberMeToken</argument>
    </service>
    <service id="security.authentication.session_strategy" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy" public="false">
      <argument>migrate</argument>
    </service>
    <service id="security.encoder_factory.generic" class="Symfony\Component\Security\Core\Encoder\EncoderFactory" public="false">
      <argument type="collection">
        <argument key="FOS\UserBundle\Model\UserInterface" type="collection">
          <argument key="class">Symfony\Component\Security\Core\Encoder\BCryptPasswordEncoder</argument>
          <argument key="arguments" type="collection">
            <argument>13</argument>
          </argument>
        </argument>
      </argument>
    </service>
    <service id="security.user_password_encoder.generic" class="Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" public="false">
      <argument type="service" id="security.encoder_factory.generic"/>
    </service>
    <service id="security.user_checker" class="Symfony\Component\Security\Core\User\UserChecker" public="false"/>
    <service id="security.expression_language" class="Symfony\Component\Security\Core\Authorization\ExpressionLanguage" public="false"/>
    <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" public="false">
      <argument type="collection">
        <argument key="ROLE_MANAGER" type="collection">
          <argument>ROLE_USER</argument>
        </argument>
        <argument key="ROLE_ADMIN" type="collection">
          <argument>ROLE_MANAGER</argument>
        </argument>
        <argument key="ROLE_SUPER_ADMIN" type="collection">
          <argument>ROLE_ADMIN</argument>
        </argument>
      </argument>
    </service>
    <service id="security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter" public="false">
      <tag name="security.voter" priority="250"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
    </service>
    <service id="security.access.role_hierarchy_voter" class="Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter" public="false">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.role_hierarchy"/>
    </service>
    <service id="security.access.expression_voter" class="Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter" public="false">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.expression_language"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.role_hierarchy" on-invalid="null"/>
    </service>
    <service id="security.firewall" class="Symfony\Bundle\SecurityBundle\EventListener\FirewallListener">
      <tag name="kernel.event_subscriber"/>
      <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.firewall.map" class="Symfony\Bundle\SecurityBundle\Security\FirewallMap" public="false">
      <argument type="service" id="service_locator.1712c3a50d1ec2c742b2ead0f03bb76c"/>
      <argument type="iterator">
        <argument key="security.firewall.map.context.dev" type="service" id="security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d"/>
        <argument key="security.firewall.map.context.main" type="service" id="security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db"/>
      </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></argument>
    </service>
    <service id="security.firewall.config" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig" public="false" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument type="collection"/>
    </service>
    <service id="security.logout_url_generator" class="Symfony\Component\Security\Http\Logout\LogoutUrlGenerator" public="false">
      <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>fos_user_security_logout</argument>
        <argument>logout</argument>
        <argument>_csrf_token</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.user.provider.in_memory" class="Symfony\Component\Security\Core\User\InMemoryUserProvider" public="false" abstract="true"/>
    <service id="security.user.provider.in_memory.user" class="Symfony\Component\Security\Core\User\User" public="false" abstract="true"/>
    <service id="security.user.provider.ldap" class="Symfony\Component\Security\Core\User\LdapUserProvider" public="false" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="security.user.provider.chain" class="Symfony\Component\Security\Core\User\ChainUserProvider" public="false" abstract="true"/>
    <service id="security.http_utils" class="Symfony\Component\Security\Http\HttpUtils" public="false">
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <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.encoder_factory.generic"/>
    </service>
    <service id="security.authentication.listener.anonymous" class="Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" public="false">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument></argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="security.authentication.manager"/>
    </service>
    <service id="security.authentication.provider.anonymous" class="Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" public="false">
      <argument></argument>
    </service>
    <service id="security.authentication.retry_entry_point" class="Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint" public="false">
      <argument>80</argument>
      <argument>443</argument>
    </service>
    <service id="security.authentication.basic_entry_point" class="Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint" public="false"/>
    <service id="security.authentication.digest_entry_point" class="Symfony\Component\Security\Http\EntryPoint\DigestAuthenticationEntryPoint" public="false"/>
    <service id="security.channel_listener" class="Symfony\Component\Security\Http\Firewall\ChannelListener" public="false">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="security.authentication.retry_entry_point"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.access_map" class="Symfony\Component\Security\Http\AccessMap" public="false">
      <call method="add">
        <argument type="service" id="security.request_matcher.31e460dadb2373cadf56add4d6f0882a4065ddcb20e0c1fb08b4747bce4038b3d968975f"/>
        <argument type="collection">
          <argument>IS_AUTHENTICATED_ANONYMOUSLY</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id="security.request_matcher.322c1d6d4b24374af2d90b8f5c26bfa4a21ccec3cbe187876c3a7f76d441ff561c988643"/>
        <argument type="collection">
          <argument>IS_AUTHENTICATED_ANONYMOUSLY</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id="security.request_matcher.5b101508263005aeeb8e52488988a83674e139591c84905c8af6424efad20469093b970b"/>
        <argument type="collection">
          <argument>IS_AUTHENTICATED_ANONYMOUSLY</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id="security.request_matcher.08b3a82135eeef67073467d3ea457aa4fc6cc362e8d2047f7aa8de1494e9da7f9e1dac60"/>
        <argument type="collection">
          <argument>ROLE_MANAGER</argument>
        </argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.context_listener" class="Symfony\Component\Security\Http\Firewall\ContextListener" public="false">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="collection">
        <argument type="service" id="fos_user.user_provider.username"/>
      </argument>
      <argument></argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
    </service>
    <service id="security.logout_listener" class="Symfony\Component\Security\Http\Firewall\LogoutListener" public="false" abstract="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.logout.success_handler"/>
      <argument></argument>
      <call method="addHandler">
        <argument type="service" id="security.logout.handler.csrf_token_clearing"/>
      </call>
    </service>
    <service id="security.logout.handler.session" class="Symfony\Component\Security\Http\Logout\SessionLogoutHandler" public="false"/>
    <service id="security.logout.handler.cookie_clearing" class="Symfony\Component\Security\Http\Logout\CookieClearingLogoutHandler" public="false" abstract="true"/>
    <service id="security.logout.success_handler" class="Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler" public="false" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument>/</argument>
    </service>
    <service id="security.authentication.form_entry_point" class="Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" public="false" abstract="true">
      <argument type="service" id="http_kernel"/>
    </service>
    <service id="security.authentication.listener.abstract" public="false" 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></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="event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.custom_success_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler" public="false" abstract="true">
      <argument></argument>
      <argument type="collection"/>
      <argument></argument>
    </service>
    <service id="security.authentication.success_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" public="false" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
    </service>
    <service id="security.authentication.custom_failure_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler" public="false" abstract="true">
      <argument></argument>
      <argument type="collection"/>
    </service>
    <service id="security.authentication.failure_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler" public="false" 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.authentication.listener.form" class="Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" public="false" abstract="true">
      <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></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="event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.listener.simple_form" class="Symfony\Component\Security\Http\Firewall\SimpleFormAuthenticationListener" public="false" abstract="true">
      <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></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="event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.simple_success_failure_handler" class="Symfony\Component\Security\Http\Authentication\SimpleAuthenticationHandler" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument></argument>
      <argument type="service" id="security.authentication.success_handler"/>
      <argument type="service" id="security.authentication.failure_handler"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authentication.listener.simple_preauth" class="Symfony\Component\Security\Http\Firewall\SimplePreAuthenticationListener" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument></argument>
      <argument></argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.listener.x509" class="Symfony\Component\Security\Http\Firewall\X509AuthenticationListener" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.listener.json" class="Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener" public="false" 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.http_utils"/>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="event_dispatcher" on-invalid="null"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="security.authentication.listener.remote_user" class="Symfony\Component\Security\Http\Firewall\RemoteUserAuthenticationListener" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument></argument>
      <argument></argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.listener.basic" class="Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument></argument>
      <argument></argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authentication.listener.digest" class="Symfony\Component\Security\Http\Firewall\DigestAuthenticationListener" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authentication.provider.dao" class="Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" public="false" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument type="service" id="security.encoder_factory"/>
      <argument>true</argument>
    </service>
    <service id="security.authentication.provider.ldap_bind" class="Symfony\Component\Security\Core\Authentication\Provider\LdapBindAuthenticationProvider" public="false" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument>true</argument>
    </service>
    <service id="security.authentication.provider.simple" class="Symfony\Component\Security\Core\Authentication\Provider\SimpleAuthenticationProvider" public="false" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="security.authentication.provider.pre_authenticated" class="Symfony\Component\Security\Core\Authentication\Provider\PreAuthenticatedAuthenticationProvider" public="false" abstract="true">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="security.exception_listener" class="Symfony\Component\Security\Http\Firewall\ExceptionListener" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument></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" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument type="service" id="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="event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.access_listener" class="Symfony\Component\Security\Http\Firewall\AccessListener" public="false">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="security.authentication.manager"/>
    </service>
    <service id="security.authentication.listener.rememberme" class="Symfony\Component\Security\Http\Firewall\RememberMeListener" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.rememberme"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="event_dispatcher" on-invalid="null"/>
      <argument></argument>
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.authentication.provider.rememberme" class="Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider" public="false" abstract="true">
      <argument></argument>
    </service>
    <service id="security.rememberme.token.provider.in_memory" class="Symfony\Component\Security\Core\Authentication\RememberMe\InMemoryTokenProvider" public="false"/>
    <service id="security.authentication.rememberme.services.abstract" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection"/>
      <argument></argument>
      <argument></argument>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authentication.rememberme.services.persistent" class="Symfony\Component\Security\Http\RememberMe\PersistentTokenBasedRememberMeServices" public="false" abstract="true">
      <argument type="collection"/>
      <argument></argument>
      <argument></argument>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authentication.rememberme.services.simplehash" class="Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" public="false" abstract="true">
      <argument type="collection"/>
      <argument></argument>
      <argument></argument>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.rememberme.response_listener" class="Symfony\Component\Security\Http\RememberMe\ResponseListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="templating.helper.logout_url" class="Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper">
      <tag name="templating.helper" alias="logout_url"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="templating.helper.security" class="Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper">
      <tag name="templating.helper" alias="security"/>
      <argument type="service" id="security.authorization_checker" on-invalid="ignore"/>
    </service>
    <service id="twig.extension.logout_url" class="Symfony\Bridge\Twig\Extension\LogoutUrlExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="twig.extension.security" class="Symfony\Bridge\Twig\Extension\SecurityExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="security.authorization_checker" on-invalid="ignore"/>
    </service>
    <service id="data_collector.security" class="Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector" public="false">
      <tag name="data_collector" template="@Security/Collector/security.html.twig" id="security" priority="270"/>
      <argument type="service" id="security.token_storage" on-invalid="ignore"/>
      <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"/>
    </service>
    <service id="security.authentication.guard_handler" class="Symfony\Component\Security\Guard\GuardAuthenticatorHandler">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.provider.guard" class="Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" public="false" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="security.authentication.listener.guard" class="Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" public="false" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.authentication.guard_handler"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument></argument>
      <argument></argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="debug.security.access.decision_manager" class="Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager" public="false">
      <argument type="service" id="debug.security.access.decision_manager.inner"/>
    </service>
    <service id="security.firewall.map.config.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig" public="false">
      <argument>dev</argument>
      <argument>security.user_checker</argument>
      <argument>security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d</argument>
      <argument>false</argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument type="collection"/>
    </service>
    <service id="security.request_matcher.5314eeb91110adf24b9b678372bb11bbe00e8858c519c088bfb65f525181ad3bf573fd1d" class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
      <argument>^/(_(profiler|wdt)|css|images|js)/</argument>
    </service>
    <service id="security.firewall.map.context.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="collection"/>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.dev"/>
    </service>
    <service id="security.firewall.map.config.main" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig" public="false">
      <argument>main</argument>
      <argument>security.user_checker</argument>
      <argument>security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>fos_user.user_provider.username</argument>
      <argument>main</argument>
      <argument>security.authentication.form_entry_point.main</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>logout</argument>
        <argument>form_login</argument>
        <argument>anonymous</argument>
      </argument>
    </service>
    <service id="security.request_matcher.a64d671f18e5575531d76c1d1154fdc4476cb8a79c02ed7a3469178c6d7b96b5ed4e60db" class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
      <argument>^/</argument>
    </service>
    <service id="security.context_listener.0" class="Symfony\Component\Security\Http\Firewall\ContextListener" public="false">
      <argument type="service" id="security.token_storage"/>
      <argument type="collection">
        <argument type="service" id="fos_user.user_provider.username"/>
      </argument>
      <argument>main</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
    </service>
    <service id="security.logout_listener.main" class="Symfony\Component\Security\Http\Firewall\LogoutListener" public="false">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.logout.success_handler.main"/>
      <argument type="collection">
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="logout_path">fos_user_security_logout</argument>
      </argument>
      <call method="addHandler">
        <argument type="service" id="security.logout.handler.csrf_token_clearing"/>
      </call>
      <call method="addHandler">
        <argument type="service" id="security.logout.handler.session"/>
      </call>
    </service>
    <service id="security.logout.success_handler.main" class="Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler" public="false">
      <argument type="service" id="security.http_utils"/>
      <argument>homepage</argument>
    </service>
    <service id="security.authentication.provider.dao.main" class="Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" public="false">
      <argument type="service" id="fos_user.user_provider.username"/>
      <argument type="service" id="security.user_checker"/>
      <argument>main</argument>
      <argument type="service" id="security.encoder_factory.generic"/>
      <argument>true</argument>
    </service>
    <service id="security.authentication.success_handler.main.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" public="false">
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="login_path">fos_user_security_login</argument>
          <argument key="default_target_path">homepage</argument>
          <argument key="always_use_default_target_path">false</argument>
          <argument key="target_path_parameter">_target_path</argument>
          <argument key="use_referer">false</argument>
        </argument>
      </call>
      <call method="setProviderKey">
        <argument>main</argument>
      </call>
    </service>
    <service id="security.authentication.failure_handler.main.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler" public="false">
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="login_path">fos_user_security_login</argument>
          <argument key="failure_path">null</argument>
          <argument key="failure_forward">false</argument>
          <argument key="failure_path_parameter">_failure_path</argument>
        </argument>
      </call>
    </service>
    <service id="security.authentication.listener.form.main" class="Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" public="false">
      <tag name="security.remember_me_aware" id="main" provider="security.user.provider.concrete.fos_userbundle"/>
      <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>main</argument>
      <argument type="service" id="security.authentication.success_handler.main.form_login"/>
      <argument type="service" id="security.authentication.failure_handler.main.form_login"/>
      <argument type="collection">
        <argument key="check_path">fos_user_security_check</argument>
        <argument key="use_forward">false</argument>
        <argument key="require_previous_session">true</argument>
        <argument key="username_parameter">_username</argument>
        <argument key="password_parameter">_password</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">authenticate</argument>
        <argument key="post_only">true</argument>
      </argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument type="service" id="security.csrf.token_manager"/>
    </service>
    <service id="security.authentication.form_entry_point.main" class="Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" public="false">
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument>fos_user_security_login</argument>
      <argument>false</argument>
    </service>
    <service id="security.authentication.listener.anonymous.main" class="Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" public="false">
      <argument type="service" id="security.token_storage"/>
      <argument>619d1a94267888.40477067</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="security.authentication.manager"/>
    </service>
    <service id="security.authentication.provider.anonymous.main" class="Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" public="false">
      <argument>619d1a94267888.40477067</argument>
    </service>
    <service id="security.exception_listener.main" class="Symfony\Component\Security\Http\Firewall\ExceptionListener" public="false">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>main</argument>
      <argument type="service" id="security.authentication.form_entry_point.main"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="security.firewall.map.context.main" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="collection">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="security.context_listener.0"/>
        <argument type="service" id="security.logout_listener.main"/>
        <argument type="service" id="security.authentication.listener.form.main"/>
        <argument type="service" id="security.authentication.listener.anonymous.main"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.main"/>
      <argument type="service" id="security.firewall.map.config.main"/>
    </service>
    <service id="service_locator.1712c3a50d1ec2c742b2ead0f03bb76c" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.firewall.map.context.dev" type="service" id="security.firewall.map.context.dev"/>
        <argument key="security.firewall.map.context.main" type="service" id="security.firewall.map.context.main"/>
      </argument>
    </service>
    <service id="security.request_matcher.31e460dadb2373cadf56add4d6f0882a4065ddcb20e0c1fb08b4747bce4038b3d968975f" class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
      <argument>^/login$</argument>
    </service>
    <service id="security.request_matcher.322c1d6d4b24374af2d90b8f5c26bfa4a21ccec3cbe187876c3a7f76d441ff561c988643" class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
      <argument>^/register</argument>
    </service>
    <service id="security.request_matcher.5b101508263005aeeb8e52488988a83674e139591c84905c8af6424efad20469093b970b" class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
      <argument>^/resetting</argument>
    </service>
    <service id="security.request_matcher.08b3a82135eeef67073467d3ea457aa4fc6cc362e8d2047f7aa8de1494e9da7f9e1dac60" class="Symfony\Component\HttpFoundation\RequestMatcher" public="false">
      <argument>^/(en|fr|es|de)/admin</argument>
    </service>
    <service id="security.console.user_password_encoder_command" class="Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand" public="false">
      <tag name="console.command"/>
      <argument type="service" id="security.encoder_factory.generic"/>
      <argument type="collection">
        <argument>FOS\UserBundle\Model\UserInterface</argument>
      </argument>
    </service>
    <service id="twig" class="Twig\Environment">
      <argument type="service" id="twig.loader.filesystem"/>
      <argument type="collection">
        <argument key="debug">true</argument>
        <argument key="strict_variables">true</argument>
        <argument key="form_themes" type="collection">
          <argument>form_div_layout.html.twig</argument>
          <argument>bootstrap_3_layout.html.twig</argument>
        </argument>
        <argument key="exception_controller">twig.controller.exception:showAction</argument>
        <argument key="autoescape">name</argument>
        <argument key="cache">/home/xjdr8513/public_html/var/cache/dev/twig</argument>
        <argument key="charset">UTF-8</argument>
        <argument key="paths" type="collection"/>
        <argument key="date" type="collection">
          <argument key="format">F j, Y H:i</argument>
          <argument key="interval_format">%d days</argument>
          <argument key="timezone">null</argument>
        </argument>
        <argument key="number_format" type="collection">
          <argument key="decimals">0</argument>
          <argument key="decimal_point">.</argument>
          <argument key="thousands_separator">,</argument>
        </argument>
      </argument>
      <call method="addExtension">
        <argument type="service" id="AppBundle\Twig\AppExtension"/>
      </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.code"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.routing"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.yaml"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.debug.stopwatch"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.expression"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.httpkernel"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.httpfoundation"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.form"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.weblink"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="doctrine.twig.doctrine_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="vich_uploader.twig.extension.uploader"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="jms_translation.twig_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.dump"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.webprofiler"/>
      </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" public="false">
      <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>
    </service>
    <service id="twig.cache_warmer" class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer" public="false">
      <tag name="kernel.cache_warmer"/>
      <tag name="container.service_subscriber" id="twig"/>
      <tag name="container.service_subscriber.locator" id="service_locator.26ac001b3ede28481ac0de703666b4d7"/>
      <argument type="service" id="service_locator.26ac001b3ede28481ac0de703666b4d7"/>
      <argument type="service" id="templating.finder" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form">null</argument>
      </argument>
    </service>
    <service id="twig.template_iterator" class="Symfony\Bundle\TwigBundle\TemplateIterator" public="false">
      <argument type="service" id="kernel"/>
      <argument>/home/xjdr8513/public_html/app</argument>
      <argument type="collection">
        <argument key="/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form">null</argument>
      </argument>
    </service>
    <service id="twig.template_cache_warmer" class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer" public="false">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="twig.template_iterator"/>
    </service>
    <service id="twig.loader.native_filesystem" class="Twig\Loader\FilesystemLoader" public="false">
      <argument type="collection"/>
      <argument>/home/xjdr8513/public_html</argument>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views</argument>
        <argument>Framework</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views</argument>
        <argument>Security</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views</argument>
        <argument>Twig</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/swiftmailer-bundle/Resources/views</argument>
        <argument>Swiftmailer</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/doctrine/doctrine-bundle/Resources/views</argument>
        <argument>Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/app/Resources/FOSUserBundle/views</argument>
        <argument>FOSUser</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/views</argument>
        <argument>FOSUser</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/views</argument>
        <argument>VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/jms/translation-bundle/JMS/TranslationBundle/Resources/views</argument>
        <argument>JMSTranslation</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views</argument>
        <argument>Debug</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views</argument>
        <argument>WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/app/Resources/views</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form</argument>
      </call>
    </service>
    <service id="twig.loader.chain" class="Twig\Loader\ChainLoader" public="false"/>
    <service id="twig.extension.profiler" class="Symfony\Bridge\Twig\Extension\ProfilerExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="twig.profile"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
    </service>
    <service id="twig.profile" class="Twig\Profiler\Profile"/>
    <service id="data_collector.twig" class="Symfony\Bridge\Twig\DataCollector\TwigDataCollector" public="false">
      <tag name="data_collector" template="@WebProfiler/Collector/twig.html.twig" id="twig" priority="257"/>
      <argument type="service" id="twig.profile"/>
    </service>
    <service id="twig.extension.trans" class="Symfony\Bridge\Twig\Extension\TranslationExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="twig.extension.assets" class="Symfony\Bridge\Twig\Extension\AssetExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="assets.packages"/>
    </service>
    <service id="twig.extension.code" class="Symfony\Bridge\Twig\Extension\CodeExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
      <argument>/home/xjdr8513/public_html/app</argument>
      <argument>UTF-8</argument>
    </service>
    <service id="twig.extension.routing" class="Symfony\Bridge\Twig\Extension\RoutingExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="twig.extension.yaml" class="Symfony\Bridge\Twig\Extension\YamlExtension" public="false">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.debug.stopwatch" class="Symfony\Bridge\Twig\Extension\StopwatchExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument>true</argument>
    </service>
    <service id="twig.extension.expression" class="Symfony\Bridge\Twig\Extension\ExpressionExtension" public="false">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelExtension" public="false">
      <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"/>
    </service>
    <service id="twig.extension.httpfoundation" class="Symfony\Bridge\Twig\Extension\HttpFoundationExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
    </service>
    <service id="twig.extension.debug" class="Twig\Extension\DebugExtension" public="false"/>
    <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.exception_listener" class="Symfony\Component\HttpKernel\EventListener\ExceptionListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="monolog.logger" channel="request"/>
      <argument>twig.controller.exception:showAction</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>true</argument>
    </service>
    <service id="twig.controller.exception" class="Symfony\Bundle\TwigBundle\Controller\ExceptionController">
      <argument type="service" id="twig"/>
      <argument>true</argument>
    </service>
    <service id="twig.controller.preview_error" class="Symfony\Bundle\TwigBundle\Controller\PreviewErrorController">
      <argument type="service" id="http_kernel"/>
      <argument>twig.controller.exception:showAction</argument>
    </service>
    <service id="twig.configurator.environment" class="Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator" public="false">
      <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" public="false">
      <argument type="service" id="service_locator.8925f20c49cbd61fcb37adf8c595459e"/>
    </service>
    <service id="twig.extension.form" class="Symfony\Bridge\Twig\Extension\FormExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="collection">
        <argument type="service" id="service_container"/>
        <argument>twig.form.renderer</argument>
      </argument>
    </service>
    <service id="twig.form.engine" class="Symfony\Bridge\Twig\Form\TwigRendererEngine" public="false">
      <argument type="collection">
        <argument>form_div_layout.html.twig</argument>
        <argument>bootstrap_3_layout.html.twig</argument>
      </argument>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.form.renderer" class="Symfony\Bridge\Twig\Form\TwigRenderer">
      <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.loader.filesystem" class="Symfony\Bundle\TwigBundle\Loader\FilesystemLoader" public="false">
      <tag name="twig.loader"/>
      <argument type="service" id="templating.locator"/>
      <argument type="service" id="templating.name_parser"/>
      <argument>/home/xjdr8513/public_html</argument>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/views</argument>
        <argument>Framework</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Resources/views</argument>
        <argument>Security</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/TwigBundle/Resources/views</argument>
        <argument>Twig</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/swiftmailer-bundle/Resources/views</argument>
        <argument>Swiftmailer</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/doctrine/doctrine-bundle/Resources/views</argument>
        <argument>Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/app/Resources/FOSUserBundle/views</argument>
        <argument>FOSUser</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/views</argument>
        <argument>FOSUser</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/vich/uploader-bundle/Resources/views</argument>
        <argument>VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/jms/translation-bundle/JMS/TranslationBundle/Resources/views</argument>
        <argument>JMSTranslation</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/DebugBundle/Resources/views</argument>
        <argument>Debug</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views</argument>
        <argument>WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/app/Resources/views</argument>
      </call>
      <call method="addPath">
        <argument>/home/xjdr8513/public_html/vendor/symfony/symfony/src/Symfony/Bridge/Twig/Resources/views/Form</argument>
      </call>
    </service>
    <service id="templating.engine.twig" class="Symfony\Bundle\TwigBundle\TwigEngine" public="false">
      <argument type="service" id="twig"/>
      <argument type="service" id="templating.name_parser"/>
      <argument type="service" id="templating.locator"/>
    </service>
    <service id="twig.extension.weblink" class="Symfony\Bridge\Twig\Extension\WebLinkExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="monolog.logger" class="Symfony\Bridge\Monolog\Logger" public="false">
      <argument>app</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="useMicrosecondTimestamps">
        <argument>true</argument>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger_prototype" class="Symfony\Bridge\Monolog\Logger" abstract="true">
      <argument></argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
    </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" public="false"/>
    <service id="monolog.formatter.gelf_message" class="Monolog\Formatter\GelfMessageFormatter" public="false"/>
    <service id="monolog.formatter.html" class="Monolog\Formatter\HtmlFormatter" public="false"/>
    <service id="monolog.formatter.json" class="Monolog\Formatter\JsonFormatter" public="false"/>
    <service id="monolog.formatter.line" class="Monolog\Formatter\LineFormatter" public="false"/>
    <service id="monolog.formatter.loggly" class="Monolog\Formatter\LogglyFormatter" public="false"/>
    <service id="monolog.formatter.normalizer" class="Monolog\Formatter\NormalizerFormatter" public="false"/>
    <service id="monolog.formatter.scalar" class="Monolog\Formatter\ScalarFormatter" public="false"/>
    <service id="monolog.formatter.wildfire" class="Monolog\Formatter\WildfireFormatter" public="false"/>
    <service id="monolog.formatter.logstash" class="Monolog\Formatter\LogstashFormatter" public="false">
      <argument>app</argument>
    </service>
    <service id="monolog.processor.psr_log_message" class="Monolog\Processor\PsrLogMessageProcessor" public="false"/>
    <service id="monolog.handler.main" class="Monolog\Handler\StreamHandler">
      <argument>/home/xjdr8513/public_html/var/logs/dev.log</argument>
      <argument>100</argument>
      <argument>true</argument>
      <argument>null</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.event_subscriber"/>
      <argument>null</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="monolog.handler.server_log" class="Symfony\Bridge\Monolog\Handler\ServerLogHandler">
      <argument>127.0.0.1:9911</argument>
      <argument>100</argument>
      <argument>true</argument>
    </service>
    <service id="3_46589114a3dcd60bdcf6067455bb8c9d3b29e867836a39a30d1b8e4cec8709e3" class="Swift_Transport_Esmtp_Auth_PlainAuthenticator" public="false"/>
    <service id="2_46589114a3dcd60bdcf6067455bb8c9d3b29e867836a39a30d1b8e4cec8709e3" class="Swift_Transport_Esmtp_Auth_LoginAuthenticator" public="false"/>
    <service id="1_46589114a3dcd60bdcf6067455bb8c9d3b29e867836a39a30d1b8e4cec8709e3" class="Swift_Transport_Esmtp_Auth_CramMd5Authenticator" public="false"/>
    <service id="swiftmailer.mailer.abstract" class="Swift_Mailer" abstract="true">
      <argument type="service" id="swiftmailer.transport"/>
    </service>
    <service id="swiftmailer.transport.smtp.configurator.abstract" class="Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator" public="false" abstract="true"/>
    <service id="swiftmailer.transport.sendmail.abstract" class="Swift_Transport_SendmailTransport" public="false" abstract="true"/>
    <service id="swiftmailer.transport.mail.abstract" class="Swift_Transport_MailTransport" public="false" abstract="true">
      <argument type="service" id="swiftmailer.transport.mailinvoker"/>
    </service>
    <service id="swiftmailer.transport.null.abstract" class="Swift_Transport_NullTransport" public="false" abstract="true"/>
    <service id="swiftmailer.transport.failover" class="Swift_Transport_FailoverTransport" public="false"/>
    <service id="swiftmailer.transport.mailinvoker" class="Swift_Transport_SimpleMailInvoker" public="false"/>
    <service id="swiftmailer.transport.buffer.abstract" class="Swift_Transport_StreamBuffer" public="false" abstract="true">
      <argument type="service" id="swiftmailer.transport.replacementfactory"/>
    </service>
    <service id="swiftmailer.transport.authhandler.abstract" class="Swift_Transport_Esmtp_AuthHandler" public="false" abstract="true">
      <argument type="collection">
        <argument type="service" id="1_46589114a3dcd60bdcf6067455bb8c9d3b29e867836a39a30d1b8e4cec8709e3"/>
        <argument type="service" id="2_46589114a3dcd60bdcf6067455bb8c9d3b29e867836a39a30d1b8e4cec8709e3"/>
        <argument type="service" id="3_46589114a3dcd60bdcf6067455bb8c9d3b29e867836a39a30d1b8e4cec8709e3"/>
      </argument>
    </service>
    <service id="swiftmailer.transport.eventdispatcher.abstract" class="Swift_Events_SimpleEventDispatcher" public="false" abstract="true"/>
    <service id="swiftmailer.transport.replacementfactory" class="Swift_StreamFilters_StringReplacementFilterFactory" public="false"/>
    <service id="swiftmailer.plugin.redirecting.abstract" class="Swift_Plugins_RedirectingPlugin" public="false" abstract="true"/>
    <service id="swiftmailer.plugin.antiflood.abstract" class="Swift_Plugins_AntiFloodPlugin" public="false" abstract="true"/>
    <service id="swiftmailer.plugin.impersonate.abstract" class="Swift_Plugins_ImpersonatePlugin" public="false" abstract="true"/>
    <service id="swiftmailer.plugin.messagelogger.abstract" class="Swift_Plugins_MessageLogger" abstract="true"/>
    <service id="swiftmailer.transport.smtp.abstract" class="Swift_Transport_EsmtpTransport" public="false" abstract="true"/>
    <service id="swiftmailer.transport.spool.abstract" class="Swift_Transport_SpoolTransport" public="false" abstract="true"/>
    <service id="swiftmailer.spool.file.abstract" class="Swift_FileSpool" public="false" abstract="true">
      <argument>/home/xjdr8513/public_html/app/../data/swiftmailer/spool</argument>
    </service>
    <service id="swiftmailer.spool.memory.abstract" class="Swift_MemorySpool" public="false" abstract="true"/>
    <service id="swiftmailer.email_sender.listener" class="Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="swiftmailer.data_collector" class="Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector" public="false">
      <tag name="data_collector" template="@Swiftmailer/Collector/swiftmailer.html.twig" id="swiftmailer" priority="245"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="swiftmailer.mailer.default.transport.eventdispatcher" class="Swift_Events_SimpleEventDispatcher" public="false"/>
    <service id="swiftmailer.mailer.default.transport.authhandler" class="Swift_Transport_Esmtp_AuthHandler" public="false">
      <argument type="collection">
        <argument type="service" id="1_46589114a3dcd60bdcf6067455bb8c9d3b29e867836a39a30d1b8e4cec8709e3"/>
        <argument type="service" id="2_46589114a3dcd60bdcf6067455bb8c9d3b29e867836a39a30d1b8e4cec8709e3"/>
        <argument type="service" id="3_46589114a3dcd60bdcf6067455bb8c9d3b29e867836a39a30d1b8e4cec8709e3"/>
      </argument>
      <call method="setUsername">
        <argument>example@mail.com</argument>
      </call>
      <call method="setPassword">
        <argument>password</argument>
      </call>
      <call method="setAuthMode">
        <argument>null</argument>
      </call>
    </service>
    <service id="swiftmailer.mailer.default.transport.buffer" class="Swift_Transport_StreamBuffer" public="false">
      <argument type="service" id="swiftmailer.transport.replacementfactory"/>
    </service>
    <service id="swiftmailer.transport.configurator.default" class="Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SmtpTransportConfigurator" public="false">
      <argument>null</argument>
      <argument type="service" id="router.request_context" on-invalid="null"/>
    </service>
    <service id="swiftmailer.mailer.default.transport.smtp" class="Swift_Transport_EsmtpTransport" public="false">
      <argument type="service" id="swiftmailer.mailer.default.transport.buffer"/>
      <argument type="collection">
        <argument type="service" id="swiftmailer.mailer.default.transport.authhandler"/>
      </argument>
      <argument type="service" id="swiftmailer.mailer.default.transport.eventdispatcher"/>
      <call method="setHost">
        <argument>example.com</argument>
      </call>
      <call method="setPort">
        <argument>665</argument>
      </call>
      <call method="setEncryption">
        <argument>null</argument>
      </call>
      <call method="setTimeout">
        <argument>30</argument>
      </call>
      <call method="setSourceIp">
        <argument>null</argument>
      </call>
      <configurator service="swiftmailer.transport.configurator.default" method="configure"/>
    </service>
    <service id="swiftmailer.mailer.default" class="Swift_Mailer">
      <argument type="service" id="swiftmailer.mailer.default.transport.spool"/>
    </service>
    <service id="swiftmailer.mailer.default.spool.memory" class="Swift_MemorySpool" public="false"/>
    <service id="swiftmailer.mailer.default.transport.spool" class="Swift_Transport_SpoolTransport" public="false">
      <argument type="service" id="swiftmailer.mailer.default.transport.eventdispatcher"/>
      <argument type="service" id="swiftmailer.mailer.default.spool.memory"/>
      <call method="registerPlugin">
        <argument type="service" id="swiftmailer.mailer.default.plugin.messagelogger"/>
      </call>
    </service>
    <service id="swiftmailer.mailer.default.plugin.messagelogger" class="Swift_Plugins_MessageLogger">
      <tag name="swiftmailer.default.plugin"/>
    </service>
    <service id="doctrine_cache.abstract.apc" class="Doctrine\Common\Cache\ApcCache" abstract="true"/>
    <service id="doctrine_cache.abstract.apcu" class="Doctrine\Common\Cache\ApcuCache" abstract="true"/>
    <service id="doctrine_cache.abstract.array" class="Doctrine\Common\Cache\ArrayCache" abstract="true"/>
    <service id="doctrine_cache.abstract.chain" class="Doctrine\Common\Cache\ChainCache" abstract="true"/>
    <service id="doctrine_cache.abstract.couchbase" class="Doctrine\Common\Cache\CouchbaseCache" abstract="true"/>
    <service id="doctrine_cache.abstract.file_system" class="Doctrine\Common\Cache\FilesystemCache" abstract="true"/>
    <service id="doctrine_cache.abstract.php_file" class="Doctrine\Common\Cache\PhpFileCache" abstract="true"/>
    <service id="doctrine_cache.abstract.memcache" class="Doctrine\Common\Cache\MemcacheCache" abstract="true"/>
    <service id="doctrine_cache.abstract.memcached" class="Doctrine\Common\Cache\MemcachedCache" abstract="true"/>
    <service id="doctrine_cache.abstract.mongodb" class="Doctrine\Common\Cache\MongoDBCache" abstract="true"/>
    <service id="doctrine_cache.abstract.redis" class="Doctrine\Common\Cache\RedisCache" abstract="true"/>
    <service id="doctrine_cache.abstract.predis" class="Doctrine\Common\Cache\PredisCache" abstract="true"/>
    <service id="doctrine_cache.abstract.riak" class="Doctrine\Common\Cache\RiakCache" abstract="true"/>
    <service id="doctrine_cache.abstract.sqlite3" class="Doctrine\Common\Cache\SQLite3Cache" abstract="true"/>
    <service id="doctrine_cache.abstract.void" class="Doctrine\Common\Cache\VoidCache" abstract="true"/>
    <service id="doctrine_cache.abstract.wincache" class="Doctrine\Common\Cache\WinCacheCache" abstract="true"/>
    <service id="doctrine_cache.abstract.xcache" class="Doctrine\Common\Cache\XcacheCache" abstract="true"/>
    <service id="doctrine_cache.abstract.zenddata" class="Doctrine\Common\Cache\ZendDataCache" abstract="true"/>
    <service id="doctrine_cache.contains_command" class="Doctrine\Bundle\DoctrineCacheBundle\Command\ContainsCommand">
      <tag name="console.command"/>
    </service>
    <service id="doctrine_cache.delete_command" class="Doctrine\Bundle\DoctrineCacheBundle\Command\DeleteCommand">
      <tag name="console.command"/>
    </service>
    <service id="doctrine_cache.flush_command" class="Doctrine\Bundle\DoctrineCacheBundle\Command\FlushCommand">
      <tag name="console.command"/>
    </service>
    <service id="doctrine_cache.stats_command" class="Doctrine\Bundle\DoctrineCacheBundle\Command\StatsCommand">
      <tag name="console.command"/>
    </service>
    <service id="doctrine.dbal.logger.chain" class="Doctrine\DBAL\Logging\LoggerChain" public="false" abstract="true">
      <call method="addLogger">
        <argument type="service" id="doctrine.dbal.logger"/>
      </call>
    </service>
    <service id="doctrine.dbal.logger.profiling" class="Doctrine\DBAL\Logging\DebugStack" public="false" abstract="true"/>
    <service id="doctrine.dbal.logger" class="Symfony\Bridge\Doctrine\Logger\DbalLogger" public="false">
      <tag name="monolog.logger" channel="doctrine"/>
      <argument type="service" id="monolog.logger.doctrine" on-invalid="null"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
    </service>
    <service id="data_collector.doctrine" class="Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector" public="false">
      <tag name="data_collector" template="@Doctrine/Collector/db.html.twig" id="db" priority="250"/>
      <argument type="service" id="doctrine"/>
      <call method="addLogger">
        <argument>default</argument>
        <argument type="service" id="doctrine.dbal.logger.profiling.default"/>
      </call>
    </service>
    <service id="doctrine.dbal.connection_factory" class="Doctrine\Bundle\DoctrineBundle\ConnectionFactory">
      <argument type="collection"/>
    </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" public="false" abstract="true">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.dbal.connection.configuration" class="Doctrine\DBAL\Configuration" public="false" abstract="true"/>
    <service id="doctrine" class="Doctrine\Bundle\DoctrineBundle\Registry">
      <argument type="service" id="service_container"/>
      <argument type="collection">
        <argument key="default">doctrine.dbal.default_connection</argument>
      </argument>
      <argument type="collection">
        <argument key="default">doctrine.orm.default_entity_manager</argument>
      </argument>
      <argument>default</argument>
      <argument>default</argument>
    </service>
    <service id="doctrine.twig.doctrine_extension" class="Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension" public="false">
      <tag name="twig.extension"/>
    </service>
    <service id="doctrine.database_create_command" class="Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:create"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.database_drop_command" class="Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:drop"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.generate_entities_command" class="Doctrine\Bundle\DoctrineBundle\Command\GenerateEntitiesDoctrineCommand">
      <tag name="console.command" command="doctrine:generate:entities"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.query_sql_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand">
      <tag name="console.command" command="doctrine:query:sql"/>
    </service>
    <service id="doctrine.dbal.default_connection.configuration" class="Doctrine\DBAL\Configuration" public="false">
      <call method="setSQLLogger">
        <argument type="service" id="doctrine.dbal.logger.chain.default"/>
      </call>
    </service>
    <service id="doctrine.dbal.logger.profiling.default" class="Doctrine\DBAL\Logging\DebugStack" public="false"/>
    <service id="doctrine.dbal.logger.chain.default" class="Doctrine\DBAL\Logging\LoggerChain" public="false">
      <call method="addLogger">
        <argument type="service" id="doctrine.dbal.logger"/>
      </call>
      <call method="addLogger">
        <argument type="service" id="doctrine.dbal.logger.profiling.default"/>
      </call>
    </service>
    <service id="doctrine.dbal.default_connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager" public="false">
      <argument type="service" id="service_container"/>
      <call method="addEventSubscriber">
        <argument type="service" id="vich_uploader.listener.clean.product_image"/>
      </call>
      <call method="addEventSubscriber">
        <argument type="service" id="vich_uploader.listener.upload.product_image"/>
      </call>
      <call method="addEventSubscriber">
        <argument type="service" id="vich_uploader.listener.remove.product_image"/>
      </call>
      <call method="addEventSubscriber">
        <argument type="service" id="fos_user.user_listener"/>
      </call>
      <call method="addEventListener">
        <argument type="collection">
          <argument>prePersist</argument>
          <argument>preUpdate</argument>
          <argument>postLoad</argument>
        </argument>
        <argument type="service" id="app.doctrine_files_listener"/>
      </call>
      <call method="addEventListener">
        <argument type="collection">
          <argument>loadClassMetadata</argument>
        </argument>
        <argument type="service" id="doctrine.orm.default_listeners.attach_entity_listeners"/>
      </call>
      <call method="addEventListener">
        <argument type="collection">
          <argument>prePersist</argument>
          <argument>preUpdate</argument>
          <argument>postLoad</argument>
        </argument>
        <argument type="service" id="app.doctrine_image_listener"/>
      </call>
    </service>
    <service id="doctrine.dbal.default_connection" class="Doctrine\DBAL\Connection">
      <argument type="collection">
        <argument key="driver">pdo_mysql</argument>
        <argument key="host">127.0.0.1</argument>
        <argument key="port">3306</argument>
        <argument key="dbname">xjdr8513_startdirect</argument>
        <argument key="user">xjdr8513_root</argument>
        <argument key="password">aJ)S9=PvH53S</argument>
        <argument key="charset">UTF8</argument>
        <argument key="driverOptions" type="collection"/>
        <argument key="defaultTableOptions" type="collection"/>
      </argument>
      <argument type="service" id="doctrine.dbal.default_connection.configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <argument type="collection"/>
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="doctrine.orm.proxy_cache_warmer" class="Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer" public="false">
      <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"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.configuration" class="Doctrine\ORM\Configuration" public="false" abstract="true"/>
    <service id="doctrine.orm.entity_manager.abstract" class="Doctrine\ORM\EntityManager" lazy="true" abstract="true">
      <factory class="Doctrine\ORM\EntityManager" method="create"/>
    </service>
    <service id="doctrine.orm.container_repository_factory" class="Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory" public="false">
      <argument type="service" id="service_locator.6f24348b77840ec12a20c22a3f985cf7"/>
    </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" public="false" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.listeners.resolve_target_entity" class="Doctrine\ORM\Tools\ResolveTargetEntityListener" public="false"/>
    <service id="doctrine.orm.naming_strategy.default" class="Doctrine\ORM\Mapping\DefaultNamingStrategy" public="false"/>
    <service id="doctrine.orm.naming_strategy.underscore" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy" public="false"/>
    <service id="doctrine.orm.quote_strategy.default" class="Doctrine\ORM\Mapping\DefaultQuoteStrategy" public="false"/>
    <service id="doctrine.orm.quote_strategy.ansi" class="Doctrine\ORM\Mapping\AnsiQuoteStrategy" public="false"/>
    <service id="doctrine.cache_clear_metadata_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand">
      <tag name="console.command" command="doctrine:cache:clear-metadata"/>
    </service>
    <service id="doctrine.cache_clear_query_cache_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand">
      <tag name="console.command" command="doctrine:cache:clear-query"/>
    </service>
    <service id="doctrine.cache_clear_result_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand">
      <tag name="console.command" command="doctrine:cache:clear-result"/>
    </service>
    <service id="doctrine.cache_collection_region_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand">
      <tag name="console.command" command="doctrine:cache:clear-collection-region"/>
    </service>
    <service id="doctrine.mapping_convert_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand">
      <tag name="console.command" command="doctrine:mapping:convert"/>
    </service>
    <service id="doctrine.schema_create_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand">
      <tag name="console.command" command="doctrine:schema:create"/>
    </service>
    <service id="doctrine.schema_drop_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand">
      <tag name="console.command" command="doctrine:schema:drop"/>
    </service>
    <service id="doctrine.ensure_production_settings_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand">
      <tag name="console.command" command="doctrine:ensure-production-settings"/>
    </service>
    <service id="doctrine.clear_entity_region_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand">
      <tag name="console.command" command="doctrine:cache:clear-entity-region"/>
    </service>
    <service id="doctrine.database_import_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand">
      <tag name="console.command" command="doctrine:database:import"/>
    </service>
    <service id="doctrine.mapping_info_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand">
      <tag name="console.command" command="doctrine:mapping:info"/>
    </service>
    <service id="doctrine.clear_query_region_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand">
      <tag name="console.command" command="doctrine:cache:clear-query-region"/>
    </service>
    <service id="doctrine.query_dql_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand">
      <tag name="console.command" command="doctrine:query:dql"/>
    </service>
    <service id="doctrine.schema_update_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand">
      <tag name="console.command" command="doctrine:schema:update"/>
    </service>
    <service id="doctrine.schema_validate_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand">
      <tag name="console.command" command="doctrine:schema:validate"/>
    </service>
    <service id="doctrine.mapping_import_command" class="Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand">
      <tag name="console.command" command="doctrine:mapping:import"/>
      <argument type="service" id="doctrine"/>
      <argument type="collection">
        <argument key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</argument>
        <argument key="SecurityBundle">Symfony\Bundle\SecurityBundle\SecurityBundle</argument>
        <argument key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</argument>
        <argument key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</argument>
        <argument key="SwiftmailerBundle">Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle</argument>
        <argument key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</argument>
        <argument key="SensioFrameworkExtraBundle">Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle</argument>
        <argument key="AppBundle">AppBundle\AppBundle</argument>
        <argument key="FOSUserBundle">FOS\UserBundle\FOSUserBundle</argument>
        <argument key="FOSRestBundle">FOS\RestBundle\FOSRestBundle</argument>
        <argument key="VichUploaderBundle">Vich\UploaderBundle\VichUploaderBundle</argument>
        <argument key="NelmioCorsBundle">Nelmio\CorsBundle\NelmioCorsBundle</argument>
        <argument key="JMSTranslationBundle">JMS\TranslationBundle\JMSTranslationBundle</argument>
        <argument key="FOSJsRoutingBundle">FOS\JsRoutingBundle\FOSJsRoutingBundle</argument>
        <argument key="DebugBundle">Symfony\Bundle\DebugBundle\DebugBundle</argument>
        <argument key="WebProfilerBundle">Symfony\Bundle\WebProfilerBundle\WebProfilerBundle</argument>
        <argument key="SensioDistributionBundle">Sensio\Bundle\DistributionBundle\SensioDistributionBundle</argument>
        <argument key="SensioGeneratorBundle">Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle</argument>
        <argument key="WebServerBundle">Symfony\Bundle\WebServerBundle\WebServerBundle</argument>
      </argument>
    </service>
    <service id="doctrine.orm.default_configuration" class="Doctrine\ORM\Configuration" public="false">
      <call method="setEntityNamespaces">
        <argument type="collection">
          <argument key="AppBundle">AppBundle\Entity</argument>
        </argument>
      </call>
      <call method="setMetadataCacheImpl">
        <argument type="service" id="doctrine_cache.providers.doctrine.orm.default_metadata_cache"/>
      </call>
      <call method="setQueryCacheImpl">
        <argument type="service" id="doctrine_cache.providers.doctrine.orm.default_query_cache"/>
      </call>
      <call method="setResultCacheImpl">
        <argument type="service" id="doctrine_cache.providers.doctrine.orm.default_result_cache"/>
      </call>
      <call method="setMetadataDriverImpl">
        <argument type="service" id="doctrine.orm.default_metadata_driver"/>
      </call>
      <call method="setProxyDir">
        <argument>/home/xjdr8513/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="setClassMetadataFactoryName">
        <argument>Doctrine\ORM\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="setRepositoryFactory">
        <argument type="service" id="doctrine.orm.container_repository_factory"/>
      </call>
    </service>
    <service id="doctrine.orm.default_annotation_metadata_driver" class="Doctrine\ORM\Mapping\Driver\AnnotationDriver" public="false">
      <argument type="service" id="annotations.cached_reader"/>
      <argument type="collection">
        <argument>/home/xjdr8513/public_html/src/AppBundle/Entity</argument>
      </argument>
    </service>
    <service id="doctrine.orm.default_metadata_driver" class="Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain" public="false">
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_annotation_metadata_driver"/>
        <argument>AppBundle\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service">
          <service class="Doctrine\ORM\Mapping\Driver\XmlDriver">
            <argument type="service">
              <service class="Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator">
                <argument type="collection">
                  <argument key="/home/xjdr8513/public_html/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping">FOS\UserBundle\Model</argument>
                </argument>
                <argument>.orm.xml</argument>
              </service>
            </argument>
          </service>
        </argument>
        <argument>FOS\UserBundle\Model</argument>
      </call>
    </service>
    <service id="doctrine_cache.providers.doctrine.orm.default_metadata_cache" class="Doctrine\Common\Cache\ArrayCache">
      <call method="setNamespace">
        <argument>sf_orm_default_f05a3b404dfaccce4058468f8514a3cde3cc3756bf44fd1e389561bfafad15e4</argument>
      </call>
    </service>
    <service id="doctrine_cache.providers.doctrine.orm.default_result_cache" class="Doctrine\Common\Cache\ArrayCache">
      <call method="setNamespace">
        <argument>sf_orm_default_f05a3b404dfaccce4058468f8514a3cde3cc3756bf44fd1e389561bfafad15e4</argument>
      </call>
    </service>
    <service id="doctrine_cache.providers.doctrine.orm.default_query_cache" class="Doctrine\Common\Cache\ArrayCache">
      <call method="setNamespace">
        <argument>sf_orm_default_f05a3b404dfaccce4058468f8514a3cde3cc3756bf44fd1e389561bfafad15e4</argument>
      </call>
    </service>
    <service id="doctrine.orm.default_entity_listener_resolver" class="Doctrine\Bundle\DoctrineBundle\Mapping\ContainerAwareEntityListenerResolver">
      <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" lazy="true">
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="doctrine.orm.default_configuration"/>
      <factory class="Doctrine\ORM\EntityManager" method="create"/>
      <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"/>
      <argument type="service" id="doctrine.orm.default_entity_manager.metadata_factory"/>
    </service>
    <service id="doctrine.orm.default_entity_manager.metadata_factory" class="Doctrine\Common\Persistence\Mapping\ClassMetadataFactory" public="false">
      <factory service="doctrine.orm.default_entity_manager" method="getMetadataFactory"/>
    </service>
    <service id="sensio_framework_extra.view.guesser" class="Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser">
      <argument type="service" id="kernel"/>
    </service>
    <service id="sensio_framework_extra.controller.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="annotations.cached_reader"/>
    </service>
    <service id="sensio_framework_extra.routing.loader.annot_class" class="Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="annotations.cached_reader"/>
    </service>
    <service id="sensio_framework_extra.routing.loader.annot_dir" class="Symfony\Component\Routing\Loader\AnnotationDirectoryLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="sensio_framework_extra.routing.loader.annot_class"/>
    </service>
    <service id="sensio_framework_extra.routing.loader.annot_file" class="Symfony\Component\Routing\Loader\AnnotationFileLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="sensio_framework_extra.routing.loader.annot_class"/>
    </service>
    <service id="sensio_framework_extra.converter.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="sensio_framework_extra.converter.manager"/>
      <argument>true</argument>
    </service>
    <service id="sensio_framework_extra.converter.manager" class="Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager">
      <call method="add">
        <argument type="service" id="sensio_framework_extra.converter.doctrine.orm"/>
        <argument>0</argument>
        <argument>doctrine.orm</argument>
      </call>
      <call method="add">
        <argument type="service" id="sensio_framework_extra.converter.datetime"/>
        <argument>0</argument>
        <argument>datetime</argument>
      </call>
    </service>
    <service id="sensio_framework_extra.converter.doctrine.orm" class="Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter">
      <tag name="request.param_converter" converter="doctrine.orm"/>
      <argument type="service" id="doctrine" on-invalid="ignore"/>
    </service>
    <service id="sensio_framework_extra.converter.datetime" class="Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter">
      <tag name="request.param_converter" converter="datetime"/>
    </service>
    <service id="sensio_framework_extra.view.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="sensio_framework_extra.cache.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="sensio_framework_extra.security.listener" class="Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument type="service" id="sensio_framework_extra.security.expression_language.default" on-invalid="null"/>
      <argument type="service" id="security.authentication.trust_resolver" on-invalid="null"/>
      <argument type="service" id="security.role_hierarchy" on-invalid="null"/>
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <argument type="service" id="security.authorization_checker" on-invalid="null"/>
    </service>
    <service id="sensio_framework_extra.security.expression_language.default" class="Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage" public="false"/>
    <service id="fos_user.user_manager.default" class="FOS\UserBundle\Doctrine\UserManager" public="false">
      <argument type="service" id="fos_user.util.password_updater"/>
      <argument type="service" id="fos_user.util.canonical_fields_updater"/>
      <argument type="service" id="fos_user.object_manager"/>
      <argument>AppBundle\Entity\User</argument>
    </service>
    <service id="fos_user.object_manager" class="Doctrine\Common\Persistence\ObjectManager" public="false">
      <argument>null</argument>
      <factory service="doctrine" method="getManager"/>
    </service>
    <service id="fos_user.user_listener" class="FOS\UserBundle\Doctrine\UserListener" public="false">
      <tag name="doctrine.event_subscriber"/>
      <argument type="service" id="fos_user.util.password_updater"/>
      <argument type="service" id="fos_user.util.canonical_fields_updater"/>
    </service>
    <service id="fos_user.validator.initializer" class="FOS\UserBundle\Validator\Initializer" public="false">
      <tag name="validator.initializer"/>
      <argument type="service" id="fos_user.util.canonical_fields_updater"/>
    </service>
    <service id="fos_user.security.interactive_login_listener" class="FOS\UserBundle\EventListener\LastLoginListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="fos_user.user_manager.default"/>
    </service>
    <service id="fos_user.security.login_manager" class="FOS\UserBundle\Security\LoginManager">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.user_checker"/>
      <argument type="service" id="security.authentication.session_strategy"/>
      <argument type="service" id="request_stack"/>
      <argument>null</argument>
    </service>
    <service id="fos_user.user_provider.username" class="FOS\UserBundle\Security\UserProvider" public="false">
      <argument type="service" id="fos_user.user_manager.default"/>
    </service>
    <service id="fos_user.user_provider.username_email" class="FOS\UserBundle\Security\EmailUserProvider" public="false">
      <argument type="service" id="fos_user.user_manager.default"/>
    </service>
    <service id="fos_user.security.controller" class="FOS\UserBundle\Controller\SecurityController">
      <argument type="service" id="security.csrf.token_manager" on-invalid="null"/>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="fos_user.util.canonicalizer.default" class="FOS\UserBundle\Util\Canonicalizer" public="false"/>
    <service id="fos_user.util.user_manipulator" class="FOS\UserBundle\Util\UserManipulator">
      <argument type="service" id="fos_user.user_manager.default"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="fos_user.util.token_generator.default" class="FOS\UserBundle\Util\TokenGenerator" public="false"/>
    <service id="fos_user.util.password_updater" class="FOS\UserBundle\Util\PasswordUpdater" public="false">
      <argument type="service" id="security.encoder_factory.generic"/>
    </service>
    <service id="fos_user.util.canonical_fields_updater" class="FOS\UserBundle\Util\CanonicalFieldsUpdater" public="false">
      <argument type="service" id="fos_user.util.canonicalizer.default"/>
      <argument type="service" id="fos_user.util.canonicalizer.default"/>
    </service>
    <service id="fos_user.mailer.default" class="FOS\UserBundle\Mailer\Mailer" public="false">
      <tag name="fos_user.requires_swift"/>
      <argument type="service" id="swiftmailer.mailer.default"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="templating.engine.twig"/>
      <argument type="collection">
        <argument key="confirmation.template">@FOSUser/Registration/email.txt.twig</argument>
        <argument key="resetting.template">@FOSUser/Resetting/email.txt.twig</argument>
        <argument key="from_email" type="collection">
          <argument key="confirmation" type="collection">
            <argument key="example@mail.com">example@mail.com</argument>
          </argument>
          <argument key="resetting" type="collection">
            <argument key="example@mail.com">example@mail.com</argument>
          </argument>
        </argument>
      </argument>
    </service>
    <service id="fos_user.mailer.twig_swift" class="FOS\UserBundle\Mailer\TwigSwiftMailer" public="false">
      <tag name="fos_user.requires_swift"/>
      <argument type="service" id="swiftmailer.mailer.default"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument key="template" type="collection">
          <argument key="confirmation">@FOSUser/Registration/email.txt.twig</argument>
          <argument key="resetting">@FOSUser/Resetting/email.txt.twig</argument>
        </argument>
        <argument key="from_email" type="collection">
          <argument key="confirmation" type="collection">
            <argument key="example@mail.com">example@mail.com</argument>
          </argument>
          <argument key="resetting" type="collection">
            <argument key="example@mail.com">example@mail.com</argument>
          </argument>
        </argument>
      </argument>
    </service>
    <service id="fos_user.mailer.noop" class="FOS\UserBundle\Mailer\NoopMailer" public="false"/>
    <service id="fos_user.listener.authentication" class="FOS\UserBundle\EventListener\AuthenticationListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="fos_user.security.login_manager"/>
      <argument>main</argument>
    </service>
    <service id="fos_user.command.activate_user" class="FOS\UserBundle\Command\ActivateUserCommand">
      <tag name="console.command" command="fos:user:activate"/>
      <argument type="service" id="fos_user.util.user_manipulator"/>
    </service>
    <service id="fos_user.command.change_password" class="FOS\UserBundle\Command\ChangePasswordCommand">
      <tag name="console.command" command="fos:user:change-password"/>
      <argument type="service" id="fos_user.util.user_manipulator"/>
    </service>
    <service id="fos_user.command.create_user" class="FOS\UserBundle\Command\CreateUserCommand">
      <tag name="console.command" command="fos:user:create"/>
      <argument type="service" id="fos_user.util.user_manipulator"/>
    </service>
    <service id="fos_user.command.deactivate_user" class="FOS\UserBundle\Command\DeactivateUserCommand">
      <tag name="console.command" command="fos:user:deactivate"/>
      <argument type="service" id="fos_user.util.user_manipulator"/>
    </service>
    <service id="fos_user.command.demote_user" class="FOS\UserBundle\Command\DemoteUserCommand">
      <tag name="console.command" command="fos:user:demote"/>
      <argument type="service" id="fos_user.util.user_manipulator"/>
    </service>
    <service id="fos_user.command.promote_user" class="FOS\UserBundle\Command\PromoteUserCommand">
      <tag name="console.command" command="fos:user:promote"/>
      <argument type="service" id="fos_user.util.user_manipulator"/>
    </service>
    <service id="fos_user.listener.flash" class="FOS\UserBundle\EventListener\FlashListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="session"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="fos_user.username_form_type" class="FOS\UserBundle\Form\Type\UsernameFormType">
      <tag name="form.type" alias="fos_user_username"/>
      <argument type="service" id="fos_user.user_to_username_transformer"/>
    </service>
    <service id="fos_user.user_to_username_transformer" class="FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer" public="false">
      <argument type="service" id="fos_user.user_manager.default"/>
    </service>
    <service id="fos_user.profile.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory">
      <argument type="service" id="form.factory"/>
      <argument>fos_user_profile_form</argument>
      <argument>FOS\UserBundle\Form\Type\ProfileFormType</argument>
      <argument type="collection">
        <argument>Profile</argument>
        <argument>Default</argument>
      </argument>
    </service>
    <service id="fos_user.profile.form.type" class="FOS\UserBundle\Form\Type\ProfileFormType">
      <tag name="form.type" alias="fos_user_profile"/>
      <argument>AppBundle\Entity\User</argument>
    </service>
    <service id="fos_user.profile.controller" class="FOS\UserBundle\Controller\ProfileController">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="fos_user.profile.form.factory"/>
      <argument type="service" id="fos_user.user_manager.default"/>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="fos_user.registration.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory">
      <argument type="service" id="form.factory"/>
      <argument>fos_user_registration_form</argument>
      <argument>FOS\UserBundle\Form\Type\RegistrationFormType</argument>
      <argument type="collection">
        <argument>Registration</argument>
        <argument>Default</argument>
      </argument>
    </service>
    <service id="fos_user.registration.form.type" class="FOS\UserBundle\Form\Type\RegistrationFormType">
      <tag name="form.type" alias="fos_user_registration"/>
      <argument>AppBundle\Entity\User</argument>
    </service>
    <service id="fos_user.registration.controller" class="FOS\UserBundle\Controller\RegistrationController">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="fos_user.registration.form.factory"/>
      <argument type="service" id="fos_user.user_manager.default"/>
      <argument type="service" id="security.token_storage"/>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="fos_user.change_password.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory">
      <argument type="service" id="form.factory"/>
      <argument>fos_user_change_password_form</argument>
      <argument>FOS\UserBundle\Form\Type\ChangePasswordFormType</argument>
      <argument type="collection">
        <argument>ChangePassword</argument>
        <argument>Default</argument>
      </argument>
    </service>
    <service id="fos_user.change_password.form.type" class="FOS\UserBundle\Form\Type\ChangePasswordFormType">
      <tag name="form.type" alias="fos_user_change_password"/>
      <argument>AppBundle\Entity\User</argument>
    </service>
    <service id="fos_user.change_password.controller" class="FOS\UserBundle\Controller\ChangePasswordController">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="fos_user.change_password.form.factory"/>
      <argument type="service" id="fos_user.user_manager.default"/>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="fos_user.resetting.form.factory" class="FOS\UserBundle\Form\Factory\FormFactory">
      <argument type="service" id="form.factory"/>
      <argument>fos_user_resetting_form</argument>
      <argument>FOS\UserBundle\Form\Type\ResettingFormType</argument>
      <argument type="collection">
        <argument>ResetPassword</argument>
        <argument>Default</argument>
      </argument>
    </service>
    <service id="fos_user.resetting.form.type" class="FOS\UserBundle\Form\Type\ResettingFormType">
      <tag name="form.type" alias="fos_user_resetting"/>
      <argument>AppBundle\Entity\User</argument>
    </service>
    <service id="fos_user.listener.resetting" class="FOS\UserBundle\EventListener\ResettingListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="router.default"/>
      <argument>86400</argument>
    </service>
    <service id="fos_user.resetting.controller" class="FOS\UserBundle\Controller\ResettingController">
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="fos_user.resetting.form.factory"/>
      <argument type="service" id="fos_user.user_manager.default"/>
      <argument type="service" id="fos_user.util.token_generator.default"/>
      <argument type="service" id="fos_user.mailer.default"/>
      <argument>7200</argument>
      <call method="setContainer">
        <argument type="service" id="service_container"/>
      </call>
    </service>
    <service id="fos_rest.view_handler.default" class="FOS\RestBundle\View\ViewHandler" public="false">
      <argument type="service" id="router.default"/>
      <argument type="service" id="fos_rest.serializer.symfony"/>
      <argument type="service" id="templating.engine.twig" on-invalid="null"/>
      <argument type="service" id="request_stack"/>
      <argument type="collection">
        <argument key="json">false</argument>
        <argument key="xml">false</argument>
        <argument key="html">true</argument>
      </argument>
      <argument>400</argument>
      <argument>204</argument>
      <argument>false</argument>
      <argument type="collection">
        <argument key="html">302</argument>
      </argument>
      <argument>twig</argument>
      <call method="setSerializeNullStrategy">
        <argument>false</argument>
      </call>
    </service>
    <service id="fos_rest.view_handler.jsonp" class="FOS\RestBundle\View\JsonpHandler" public="false">
      <argument></argument>
    </service>
    <service id="fos_rest.routing.loader.directory" class="FOS\RestBundle\Routing\Loader\DirectoryRouteLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="fos_rest.routing.loader.processor"/>
    </service>
    <service id="fos_rest.routing.loader.controller" class="FOS\RestBundle\Routing\Loader\RestRouteLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="service_container"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="controller_name_converter"/>
      <argument type="service" id="fos_rest.routing.loader.reader.controller"/>
      <argument>null</argument>
    </service>
    <service id="fos_rest.routing.loader.processor" class="FOS\RestBundle\Routing\Loader\RestRouteProcessor" public="false"/>
    <service id="fos_rest.routing.loader.yaml_collection" class="FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="fos_rest.routing.loader.processor"/>
      <argument>false</argument>
      <argument type="collection">
        <argument key="json">false</argument>
        <argument key="xml">false</argument>
        <argument key="html">true</argument>
      </argument>
      <argument>null</argument>
    </service>
    <service id="fos_rest.routing.loader.xml_collection" class="FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader" public="false">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="fos_rest.routing.loader.processor"/>
      <argument>false</argument>
      <argument type="collection">
        <argument key="json">false</argument>
        <argument key="xml">false</argument>
        <argument key="html">true</argument>
      </argument>
      <argument>null</argument>
    </service>
    <service id="fos_rest.routing.loader.reader.controller" class="FOS\RestBundle\Routing\Loader\Reader\RestControllerReader" public="false">
      <argument type="service" id="fos_rest.routing.loader.reader.action"/>
      <argument type="service" id="annotations.cached_reader"/>
    </service>
    <service id="fos_rest.routing.loader.reader.action" class="FOS\RestBundle\Routing\Loader\Reader\RestActionReader" public="false">
      <argument type="service" id="annotations.cached_reader"/>
      <argument type="service" id="fos_rest.request.param_fetcher.reader"/>
      <argument type="service" id="fos_rest.inflector.doctrine"/>
      <argument>false</argument>
      <argument type="collection">
        <argument key="json">false</argument>
        <argument key="xml">false</argument>
        <argument key="html">true</argument>
      </argument>
      <argument>true</argument>
    </service>
    <service id="fos_rest.inflector.doctrine" class="FOS\RestBundle\Inflector\DoctrineInflector" public="false"/>
    <service id="fos_rest.request.param_fetcher" class="FOS\RestBundle\Request\ParamFetcher">
      <argument type="service" id="service_container"/>
      <argument type="service" id="fos_rest.request.param_fetcher.reader"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="validator" on-invalid="null"/>
    </service>
    <service id="fos_rest.request.param_fetcher.reader" class="FOS\RestBundle\Request\ParamReader" public="false">
      <argument type="service" id="annotations.cached_reader"/>
    </service>
    <service id="fos_rest.serializer.jms" class="FOS\RestBundle\Serializer\JMSSerializerAdapter" public="false" lazy="true">
      <argument type="service" id="jms_serializer.serializer"/>
      <argument type="service" id="jms_serializer.serialization_context_factory"/>
      <argument type="service" id="jms_serializer.deserialization_context_factory"/>
    </service>
    <service id="fos_rest.serializer.symfony" class="FOS\RestBundle\Serializer\SymfonySerializerAdapter" public="false" lazy="true">
      <argument type="service" id="serializer"/>
    </service>
    <service id="fos_rest.serializer.form_error_normalizer" class="FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer" public="false">
      <tag name="serializer.normalizer" priority="-10"/>
    </service>
    <service id="fos_rest.view_response_listener" class="FOS\RestBundle\EventListener\ViewResponseListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="fos_rest.view_handler.default"/>
      <argument>false</argument>
    </service>
    <service id="fos_rest.normalizer.camel_keys" class="FOS\RestBundle\Normalizer\CamelKeysNormalizer"/>
    <service id="fos_rest.normalizer.camel_keys_with_leading_underscore" class="FOS\RestBundle\Normalizer\CamelKeysNormalizerWithLeadingUnderscore"/>
    <service id="fos_rest.decoder.json" class="FOS\RestBundle\Decoder\JsonDecoder"/>
    <service id="fos_rest.decoder.jsontoform" class="FOS\RestBundle\Decoder\JsonToFormDecoder"/>
    <service id="fos_rest.decoder.xml" class="FOS\RestBundle\Decoder\XmlDecoder"/>
    <service id="fos_rest.decoder_provider" class="FOS\RestBundle\Decoder\ContainerDecoderProvider">
      <argument type="service" id="service_locator.abe0bbdbe20b8d2fb2cfe6204cbb7ed0"/>
      <argument type="collection">
        <argument key="json">fos_rest.decoder.json</argument>
        <argument key="xml">fos_rest.decoder.xml</argument>
      </argument>
    </service>
    <service id="fos_rest.body_listener" class="FOS\RestBundle\EventListener\BodyListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="10"/>
      <argument type="service" id="fos_rest.decoder_provider"/>
      <argument>false</argument>
      <call method="setDefaultFormat">
        <argument>null</argument>
      </call>
    </service>
    <service id="service_locator.abe0bbdbe20b8d2fb2cfe6204cbb7ed0" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="fos_rest.decoder.json" type="service" id="fos_rest.decoder.json"/>
        <argument key="fos_rest.decoder.xml" type="service" id="fos_rest.decoder.xml"/>
      </argument>
    </service>
    <service id="vich_uploader.adapter.propel" class="Vich\UploaderBundle\Adapter\Propel\PropelORMAdapter" public="false"/>
    <service id="vich_uploader.adapter.mongodb" class="Vich\UploaderBundle\Adapter\ODM\MongoDB\MongoDBAdapter" public="false"/>
    <service id="vich_uploader.adapter.orm" class="Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter" public="false"/>
    <service id="vich_uploader.adapter.phpcr" class="Vich\UploaderBundle\Adapter\PHPCR\PHPCRAdapter" public="false"/>
    <service id="vich_uploader.listener.doctrine.base" public="false" 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" public="false">
      <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" public="false">
      <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" public="false">
      <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" public="false">
      <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" public="false">
      <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" public="false">
      <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" public="false">
      <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" public="false">
      <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" public="false">
      <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" public="false">
      <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" public="false">
      <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" public="false">
      <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.propel.base" public="false" 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.propel" class="Vich\UploaderBundle\EventListener\Propel\InjectListener" public="false">
      <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.propel" class="Vich\UploaderBundle\EventListener\Propel\UploadListener" public="false">
      <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.propel" class="Vich\UploaderBundle\EventListener\Propel\CleanListener" public="false">
      <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.propel" class="Vich\UploaderBundle\EventListener\Propel\RemoveListener" public="false">
      <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" public="false">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
    </service>
    <service id="vich_uploader.file_injector" class="Vich\UploaderBundle\Injector\FileInjector" public="false">
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="vich_uploader.templating.helper.uploader_helper" 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_uploader.metadata.file_locator" class="Vich\UploaderBundle\Metadata\Driver\FileLocator" public="false">
      <argument type="collection"/>
    </service>
    <service id="vich_uploader.metadata_driver.annotation" class="Vich\UploaderBundle\Metadata\Driver\AnnotationDriver" public="false">
      <argument type="service" id="annotations.cached_reader"/>
    </service>
    <service id="vich_uploader.metadata_driver.xml" class="Vich\UploaderBundle\Metadata\Driver\XmlDriver" public="false">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.yaml" class="Vich\UploaderBundle\Metadata\Driver\YamlDriver" public="false">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.chain" class="Vich\UploaderBundle\Metadata\Driver\ChainDriver" public="false">
      <argument type="collection">
        <argument type="service" id="vich_uploader.metadata_driver.annotation"/>
        <argument type="service" id="vich_uploader.metadata_driver.yaml"/>
        <argument type="service" id="vich_uploader.metadata_driver.xml"/>
      </argument>
    </service>
    <service id="vich_uploader.metadata.cache.file_cache" class="Metadata\Cache\FileCache" public="false">
      <argument>/home/xjdr8513/public_html/var/cache/dev/vich_uploader</argument>
    </service>
    <service id="vich_uploader.metadata_factory" class="Metadata\MetadataFactory" public="false">
      <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" public="false">
      <argument type="service" id="vich_uploader.metadata_factory"/>
    </service>
    <service id="vich_uploader.property_mapping_factory" class="Vich\UploaderBundle\Mapping\PropertyMappingFactory" public="false">
      <argument type="service" id="service_container"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="collection">
        <argument key="product_image" type="collection">
          <argument key="uri_prefix">/images/products</argument>
          <argument key="upload_destination">/home/xjdr8513/public_html/app/../web/images/products</argument>
          <argument key="inject_on_load">false</argument>
          <argument key="delete_on_update">true</argument>
          <argument key="delete_on_remove">true</argument>
          <argument key="namer" type="collection">
            <argument key="service">null</argument>
            <argument key="options">null</argument>
          </argument>
          <argument key="directory_namer" type="collection">
            <argument key="service">null</argument>
            <argument key="options">null</argument>
          </argument>
          <argument key="db_driver">orm</argument>
        </argument>
      </argument>
      <argument>_name</argument>
    </service>
    <service id="vich_uploader.namer_uniqid" class="Vich\UploaderBundle\Naming\UniqidNamer"/>
    <service id="vich_uploader.namer_property" class="Vich\UploaderBundle\Naming\PropertyNamer"/>
    <service id="vich_uploader.namer_origname" class="Vich\UploaderBundle\Naming\OrignameNamer"/>
    <service id="vich_uploader.namer_hash" class="Vich\UploaderBundle\Naming\HashNamer"/>
    <service id="vich_uploader.directory_namer_subdir" class="Vich\UploaderBundle\Naming\SubdirDirectoryNamer"/>
    <service id="vich_uploader.form.type.file" class="Vich\UploaderBundle\Form\Type\VichFileType">
      <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="translator.data_collector"/>
    </service>
    <service id="vich_uploader.form.type.image" class="Vich\UploaderBundle\Form\Type\VichImageType">
      <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="translator.data_collector"/>
    </service>
    <service id="vich_uploader.download_handler" class="Vich\UploaderBundle\Handler\DownloadHandler">
      <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">
      <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.twig.extension.uploader" class="Vich\UploaderBundle\Twig\Extension\UploaderExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="vich_uploader.templating.helper.uploader_helper"/>
    </service>
    <service id="vich_uploader.listener.clean.product_image" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener" public="false">
      <tag name="doctrine.event_subscriber" priority="50"/>
      <argument>product_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.remove.product_image" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" public="false">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>product_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.product_image" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener" public="false">
      <tag name="doctrine.event_subscriber" priority="0"/>
      <argument>product_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="nelmio_cors.cors_listener" class="Nelmio\CorsBundle\EventListener\CorsListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="250"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="nelmio_cors.options_resolver"/>
    </service>
    <service id="nelmio_cors.options_resolver" class="Nelmio\CorsBundle\Options\Resolver" public="false">
      <argument type="collection">
        <argument type="service" id="nelmio_cors.options_provider.config"/>
      </argument>
    </service>
    <service id="nelmio_cors.options_provider.config" class="Nelmio\CorsBundle\Options\ConfigProvider">
      <tag name="nelmio_cors.options_provider" priority="-1"/>
      <argument type="collection">
        <argument key="^/api/" type="collection">
          <argument key="allow_origin">true</argument>
          <argument key="allow_headers" type="collection">
            <argument>x-custom-auth</argument>
          </argument>
          <argument key="allow_methods" type="collection">
            <argument>POST</argument>
            <argument>PUT</argument>
            <argument>GET</argument>
            <argument>DELETE</argument>
          </argument>
          <argument key="max_age">3600</argument>
        </argument>
        <argument key="^/" type="collection">
          <argument key="max_age">3600</argument>
          <argument key="origin_regex">true</argument>
          <argument key="allow_origin">true</argument>
          <argument key="allow_headers">true</argument>
          <argument key="allow_methods" type="collection">
            <argument>POST</argument>
            <argument>PUT</argument>
            <argument>GET</argument>
            <argument>DELETE</argument>
            <argument>PATCH</argument>
            <argument>OPTIONS</argument>
          </argument>
        </argument>
      </argument>
      <argument type="collection">
        <argument key="allow_origin">true</argument>
        <argument key="allow_credentials">true</argument>
        <argument key="allow_headers">true</argument>
        <argument key="expose_headers" type="collection"/>
        <argument key="allow_methods" type="collection">
          <argument>POST</argument>
          <argument>PUT</argument>
          <argument>GET</argument>
          <argument>DELETE</argument>
          <argument>OPTIONS</argument>
        </argument>
        <argument key="max_age">0</argument>
        <argument key="hosts" type="collection"/>
        <argument key="origin_regex">true</argument>
        <argument key="forced_allow_origin_value">null</argument>
      </argument>
    </service>
    <service id="jms_translation.controller.translate_controller" class="JMS\TranslationBundle\Controller\TranslateController">
      <argument type="service" id="jms_translation.config_factory"/>
      <argument type="service" id="jms_translation.loader_manager"/>
      <call method="setSourceLanguage">
        <argument>en</argument>
      </call>
    </service>
    <service id="jms_translation.controller.api_controller" class="JMS\TranslationBundle\Controller\ApiController">
      <argument type="service" id="jms_translation.config_factory"/>
      <argument type="service" id="jms_translation.updater"/>
    </service>
    <service id="jms_translation.updater" class="JMS\TranslationBundle\Translation\Updater">
      <argument type="service" id="jms_translation.loader_manager"/>
      <argument type="service" id="jms_translation.extractor_manager"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="jms_translation.file_writer"/>
    </service>
    <service id="jms_translation.config_factory" class="JMS\TranslationBundle\Translation\ConfigFactory">
      <argument type="collection">
        <argument key="app" type="service">
          <service class="JMS\TranslationBundle\Translation\ConfigBuilder">
            <call method="setTranslationsDir">
              <argument>/home/xjdr8513/public_html/app/Resources/translations</argument>
            </call>
            <call method="setScanDirs">
              <argument type="collection">
                <argument>/home/xjdr8513/public_html/app</argument>
                <argument>/home/xjdr8513/public_html/app/../src</argument>
              </argument>
            </call>
            <call method="setIgnoredDomains">
              <argument type="collection">
                <argument key="routes">true</argument>
              </argument>
            </call>
            <call method="setDomains">
              <argument type="collection"/>
            </call>
            <call method="setEnabledExtractors">
              <argument type="collection"/>
            </call>
            <call method="setExcludedDirs">
              <argument type="collection">
                <argument>cache</argument>
                <argument>data</argument>
                <argument>logs</argument>
              </argument>
            </call>
            <call method="setExcludedNames">
              <argument type="collection">
                <argument>*TestCase.php</argument>
                <argument>*Test.php</argument>
              </argument>
            </call>
            <call method="setKeepOldTranslations">
              <argument>false</argument>
            </call>
            <call method="setLoadResources">
              <argument type="collection"/>
            </call>
          </service>
        </argument>
      </argument>
    </service>
    <service id="jms_translation.file_source_factory" class="JMS\TranslationBundle\Translation\FileSourceFactory">
      <argument>/home/xjdr8513/public_html/app</argument>
    </service>
    <service id="jms_translation.file_writer" class="JMS\TranslationBundle\Translation\FileWriter" public="false">
      <argument type="collection">
        <argument key="php" type="service" id="jms_translation.dumper.php_dumper"/>
        <argument key="xlf" type="service" id="jms_translation.dumper.xlf_dumper"/>
        <argument key="po" type="service" id="jms_translation.dumper.wrapped_symfony_dumper.2"/>
        <argument key="mo" type="service" id="jms_translation.dumper.wrapped_symfony_dumper.3"/>
        <argument key="yml" type="service" id="jms_translation.dumper.yaml_dumper"/>
        <argument key="ts" type="service" id="jms_translation.dumper.wrapped_symfony_dumper.5"/>
        <argument key="csv" type="service" id="jms_translation.dumper.wrapped_symfony_dumper.6"/>
        <argument key="ini" type="service" id="jms_translation.dumper.wrapped_symfony_dumper.7"/>
        <argument key="json" type="service" id="jms_translation.dumper.wrapped_symfony_dumper.8"/>
        <argument key="res" type="service" id="jms_translation.dumper.wrapped_symfony_dumper.9"/>
        <argument key="xliff" type="service" id="jms_translation.dumper.xliff_dumper"/>
      </argument>
    </service>
    <service id="jms_translation.loader.symfony_adapter" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false" abstract="true"/>
    <service id="jms_translation.loader_manager" class="JMS\TranslationBundle\Translation\LoaderManager">
      <argument type="collection">
        <argument key="php" type="service" id="jms_translation.loader.wrapped_symfony_loader.0"/>
        <argument key="yml" type="service" id="jms_translation.loader.wrapped_symfony_loader.1"/>
        <argument key="xlf" type="service" id="jms_translation.loader.wrapped_symfony_loader.2"/>
        <argument key="xliff" type="service" id="jms_translation.loader.xliff_loader"/>
        <argument key="po" type="service" id="jms_translation.loader.wrapped_symfony_loader.3"/>
        <argument key="mo" type="service" id="jms_translation.loader.wrapped_symfony_loader.4"/>
        <argument key="ts" type="service" id="jms_translation.loader.wrapped_symfony_loader.5"/>
        <argument key="csv" type="service" id="jms_translation.loader.wrapped_symfony_loader.6"/>
        <argument key="res" type="service" id="jms_translation.loader.wrapped_symfony_loader.7"/>
        <argument key="dat" type="service" id="jms_translation.loader.wrapped_symfony_loader.8"/>
        <argument key="ini" type="service" id="jms_translation.loader.wrapped_symfony_loader.9"/>
        <argument key="json" type="service" id="jms_translation.loader.wrapped_symfony_loader.10"/>
      </argument>
    </service>
    <service id="jms_translation.loader.xliff_loader" class="JMS\TranslationBundle\Translation\Loader\XliffLoader" public="false">
      <tag name="jms_translation.loader" format="xliff"/>
    </service>
    <service id="jms_translation.dumper.php_dumper" class="JMS\TranslationBundle\Translation\Dumper\PhpDumper" public="false">
      <tag name="jms_translation.dumper" format="php"/>
    </service>
    <service id="jms_translation.dumper.xliff_dumper" class="JMS\TranslationBundle\Translation\Dumper\XliffDumper" public="false">
      <tag name="jms_translation.dumper" format="xliff"/>
      <call method="setSourceLanguage">
        <argument>en</argument>
      </call>
      <call method="setAddDate">
        <argument>true</argument>
      </call>
      <call method="setAddReference">
        <argument>true</argument>
      </call>
    </service>
    <service id="jms_translation.dumper.xlf_dumper" class="JMS\TranslationBundle\Translation\Dumper\XliffDumper" public="false">
      <tag name="jms_translation.dumper" format="xlf"/>
      <call method="setSourceLanguage">
        <argument>en</argument>
      </call>
      <call method="setAddDate">
        <argument>true</argument>
      </call>
      <call method="setAddReference">
        <argument>true</argument>
      </call>
    </service>
    <service id="jms_translation.dumper.yaml_dumper" class="JMS\TranslationBundle\Translation\Dumper\YamlDumper" public="false">
      <tag name="jms_translation.dumper" format="yml"/>
    </service>
    <service id="jms_translation.dumper.symfony_adapter" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false" abstract="true"/>
    <service id="jms_translation.extractor_manager" class="JMS\TranslationBundle\Translation\ExtractorManager" public="false">
      <argument type="service" id="jms_translation.extractor.file_extractor"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="collection"/>
    </service>
    <service id="jms_translation.extractor.file_extractor" class="JMS\TranslationBundle\Translation\Extractor\FileExtractor" public="false">
      <argument type="service" id="twig"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="collection">
        <argument type="service" id="jms_translation.extractor.file.default_php_extractor"/>
        <argument type="service" id="jms_translation.extractor.file.form_extractor"/>
        <argument type="service" id="jms_translation.extractor.file.translation_container_extractor"/>
        <argument type="service" id="jms_translation.extractor.file.twig_extractor"/>
        <argument type="service" id="jms_translation.extractor.file.validation_extractor"/>
        <argument type="service" id="jms_translation.extractor.file.authentication_message_extractor"/>
      </argument>
    </service>
    <service id="jms_translation.extractor.file.default_php_extractor" class="JMS\TranslationBundle\Translation\Extractor\File\DefaultPhpFileExtractor" public="false">
      <tag name="jms_translation.file_visitor"/>
      <argument type="service" id="jms_translation.doc_parser"/>
      <argument type="service" id="jms_translation.file_source_factory"/>
    </service>
    <service id="jms_translation.extractor.file.form_extractor" class="JMS\TranslationBundle\Translation\Extractor\File\FormExtractor" public="false">
      <tag name="jms_translation.file_visitor"/>
      <argument type="service" id="jms_translation.doc_parser"/>
      <argument type="service" id="jms_translation.file_source_factory"/>
    </service>
    <service id="jms_translation.extractor.file.translation_container_extractor" class="JMS\TranslationBundle\Translation\Extractor\File\TranslationContainerExtractor" public="false">
      <tag name="jms_translation.file_visitor"/>
    </service>
    <service id="jms_translation.extractor.file.twig_extractor" class="JMS\TranslationBundle\Translation\Extractor\File\TwigFileExtractor" public="false">
      <tag name="jms_translation.file_visitor"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="jms_translation.file_source_factory"/>
    </service>
    <service id="jms_translation.extractor.file.validation_extractor" class="JMS\TranslationBundle\Translation\Extractor\File\ValidationExtractor" public="false">
      <tag name="jms_translation.file_visitor"/>
      <argument type="service" id="validator"/>
    </service>
    <service id="jms_translation.extractor.file.authentication_message_extractor" class="JMS\TranslationBundle\Translation\Extractor\File\AuthenticationMessagesExtractor" public="false">
      <tag name="jms_translation.file_visitor"/>
      <argument type="service" id="jms_translation.doc_parser"/>
      <argument type="service" id="jms_translation.file_source_factory"/>
    </service>
    <service id="jms_translation.doc_parser" class="Doctrine\Common\Annotations\DocParser" public="false">
      <call method="setImports">
        <argument type="collection">
          <argument key="desc">JMS\TranslationBundle\Annotation\Desc</argument>
          <argument key="meaning">JMS\TranslationBundle\Annotation\Meaning</argument>
          <argument key="ignore">JMS\TranslationBundle\Annotation\Ignore</argument>
        </argument>
      </call>
      <call method="setIgnoreNotImportedAnnotations">
        <argument>true</argument>
      </call>
    </service>
    <service id="jms_translation.twig_extension" class="JMS\TranslationBundle\Twig\TranslationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="translator.data_collector"/>
      <argument>true</argument>
    </service>
    <service id="fos_js_routing.extractor" class="FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor">
      <argument type="service" id="router.default"/>
      <argument type="collection"/>
      <argument>/home/xjdr8513/public_html/var/cache/dev</argument>
      <argument type="collection">
        <argument key="FrameworkBundle">Symfony\Bundle\FrameworkBundle\FrameworkBundle</argument>
        <argument key="SecurityBundle">Symfony\Bundle\SecurityBundle\SecurityBundle</argument>
        <argument key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</argument>
        <argument key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</argument>
        <argument key="SwiftmailerBundle">Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle</argument>
        <argument key="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</argument>
        <argument key="SensioFrameworkExtraBundle">Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle</argument>
        <argument key="AppBundle">AppBundle\AppBundle</argument>
        <argument key="FOSUserBundle">FOS\UserBundle\FOSUserBundle</argument>
        <argument key="FOSRestBundle">FOS\RestBundle\FOSRestBundle</argument>
        <argument key="VichUploaderBundle">Vich\UploaderBundle\VichUploaderBundle</argument>
        <argument key="NelmioCorsBundle">Nelmio\CorsBundle\NelmioCorsBundle</argument>
        <argument key="JMSTranslationBundle">JMS\TranslationBundle\JMSTranslationBundle</argument>
        <argument key="FOSJsRoutingBundle">FOS\JsRoutingBundle\FOSJsRoutingBundle</argument>
        <argument key="DebugBundle">Symfony\Bundle\DebugBundle\DebugBundle</argument>
        <argument key="WebProfilerBundle">Symfony\Bundle\WebProfilerBundle\WebProfilerBundle</argument>
        <argument key="SensioDistributionBundle">Sensio\Bundle\DistributionBundle\SensioDistributionBundle</argument>
        <argument key="SensioGeneratorBundle">Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle</argument>
        <argument key="WebServerBundle">Symfony\Bundle\WebServerBundle\WebServerBundle</argument>
      </argument>
    </service>
    <service id="fos_js_routing.dump_command" class="FOS\JsRoutingBundle\Command\DumpCommand">
      <tag name="console.command"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument type="service" id="fos_js_routing.serializer"/>
      <argument>/home/xjdr8513/public_html/app</argument>
      <argument>null</argument>
    </service>
    <service id="fos_js_routing.router_debug_exposed_command" class="FOS\JsRoutingBundle\Command\RouterDebugExposedCommand">
      <tag name="console.command"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="fos_js_routing.controller" class="FOS\JsRoutingBundle\Controller\Controller">
      <argument type="service" id="fos_js_routing.serializer"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument type="collection">
        <argument key="enabled">false</argument>
      </argument>
      <argument>true</argument>
    </service>
    <service id="fos_js_routing.serializer" class="Symfony\Component\Serializer\Serializer">
      <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" public="false"/>
    <service id="fos_js_routing.normalizer.routes_response" class="FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer" public="false"/>
    <service id="fos_js_routing.denormalizer.route_collection" class="FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer" public="false"/>
    <service id="fos_js_routing.encoder" class="Symfony\Component\Serializer\Encoder\JsonEncoder" public="false"/>
    <service id="twig.extension.dump" class="Symfony\Bridge\Twig\Extension\DumpExtension" public="false">
      <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">
      <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="request_stack"/>
      <argument>null</argument>
    </service>
    <service id="debug.dump_listener" class="Symfony\Component\HttpKernel\EventListener\DumpListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="var_dumper.cloner"/>
      <argument type="service" id="var_dumper.cli_dumper"/>
    </service>
    <service id="var_dumper.cloner" class="Symfony\Component\VarDumper\Cloner\VarCloner">
      <call method="setMaxItems">
        <argument>2500</argument>
      </call>
      <call method="setMaxString">
        <argument>-1</argument>
      </call>
    </service>
    <service id="var_dumper.cli_dumper" class="Symfony\Component\VarDumper\Dumper\CliDumper">
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>0</argument>
    </service>
    <service id="var_dumper.html_dumper" class="Symfony\Component\VarDumper\Dumper\HtmlDumper" public="false">
      <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="2_060e359e9425cfde78a1a514f0c2e01cde60b51c7b599d02bca26eb6f3df8934" class="Symfony\Component\VarDumper\Dumper\HtmlDumper" public="false">
      <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>
    <service id="1_060e359e9425cfde78a1a514f0c2e01cde60b51c7b599d02bca26eb6f3df8934" class="Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator" public="false"/>
    <service id="web_profiler.controller.profiler" class="Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController">
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument key="data_collector.request" type="collection">
          <argument>request</argument>
          <argument>@WebProfiler/Collector/request.html.twig</argument>
        </argument>
        <argument key="data_collector.time" type="collection">
          <argument>time</argument>
          <argument>@WebProfiler/Collector/time.html.twig</argument>
        </argument>
        <argument key="data_collector.memory" type="collection">
          <argument>memory</argument>
          <argument>@WebProfiler/Collector/memory.html.twig</argument>
        </argument>
        <argument key="data_collector.ajax" type="collection">
          <argument>ajax</argument>
          <argument>@WebProfiler/Collector/ajax.html.twig</argument>
        </argument>
        <argument key="data_collector.form" type="collection">
          <argument>form</argument>
          <argument>@WebProfiler/Collector/form.html.twig</argument>
        </argument>
        <argument key="data_collector.exception" type="collection">
          <argument>exception</argument>
          <argument>@WebProfiler/Collector/exception.html.twig</argument>
        </argument>
        <argument key="data_collector.logger" type="collection">
          <argument>logger</argument>
          <argument>@WebProfiler/Collector/logger.html.twig</argument>
        </argument>
        <argument key="data_collector.events" type="collection">
          <argument>events</argument>
          <argument>@WebProfiler/Collector/events.html.twig</argument>
        </argument>
        <argument key="data_collector.router" type="collection">
          <argument>router</argument>
          <argument>@WebProfiler/Collector/router.html.twig</argument>
        </argument>
        <argument key="data_collector.cache" type="collection">
          <argument>cache</argument>
          <argument>@WebProfiler/Collector/cache.html.twig</argument>
        </argument>
        <argument key="data_collector.translation" type="collection">
          <argument>translation</argument>
          <argument>@WebProfiler/Collector/translation.html.twig</argument>
        </argument>
        <argument key="data_collector.security" type="collection">
          <argument>security</argument>
          <argument>@Security/Collector/security.html.twig</argument>
        </argument>
        <argument key="data_collector.twig" type="collection">
          <argument>twig</argument>
          <argument>@WebProfiler/Collector/twig.html.twig</argument>
        </argument>
        <argument key="data_collector.doctrine" type="collection">
          <argument>db</argument>
          <argument>@Doctrine/Collector/db.html.twig</argument>
        </argument>
        <argument key="swiftmailer.data_collector" type="collection">
          <argument>swiftmailer</argument>
          <argument>@Swiftmailer/Collector/swiftmailer.html.twig</argument>
        </argument>
        <argument key="data_collector.dump" type="collection">
          <argument>dump</argument>
          <argument>@Debug/Profiler/dump.html.twig</argument>
        </argument>
        <argument key="data_collector.config" type="collection">
          <argument>config</argument>
          <argument>@WebProfiler/Collector/config.html.twig</argument>
        </argument>
      </argument>
      <argument>bottom</argument>
      <argument type="service" id="web_profiler.csp.handler"/>
      <argument>/home/xjdr8513/public_html</argument>
    </service>
    <service id="web_profiler.controller.router" class="Symfony\Bundle\WebProfilerBundle\Controller\RouterController">
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="router.default" on-invalid="null"/>
    </service>
    <service id="web_profiler.controller.exception" class="Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController">
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument>true</argument>
    </service>
    <service id="web_profiler.csp.handler" class="Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler" public="false">
      <argument type="service" id="1_060e359e9425cfde78a1a514f0c2e01cde60b51c7b599d02bca26eb6f3df8934"/>
    </service>
    <service id="twig.extension.webprofiler" class="Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension" public="false">
      <tag name="twig.extension"/>
      <argument type="service" id="2_060e359e9425cfde78a1a514f0c2e01cde60b51c7b599d02bca26eb6f3df8934"/>
    </service>
    <service id="web_profiler.debug_toolbar" class="Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="twig"/>
      <argument>false</argument>
      <argument>2</argument>
      <argument>bottom</argument>
      <argument type="service" id="router.default" on-invalid="ignore"/>
      <argument>^/(app(_[\w]+)?\.php/)?_wdt</argument>
      <argument type="service" id="web_profiler.csp.handler"/>
    </service>
    <service id="sensio_distribution.security_checker" class="SensioLabs\Security\SecurityChecker"/>
    <service id="sensio_distribution.security_checker.command" class="SensioLabs\Security\Command\SecurityCheckerCommand">
      <tag name="console.command"/>
      <argument type="service" id="sensio_distribution.security_checker"/>
    </service>
    <service id="web_server.command.server_run" class="Symfony\Bundle\WebServerBundle\Command\ServerRunCommand" public="false">
      <tag name="console.command"/>
      <argument>/home/xjdr8513/public_html/public</argument>
      <argument>dev</argument>
    </service>
    <service id="web_server.command.server_start" class="Symfony\Bundle\WebServerBundle\Command\ServerStartCommand" public="false">
      <tag name="console.command"/>
      <argument>/home/xjdr8513/public_html/public</argument>
      <argument>dev</argument>
    </service>
    <service id="web_server.command.server_stop" class="Symfony\Bundle\WebServerBundle\Command\ServerStopCommand" public="false">
      <tag name="console.command"/>
    </service>
    <service id="web_server.command.server_status" class="Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand" public="false">
      <tag name="console.command"/>
    </service>
    <service id="instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\CheckinCommand" class="AppBundle\Command\CheckinCommand" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Command\CheckinCommand" class="AppBundle\Command\CheckinCommand" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Console\Command\Command.0.AppBundle\Command\SunshineCommand" class="AppBundle\Command\SunshineCommand" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Command\SunshineCommand" class="AppBundle\Command\SunshineCommand" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\APIActiviteController" class="AppBundle\Controller\APIActiviteController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\APIActiviteController" class="AppBundle\Controller\APIActiviteController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\APICheckinController" class="AppBundle\Controller\APICheckinController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\APICheckinController" class="AppBundle\Controller\APICheckinController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\APICheckoutController" class="AppBundle\Controller\APICheckoutController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\APICheckoutController" class="AppBundle\Controller\APICheckoutController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\APIPlanningController" class="AppBundle\Controller\APIPlanningController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\APIPlanningController" class="AppBundle\Controller\APIPlanningController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\APIPointageController" class="AppBundle\Controller\APIPointageController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\APIPointageController" class="AppBundle\Controller\APIPointageController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\APIScanController" class="AppBundle\Controller\APIScanController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\APIScanController" class="AppBundle\Controller\APIScanController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\APIVenteController" class="AppBundle\Controller\APIVenteController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\APIVenteController" class="AppBundle\Controller\APIVenteController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\ActiviteController" class="AppBundle\Controller\ActiviteController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\ActiviteController" class="AppBundle\Controller\ActiviteController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\AdminController" class="AppBundle\Controller\AdminController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\AdminController" class="AppBundle\Controller\AdminController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\ApiMagasinsController" class="AppBundle\Controller\ApiMagasinsController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\ApiMagasinsController" class="AppBundle\Controller\ApiMagasinsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\ApiQuestionnaireController" class="AppBundle\Controller\ApiQuestionnaireController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\ApiQuestionnaireController" class="AppBundle\Controller\ApiQuestionnaireController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\ApiStockController" class="AppBundle\Controller\ApiStockController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\ApiStockController" class="AppBundle\Controller\ApiStockController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\ApiUsersController" class="AppBundle\Controller\ApiUsersController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\ApiUsersController" class="AppBundle\Controller\ApiUsersController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\BrandController" class="AppBundle\Controller\BrandController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\BrandController" class="AppBundle\Controller\BrandController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\CheckINController" class="AppBundle\Controller\CheckINController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\CheckINController" class="AppBundle\Controller\CheckINController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\CheckOUTController" class="AppBundle\Controller\CheckOUTController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\CheckOUTController" class="AppBundle\Controller\CheckOUTController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\DefaultController" class="AppBundle\Controller\DefaultController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\DefaultController" class="AppBundle\Controller\DefaultController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\FichierUploadeController" class="AppBundle\Controller\FichierUploadeController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\FichierUploadeController" class="AppBundle\Controller\FichierUploadeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\GestComptesController" class="AppBundle\Controller\GestComptesController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\GestComptesController" class="AppBundle\Controller\GestComptesController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\GestQuestionnaireController" class="AppBundle\Controller\GestQuestionnaireController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\GestQuestionnaireController" class="AppBundle\Controller\GestQuestionnaireController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\GestTacheSpecialeController" class="AppBundle\Controller\GestTacheSpecialeController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\GestTacheSpecialeController" class="AppBundle\Controller\GestTacheSpecialeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\InfoEquipeController" class="AppBundle\Controller\InfoEquipeController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\InfoEquipeController" class="AppBundle\Controller\InfoEquipeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\InfoEquipeFFController" class="AppBundle\Controller\InfoEquipeFFController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\InfoEquipeFFController" class="AppBundle\Controller\InfoEquipeFFController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\InfoEquipePrController" class="AppBundle\Controller\InfoEquipePrController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\InfoEquipePrController" class="AppBundle\Controller\InfoEquipePrController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\InfoMarcheController" class="AppBundle\Controller\InfoMarcheController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\InfoMarcheController" class="AppBundle\Controller\InfoMarcheController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\MagasinController" class="AppBundle\Controller\MagasinController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\MagasinController" class="AppBundle\Controller\MagasinController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\ModalController" class="AppBundle\Controller\ModalController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\ModalController" class="AppBundle\Controller\ModalController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\PlanningController" class="AppBundle\Controller\PlanningController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\PlanningController" class="AppBundle\Controller\PlanningController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\PlanningFFController" class="AppBundle\Controller\PlanningFFController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\PlanningFFController" class="AppBundle\Controller\PlanningFFController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\PointageController" class="AppBundle\Controller\PointageController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\PointageController" class="AppBundle\Controller\PointageController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\ProductController" class="AppBundle\Controller\ProductController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\ProductController" class="AppBundle\Controller\ProductController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\ProduitScanneController" class="AppBundle\Controller\ProduitScanneController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\ProduitScanneController" class="AppBundle\Controller\ProduitScanneController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\QuestionController" class="AppBundle\Controller\QuestionController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\QuestionController" class="AppBundle\Controller\QuestionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\QuestionnaireController" class="AppBundle\Controller\QuestionnaireController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\QuestionnaireController" class="AppBundle\Controller\QuestionnaireController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\ReponseController" class="AppBundle\Controller\ReponseController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\ReponseController" class="AppBundle\Controller\ReponseController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\SegmentController" class="AppBundle\Controller\SegmentController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\SegmentController" class="AppBundle\Controller\SegmentController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\SousSegmentController" class="AppBundle\Controller\SousSegmentController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\SousSegmentController" class="AppBundle\Controller\SousSegmentController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\StockController" class="AppBundle\Controller\StockController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\StockController" class="AppBundle\Controller\StockController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\TacheSpecialeController" class="AppBundle\Controller\TacheSpecialeController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\TacheSpecialeController" class="AppBundle\Controller\TacheSpecialeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\TempMagasinController" class="AppBundle\Controller\TempMagasinController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\TempMagasinController" class="AppBundle\Controller\TempMagasinController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\TempPlanningFFController" class="AppBundle\Controller\TempPlanningFFController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\TempPlanningFFController" class="AppBundle\Controller\TempPlanningFFController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\TempPlanningPRController" class="AppBundle\Controller\TempPlanningPRController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\TempPlanningPRController" class="AppBundle\Controller\TempPlanningPRController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\TypeScanObjectifController" class="AppBundle\Controller\TypeScanObjectifController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\TypeScanObjectifController" class="AppBundle\Controller\TypeScanObjectifController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\UploadDonneeController" class="AppBundle\Controller\UploadDonneeController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\UploadDonneeController" class="AppBundle\Controller\UploadDonneeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\UserController" class="AppBundle\Controller\UserController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\UserController" class="AppBundle\Controller\UserController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\VenteController" class="AppBundle\Controller\VenteController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\VenteController" class="AppBundle\Controller\VenteController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.AppBundle\Controller\planningPRController" class="AppBundle\Controller\planningPRController" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Controller\planningPRController" class="AppBundle\Controller\planningPRController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.AppBundle\EventListener\RedirectToPreferredLocaleSubscriber" class="AppBundle\EventListener\RedirectToPreferredLocaleSubscriber" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\EventListener\RedirectToPreferredLocaleSubscriber" class="AppBundle\EventListener\RedirectToPreferredLocaleSubscriber" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ActiviteType" class="AppBundle\Form\ActiviteType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\ActiviteType" class="AppBundle\Form\ActiviteType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\BrandType" class="AppBundle\Form\BrandType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\BrandType" class="AppBundle\Form\BrandType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\CheckINType" class="AppBundle\Form\CheckINType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\CheckINType" class="AppBundle\Form\CheckINType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\CheckOUTType" class="AppBundle\Form\CheckOUTType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\CheckOUTType" class="AppBundle\Form\CheckOUTType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\FichierUploadeType" class="AppBundle\Form\FichierUploadeType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\FichierUploadeType" class="AppBundle\Form\FichierUploadeType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\MagasinType" class="AppBundle\Form\MagasinType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\MagasinType" class="AppBundle\Form\MagasinType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ModalType" class="AppBundle\Form\ModalType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\ModalType" class="AppBundle\Form\ModalType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\PlanningFFType" class="AppBundle\Form\PlanningFFType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\PlanningFFType" class="AppBundle\Form\PlanningFFType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\PointageType" class="AppBundle\Form\PointageType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\PointageType" class="AppBundle\Form\PointageType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ProductType" class="AppBundle\Form\ProductType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\ProductType" class="AppBundle\Form\ProductType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ProduitScanneType" class="AppBundle\Form\ProduitScanneType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\ProduitScanneType" class="AppBundle\Form\ProduitScanneType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QuestionType" class="AppBundle\Form\QuestionType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\QuestionType" class="AppBundle\Form\QuestionType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\QuestionnaireType" class="AppBundle\Form\QuestionnaireType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\QuestionnaireType" class="AppBundle\Form\QuestionnaireType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\ReponseType" class="AppBundle\Form\ReponseType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\ReponseType" class="AppBundle\Form\ReponseType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\SegmentType" class="AppBundle\Form\SegmentType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\SegmentType" class="AppBundle\Form\SegmentType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\SettingsType" class="AppBundle\Form\SettingsType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\SettingsType" class="AppBundle\Form\SettingsType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\SousSegmentType" class="AppBundle\Form\SousSegmentType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\SousSegmentType" class="AppBundle\Form\SousSegmentType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\StockType" class="AppBundle\Form\StockType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\StockType" class="AppBundle\Form\StockType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TacheSpecialeType" class="AppBundle\Form\TacheSpecialeType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\TacheSpecialeType" class="AppBundle\Form\TacheSpecialeType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TempMagasinType" class="AppBundle\Form\TempMagasinType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\TempMagasinType" class="AppBundle\Form\TempMagasinType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TempPlanningFFType" class="AppBundle\Form\TempPlanningFFType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\TempPlanningFFType" class="AppBundle\Form\TempPlanningFFType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TempPlanningPRType" class="AppBundle\Form\TempPlanningPRType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\TempPlanningPRType" class="AppBundle\Form\TempPlanningPRType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\TypeScanObjectifType" class="AppBundle\Form\TypeScanObjectifType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\TypeScanObjectifType" class="AppBundle\Form\TypeScanObjectifType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\UserType" class="AppBundle\Form\UserType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\UserType" class="AppBundle\Form\UserType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\VenteType" class="AppBundle\Form\VenteType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\VenteType" class="AppBundle\Form\VenteType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Symfony\Component\Form\FormTypeInterface.0.AppBundle\Form\planningPRType" class="AppBundle\Form\planningPRType" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Form\planningPRType" class="AppBundle\Form\planningPRType" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="instanceof.Twig_ExtensionInterface.0.AppBundle\Twig\AppExtension" class="AppBundle\Twig\AppExtension" public="false" autowire="true" abstract="true"/>
    <service id="instanceof.Twig\Extension\ExtensionInterface.0.AppBundle\Twig\AppExtension" class="AppBundle\Twig\AppExtension" public="false" autowire="true" abstract="true"/>
    <service id="abstract.instanceof.AppBundle\Twig\AppExtension" class="AppBundle\Twig\AppExtension" public="false" autowire="true" autoconfigure="true" abstract="true"/>
    <service id="service_locator.19ca9b58ff9d4570074692ea6f444145" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.afe82c384b04e292f77c515992357f41" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.ad7684cea1495cf693de9d1bd91358a9" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.7793b64a32a8323a8045f06906b47b2a" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.86e6bdec1664b91d73514aac2426c583" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.0fd8f893829107aef472a061c0f18a7a" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mailer" type="service" id="swiftmailer.mailer.default" on-invalid="ignore"/>
      </argument>
    </service>
    <service id="service_locator.5e53e7e626b0a4dcbc29fd37ef647b4b" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.80e053474db891e02fee9d66fb4ef7a1" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.371ec9aade0874525d215ecfc5276472" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.5cd292e4725a2a3535e9a4111839a42a" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="activite" type="service" id="autowired.AppBundle\Entity\Activite"/>
      </argument>
    </service>
    <service id="service_locator.134665278650e629cdab5b60d5a4a384" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="activite" type="service" id="autowired.AppBundle\Entity\Activite"/>
      </argument>
    </service>
    <service id="service_locator.7cf49346aef5c207a75bef4dfd2d1131" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.0bc5e30eb142bba405b6752f7e246290" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.b210c3cf1d71d446b32c7dd02ee67f90" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.beb2eb7994cc3e4383848b75f72f6a02" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="questionnaire" type="service" id="autowired.AppBundle\Entity\Questionnaire"/>
      </argument>
    </service>
    <service id="service_locator.9330417c267eb63a1aa87f8546c35355" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.1e2143e701e5e35a24edf8cdbb9a26a8" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.defe1a0f8111f4b023ef6ff684119f22" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.a5099c4175415cc2517146c824de9140" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="brand" type="service" id="autowired.AppBundle\Entity\Brand"/>
      </argument>
    </service>
    <service id="service_locator.b546e8ae50da01005ed2fa57a1677c51" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="brand" type="service" id="autowired.AppBundle\Entity\Brand"/>
      </argument>
    </service>
    <service id="service_locator.b6a4050075401d6fd3a754739582d0b9" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.17da870fb7a09fa2d9d8a8fce4aa7ff6" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="checkIN" type="service" id="autowired.AppBundle\Entity\CheckIN"/>
      </argument>
    </service>
    <service id="service_locator.e0765a0553114acf383465093158207f" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="checkIN" type="service" id="autowired.AppBundle\Entity\CheckIN"/>
      </argument>
    </service>
    <service id="service_locator.fb8b26df9258245f17942065b7b513fc" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.d41029cf8e4ba9d04d08cff3a0ea06e2" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="checkOUT" type="service" id="autowired.AppBundle\Entity\CheckOUT"/>
      </argument>
    </service>
    <service id="service_locator.f373f6d0bff816cc61ed1aee0ab6842a" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="checkOUT" type="service" id="autowired.AppBundle\Entity\CheckOUT"/>
      </argument>
    </service>
    <service id="service_locator.4f8384c8862c511eefe34301cff90111" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.13f468cefdb7928ea5c6474aae1d68a6" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.f765c2466a2c6d8094be4f2ffa6fb1ec" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="fichierUploade" type="service" id="autowired.AppBundle\Entity\FichierUploade"/>
      </argument>
    </service>
    <service id="service_locator.d8d4fdf3a13229b0281692e94333948e" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="fichierUploade" type="service" id="autowired.AppBundle\Entity\FichierUploade"/>
      </argument>
    </service>
    <service id="service_locator.9ff59718a8befbe0eff2d2ca2be4e78a" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service" id="autowired.AppBundle\Entity\User"/>
      </argument>
    </service>
    <service id="service_locator.08e55b33baa5c32bbc753ec184e07258" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="magasin" type="service" id="autowired.AppBundle\Entity\Magasin"/>
        <argument key="user" type="service" id="autowired.AppBundle\Entity\User"/>
      </argument>
    </service>
    <service id="service_locator.3119b3af95e68d2ef1297f89a895a522" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.11650fdc8272c11f29129b765758e4a7" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="questionnaire" type="service" id="autowired.AppBundle\Entity\Questionnaire"/>
      </argument>
    </service>
    <service id="service_locator.bf63620570c936b1d1a3c022d2e4541a" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="question" type="service" id="autowired.AppBundle\Entity\Question"/>
      </argument>
    </service>
    <service id="service_locator.a632f78c16974422f790a81acd9bda25" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="questionnaire" type="service" id="autowired.AppBundle\Entity\Questionnaire"/>
      </argument>
    </service>
    <service id="service_locator.bd2612fc0c4760337b4e6e330c55fb38" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.6af33062675e54fa665222d6e400f36b" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="questionnaire" type="service" id="autowired.AppBundle\Entity\Questionnaire"/>
      </argument>
    </service>
    <service id="service_locator.4a8ca4a8d83c8b6c14a0f63151003c6b" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.e2029aa2a958e0c5d298adcb6d8b0056" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.80bbd1d62ab7ccbe63e3af6a5124c6d5" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service" id="autowired.AppBundle\Entity\User"/>
      </argument>
    </service>
    <service id="service_locator.14e554d4e9261a0786c3a6a1084e0a3f" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.922bb94aa8a532be8ba61dc72d1c1554" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pointage" type="service" id="autowired.AppBundle\Entity\Pointage"/>
      </argument>
    </service>
    <service id="service_locator.b769afb1c13e914e46f179951489a830" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.66487afda54b1c9f8c5698def9b8b18b" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="magasin" type="service" id="autowired.AppBundle\Entity\Magasin"/>
      </argument>
    </service>
    <service id="service_locator.d065ecaa3ad22703c03ee80523fc4069" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="activite" type="service" id="autowired.AppBundle\Entity\Activite"/>
      </argument>
    </service>
    <service id="service_locator.8e1e9c17f346786552db03a9e197b298" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.fb25b83de2e94a16eb7f87f9acfb44f1" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="magasin" type="service" id="autowired.AppBundle\Entity\Magasin"/>
      </argument>
    </service>
    <service id="service_locator.bd12f2b9e46b24cce4652e66da47d168" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="magasin" type="service" id="autowired.AppBundle\Entity\Magasin"/>
      </argument>
    </service>
    <service id="service_locator.a18d6efe6df4c3bf5d08d36d68f7b968" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.ad797da0bf9cd18a11880e489a5aedde" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="modal" type="service" id="autowired.AppBundle\Entity\Modal"/>
      </argument>
    </service>
    <service id="service_locator.bb19a59c312ea7709b057c526fe05522" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="modal" type="service" id="autowired.AppBundle\Entity\Modal"/>
      </argument>
    </service>
    <service id="service_locator.f5cd95fce62f1ee30087d5d78bd4d130" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.6aac4d5627b66506a99502d08809eb9f" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempPlanningFF" type="service" id="autowired.AppBundle\Entity\TempPlanningFF"/>
      </argument>
    </service>
    <service id="service_locator.f8ab038d402c16c4e3a573dcaa117ca1" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="planTemp" type="service" id="autowired.AppBundle\Entity\TempPlanningFF"/>
      </argument>
    </service>
    <service id="service_locator.3fd9d54a5e46081293b0777f14c7e03d" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="planTemp" type="service" id="autowired.AppBundle\Entity\TempPlanningPR"/>
      </argument>
    </service>
    <service id="service_locator.a217964c3320b1ebd05e921068cc6b36" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempPlanningPR" type="service" id="autowired.AppBundle\Entity\TempPlanningPR"/>
      </argument>
    </service>
    <service id="service_locator.0a0d21c9e2f0c11d90aac67a6a9f14d0" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempMagasin" type="service" id="autowired.AppBundle\Entity\TempMagasin"/>
      </argument>
    </service>
    <service id="service_locator.4eb1303b521cf6ea268dc5f375c6640d" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempMagasin" type="service" id="autowired.AppBundle\Entity\TempMagasin"/>
      </argument>
    </service>
    <service id="service_locator.0545290c2b5ed2ee0519dfda6904d20e" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.30862b4f38dc329ec08137234a898226" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="planningFF" type="service" id="autowired.AppBundle\Entity\PlanningFF"/>
      </argument>
    </service>
    <service id="service_locator.7c98c87dc374ab7e3fbd163a27537c38" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="planningFF" type="service" id="autowired.AppBundle\Entity\PlanningFF"/>
      </argument>
    </service>
    <service id="service_locator.b860d936987c0f08571d25435d91a4bd" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.414c96ef238e169d7b4734a0c826e3d0" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pointage" type="service" id="autowired.AppBundle\Entity\Pointage"/>
      </argument>
    </service>
    <service id="service_locator.2de89704361d131e347b4d9f56a5a02f" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="pointage" type="service" id="autowired.AppBundle\Entity\Pointage"/>
      </argument>
    </service>
    <service id="service_locator.a41b5f2c4e4dab38d38dbe36e83bafcd" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.55f9697ffd5ea7a61affb9fb699e60be" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="product" type="service" id="autowired.AppBundle\Entity\Product"/>
      </argument>
    </service>
    <service id="service_locator.396a73f228d67ed4ac24ffe8c633b8f4" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="product" type="service" id="autowired.AppBundle\Entity\Product"/>
      </argument>
    </service>
    <service id="service_locator.60409358af732ca0c9a979bbfb7676bc" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.b9e1d7fa7dab0a6266a792ab11d85392" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="produitScanne" type="service" id="autowired.AppBundle\Entity\ProduitScanne"/>
      </argument>
    </service>
    <service id="service_locator.2ca3decf55090f4685a04e5a9e92c12c" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="produitScanne" type="service" id="autowired.AppBundle\Entity\ProduitScanne"/>
      </argument>
    </service>
    <service id="service_locator.0bf58ef6e57a77a0fb966514add9ddd1" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.8c535d655e7c8d14c3f7ac6faf279f27" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="question" type="service" id="autowired.AppBundle\Entity\Question"/>
      </argument>
    </service>
    <service id="service_locator.ef5dd418ed9531153dd94e2805d53882" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="question" type="service" id="autowired.AppBundle\Entity\Question"/>
      </argument>
    </service>
    <service id="service_locator.01f8472373e03f22f4079c7d7e988baa" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.2626e6a5797b478bda0a0412f2f350e0" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="questionnaire" type="service" id="autowired.AppBundle\Entity\Questionnaire"/>
      </argument>
    </service>
    <service id="service_locator.600e23f393c16726270be48ddd9bb8f4" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="questionnaire" type="service" id="autowired.AppBundle\Entity\Questionnaire"/>
      </argument>
    </service>
    <service id="service_locator.d1adfb61aa02d15659ccbf2a8a98916a" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.063f534a0b0ff591b8272ef8143eea34" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reponse" type="service" id="autowired.AppBundle\Entity\Reponse"/>
      </argument>
    </service>
    <service id="service_locator.cb4c85e055540d72073e1cbf8057f5dd" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reponse" type="service" id="autowired.AppBundle\Entity\Reponse"/>
      </argument>
    </service>
    <service id="service_locator.e79d4ff600ffc2288920585d58e6896c" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.4dab4964135f648663fb6626d541085e" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="segment" type="service" id="autowired.AppBundle\Entity\Segment"/>
      </argument>
    </service>
    <service id="service_locator.48ff9cb938125d37b16e9a301d6f34e5" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="segment" type="service" id="autowired.AppBundle\Entity\Segment"/>
      </argument>
    </service>
    <service id="service_locator.c9564e56fab63647a7ee72431ebcf5f7" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.0962bd4af05fe093ec00e43b62a15c14" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="sousSegment" type="service" id="autowired.AppBundle\Entity\SousSegment"/>
      </argument>
    </service>
    <service id="service_locator.212aa327e169eb901e426915fade5170" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="sousSegment" type="service" id="autowired.AppBundle\Entity\SousSegment"/>
      </argument>
    </service>
    <service id="service_locator.20c83d766f519b2b7a4f7c323b5b3417" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.883e4a2721b29c23858d2570d33d122a" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="stock" type="service" id="autowired.AppBundle\Entity\Stock"/>
      </argument>
    </service>
    <service id="service_locator.9f153a1ca1e14aebcd64c957fd3c9597" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="stock" type="service" id="autowired.AppBundle\Entity\Stock"/>
      </argument>
    </service>
    <service id="service_locator.c9266554713e96aa4c9e45ebc8e7cfb9" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.550bc49345dd7a2337fc1607c54f43d4" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tacheSpeciale" type="service" id="autowired.AppBundle\Entity\TacheSpeciale"/>
      </argument>
    </service>
    <service id="service_locator.1049252342ad18226bbcbefeb7b5ba8d" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tacheSpeciale" type="service" id="autowired.AppBundle\Entity\TacheSpeciale"/>
      </argument>
    </service>
    <service id="service_locator.90506843cdf3f2f4cbe2ee9dbedc56ec" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.9bc2bfe41f7be41b82a9b989d24cdf3f" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempMagasin" type="service" id="autowired.AppBundle\Entity\TempMagasin"/>
      </argument>
    </service>
    <service id="service_locator.a07a8ea4a3101a365aa26b40037beb53" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempMagasin" type="service" id="autowired.AppBundle\Entity\TempMagasin"/>
      </argument>
    </service>
    <service id="service_locator.7d6a2bbfb0b6d59e2d681900b33df3cb" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.fafd24b49b35dbc641e63a939cad59f9" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempPlanningFF" type="service" id="autowired.AppBundle\Entity\TempPlanningFF"/>
      </argument>
    </service>
    <service id="service_locator.f0520a4ba567467868ac49923464d057" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempPlanningFF" type="service" id="autowired.AppBundle\Entity\TempPlanningFF"/>
      </argument>
    </service>
    <service id="service_locator.72fc491548665dfc8064be6f2842dd6d" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.bccc539ca3ab7ea26aaa0737bd347d43" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempPlanningPR" type="service" id="autowired.AppBundle\Entity\TempPlanningPR"/>
      </argument>
    </service>
    <service id="service_locator.869a686044d1aa506e2ed12461d73f77" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="tempPlanningPR" type="service" id="autowired.AppBundle\Entity\TempPlanningPR"/>
      </argument>
    </service>
    <service id="service_locator.c49d0b7190d767ee07e8965fbeee05d2" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.bed907ef5957c55af577b34c1ac5ea8c" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typeScanObjectif" type="service" id="autowired.AppBundle\Entity\TypeScanObjectif"/>
      </argument>
    </service>
    <service id="service_locator.3957f027db092f0616d217c923f3164f" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="typeScanObjectif" type="service" id="autowired.AppBundle\Entity\TypeScanObjectif"/>
      </argument>
    </service>
    <service id="service_locator.62f3a85b6ca35ddbf831f26e59350be6" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.4f27295e1ee3cd81c185c2a4cb89efcf" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.61c4bc70092b00e9393797dce8125338" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service" id="autowired.AppBundle\Entity\User"/>
      </argument>
    </service>
    <service id="service_locator.d2e290ca80e3b37e6a2573f8013be792" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="user" type="service" id="autowired.AppBundle\Entity\User"/>
      </argument>
    </service>
    <service id="service_locator.5cfebdd4258dff88b8c86802b7271f07" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.d8233ea62b63b574ed7f83661fbf4148" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="vente" type="service" id="autowired.AppBundle\Entity\Vente"/>
      </argument>
    </service>
    <service id="service_locator.cb97abec1a185e9b42e36fffeaf471ff" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="vente" type="service" id="autowired.AppBundle\Entity\Vente"/>
      </argument>
    </service>
    <service id="service_locator.c47ed4e48d95971b7624ca27511d4447" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="service_locator.b96d21b64aec783c7313f4625646c013" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="planningPR" type="service" id="autowired.AppBundle\Entity\planningPR"/>
      </argument>
    </service>
    <service id="service_locator.614bbc6e3817a2a0346cc92ec6c95638" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="planningPR" type="service" id="autowired.AppBundle\Entity\planningPR"/>
      </argument>
    </service>
    <service id="service_locator.a32b33ce14928316ec184f66dfe75c64" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="AppBundle\Controller\APIPointageController:postSentNotifReportAction" type="service" id="service_locator.0fd8f893829107aef472a061c0f18a7a"/>
        <argument key="AppBundle\Controller\ActiviteController:deleteAction" type="service" id="service_locator.134665278650e629cdab5b60d5a4a384"/>
        <argument key="AppBundle\Controller\ActiviteController:editAction" type="service" id="service_locator.134665278650e629cdab5b60d5a4a384"/>
        <argument key="AppBundle\Controller\ActiviteController:showAction" type="service" id="service_locator.5cd292e4725a2a3535e9a4111839a42a"/>
        <argument key="AppBundle\Controller\ApiQuestionnaireController:getQuestionnairesByIDAction" type="service" id="service_locator.beb2eb7994cc3e4383848b75f72f6a02"/>
        <argument key="AppBundle\Controller\BrandController:deleteAction" type="service" id="service_locator.b546e8ae50da01005ed2fa57a1677c51"/>
        <argument key="AppBundle\Controller\BrandController:editAction" type="service" id="service_locator.b546e8ae50da01005ed2fa57a1677c51"/>
        <argument key="AppBundle\Controller\BrandController:showAction" type="service" id="service_locator.a5099c4175415cc2517146c824de9140"/>
        <argument key="AppBundle\Controller\CheckINController:deleteAction" type="service" id="service_locator.e0765a0553114acf383465093158207f"/>
        <argument key="AppBundle\Controller\CheckINController:editAction" type="service" id="service_locator.e0765a0553114acf383465093158207f"/>
        <argument key="AppBundle\Controller\CheckINController:showAction" type="service" id="service_locator.17da870fb7a09fa2d9d8a8fce4aa7ff6"/>
        <argument key="AppBundle\Controller\CheckOUTController:deleteAction" type="service" id="service_locator.f373f6d0bff816cc61ed1aee0ab6842a"/>
        <argument key="AppBundle\Controller\CheckOUTController:editAction" type="service" id="service_locator.f373f6d0bff816cc61ed1aee0ab6842a"/>
        <argument key="AppBundle\Controller\CheckOUTController:showAction" type="service" id="service_locator.d41029cf8e4ba9d04d08cff3a0ea06e2"/>
        <argument key="AppBundle\Controller\FichierUploadeController:deleteAction" type="service" id="service_locator.d8d4fdf3a13229b0281692e94333948e"/>
        <argument key="AppBundle\Controller\FichierUploadeController:editAction" type="service" id="service_locator.d8d4fdf3a13229b0281692e94333948e"/>
        <argument key="AppBundle\Controller\FichierUploadeController:showAction" type="service" id="service_locator.f765c2466a2c6d8094be4f2ffa6fb1ec"/>
        <argument key="AppBundle\Controller\GestComptesController:deleteAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController:deleteFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController:deletfromlistMagasinFFAction" type="service" id="service_locator.08e55b33baa5c32bbc753ec184e07258"/>
        <argument key="AppBundle\Controller\GestComptesController:deletfromlistMagasinPRAction" type="service" id="service_locator.08e55b33baa5c32bbc753ec184e07258"/>
        <argument key="AppBundle\Controller\GestComptesController:editAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController:editFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController:editFonctionCompteFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController:editFonctionComptePRAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController:showAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController:showFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController:showlistMagasinFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController:showlistMagasinPRAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController:addQuestionsAction" type="service" id="service_locator.a632f78c16974422f790a81acd9bda25"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController:listAllReponsesAction" type="service" id="service_locator.11650fdc8272c11f29129b765758e4a7"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController:listQuestionsAction" type="service" id="service_locator.11650fdc8272c11f29129b765758e4a7"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController:listReponsesAction" type="service" id="service_locator.bf63620570c936b1d1a3c022d2e4541a"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController:listUsersAction" type="service" id="service_locator.11650fdc8272c11f29129b765758e4a7"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController:showQuestionnaireAction" type="service" id="service_locator.11650fdc8272c11f29129b765758e4a7"/>
        <argument key="AppBundle\Controller\GestTacheSpecialeController:listAllReponsesAction" type="service" id="service_locator.6af33062675e54fa665222d6e400f36b"/>
        <argument key="AppBundle\Controller\GestTacheSpecialeController:showQuestionnaireAction" type="service" id="service_locator.6af33062675e54fa665222d6e400f36b"/>
        <argument key="AppBundle\Controller\InfoEquipeFFController:editTargetPRAction" type="service" id="service_locator.80bbd1d62ab7ccbe63e3af6a5124c6d5"/>
        <argument key="AppBundle\Controller\InfoEquipePrController:imgPointageShowAction" type="service" id="service_locator.922bb94aa8a532be8ba61dc72d1c1554"/>
        <argument key="AppBundle\Controller\InfoMarcheController:showActiviteAction" type="service" id="service_locator.d065ecaa3ad22703c03ee80523fc4069"/>
        <argument key="AppBundle\Controller\InfoMarcheController:showGoodStockProductsAction" type="service" id="service_locator.66487afda54b1c9f8c5698def9b8b18b"/>
        <argument key="AppBundle\Controller\InfoMarcheController:showLowOfStockProductsAction" type="service" id="service_locator.66487afda54b1c9f8c5698def9b8b18b"/>
        <argument key="AppBundle\Controller\InfoMarcheController:showOutOfStockProductsAction" type="service" id="service_locator.66487afda54b1c9f8c5698def9b8b18b"/>
        <argument key="AppBundle\Controller\InfoMarcheController:showOverOfStockProductsAction" type="service" id="service_locator.66487afda54b1c9f8c5698def9b8b18b"/>
        <argument key="AppBundle\Controller\MagasinController:deleteAction" type="service" id="service_locator.bd12f2b9e46b24cce4652e66da47d168"/>
        <argument key="AppBundle\Controller\MagasinController:editAction" type="service" id="service_locator.bd12f2b9e46b24cce4652e66da47d168"/>
        <argument key="AppBundle\Controller\MagasinController:showAction" type="service" id="service_locator.fb25b83de2e94a16eb7f87f9acfb44f1"/>
        <argument key="AppBundle\Controller\ModalController:deleteAction" type="service" id="service_locator.bb19a59c312ea7709b057c526fe05522"/>
        <argument key="AppBundle\Controller\ModalController:editAction" type="service" id="service_locator.bb19a59c312ea7709b057c526fe05522"/>
        <argument key="AppBundle\Controller\ModalController:showAction" type="service" id="service_locator.ad797da0bf9cd18a11880e489a5aedde"/>
        <argument key="AppBundle\Controller\PlanningController:accepterMagasinPRAction" type="service" id="service_locator.0a0d21c9e2f0c11d90aac67a6a9f14d0"/>
        <argument key="AppBundle\Controller\PlanningController:accepterPlanningFFAction" type="service" id="service_locator.f8ab038d402c16c4e3a573dcaa117ca1"/>
        <argument key="AppBundle\Controller\PlanningController:accepterPlanningPRAction" type="service" id="service_locator.3fd9d54a5e46081293b0777f14c7e03d"/>
        <argument key="AppBundle\Controller\PlanningController:refuserPlanningPRAction" type="service" id="service_locator.3fd9d54a5e46081293b0777f14c7e03d"/>
        <argument key="AppBundle\Controller\PlanningController:removeMagasinPRAction" type="service" id="service_locator.4eb1303b521cf6ea268dc5f375c6640d"/>
        <argument key="AppBundle\Controller\PlanningController:showAction" type="service" id="service_locator.a217964c3320b1ebd05e921068cc6b36"/>
        <argument key="AppBundle\Controller\PlanningController:showMagasinPRAction" type="service" id="service_locator.0a0d21c9e2f0c11d90aac67a6a9f14d0"/>
        <argument key="AppBundle\Controller\PlanningController:showTempFFAction" type="service" id="service_locator.6aac4d5627b66506a99502d08809eb9f"/>
        <argument key="AppBundle\Controller\PlanningFFController:deleteAction" type="service" id="service_locator.7c98c87dc374ab7e3fbd163a27537c38"/>
        <argument key="AppBundle\Controller\PlanningFFController:editAction" type="service" id="service_locator.7c98c87dc374ab7e3fbd163a27537c38"/>
        <argument key="AppBundle\Controller\PlanningFFController:showAction" type="service" id="service_locator.30862b4f38dc329ec08137234a898226"/>
        <argument key="AppBundle\Controller\PointageController:deleteAction" type="service" id="service_locator.2de89704361d131e347b4d9f56a5a02f"/>
        <argument key="AppBundle\Controller\PointageController:editAction" type="service" id="service_locator.2de89704361d131e347b4d9f56a5a02f"/>
        <argument key="AppBundle\Controller\PointageController:showAction" type="service" id="service_locator.414c96ef238e169d7b4734a0c826e3d0"/>
        <argument key="AppBundle\Controller\ProductController:deleteAction" type="service" id="service_locator.396a73f228d67ed4ac24ffe8c633b8f4"/>
        <argument key="AppBundle\Controller\ProductController:editAction" type="service" id="service_locator.396a73f228d67ed4ac24ffe8c633b8f4"/>
        <argument key="AppBundle\Controller\ProductController:showAction" type="service" id="service_locator.55f9697ffd5ea7a61affb9fb699e60be"/>
        <argument key="AppBundle\Controller\ProduitScanneController:deleteAction" type="service" id="service_locator.2ca3decf55090f4685a04e5a9e92c12c"/>
        <argument key="AppBundle\Controller\ProduitScanneController:editAction" type="service" id="service_locator.2ca3decf55090f4685a04e5a9e92c12c"/>
        <argument key="AppBundle\Controller\ProduitScanneController:showAction" type="service" id="service_locator.b9e1d7fa7dab0a6266a792ab11d85392"/>
        <argument key="AppBundle\Controller\QuestionController:deleteAction" type="service" id="service_locator.ef5dd418ed9531153dd94e2805d53882"/>
        <argument key="AppBundle\Controller\QuestionController:editAction" type="service" id="service_locator.ef5dd418ed9531153dd94e2805d53882"/>
        <argument key="AppBundle\Controller\QuestionController:showAction" type="service" id="service_locator.8c535d655e7c8d14c3f7ac6faf279f27"/>
        <argument key="AppBundle\Controller\QuestionnaireController:deleteAction" type="service" id="service_locator.600e23f393c16726270be48ddd9bb8f4"/>
        <argument key="AppBundle\Controller\QuestionnaireController:editAction" type="service" id="service_locator.600e23f393c16726270be48ddd9bb8f4"/>
        <argument key="AppBundle\Controller\QuestionnaireController:showAction" type="service" id="service_locator.2626e6a5797b478bda0a0412f2f350e0"/>
        <argument key="AppBundle\Controller\ReponseController:deleteAction" type="service" id="service_locator.cb4c85e055540d72073e1cbf8057f5dd"/>
        <argument key="AppBundle\Controller\ReponseController:editAction" type="service" id="service_locator.cb4c85e055540d72073e1cbf8057f5dd"/>
        <argument key="AppBundle\Controller\ReponseController:showAction" type="service" id="service_locator.063f534a0b0ff591b8272ef8143eea34"/>
        <argument key="AppBundle\Controller\SegmentController:deleteAction" type="service" id="service_locator.48ff9cb938125d37b16e9a301d6f34e5"/>
        <argument key="AppBundle\Controller\SegmentController:editAction" type="service" id="service_locator.48ff9cb938125d37b16e9a301d6f34e5"/>
        <argument key="AppBundle\Controller\SegmentController:showAction" type="service" id="service_locator.4dab4964135f648663fb6626d541085e"/>
        <argument key="AppBundle\Controller\SousSegmentController:deleteAction" type="service" id="service_locator.212aa327e169eb901e426915fade5170"/>
        <argument key="AppBundle\Controller\SousSegmentController:editAction" type="service" id="service_locator.212aa327e169eb901e426915fade5170"/>
        <argument key="AppBundle\Controller\SousSegmentController:showAction" type="service" id="service_locator.0962bd4af05fe093ec00e43b62a15c14"/>
        <argument key="AppBundle\Controller\StockController:deleteAction" type="service" id="service_locator.9f153a1ca1e14aebcd64c957fd3c9597"/>
        <argument key="AppBundle\Controller\StockController:editAction" type="service" id="service_locator.9f153a1ca1e14aebcd64c957fd3c9597"/>
        <argument key="AppBundle\Controller\StockController:showAction" type="service" id="service_locator.883e4a2721b29c23858d2570d33d122a"/>
        <argument key="AppBundle\Controller\TacheSpecialeController:deleteAction" type="service" id="service_locator.1049252342ad18226bbcbefeb7b5ba8d"/>
        <argument key="AppBundle\Controller\TacheSpecialeController:editAction" type="service" id="service_locator.1049252342ad18226bbcbefeb7b5ba8d"/>
        <argument key="AppBundle\Controller\TacheSpecialeController:showAction" type="service" id="service_locator.550bc49345dd7a2337fc1607c54f43d4"/>
        <argument key="AppBundle\Controller\TempMagasinController:deleteAction" type="service" id="service_locator.a07a8ea4a3101a365aa26b40037beb53"/>
        <argument key="AppBundle\Controller\TempMagasinController:editAction" type="service" id="service_locator.a07a8ea4a3101a365aa26b40037beb53"/>
        <argument key="AppBundle\Controller\TempMagasinController:showAction" type="service" id="service_locator.9bc2bfe41f7be41b82a9b989d24cdf3f"/>
        <argument key="AppBundle\Controller\TempPlanningFFController:deleteAction" type="service" id="service_locator.f0520a4ba567467868ac49923464d057"/>
        <argument key="AppBundle\Controller\TempPlanningFFController:editAction" type="service" id="service_locator.f0520a4ba567467868ac49923464d057"/>
        <argument key="AppBundle\Controller\TempPlanningFFController:showAction" type="service" id="service_locator.fafd24b49b35dbc641e63a939cad59f9"/>
        <argument key="AppBundle\Controller\TempPlanningPRController:deleteAction" type="service" id="service_locator.869a686044d1aa506e2ed12461d73f77"/>
        <argument key="AppBundle\Controller\TempPlanningPRController:editAction" type="service" id="service_locator.869a686044d1aa506e2ed12461d73f77"/>
        <argument key="AppBundle\Controller\TempPlanningPRController:showAction" type="service" id="service_locator.bccc539ca3ab7ea26aaa0737bd347d43"/>
        <argument key="AppBundle\Controller\TypeScanObjectifController:deleteAction" type="service" id="service_locator.3957f027db092f0616d217c923f3164f"/>
        <argument key="AppBundle\Controller\TypeScanObjectifController:editAction" type="service" id="service_locator.3957f027db092f0616d217c923f3164f"/>
        <argument key="AppBundle\Controller\TypeScanObjectifController:showAction" type="service" id="service_locator.bed907ef5957c55af577b34c1ac5ea8c"/>
        <argument key="AppBundle\Controller\UserController:deleteAction" type="service" id="service_locator.d2e290ca80e3b37e6a2573f8013be792"/>
        <argument key="AppBundle\Controller\UserController:editAction" type="service" id="service_locator.d2e290ca80e3b37e6a2573f8013be792"/>
        <argument key="AppBundle\Controller\UserController:showAction" type="service" id="service_locator.61c4bc70092b00e9393797dce8125338"/>
        <argument key="AppBundle\Controller\VenteController:deleteAction" type="service" id="service_locator.cb97abec1a185e9b42e36fffeaf471ff"/>
        <argument key="AppBundle\Controller\VenteController:editAction" type="service" id="service_locator.cb97abec1a185e9b42e36fffeaf471ff"/>
        <argument key="AppBundle\Controller\VenteController:showAction" type="service" id="service_locator.d8233ea62b63b574ed7f83661fbf4148"/>
        <argument key="AppBundle\Controller\planningPRController:deleteAction" type="service" id="service_locator.614bbc6e3817a2a0346cc92ec6c95638"/>
        <argument key="AppBundle\Controller\planningPRController:editAction" type="service" id="service_locator.614bbc6e3817a2a0346cc92ec6c95638"/>
        <argument key="AppBundle\Controller\planningPRController:showAction" type="service" id="service_locator.b96d21b64aec783c7313f4625646c013"/>
        <argument key="AppBundle\Controller\APIPointageController::postSentNotifReportAction" type="service" id="service_locator.0fd8f893829107aef472a061c0f18a7a"/>
        <argument key="AppBundle\Controller\ActiviteController::deleteAction" type="service" id="service_locator.134665278650e629cdab5b60d5a4a384"/>
        <argument key="AppBundle\Controller\ActiviteController::editAction" type="service" id="service_locator.134665278650e629cdab5b60d5a4a384"/>
        <argument key="AppBundle\Controller\ActiviteController::showAction" type="service" id="service_locator.5cd292e4725a2a3535e9a4111839a42a"/>
        <argument key="AppBundle\Controller\ApiQuestionnaireController::getQuestionnairesByIDAction" type="service" id="service_locator.beb2eb7994cc3e4383848b75f72f6a02"/>
        <argument key="AppBundle\Controller\BrandController::deleteAction" type="service" id="service_locator.b546e8ae50da01005ed2fa57a1677c51"/>
        <argument key="AppBundle\Controller\BrandController::editAction" type="service" id="service_locator.b546e8ae50da01005ed2fa57a1677c51"/>
        <argument key="AppBundle\Controller\BrandController::showAction" type="service" id="service_locator.a5099c4175415cc2517146c824de9140"/>
        <argument key="AppBundle\Controller\CheckINController::deleteAction" type="service" id="service_locator.e0765a0553114acf383465093158207f"/>
        <argument key="AppBundle\Controller\CheckINController::editAction" type="service" id="service_locator.e0765a0553114acf383465093158207f"/>
        <argument key="AppBundle\Controller\CheckINController::showAction" type="service" id="service_locator.17da870fb7a09fa2d9d8a8fce4aa7ff6"/>
        <argument key="AppBundle\Controller\CheckOUTController::deleteAction" type="service" id="service_locator.f373f6d0bff816cc61ed1aee0ab6842a"/>
        <argument key="AppBundle\Controller\CheckOUTController::editAction" type="service" id="service_locator.f373f6d0bff816cc61ed1aee0ab6842a"/>
        <argument key="AppBundle\Controller\CheckOUTController::showAction" type="service" id="service_locator.d41029cf8e4ba9d04d08cff3a0ea06e2"/>
        <argument key="AppBundle\Controller\FichierUploadeController::deleteAction" type="service" id="service_locator.d8d4fdf3a13229b0281692e94333948e"/>
        <argument key="AppBundle\Controller\FichierUploadeController::editAction" type="service" id="service_locator.d8d4fdf3a13229b0281692e94333948e"/>
        <argument key="AppBundle\Controller\FichierUploadeController::showAction" type="service" id="service_locator.f765c2466a2c6d8094be4f2ffa6fb1ec"/>
        <argument key="AppBundle\Controller\GestComptesController::deleteAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController::deleteFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController::deletfromlistMagasinFFAction" type="service" id="service_locator.08e55b33baa5c32bbc753ec184e07258"/>
        <argument key="AppBundle\Controller\GestComptesController::deletfromlistMagasinPRAction" type="service" id="service_locator.08e55b33baa5c32bbc753ec184e07258"/>
        <argument key="AppBundle\Controller\GestComptesController::editAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController::editFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController::editFonctionCompteFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController::editFonctionComptePRAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController::showAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController::showFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController::showlistMagasinFFAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestComptesController::showlistMagasinPRAction" type="service" id="service_locator.df5b0968ba0c93d852c6e899f0ec1bb3"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController::addQuestionsAction" type="service" id="service_locator.a632f78c16974422f790a81acd9bda25"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController::listAllReponsesAction" type="service" id="service_locator.11650fdc8272c11f29129b765758e4a7"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController::listQuestionsAction" type="service" id="service_locator.11650fdc8272c11f29129b765758e4a7"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController::listReponsesAction" type="service" id="service_locator.bf63620570c936b1d1a3c022d2e4541a"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController::listUsersAction" type="service" id="service_locator.11650fdc8272c11f29129b765758e4a7"/>
        <argument key="AppBundle\Controller\GestQuestionnaireController::showQuestionnaireAction" type="service" id="service_locator.11650fdc8272c11f29129b765758e4a7"/>
        <argument key="AppBundle\Controller\GestTacheSpecialeController::listAllReponsesAction" type="service" id="service_locator.6af33062675e54fa665222d6e400f36b"/>
        <argument key="AppBundle\Controller\GestTacheSpecialeController::showQuestionnaireAction" type="service" id="service_locator.6af33062675e54fa665222d6e400f36b"/>
        <argument key="AppBundle\Controller\InfoEquipeFFController::editTargetPRAction" type="service" id="service_locator.80bbd1d62ab7ccbe63e3af6a5124c6d5"/>
        <argument key="AppBundle\Controller\InfoEquipePrController::imgPointageShowAction" type="service" id="service_locator.922bb94aa8a532be8ba61dc72d1c1554"/>
        <argument key="AppBundle\Controller\InfoMarcheController::showActiviteAction" type="service" id="service_locator.d065ecaa3ad22703c03ee80523fc4069"/>
        <argument key="AppBundle\Controller\InfoMarcheController::showGoodStockProductsAction" type="service" id="service_locator.66487afda54b1c9f8c5698def9b8b18b"/>
        <argument key="AppBundle\Controller\InfoMarcheController::showLowOfStockProductsAction" type="service" id="service_locator.66487afda54b1c9f8c5698def9b8b18b"/>
        <argument key="AppBundle\Controller\InfoMarcheController::showOutOfStockProductsAction" type="service" id="service_locator.66487afda54b1c9f8c5698def9b8b18b"/>
        <argument key="AppBundle\Controller\InfoMarcheController::showOverOfStockProductsAction" type="service" id="service_locator.66487afda54b1c9f8c5698def9b8b18b"/>
        <argument key="AppBundle\Controller\MagasinController::deleteAction" type="service" id="service_locator.bd12f2b9e46b24cce4652e66da47d168"/>
        <argument key="AppBundle\Controller\MagasinController::editAction" type="service" id="service_locator.bd12f2b9e46b24cce4652e66da47d168"/>
        <argument key="AppBundle\Controller\MagasinController::showAction" type="service" id="service_locator.fb25b83de2e94a16eb7f87f9acfb44f1"/>
        <argument key="AppBundle\Controller\ModalController::deleteAction" type="service" id="service_locator.bb19a59c312ea7709b057c526fe05522"/>
        <argument key="AppBundle\Controller\ModalController::editAction" type="service" id="service_locator.bb19a59c312ea7709b057c526fe05522"/>
        <argument key="AppBundle\Controller\ModalController::showAction" type="service" id="service_locator.ad797da0bf9cd18a11880e489a5aedde"/>
        <argument key="AppBundle\Controller\PlanningController::accepterMagasinPRAction" type="service" id="service_locator.0a0d21c9e2f0c11d90aac67a6a9f14d0"/>
        <argument key="AppBundle\Controller\PlanningController::accepterPlanningFFAction" type="service" id="service_locator.f8ab038d402c16c4e3a573dcaa117ca1"/>
        <argument key="AppBundle\Controller\PlanningController::accepterPlanningPRAction" type="service" id="service_locator.3fd9d54a5e46081293b0777f14c7e03d"/>
        <argument key="AppBundle\Controller\PlanningController::refuserPlanningPRAction" type="service" id="service_locator.3fd9d54a5e46081293b0777f14c7e03d"/>
        <argument key="AppBundle\Controller\PlanningController::removeMagasinPRAction" type="service" id="service_locator.4eb1303b521cf6ea268dc5f375c6640d"/>
        <argument key="AppBundle\Controller\PlanningController::showAction" type="service" id="service_locator.a217964c3320b1ebd05e921068cc6b36"/>
        <argument key="AppBundle\Controller\PlanningController::showMagasinPRAction" type="service" id="service_locator.0a0d21c9e2f0c11d90aac67a6a9f14d0"/>
        <argument key="AppBundle\Controller\PlanningController::showTempFFAction" type="service" id="service_locator.6aac4d5627b66506a99502d08809eb9f"/>
        <argument key="AppBundle\Controller\PlanningFFController::deleteAction" type="service" id="service_locator.7c98c87dc374ab7e3fbd163a27537c38"/>
        <argument key="AppBundle\Controller\PlanningFFController::editAction" type="service" id="service_locator.7c98c87dc374ab7e3fbd163a27537c38"/>
        <argument key="AppBundle\Controller\PlanningFFController::showAction" type="service" id="service_locator.30862b4f38dc329ec08137234a898226"/>
        <argument key="AppBundle\Controller\PointageController::deleteAction" type="service" id="service_locator.2de89704361d131e347b4d9f56a5a02f"/>
        <argument key="AppBundle\Controller\PointageController::editAction" type="service" id="service_locator.2de89704361d131e347b4d9f56a5a02f"/>
        <argument key="AppBundle\Controller\PointageController::showAction" type="service" id="service_locator.414c96ef238e169d7b4734a0c826e3d0"/>
        <argument key="AppBundle\Controller\ProductController::deleteAction" type="service" id="service_locator.396a73f228d67ed4ac24ffe8c633b8f4"/>
        <argument key="AppBundle\Controller\ProductController::editAction" type="service" id="service_locator.396a73f228d67ed4ac24ffe8c633b8f4"/>
        <argument key="AppBundle\Controller\ProductController::showAction" type="service" id="service_locator.55f9697ffd5ea7a61affb9fb699e60be"/>
        <argument key="AppBundle\Controller\ProduitScanneController::deleteAction" type="service" id="service_locator.2ca3decf55090f4685a04e5a9e92c12c"/>
        <argument key="AppBundle\Controller\ProduitScanneController::editAction" type="service" id="service_locator.2ca3decf55090f4685a04e5a9e92c12c"/>
        <argument key="AppBundle\Controller\ProduitScanneController::showAction" type="service" id="service_locator.b9e1d7fa7dab0a6266a792ab11d85392"/>
        <argument key="AppBundle\Controller\QuestionController::deleteAction" type="service" id="service_locator.ef5dd418ed9531153dd94e2805d53882"/>
        <argument key="AppBundle\Controller\QuestionController::editAction" type="service" id="service_locator.ef5dd418ed9531153dd94e2805d53882"/>
        <argument key="AppBundle\Controller\QuestionController::showAction" type="service" id="service_locator.8c535d655e7c8d14c3f7ac6faf279f27"/>
        <argument key="AppBundle\Controller\QuestionnaireController::deleteAction" type="service" id="service_locator.600e23f393c16726270be48ddd9bb8f4"/>
        <argument key="AppBundle\Controller\QuestionnaireController::editAction" type="service" id="service_locator.600e23f393c16726270be48ddd9bb8f4"/>
        <argument key="AppBundle\Controller\QuestionnaireController::showAction" type="service" id="service_locator.2626e6a5797b478bda0a0412f2f350e0"/>
        <argument key="AppBundle\Controller\ReponseController::deleteAction" type="service" id="service_locator.cb4c85e055540d72073e1cbf8057f5dd"/>
        <argument key="AppBundle\Controller\ReponseController::editAction" type="service" id="service_locator.cb4c85e055540d72073e1cbf8057f5dd"/>
        <argument key="AppBundle\Controller\ReponseController::showAction" type="service" id="service_locator.063f534a0b0ff591b8272ef8143eea34"/>
        <argument key="AppBundle\Controller\SegmentController::deleteAction" type="service" id="service_locator.48ff9cb938125d37b16e9a301d6f34e5"/>
        <argument key="AppBundle\Controller\SegmentController::editAction" type="service" id="service_locator.48ff9cb938125d37b16e9a301d6f34e5"/>
        <argument key="AppBundle\Controller\SegmentController::showAction" type="service" id="service_locator.4dab4964135f648663fb6626d541085e"/>
        <argument key="AppBundle\Controller\SousSegmentController::deleteAction" type="service" id="service_locator.212aa327e169eb901e426915fade5170"/>
        <argument key="AppBundle\Controller\SousSegmentController::editAction" type="service" id="service_locator.212aa327e169eb901e426915fade5170"/>
        <argument key="AppBundle\Controller\SousSegmentController::showAction" type="service" id="service_locator.0962bd4af05fe093ec00e43b62a15c14"/>
        <argument key="AppBundle\Controller\StockController::deleteAction" type="service" id="service_locator.9f153a1ca1e14aebcd64c957fd3c9597"/>
        <argument key="AppBundle\Controller\StockController::editAction" type="service" id="service_locator.9f153a1ca1e14aebcd64c957fd3c9597"/>
        <argument key="AppBundle\Controller\StockController::showAction" type="service" id="service_locator.883e4a2721b29c23858d2570d33d122a"/>
        <argument key="AppBundle\Controller\TacheSpecialeController::deleteAction" type="service" id="service_locator.1049252342ad18226bbcbefeb7b5ba8d"/>
        <argument key="AppBundle\Controller\TacheSpecialeController::editAction" type="service" id="service_locator.1049252342ad18226bbcbefeb7b5ba8d"/>
        <argument key="AppBundle\Controller\TacheSpecialeController::showAction" type="service" id="service_locator.550bc49345dd7a2337fc1607c54f43d4"/>
        <argument key="AppBundle\Controller\TempMagasinController::deleteAction" type="service" id="service_locator.a07a8ea4a3101a365aa26b40037beb53"/>
        <argument key="AppBundle\Controller\TempMagasinController::editAction" type="service" id="service_locator.a07a8ea4a3101a365aa26b40037beb53"/>
        <argument key="AppBundle\Controller\TempMagasinController::showAction" type="service" id="service_locator.9bc2bfe41f7be41b82a9b989d24cdf3f"/>
        <argument key="AppBundle\Controller\TempPlanningFFController::deleteAction" type="service" id="service_locator.f0520a4ba567467868ac49923464d057"/>
        <argument key="AppBundle\Controller\TempPlanningFFController::editAction" type="service" id="service_locator.f0520a4ba567467868ac49923464d057"/>
        <argument key="AppBundle\Controller\TempPlanningFFController::showAction" type="service" id="service_locator.fafd24b49b35dbc641e63a939cad59f9"/>
        <argument key="AppBundle\Controller\TempPlanningPRController::deleteAction" type="service" id="service_locator.869a686044d1aa506e2ed12461d73f77"/>
        <argument key="AppBundle\Controller\TempPlanningPRController::editAction" type="service" id="service_locator.869a686044d1aa506e2ed12461d73f77"/>
        <argument key="AppBundle\Controller\TempPlanningPRController::showAction" type="service" id="service_locator.bccc539ca3ab7ea26aaa0737bd347d43"/>
        <argument key="AppBundle\Controller\TypeScanObjectifController::deleteAction" type="service" id="service_locator.3957f027db092f0616d217c923f3164f"/>
        <argument key="AppBundle\Controller\TypeScanObjectifController::editAction" type="service" id="service_locator.3957f027db092f0616d217c923f3164f"/>
        <argument key="AppBundle\Controller\TypeScanObjectifController::showAction" type="service" id="service_locator.bed907ef5957c55af577b34c1ac5ea8c"/>
        <argument key="AppBundle\Controller\UserController::deleteAction" type="service" id="service_locator.d2e290ca80e3b37e6a2573f8013be792"/>
        <argument key="AppBundle\Controller\UserController::editAction" type="service" id="service_locator.d2e290ca80e3b37e6a2573f8013be792"/>
        <argument key="AppBundle\Controller\UserController::showAction" type="service" id="service_locator.61c4bc70092b00e9393797dce8125338"/>
        <argument key="AppBundle\Controller\VenteController::deleteAction" type="service" id="service_locator.cb97abec1a185e9b42e36fffeaf471ff"/>
        <argument key="AppBundle\Controller\VenteController::editAction" type="service" id="service_locator.cb97abec1a185e9b42e36fffeaf471ff"/>
        <argument key="AppBundle\Controller\VenteController::showAction" type="service" id="service_locator.d8233ea62b63b574ed7f83661fbf4148"/>
        <argument key="AppBundle\Controller\planningPRController::deleteAction" type="service" id="service_locator.614bbc6e3817a2a0346cc92ec6c95638"/>
        <argument key="AppBundle\Controller\planningPRController::editAction" type="service" id="service_locator.614bbc6e3817a2a0346cc92ec6c95638"/>
        <argument key="AppBundle\Controller\planningPRController::showAction" type="service" id="service_locator.b96d21b64aec783c7313f4625646c013"/>
      </argument>
    </service>
    <service id="service_locator.20ccd3ddf0f78b2202986f924e362585" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translation.loader.csv" type="service" id="translation.loader.csv"/>
        <argument key="translation.loader.dat" type="service" id="translation.loader.dat"/>
        <argument key="translation.loader.ini" type="service" id="translation.loader.ini"/>
        <argument key="translation.loader.json" type="service" id="translation.loader.json"/>
        <argument key="translation.loader.mo" type="service" id="translation.loader.mo"/>
        <argument key="translation.loader.php" type="service" id="translation.loader.php"/>
        <argument key="translation.loader.po" type="service" id="translation.loader.po"/>
        <argument key="translation.loader.qt" type="service" id="translation.loader.qt"/>
        <argument key="translation.loader.res" type="service" id="translation.loader.res"/>
        <argument key="translation.loader.xliff" type="service" id="translation.loader.xliff"/>
        <argument key="translation.loader.yml" type="service" id="translation.loader.yml"/>
      </argument>
    </service>
    <service id="service_locator.a43a3f0f35d6dcfeb23eae49f6e59f64" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="AppBundle\Form\ActiviteType" type="service" id="AppBundle\Form\ActiviteType"/>
        <argument key="AppBundle\Form\BrandType" type="service" id="AppBundle\Form\BrandType"/>
        <argument key="AppBundle\Form\CheckINType" type="service" id="AppBundle\Form\CheckINType"/>
        <argument key="AppBundle\Form\CheckOUTType" type="service" id="AppBundle\Form\CheckOUTType"/>
        <argument key="AppBundle\Form\FichierUploadeType" type="service" id="AppBundle\Form\FichierUploadeType"/>
        <argument key="AppBundle\Form\MagasinType" type="service" id="AppBundle\Form\MagasinType"/>
        <argument key="AppBundle\Form\ModalType" type="service" id="AppBundle\Form\ModalType"/>
        <argument key="AppBundle\Form\PlanningFFType" type="service" id="AppBundle\Form\PlanningFFType"/>
        <argument key="AppBundle\Form\PointageType" type="service" id="AppBundle\Form\PointageType"/>
        <argument key="AppBundle\Form\ProductType" type="service" id="AppBundle\Form\ProductType"/>
        <argument key="AppBundle\Form\ProduitScanneType" type="service" id="AppBundle\Form\ProduitScanneType"/>
        <argument key="AppBundle\Form\QuestionType" type="service" id="AppBundle\Form\QuestionType"/>
        <argument key="AppBundle\Form\QuestionnaireType" type="service" id="AppBundle\Form\QuestionnaireType"/>
        <argument key="AppBundle\Form\ReponseType" type="service" id="AppBundle\Form\ReponseType"/>
        <argument key="AppBundle\Form\SegmentType" type="service" id="AppBundle\Form\SegmentType"/>
        <argument key="AppBundle\Form\SettingsType" type="service" id="AppBundle\Form\SettingsType"/>
        <argument key="AppBundle\Form\SousSegmentType" type="service" id="AppBundle\Form\SousSegmentType"/>
        <argument key="AppBundle\Form\StockType" type="service" id="AppBundle\Form\StockType"/>
        <argument key="AppBundle\Form\TacheSpecialeType" type="service" id="AppBundle\Form\TacheSpecialeType"/>
        <argument key="AppBundle\Form\TempMagasinType" type="service" id="AppBundle\Form\TempMagasinType"/>
        <argument key="AppBundle\Form\TempPlanningFFType" type="service" id="AppBundle\Form\TempPlanningFFType"/>
        <argument key="AppBundle\Form\TempPlanningPRType" type="service" id="AppBundle\Form\TempPlanningPRType"/>
        <argument key="AppBundle\Form\TypeScanObjectifType" type="service" id="AppBundle\Form\TypeScanObjectifType"/>
        <argument key="AppBundle\Form\UserType" type="service" id="AppBundle\Form\UserType"/>
        <argument key="AppBundle\Form\VenteType" type="service" id="AppBundle\Form\VenteType"/>
        <argument key="AppBundle\Form\planningPRType" type="service" id="AppBundle\Form\planningPRType"/>
        <argument key="FOS\UserBundle\Form\Type\ChangePasswordFormType" type="service" id="fos_user.change_password.form.type"/>
        <argument key="FOS\UserBundle\Form\Type\ProfileFormType" type="service" id="fos_user.profile.form.type"/>
        <argument key="FOS\UserBundle\Form\Type\RegistrationFormType" type="service" id="fos_user.registration.form.type"/>
        <argument key="FOS\UserBundle\Form\Type\ResettingFormType" type="service" id="fos_user.resetting.form.type"/>
        <argument key="FOS\UserBundle\Form\Type\UsernameFormType" type="service" id="fos_user.username_form_type"/>
        <argument key="Symfony\Bridge\Doctrine\Form\Type\EntityType" type="service" id="form.type.entity"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ChoiceType" type="service" id="form.type.choice"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="service" id="form.type.form"/>
        <argument key="Vich\UploaderBundle\Form\Type\VichFileType" type="service" id="vich_uploader.form.type.file"/>
        <argument key="Vich\UploaderBundle\Form\Type\VichImageType" type="service" id="vich_uploader.form.type.image"/>
      </argument>
    </service>
    <service id="security.logout.handler.csrf_token_clearing" class="Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler" public="false">
      <argument type="service" id="security.csrf.token_storage"/>
    </service>
    <service id="monolog.logger.request" class="Symfony\Bridge\Monolog\Logger">
      <argument>request</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.console" class="Symfony\Bridge\Monolog\Logger">
      <argument>console</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.cache" class="Symfony\Bridge\Monolog\Logger">
      <argument>cache</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.templating" class="Symfony\Bridge\Monolog\Logger">
      <argument>templating</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.translation" class="Symfony\Bridge\Monolog\Logger">
      <argument>translation</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.profiler" class="Symfony\Bridge\Monolog\Logger">
      <argument>profiler</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.php" class="Symfony\Bridge\Monolog\Logger">
      <argument>php</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.event" class="Symfony\Bridge\Monolog\Logger">
      <argument>event</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
    </service>
    <service id="monolog.logger.security" class="Symfony\Bridge\Monolog\Logger">
      <argument>security</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.logger.doctrine" class="Symfony\Bridge\Monolog\Logger">
      <argument>doctrine</argument>
      <call method="pushProcessor">
        <argument type="service" id="debug.log_processor"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.server_log"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
    </service>
    <service id="monolog.handler.null_internal" class="Monolog\Handler\NullHandler"/>
    <service id="service_locator.6f24348b77840ec12a20c22a3f985cf7" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.0" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.php"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.1" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.yml"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.2" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.xliff"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.3" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.po"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.4" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.mo"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.5" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.qt"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.6" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.csv"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.7" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.res"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.8" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.dat"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.9" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.ini"/>
    </service>
    <service id="jms_translation.loader.wrapped_symfony_loader.10" class="JMS\TranslationBundle\Translation\Loader\SymfonyLoaderAdapter" public="false">
      <argument type="service" id="translation.loader.json"/>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.0" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.php"/>
      <argument>php</argument>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.1" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.xliff"/>
      <argument>xlf</argument>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.2" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.po"/>
      <argument>po</argument>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.3" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.mo"/>
      <argument>mo</argument>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.4" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.yml"/>
      <argument>yml</argument>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.5" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.qt"/>
      <argument>ts</argument>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.6" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.csv"/>
      <argument>csv</argument>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.7" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.ini"/>
      <argument>ini</argument>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.8" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.json"/>
      <argument>json</argument>
    </service>
    <service id="jms_translation.dumper.wrapped_symfony_dumper.9" class="JMS\TranslationBundle\Translation\Dumper\SymfonyDumperAdapter" public="false">
      <argument type="service" id="translation.dumper.res"/>
      <argument>res</argument>
    </service>
    <service id="debug.event_dispatcher.inner" class="Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher" public="false">
      <argument type="service" id="service_container"/>
    </service>
    <service id="debug.controller_resolver.inner" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver" public="false">
      <argument type="service" id="service_container"/>
      <argument type="service" id="controller_name_converter"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
    </service>
    <service id="debug.argument_resolver.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver" public="false">
      <argument type="service" id="argument_metadata_factory"/>
      <argument type="iterator">
        <argument type="service" id="argument_resolver.request_attribute"/>
        <argument type="service" id="argument_resolver.request"/>
        <argument type="service" id="argument_resolver.session"/>
        <argument type="service" id="security.user_value_resolver"/>
        <argument type="service" id="argument_resolver.service"/>
        <argument type="service" id="argument_resolver.default"/>
        <argument type="service" id="argument_resolver.variadic"/>
      </argument>
    </service>
    <service id="debug.security.access.decision_manager.inner" class="Symfony\Component\Security\Core\Authorization\AccessDecisionManager" public="false">
      <argument type="iterator">
        <argument type="service" id="security.access.authenticated_voter"/>
        <argument type="service" id="security.access.role_hierarchy_voter"/>
        <argument type="service" id="security.access.expression_voter"/>
      </argument>
      <argument>affirmative</argument>
      <argument>false</argument>
      <argument>true</argument>
    </service>
    <service id="service_locator.26ac001b3ede28481ac0de703666b4d7" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="twig" type="service" id="twig"/>
      </argument>
    </service>
    <service id="autowired.AppBundle\Entity\Activite" class="AppBundle\Entity\Activite" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Questionnaire" class="AppBundle\Entity\Questionnaire" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Brand" class="AppBundle\Entity\Brand" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\CheckIN" class="AppBundle\Entity\CheckIN" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\CheckOUT" class="AppBundle\Entity\CheckOUT" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\FichierUploade" class="AppBundle\Entity\FichierUploade" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\User" class="AppBundle\Entity\User" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Magasin" class="AppBundle\Entity\Magasin" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Question" class="AppBundle\Entity\Question" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Pointage" class="AppBundle\Entity\Pointage" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Modal" class="AppBundle\Entity\Modal" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\TempPlanningFF" class="AppBundle\Entity\TempPlanningFF" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\TempPlanningPR" class="AppBundle\Entity\TempPlanningPR" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\TempMagasin" class="AppBundle\Entity\TempMagasin" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\PlanningFF" class="AppBundle\Entity\PlanningFF" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Product" class="AppBundle\Entity\Product" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\ProduitScanne" class="AppBundle\Entity\ProduitScanne" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Reponse" class="AppBundle\Entity\Reponse" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Segment" class="AppBundle\Entity\Segment" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\SousSegment" class="AppBundle\Entity\SousSegment" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Stock" class="AppBundle\Entity\Stock" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\TacheSpeciale" class="AppBundle\Entity\TacheSpeciale" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\TypeScanObjectif" class="AppBundle\Entity\TypeScanObjectif" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\Vente" class="AppBundle\Entity\Vente" public="false" autowire="true"/>
    <service id="autowired.AppBundle\Entity\planningPR" class="AppBundle\Entity\planningPR" public="false" autowire="true"/>
    <service id="service_locator.39e66930232432ca5ba91e98fdd8a17b" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" type="service" id="doctrine.orm.validator.unique"/>
        <argument key="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator" type="service" id="security.validator.user_password"/>
        <argument key="Symfony\Component\Validator\Constraints\EmailValidator" type="service" id="validator.email"/>
        <argument key="Symfony\Component\Validator\Constraints\ExpressionValidator" type="service" id="validator.expression"/>
        <argument key="doctrine.orm.validator.unique" type="service" id="doctrine.orm.validator.unique"/>
        <argument key="security.validator.user_password" type="service" id="security.validator.user_password"/>
        <argument key="validator.expression" type="service" id="validator.expression"/>
      </argument>
    </service>
    <service id="cache.app.recorder_inner" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" public="false" lazy="true">
      <argument>VzY9mEVdqe</argument>
      <argument>0</argument>
      <argument>/home/xjdr8513/public_html/var/cache/dev/pools</argument>
      <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" public="false" lazy="true">
      <argument>KHoSp+9Pcq</argument>
      <argument>0</argument>
      <argument>EeJb7wBanZpiGJpyBmIHcd</argument>
      <argument>/home/xjdr8513/public_html/var/cache/dev/pools</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" public="false" lazy="true">
      <argument>4ZJvRgYYgR</argument>
      <argument>0</argument>
      <argument>EeJb7wBanZpiGJpyBmIHcd</argument>
      <argument>/home/xjdr8513/public_html/var/cache/dev/pools</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" public="false" lazy="true">
      <argument>igXOS16X-q</argument>
      <argument>0</argument>
      <argument>EeJb7wBanZpiGJpyBmIHcd</argument>
      <argument>/home/xjdr8513/public_html/var/cache/dev/pools</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.annotations.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface" public="false" lazy="true">
      <argument>U-m1KInq31</argument>
      <argument>0</argument>
      <argument>EeJb7wBanZpiGJpyBmIHcd</argument>
      <argument>/home/xjdr8513/public_html/var/cache/dev/pools</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="service_locator.8925f20c49cbd61fcb37adf8c595459e" class="Symfony\Component\DependencyInjection\ServiceLocator" public="false">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Twig\Extension\HttpKernelRuntime" type="service" id="twig.runtime.httpkernel"/>
        <argument key="Symfony\Bridge\Twig\Form\TwigRenderer" type="service" id="twig.form.renderer"/>
      </argument>
    </service>
    <service id="Psr\Container\ContainerInterface" alias="service_container" public="false"/>
    <service id="Symfony\Component\DependencyInjection\ContainerInterface" alias="service_container" public="false"/>
    <service id="Symfony\Component\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher" public="false"/>
    <service id="Symfony\Component\HttpKernel\HttpKernelInterface" alias="http_kernel" public="false"/>
    <service id="Symfony\Component\HttpFoundation\RequestStack" alias="request_stack" public="false"/>
    <service id="Symfony\Component\HttpKernel\KernelInterface" alias="kernel" public="false"/>
    <service id="Symfony\Component\Filesystem\Filesystem" alias="filesystem" public="false"/>
    <service id="Symfony\Component\HttpKernel\Config\FileLocator" alias="file_locator" public="false"/>
    <service id="cache.app_clearer" alias="cache.default_clearer"/>
    <service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app" public="false"/>
    <service id="Symfony\Component\Translation\TranslatorInterface" alias="translator.data_collector" public="false"/>
    <service id="Symfony\Component\HttpFoundation\Session\SessionInterface" alias="session" public="false"/>
    <service id="Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface" alias="session.storage.native" public="false"/>
    <service id="SessionHandlerInterface" alias="session.handler.native_file" public="false"/>
    <service id="session.storage.filesystem" alias="session.storage.mock_file"/>
    <service id="session.storage" alias="session.storage.native"/>
    <service id="session.handler" alias="session.handler.native_file"/>
    <service id="Symfony\Component\Form\ResolvedFormTypeFactoryInterface" alias="form.resolved_type_factory" public="false"/>
    <service id="Symfony\Component\Form\FormRegistryInterface" alias="form.registry" public="false"/>
    <service id="Symfony\Component\Form\FormFactoryInterface" alias="form.factory" public="false"/>
    <service id="form.property_accessor" alias="property_accessor" public="false"/>
    <service id="form.choice_list_factory" alias="form.choice_list_factory.cached" public="false"/>
    <service id="Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface" alias="security.csrf.token_generator" public="false"/>
    <service id="Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface" alias="security.csrf.token_storage" public="false"/>
    <service id="Symfony\Component\Security\Csrf\CsrfTokenManagerInterface" alias="security.csrf.token_manager" public="false"/>
    <service id="Symfony\Component\Asset\Packages" alias="assets.packages" public="false"/>
    <service id="templating.loader" alias="templating.loader.filesystem"/>
    <service id="templating" alias="templating.engine.twig"/>
    <service id="Symfony\Component\Validator\Validator\ValidatorInterface" alias="validator" public="false"/>
    <service id="validator.mapping.class_metadata_factory" alias="validator" public="false"/>
    <service id="translator" alias="translator.data_collector"/>
    <service id="cache.default_redis_provider" alias="c66c8daa4fa4dead6a562ed2c4bdb322" public="false"/>
    <service id="cache.default_memcached_provider" alias="8464c6758298cf75d30c4f689fb7886d" public="false"/>
    <service id="Symfony\Component\Stopwatch\Stopwatch" alias="debug.stopwatch" public="false"/>
    <service id="Symfony\Component\HttpKernel\Debug\FileLinkFormatter" alias="debug.file_link_formatter" public="false"/>
    <service id="router" alias="router.default"/>
    <service id="Symfony\Component\Routing\RouterInterface" alias="router.default" public="false"/>
    <service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="router.default" public="false"/>
    <service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="router.default" public="false"/>
    <service id="Symfony\Component\Routing\RequestContext" alias="router.request_context" public="false"/>
    <service id="annotation_reader" alias="annotations.cached_reader"/>
    <service id="Doctrine\Common\Annotations\Reader" alias="annotations.cached_reader" public="false"/>
    <service id="Symfony\Component\PropertyAccess\PropertyAccessorInterface" alias="property_accessor" public="false"/>
    <service id="Symfony\Component\Serializer\SerializerInterface" alias="serializer" public="false"/>
    <service id="Symfony\Component\Serializer\Normalizer\NormalizerInterface" alias="serializer" public="false"/>
    <service id="Symfony\Component\Serializer\Normalizer\DenormalizerInterface" alias="serializer" public="false"/>
    <service id="Symfony\Component\Serializer\Encoder\EncoderInterface" alias="serializer" public="false"/>
    <service id="Symfony\Component\Serializer\Encoder\DecoderInterface" alias="serializer" public="false"/>
    <service id="serializer.property_accessor" alias="property_accessor" public="false"/>
    <service id="Symfony\Component\Serializer\Normalizer\ObjectNormalizer" alias="serializer.normalizer.object" public="false"/>
    <service id="Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface" alias="security.authorization_checker" public="false"/>
    <service id="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" alias="security.token_storage" public="false"/>
    <service id="security.encoder_factory" alias="security.encoder_factory.generic"/>
    <service id="Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" alias="security.encoder_factory.generic" public="false"/>
    <service id="security.password_encoder" alias="security.user_password_encoder.generic"/>
    <service id="Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" alias="security.user_password_encoder.generic" public="false"/>
    <service id="Symfony\Component\Security\Http\Authentication\AuthenticationUtils" alias="security.authentication_utils" public="false"/>
    <service id="Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface" alias="debug.security.access.decision_manager" public="false"/>
    <service id="Symfony\Component\Security\Http\Firewall" alias="security.firewall" public="false"/>
    <service id="security.user.provider.concrete.fos_userbundle" alias="fos_user.user_provider.username" public="false"/>
    <service id="security.user_checker.main" alias="security.user_checker" public="false"/>
    <service id="Symfony\Component\Security\Core\User\UserCheckerInterface" alias="security.user_checker" public="false"/>
    <service id="Twig_Environment" alias="twig" public="false"/>
    <service id="Twig\Environment" alias="twig" public="false"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger" public="false"/>
    <service id="swiftmailer.mailer.default.transport" alias="swiftmailer.mailer.default.transport.spool"/>
    <service id="swiftmailer.mailer.default.spool" alias="swiftmailer.mailer.default.spool.memory"/>
    <service id="swiftmailer.mailer.default.transport.real" alias="swiftmailer.mailer.default.transport.smtp"/>
    <service id="swiftmailer.spool" alias="swiftmailer.mailer.default.spool.memory"/>
    <service id="swiftmailer.transport.real" alias="swiftmailer.mailer.default.transport.smtp"/>
    <service id="Swift_Spool" alias="swiftmailer.mailer.default.spool.memory" public="false"/>
    <service id="swiftmailer.plugin.messagelogger" alias="swiftmailer.mailer.default.plugin.messagelogger"/>
    <service id="swiftmailer.mailer" alias="swiftmailer.mailer.default"/>
    <service id="swiftmailer.transport" alias="swiftmailer.mailer.default.transport.spool"/>
    <service id="Swift_Mailer" alias="swiftmailer.mailer.default" public="false"/>
    <service id="Swift_Transport" alias="swiftmailer.mailer.default.transport.spool" public="false"/>
    <service id="mailer" alias="swiftmailer.mailer.default"/>
    <service id="Doctrine\DBAL\Driver\Connection" alias="doctrine.dbal.default_connection" public="false"/>
    <service id="Doctrine\DBAL\Connection" alias="doctrine.dbal.default_connection" public="false"/>
    <service id="Doctrine\Common\Persistence\ManagerRegistry" alias="doctrine" public="false"/>
    <service id="Symfony\Bridge\Doctrine\RegistryInterface" alias="doctrine" public="false"/>
    <service id="database_connection" alias="doctrine.dbal.default_connection"/>
    <service id="doctrine.dbal.event_manager" alias="doctrine.dbal.default_connection.event_manager" public="false"/>
    <service id="Doctrine\Common\Persistence\ObjectManager" alias="doctrine.orm.default_entity_manager" public="false"/>
    <service id="Doctrine\ORM\EntityManagerInterface" alias="doctrine.orm.default_entity_manager" public="false"/>
    <service id="doctrine.orm.metadata.annotation_reader" alias="annotations.cached_reader" public="false"/>
    <service id="doctrine.orm.entity_manager" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.default_metadata_cache" alias="doctrine_cache.providers.doctrine.orm.default_metadata_cache"/>
    <service id="doctrine.orm.default_result_cache" alias="doctrine_cache.providers.doctrine.orm.default_result_cache"/>
    <service id="doctrine.orm.default_query_cache" alias="doctrine_cache.providers.doctrine.orm.default_query_cache"/>
    <service id="doctrine.orm.default_entity_manager.event_manager" alias="doctrine.dbal.default_connection.event_manager" public="false"/>
    <service id="sensio_framework_extra.security.expression_language" alias="sensio_framework_extra.security.expression_language.default" public="false"/>
    <service id="fos_user.doctrine_registry" alias="doctrine" public="false"/>
    <service id="FOS\UserBundle\Security\LoginManagerInterface" alias="fos_user.security.login_manager" public="false"/>
    <service id="FOS\UserBundle\Util\TokenGeneratorInterface" alias="fos_user.util.token_generator.default" public="false"/>
    <service id="FOS\UserBundle\Util\PasswordUpdaterInterface" alias="fos_user.util.password_updater" public="false"/>
    <service id="FOS\UserBundle\Util\CanonicalFieldsUpdater" alias="fos_user.util.canonical_fields_updater" public="false"/>
    <service id="FOS\UserBundle\Model\UserManagerInterface" alias="fos_user.user_manager.default" public="false"/>
    <service id="fos_user.util.email_canonicalizer" alias="fos_user.util.canonicalizer.default"/>
    <service id="fos_user.util.username_canonicalizer" alias="fos_user.util.canonicalizer.default"/>
    <service id="fos_user.util.token_generator" alias="fos_user.util.token_generator.default"/>
    <service id="fos_user.user_manager" alias="fos_user.user_manager.default"/>
    <service id="fos_user.mailer" alias="fos_user.mailer.default"/>
    <service id="fos_user.session" alias="session" public="false"/>
    <service id="FOS\RestBundle\View\ViewHandlerInterface" alias="fos_rest.view_handler.default"/>
    <service id="FOS\RestBundle\Request\ParamFetcherInterface" alias="fos_rest.request.param_fetcher"/>
    <service id="fos_rest.router" alias="router.default"/>
    <service id="fos_rest.templating" alias="templating.engine.twig"/>
    <service id="fos_rest.view_handler" alias="fos_rest.view_handler.default"/>
    <service id="fos_rest.inflector" alias="fos_rest.inflector.doctrine"/>
    <service id="vich_uploader.storage" alias="vich_uploader.storage.file_system"/>
    <service id="vich_uploader.metadata_driver" alias="vich_uploader.metadata_driver.chain" public="false"/>
    <service id="vich_uploader.metadata.cache" alias="vich_uploader.metadata.cache.file_cache" public="false"/>
    <service id="fos_js_routing.router" alias="router.default" public="false"/>
    <service id="Symfony\Component\Templating\EngineInterface" alias="templating.engine.twig" public="false"/>
    <service id="Symfony\Bundle\FrameworkBundle\Templating\EngineInterface" alias="templating.engine.twig" public="false"/>
    <service id="console.command.appbundle_command_checkincommand" alias="AppBundle\Command\CheckinCommand"/>
    <service id="console.command.appbundle_command_sunshinecommand" alias="AppBundle\Command\SunshineCommand"/>
    <service id="console.command.symfony_bundle_securitybundle_command_userpasswordencodercommand" alias="security.console.user_password_encoder_command"/>
    <service id="console.command.symfony_bundle_webserverbundle_command_serverruncommand" alias="web_server.command.server_run"/>
    <service id="console.command.symfony_bundle_webserverbundle_command_serverstartcommand" alias="web_server.command.server_start"/>
    <service id="console.command.symfony_bundle_webserverbundle_command_serverstopcommand" alias="web_server.command.server_stop"/>
    <service id="console.command.symfony_bundle_webserverbundle_command_serverstatuscommand" alias="web_server.command.server_status"/>
    <service id="twig.loader" alias="twig.loader.filesystem"/>
    <service id="fos_rest.serializer" alias="fos_rest.serializer.symfony"/>
    <service id="service_locator.b8d2046fb854cde05549fb309e1a80d2" alias="1_e00376797b36b5e7eb32c6b006823c21947e5e64b9844cdbb45044c844edee9e" public="false"/>
    <service id="translator.logging.inner" alias="translator.default" public="false"/>
    <service id="translator.data_collector.inner" alias="translator.logging" public="false"/>
    <service id="event_dispatcher" alias="debug.event_dispatcher"/>
    <service id="controller_resolver" alias="debug.controller_resolver" public="false"/>
    <service id="argument_resolver" alias="debug.argument_resolver" public="false"/>
    <service id="security.access.decision_manager" alias="debug.security.access.decision_manager" public="false"/>
  </services>
</container>
