<?xml version="1.0" encoding="utf-8"?>
<container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd">
  <parameters>
    <parameter key="kernel.project_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud</parameter>
    <parameter key="kernel.environment">dev</parameter>
    <parameter key="kernel.runtime_environment">%env(default:kernel.environment:APP_RUNTIME_ENV)%</parameter>
    <parameter key="kernel.runtime_mode">%env(query_string:default:container.runtime_mode:APP_RUNTIME_MODE)%</parameter>
    <parameter key="kernel.runtime_mode.web">%env(bool:default::key:web:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.runtime_mode.cli">%env(not:default:kernel.runtime_mode.web:)%</parameter>
    <parameter key="kernel.runtime_mode.worker">%env(bool:default::key:worker:default:kernel.runtime_mode:)%</parameter>
    <parameter key="kernel.debug">true</parameter>
    <parameter key="kernel.build_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev</parameter>
    <parameter key="kernel.cache_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev</parameter>
    <parameter key="kernel.logs_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/log</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="DoctrineBundle">Doctrine\Bundle\DoctrineBundle\DoctrineBundle</parameter>
      <parameter key="DoctrineFixturesBundle">Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle</parameter>
      <parameter key="MonologBundle">Symfony\Bundle\MonologBundle\MonologBundle</parameter>
      <parameter key="TwigBundle">Symfony\Bundle\TwigBundle\TwigBundle</parameter>
      <parameter key="DebugBundle">Symfony\Bundle\DebugBundle\DebugBundle</parameter>
      <parameter key="WebProfilerBundle">Symfony\Bundle\WebProfilerBundle\WebProfilerBundle</parameter>
      <parameter key="DoctrineMigrationsBundle">Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle</parameter>
      <parameter key="MakerBundle">Symfony\Bundle\MakerBundle\MakerBundle</parameter>
      <parameter key="FOSRestBundle">FOS\RestBundle\FOSRestBundle</parameter>
      <parameter key="NelmioCorsBundle">Nelmio\CorsBundle\NelmioCorsBundle</parameter>
      <parameter key="VichUploaderBundle">Vich\UploaderBundle\VichUploaderBundle</parameter>
      <parameter key="LiipImagineBundle">Liip\ImagineBundle\LiipImagineBundle</parameter>
      <parameter key="WebpackEncoreBundle">Symfony\WebpackEncoreBundle\WebpackEncoreBundle</parameter>
      <parameter key="FOSJsRoutingBundle">FOS\JsRoutingBundle\FOSJsRoutingBundle</parameter>
      <parameter key="BazingaGeocoderBundle">Bazinga\GeocoderBundle\BazingaGeocoderBundle</parameter>
      <parameter key="TwigExtraBundle">Twig\Extra\TwigExtraBundle\TwigExtraBundle</parameter>
      <parameter key="PUGXAutocompleterBundle">PUGX\AutocompleterBundle\PUGXAutocompleterBundle</parameter>
      <parameter key="LexikJWTAuthenticationBundle">Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle</parameter>
      <parameter key="SchebTwoFactorBundle">Scheb\TwoFactorBundle\SchebTwoFactorBundle</parameter>
      <parameter key="StofDoctrineExtensionsBundle">Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle</parameter>
      <parameter key="DukecityCommandSchedulerBundle">Dukecity\CommandSchedulerBundle\DukecityCommandSchedulerBundle</parameter>
    </parameter>
    <parameter key="kernel.bundles_metadata" type="collection">
      <parameter key="FrameworkBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/framework-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\FrameworkBundle</parameter>
      </parameter>
      <parameter key="SecurityBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\SecurityBundle</parameter>
      </parameter>
      <parameter key="DoctrineBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\DoctrineBundle</parameter>
      </parameter>
      <parameter key="DoctrineFixturesBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-fixtures-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\FixturesBundle</parameter>
      </parameter>
      <parameter key="MonologBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/monolog-bundle/src</parameter>
        <parameter key="namespace">Symfony\Bundle\MonologBundle</parameter>
      </parameter>
      <parameter key="TwigBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\TwigBundle</parameter>
      </parameter>
      <parameter key="DebugBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/debug-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\DebugBundle</parameter>
      </parameter>
      <parameter key="WebProfilerBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/web-profiler-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\WebProfilerBundle</parameter>
      </parameter>
      <parameter key="DoctrineMigrationsBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-migrations-bundle</parameter>
        <parameter key="namespace">Doctrine\Bundle\MigrationsBundle</parameter>
      </parameter>
      <parameter key="MakerBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/maker-bundle</parameter>
        <parameter key="namespace">Symfony\Bundle\MakerBundle</parameter>
      </parameter>
      <parameter key="FOSRestBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/friendsofsymfony/rest-bundle</parameter>
        <parameter key="namespace">FOS\RestBundle</parameter>
      </parameter>
      <parameter key="NelmioCorsBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/nelmio/cors-bundle</parameter>
        <parameter key="namespace">Nelmio\CorsBundle</parameter>
      </parameter>
      <parameter key="VichUploaderBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle</parameter>
        <parameter key="namespace">Vich\UploaderBundle</parameter>
      </parameter>
      <parameter key="LiipImagineBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/liip/imagine-bundle</parameter>
        <parameter key="namespace">Liip\ImagineBundle</parameter>
      </parameter>
      <parameter key="WebpackEncoreBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/webpack-encore-bundle/src</parameter>
        <parameter key="namespace">Symfony\WebpackEncoreBundle</parameter>
      </parameter>
      <parameter key="FOSJsRoutingBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/friendsofsymfony/jsrouting-bundle</parameter>
        <parameter key="namespace">FOS\JsRoutingBundle</parameter>
      </parameter>
      <parameter key="BazingaGeocoderBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/willdurand/geocoder-bundle</parameter>
        <parameter key="namespace">Bazinga\GeocoderBundle</parameter>
      </parameter>
      <parameter key="TwigExtraBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/twig/extra-bundle</parameter>
        <parameter key="namespace">Twig\Extra\TwigExtraBundle</parameter>
      </parameter>
      <parameter key="PUGXAutocompleterBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/pugx/autocompleter-bundle</parameter>
        <parameter key="namespace">PUGX\AutocompleterBundle</parameter>
      </parameter>
      <parameter key="LexikJWTAuthenticationBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/lexik/jwt-authentication-bundle</parameter>
        <parameter key="namespace">Lexik\Bundle\JWTAuthenticationBundle</parameter>
      </parameter>
      <parameter key="SchebTwoFactorBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle</parameter>
        <parameter key="namespace">Scheb\TwoFactorBundle</parameter>
      </parameter>
      <parameter key="StofDoctrineExtensionsBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/stof/doctrine-extensions-bundle/src</parameter>
        <parameter key="namespace">Stof\DoctrineExtensionsBundle</parameter>
      </parameter>
      <parameter key="DukecityCommandSchedulerBundle" type="collection">
        <parameter key="path">/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle</parameter>
        <parameter key="namespace">Dukecity\CommandSchedulerBundle</parameter>
      </parameter>
    </parameter>
    <parameter key="kernel.charset">UTF-8</parameter>
    <parameter key="kernel.container_class">App_KernelDevDebugContainer</parameter>
    <parameter key="container.dumper.inline_class_loader">true</parameter>
    <parameter key="c4rgo_magazzino" type="collection">
      <parameter key="sections" type="collection">
        <parameter key="dashboard" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Dashboard</parameter>
          <parameter key="icon">fa-tachometer-alt</parameter>
          <parameter key="role">ROLE_MAGAZZINO_OPERATOR</parameter>
        </parameter>
        <parameter key="articoli" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Articoli</parameter>
          <parameter key="icon">fa-cubes</parameter>
          <parameter key="role">ROLE_MAGAZZINO_OPERATOR</parameter>
        </parameter>
        <parameter key="categorie" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Categorie</parameter>
          <parameter key="icon">fa-sitemap</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="unita_misura" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Unità di Misura</parameter>
          <parameter key="icon">fa-balance-scale</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="attributi" type="collection">
          <parameter key="enabled">false</parameter>
          <parameter key="label">Attributi dinamici</parameter>
          <parameter key="icon">fa-tags</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="magazzini" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Magazzini</parameter>
          <parameter key="icon">fa-warehouse</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="ubicazioni" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Ubicazioni</parameter>
          <parameter key="icon">fa-map-marker</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="causali" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Causali movimento</parameter>
          <parameter key="icon">fa-tag</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="movimenti" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Movimenti</parameter>
          <parameter key="icon">fa-exchange-alt</parameter>
          <parameter key="role">ROLE_MAGAZZINO_OPERATOR</parameter>
        </parameter>
        <parameter key="giacenze" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Giacenze</parameter>
          <parameter key="icon">fa-boxes</parameter>
          <parameter key="role">ROLE_MAGAZZINO_OPERATOR</parameter>
        </parameter>
        <parameter key="lotti" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Lotti</parameter>
          <parameter key="icon">fa-barcode</parameter>
          <parameter key="role">ROLE_MAGAZZINO_OPERATOR</parameter>
        </parameter>
        <parameter key="seriali" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Seriali</parameter>
          <parameter key="icon">fa-fingerprint</parameter>
          <parameter key="role">ROLE_MAGAZZINO_OPERATOR</parameter>
        </parameter>
        <parameter key="tracciabilita" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Tracciabilità</parameter>
          <parameter key="icon">fa-route</parameter>
          <parameter key="role">ROLE_MAGAZZINO_OPERATOR</parameter>
        </parameter>
        <parameter key="identificatori" type="collection">
          <parameter key="enabled">false</parameter>
          <parameter key="label">Identificatori</parameter>
          <parameter key="icon">fa-qrcode</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="import_export" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Import / Export</parameter>
          <parameter key="icon">fa-exchange</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="acquisti" type="collection">
          <parameter key="enabled">false</parameter>
          <parameter key="label">Acquisti</parameter>
          <parameter key="icon">fa-shopping-cart</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="vendite" type="collection">
          <parameter key="enabled">false</parameter>
          <parameter key="label">Vendite</parameter>
          <parameter key="icon">fa-cash-register</parameter>
          <parameter key="role">ROLE_MAGAZZINO_MANAGER</parameter>
        </parameter>
        <parameter key="configurazione" type="collection">
          <parameter key="enabled">true</parameter>
          <parameter key="label">Configurazione</parameter>
          <parameter key="icon">fa-cog</parameter>
          <parameter key="role">ROLE_MAGAZZINO_ADMIN</parameter>
        </parameter>
      </parameter>
      <parameter key="entities" type="collection">
        <parameter key="articolo" type="collection">
          <parameter key="form_sections" type="collection">
            <parameter key="anagrafica" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="label">Anagrafica</parameter>
              <parameter key="order">10</parameter>
              <parameter key="collapsed">false</parameter>
            </parameter>
            <parameter key="classificazione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="label">Classificazione</parameter>
              <parameter key="order">20</parameter>
              <parameter key="collapsed">false</parameter>
            </parameter>
            <parameter key="misure" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="label">Misure e UM</parameter>
              <parameter key="order">30</parameter>
              <parameter key="collapsed">false</parameter>
            </parameter>
            <parameter key="fiscale" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="label">Dati fiscali</parameter>
              <parameter key="order">40</parameter>
              <parameter key="collapsed">true</parameter>
            </parameter>
            <parameter key="logistica" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="label">Logistica</parameter>
              <parameter key="order">50</parameter>
              <parameter key="collapsed">true</parameter>
            </parameter>
            <parameter key="acquisti" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="label">Acquisti</parameter>
              <parameter key="order">60</parameter>
              <parameter key="collapsed">true</parameter>
            </parameter>
            <parameter key="vendite" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="label">Vendite</parameter>
              <parameter key="order">70</parameter>
              <parameter key="collapsed">true</parameter>
            </parameter>
            <parameter key="media" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="label">Immagini e allegati</parameter>
              <parameter key="order">80</parameter>
              <parameter key="collapsed">true</parameter>
            </parameter>
            <parameter key="note" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="label">Note</parameter>
              <parameter key="order">90</parameter>
              <parameter key="collapsed">true</parameter>
            </parameter>
          </parameter>
          <parameter key="fields" type="collection">
            <parameter key="codice" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">anagrafica</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Codice</parameter>
            </parameter>
            <parameter key="barcode" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">anagrafica</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Barcode/EAN</parameter>
            </parameter>
            <parameter key="descrizione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">anagrafica</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Descrizione</parameter>
            </parameter>
            <parameter key="descrizione_estesa" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">anagrafica</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Descrizione estesa</parameter>
            </parameter>
            <parameter key="attivo" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">anagrafica</parameter>
              <parameter key="order">50</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Attivo</parameter>
            </parameter>
            <parameter key="tipo" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">classificazione</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Tipo articolo</parameter>
            </parameter>
            <parameter key="categoria" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">classificazione</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Categoria</parameter>
            </parameter>
            <parameter key="marca" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">classificazione</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Marca</parameter>
            </parameter>
            <parameter key="modello" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">classificazione</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Modello</parameter>
            </parameter>
            <parameter key="unita_misura_base" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">misure</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">UM base</parameter>
            </parameter>
            <parameter key="unita_misura_alternative" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">misure</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">UM alternative (confezioni)</parameter>
            </parameter>
            <parameter key="peso_lordo" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">misure</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Peso lordo (kg)</parameter>
            </parameter>
            <parameter key="peso_netto" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">misure</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Peso netto (kg)</parameter>
            </parameter>
            <parameter key="volume" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">misure</parameter>
              <parameter key="order">50</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Volume (m³)</parameter>
            </parameter>
            <parameter key="lunghezza" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">misure</parameter>
              <parameter key="order">60</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Lunghezza (cm)</parameter>
            </parameter>
            <parameter key="larghezza" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">misure</parameter>
              <parameter key="order">70</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Larghezza (cm)</parameter>
            </parameter>
            <parameter key="altezza" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">misure</parameter>
              <parameter key="order">80</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Altezza (cm)</parameter>
            </parameter>
            <parameter key="codice_iva" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">fiscale</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Codice IVA</parameter>
            </parameter>
            <parameter key="aliquota_iva" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">fiscale</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Aliquota IVA %</parameter>
            </parameter>
            <parameter key="conto_contabile" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">fiscale</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Conto contabile</parameter>
            </parameter>
            <parameter key="scorta_minima" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">logistica</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Scorta minima</parameter>
            </parameter>
            <parameter key="scorta_massima" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">logistica</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Scorta massima</parameter>
            </parameter>
            <parameter key="punto_riordino" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">logistica</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Punto di riordino</parameter>
            </parameter>
            <parameter key="lotto_riordino" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">logistica</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Lotto di riordino</parameter>
            </parameter>
            <parameter key="gestione_lotti" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">logistica</parameter>
              <parameter key="order">50</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Gestione a lotti</parameter>
            </parameter>
            <parameter key="gestione_seriali" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">logistica</parameter>
              <parameter key="order">60</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Gestione a seriali</parameter>
            </parameter>
            <parameter key="gestione_scadenze" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">logistica</parameter>
              <parameter key="order">70</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Gestione scadenze</parameter>
            </parameter>
            <parameter key="strategia_scarico" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">logistica</parameter>
              <parameter key="order">80</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Strategia scarico lotti</parameter>
            </parameter>
            <parameter key="fornitore_principale" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">acquisti</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Fornitore principale</parameter>
            </parameter>
            <parameter key="codice_fornitore" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">acquisti</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Codice fornitore</parameter>
            </parameter>
            <parameter key="prezzo_acquisto" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">acquisti</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Prezzo acquisto</parameter>
            </parameter>
            <parameter key="valuta_acquisto" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">acquisti</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Valuta acquisto</parameter>
            </parameter>
            <parameter key="prezzo_vendita" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">vendite</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Prezzo vendita</parameter>
            </parameter>
            <parameter key="sconto_max" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">vendite</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Sconto massimo %</parameter>
            </parameter>
            <parameter key="listino_default" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">vendite</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Listino default</parameter>
            </parameter>
            <parameter key="immagine_principale" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">media</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Immagine principale</parameter>
            </parameter>
            <parameter key="immagini_galleria" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">media</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Galleria immagini</parameter>
            </parameter>
            <parameter key="allegati" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">media</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Allegati</parameter>
            </parameter>
            <parameter key="note_interne" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">note</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Note interne</parameter>
            </parameter>
            <parameter key="note_pubbliche" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">note</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Note pubbliche</parameter>
            </parameter>
          </parameter>
          <parameter key="list_columns" type="collection">
            <parameter key="codice" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">10</parameter>
              <parameter key="width">120</parameter>
              <parameter key="label">Codice</parameter>
            </parameter>
            <parameter key="descrizione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">20</parameter>
              <parameter key="width">300</parameter>
              <parameter key="label">Descrizione</parameter>
            </parameter>
            <parameter key="categoria" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">30</parameter>
              <parameter key="width">180</parameter>
              <parameter key="label">Categoria</parameter>
            </parameter>
            <parameter key="tipo" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">40</parameter>
              <parameter key="width">110</parameter>
              <parameter key="label">Tipo</parameter>
            </parameter>
            <parameter key="unita_misura_base" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">50</parameter>
              <parameter key="width">60</parameter>
              <parameter key="label">UM</parameter>
            </parameter>
            <parameter key="attivo" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">60</parameter>
              <parameter key="width">70</parameter>
              <parameter key="label">Attivo</parameter>
            </parameter>
            <parameter key="creato_il" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">70</parameter>
              <parameter key="width">130</parameter>
              <parameter key="label">Creato il</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="categoria" type="collection">
          <parameter key="fields" type="collection">
            <parameter key="nome" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Nome</parameter>
            </parameter>
            <parameter key="codice" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Codice</parameter>
            </parameter>
            <parameter key="descrizione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Descrizione</parameter>
            </parameter>
            <parameter key="icona" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Icona</parameter>
            </parameter>
            <parameter key="colore" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">50</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Colore</parameter>
            </parameter>
            <parameter key="parent" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">60</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Categoria padre</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="unita_misura" type="collection">
          <parameter key="fields" type="collection">
            <parameter key="codice" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Codice (es. pz, kg, m)</parameter>
            </parameter>
            <parameter key="nome" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Nome</parameter>
            </parameter>
            <parameter key="descrizione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Descrizione</parameter>
            </parameter>
            <parameter key="tipo" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Tipo (lunghezza, peso, volume, qta...)</parameter>
            </parameter>
            <parameter key="decimali" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">50</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Decimali ammessi</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="magazzino" type="collection">
          <parameter key="fields" type="collection">
            <parameter key="codice" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Codice</parameter>
            </parameter>
            <parameter key="nome" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Nome</parameter>
            </parameter>
            <parameter key="descrizione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Descrizione</parameter>
            </parameter>
            <parameter key="indirizzo" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Indirizzo</parameter>
            </parameter>
            <parameter key="citta" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">50</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Città</parameter>
            </parameter>
            <parameter key="cap" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">60</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">CAP</parameter>
            </parameter>
            <parameter key="nazione" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">70</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Nazione</parameter>
            </parameter>
            <parameter key="referente" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">80</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Referente</parameter>
            </parameter>
            <parameter key="telefono" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">90</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Telefono</parameter>
            </parameter>
            <parameter key="email" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">100</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Email</parameter>
            </parameter>
            <parameter key="note" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">110</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Note</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="causale" type="collection">
          <parameter key="fields" type="collection">
            <parameter key="codice" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Codice</parameter>
            </parameter>
            <parameter key="descrizione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Descrizione</parameter>
            </parameter>
            <parameter key="tipo" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Tipo movimento</parameter>
            </parameter>
            <parameter key="segno" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Segno (carico/scarico/neutro)</parameter>
            </parameter>
            <parameter key="aggiorna_giacenza" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">50</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Aggiorna giacenza</parameter>
            </parameter>
            <parameter key="impegna" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">60</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Impegna scorta</parameter>
            </parameter>
            <parameter key="note" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">70</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Note</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="movimento" type="collection">
          <parameter key="form_sections" type="collection">
            <parameter key="testata" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="label">Testata</parameter>
              <parameter key="order">10</parameter>
              <parameter key="collapsed">false</parameter>
            </parameter>
            <parameter key="righe" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="label">Righe</parameter>
              <parameter key="order">20</parameter>
              <parameter key="collapsed">false</parameter>
            </parameter>
            <parameter key="note" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="label">Note</parameter>
              <parameter key="order">30</parameter>
              <parameter key="collapsed">true</parameter>
            </parameter>
          </parameter>
          <parameter key="fields" type="collection">
            <parameter key="data" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">testata</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Data movimento</parameter>
            </parameter>
            <parameter key="causale" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">testata</parameter>
              <parameter key="order">20</parameter>
              <parameter key="required">true</parameter>
              <parameter key="label">Causale</parameter>
            </parameter>
            <parameter key="magazzino_origine" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">testata</parameter>
              <parameter key="order">30</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Magazzino origine</parameter>
            </parameter>
            <parameter key="magazzino_destinazione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">testata</parameter>
              <parameter key="order">40</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Magazzino destinazione</parameter>
            </parameter>
            <parameter key="riferimento_esterno" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">testata</parameter>
              <parameter key="order">50</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Riferimento esterno</parameter>
            </parameter>
            <parameter key="azienda_riferimento" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="section">testata</parameter>
              <parameter key="order">60</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Azienda di riferimento (cliente/fornitore)</parameter>
            </parameter>
            <parameter key="note" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="section">note</parameter>
              <parameter key="order">10</parameter>
              <parameter key="required">false</parameter>
              <parameter key="label">Note</parameter>
            </parameter>
          </parameter>
          <parameter key="list_columns" type="collection">
            <parameter key="numero" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">10</parameter>
              <parameter key="width">100</parameter>
              <parameter key="label">N.</parameter>
            </parameter>
            <parameter key="data" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">20</parameter>
              <parameter key="width">120</parameter>
              <parameter key="label">Data</parameter>
            </parameter>
            <parameter key="causale" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">30</parameter>
              <parameter key="width">160</parameter>
              <parameter key="label">Causale</parameter>
            </parameter>
            <parameter key="magazzino" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">40</parameter>
              <parameter key="width">150</parameter>
              <parameter key="label">Magazzino</parameter>
            </parameter>
            <parameter key="righe_count" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">50</parameter>
              <parameter key="width">70</parameter>
              <parameter key="label">Righe</parameter>
            </parameter>
            <parameter key="stato" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">60</parameter>
              <parameter key="width">90</parameter>
              <parameter key="label">Stato</parameter>
            </parameter>
          </parameter>
        </parameter>
        <parameter key="giacenza" type="collection">
          <parameter key="list_columns" type="collection">
            <parameter key="articolo" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">10</parameter>
              <parameter key="width">130</parameter>
              <parameter key="label">Articolo</parameter>
            </parameter>
            <parameter key="descrizione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">20</parameter>
              <parameter key="width">280</parameter>
              <parameter key="label">Descrizione</parameter>
            </parameter>
            <parameter key="magazzino" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">30</parameter>
              <parameter key="width">140</parameter>
              <parameter key="label">Magazzino</parameter>
            </parameter>
            <parameter key="ubicazione" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">40</parameter>
              <parameter key="width">140</parameter>
              <parameter key="label">Ubicazione</parameter>
            </parameter>
            <parameter key="lotto" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">50</parameter>
              <parameter key="width">120</parameter>
              <parameter key="label">Lotto</parameter>
            </parameter>
            <parameter key="disponibile" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">60</parameter>
              <parameter key="width">110</parameter>
              <parameter key="label">Disponibile</parameter>
            </parameter>
            <parameter key="impegnata" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">70</parameter>
              <parameter key="width">110</parameter>
              <parameter key="label">Impegnata</parameter>
            </parameter>
            <parameter key="ordinata" type="collection">
              <parameter key="enabled">false</parameter>
              <parameter key="order">80</parameter>
              <parameter key="width">110</parameter>
              <parameter key="label">Ordinata</parameter>
            </parameter>
            <parameter key="um" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">90</parameter>
              <parameter key="width">60</parameter>
              <parameter key="label">UM</parameter>
            </parameter>
            <parameter key="sotto_scorta" type="collection">
              <parameter key="enabled">true</parameter>
              <parameter key="order">100</parameter>
              <parameter key="width">50</parameter>
              <parameter key="label">⚠</parameter>
            </parameter>
          </parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="env(DATABASE_URL)"></parameter>
    <parameter key="env(DATABASE_SERVER_VERSION)">10.11.14-MariaDB</parameter>
    <parameter key="locale">en</parameter>
    <parameter key="app_locales">en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN</parameter>
    <parameter key="app.notifications.email_sender">anonymous@example.com</parameter>
    <parameter key="base.data.folder">C:/Users/stefa/Documents/lavori/consite/ctprj/web/public-resources/</parameter>
    <parameter key="account.security_listener.class">App\EventListener\SecurityListener</parameter>
    <parameter key="avatar_directory">/var/www/html/my.c4rgo.cloud/c4rgocloud/public/upload/avatars</parameter>
    <parameter key="container_folder">/var/www/html/my.c4rgo.cloud/c4rgocloud/public/upload/container</parameter>
    <parameter key="avatar_path">upload/avatars</parameter>
    <parameter key="logo_directory">/var/www/html/my.c4rgo.cloud/c4rgocloud/public/upload/loghi</parameter>
    <parameter key="logo_path">upload/loghi</parameter>
    <parameter key="app.encryption_key">%env(APP_ENCRYPTION_KEY)%</parameter>
    <parameter key="env(OKTA_SSL_VERIFY)" type="string">true</parameter>
    <parameter key="app.site_online">%env(SITE_ONLINE)%</parameter>
    <parameter key="app.legacy_login">%env(LEGACY_LOGIN)%</parameter>
    <parameter key="app.okta_app_url">%env(OKTA_APP_URL)%</parameter>
    <parameter key="app.mailer_report_dsn">%env(MAILER_REPORT_DSN)%</parameter>
    <parameter key="app.email_from_report">%env(EMAIL_FROM_REPORT)%</parameter>
    <parameter key="env(SERVER_PATH)"></parameter>
    <parameter key="app.server_path">%env(SERVER_PATH)%</parameter>
    <parameter key="app.email_support">%env(EMAIL_SUPPORT)%</parameter>
    <parameter key="app.nome_support">%env(NOME_SUPPORT)%</parameter>
    <parameter key="app.oracle.base_url">%env(ORACLE_BASE_URL)%</parameter>
    <parameter key="app.oracle.basic_auth">%env(ORACLE_BASIC_AUTH)%</parameter>
    <parameter key="app.oracle.client_id">%env(ORACLE_CLIENT_ID)%</parameter>
    <parameter key="app.oracle.client_secret">%env(ORACLE_CLIENT_SECRET)%</parameter>
    <parameter key="app.oracle.grant_type">%env(ORACLE_GRANT_TYPE)%</parameter>
    <parameter key="app.oracle.scope">%env(ORACLE_SCOPE)%</parameter>
    <parameter key="app.oracle.service_url">%env(ORACLE_SERVICE_URL)%</parameter>
    <parameter key="app.file_manager_web_root">/fmuploads</parameter>
    <parameter key="modelli_upload_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/public/fmuploads/modelli</parameter>
    <parameter key="componenti_upload_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/public/fmuploads/componenti</parameter>
    <parameter key="famiglia_componenti_upload_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/public/fmuploads/famiglia_componenti</parameter>
    <parameter key="maps_provider">%env(MAPS_PROVIDER)%</parameter>
    <parameter key="google_maps_api_key">%env(GOOGLE_MAPS_API_KEY)%</parameter>
    <parameter key="scanner_mqtt_host">%env(SCANNER_MQTT_HOST)%</parameter>
    <parameter key="scanner_mqtt_port">%env(int:SCANNER_MQTT_PORT)%</parameter>
    <parameter key="scanner_mqtt_username">%env(SCANNER_MQTT_USERNAME)%</parameter>
    <parameter key="scanner_mqtt_password">%env(SCANNER_MQTT_PASSWORD)%</parameter>
    <parameter key="scanner_mqtt_use_tls">%env(bool:SCANNER_MQTT_USE_TLS)%</parameter>
    <parameter key="scanner_mqtt_ca_file">%env(SCANNER_MQTT_CA_FILE)%</parameter>
    <parameter key="c4rgo_dsc.relay">%env(C4RGO_DSC_RELAY)%</parameter>
    <parameter key="c4rgo_dsc.api_key">%env(C4RGO_DSC_API_KEY)%</parameter>
    <parameter key="event_dispatcher.event_aliases" type="collection">
      <parameter key="Symfony\Component\Console\Event\ConsoleCommandEvent">console.command</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleErrorEvent">console.error</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleSignalEvent">console.signal</parameter>
      <parameter key="Symfony\Component\Console\Event\ConsoleTerminateEvent">console.terminate</parameter>
      <parameter key="Symfony\Component\Form\Event\PreSubmitEvent">form.pre_submit</parameter>
      <parameter key="Symfony\Component\Form\Event\SubmitEvent">form.submit</parameter>
      <parameter key="Symfony\Component\Form\Event\PostSubmitEvent">form.post_submit</parameter>
      <parameter key="Symfony\Component\Form\Event\PreSetDataEvent">form.pre_set_data</parameter>
      <parameter key="Symfony\Component\Form\Event\PostSetDataEvent">form.post_set_data</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent">kernel.controller_arguments</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ControllerEvent">kernel.controller</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ResponseEvent">kernel.response</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\FinishRequestEvent">kernel.finish_request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\RequestEvent">kernel.request</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ViewEvent">kernel.view</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\ExceptionEvent">kernel.exception</parameter>
      <parameter key="Symfony\Component\HttpKernel\Event\TerminateEvent">kernel.terminate</parameter>
      <parameter key="Symfony\Component\Security\Core\Event\AuthenticationSuccessEvent">security.authentication.success</parameter>
      <parameter key="Symfony\Component\Security\Http\Event\InteractiveLoginEvent">security.interactive_login</parameter>
      <parameter key="Symfony\Component\Security\Http\Event\SwitchUserEvent">security.switch_user</parameter>
    </parameter>
    <parameter key="fragment.renderer.hinclude.global_template">null</parameter>
    <parameter key="fragment.path">/_fragment</parameter>
    <parameter key="kernel.secret">%env(APP_SECRET)%</parameter>
    <parameter key="kernel.http_method_override">true</parameter>
    <parameter key="kernel.trust_x_sendfile_type_header">false</parameter>
    <parameter key="kernel.trusted_hosts" type="collection"/>
    <parameter key="kernel.default_locale">en</parameter>
    <parameter key="kernel.enabled_locales" type="collection"/>
    <parameter key="kernel.error_controller">error_controller</parameter>
    <parameter key="debug.file_link_format">null</parameter>
    <parameter key="asset.request_context.base_path">null</parameter>
    <parameter key="asset.request_context.secure">null</parameter>
    <parameter key="translator.logging">false</parameter>
    <parameter key="translator.default_path">/var/www/html/my.c4rgo.cloud/c4rgocloud/translations</parameter>
    <parameter key="debug.error_handler.throw_at">-1</parameter>
    <parameter key="debug.container.dump">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/App_KernelDevDebugContainer.xml</parameter>
    <parameter key="router.request_context.host">localhost</parameter>
    <parameter key="router.request_context.scheme">http</parameter>
    <parameter key="router.request_context.base_url"></parameter>
    <parameter key="router.resource">kernel::loadRoutes</parameter>
    <parameter key="router.cache_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev</parameter>
    <parameter key="request_listener.http_port">80</parameter>
    <parameter key="request_listener.https_port">443</parameter>
    <parameter key="serializer.mapping.cache.file">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/serialization.php</parameter>
    <parameter key="cache.prefix.seed">symfony-demo</parameter>
    <parameter key="session.metadata.storage_key">_sf2_meta</parameter>
    <parameter key="session.storage.options" type="collection">
      <parameter key="cache_limiter" type="string">0</parameter>
      <parameter key="cookie_secure">auto</parameter>
      <parameter key="cookie_httponly">true</parameter>
      <parameter key="cookie_samesite">lax</parameter>
      <parameter key="gc_probability">1</parameter>
    </parameter>
    <parameter key="session.metadata.cookie_lifetime">null</parameter>
    <parameter key="session.save_path">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/sessions</parameter>
    <parameter key="session.metadata.update_threshold">0</parameter>
    <parameter key="form.type_extension.csrf.enabled">true</parameter>
    <parameter key="form.type_extension.csrf.field_name">_token</parameter>
    <parameter key="validator.mapping.cache.file">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/validation.php</parameter>
    <parameter key="validator.translation_domain">validators</parameter>
    <parameter key="profiler_listener.only_exceptions">false</parameter>
    <parameter key="profiler_listener.only_main_requests">false</parameter>
    <parameter key="profiler.storage.dsn">file:/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/profiler</parameter>
    <parameter key="security.role_hierarchy.roles" type="collection">
      <parameter key="ROLE_MAGAZZINO_MANAGER" type="collection">
        <parameter>ROLE_MAGAZZINO_OPERATOR</parameter>
      </parameter>
      <parameter key="ROLE_MAGAZZINO_ADMIN" type="collection">
        <parameter>ROLE_MAGAZZINO_MANAGER</parameter>
      </parameter>
      <parameter key="ROLE_ADMIN" type="collection">
        <parameter>ROLE_MAGAZZINO_ADMIN</parameter>
      </parameter>
    </parameter>
    <parameter key="security.access.denied_url">null</parameter>
    <parameter key="security.authentication.manager.erase_credentials">true</parameter>
    <parameter key="security.authentication.session_strategy.strategy">migrate</parameter>
    <parameter key="security.authentication.hide_user_not_found">true</parameter>
    <parameter key="security.firewalls" type="collection">
      <parameter>dev</parameter>
      <parameter>main</parameter>
    </parameter>
    <parameter key="security.logout_uris" type="collection"/>
    <parameter key="doctrine.dbal.configuration.class">Doctrine\DBAL\Configuration</parameter>
    <parameter key="doctrine.data_collector.class">Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector</parameter>
    <parameter key="doctrine.dbal.connection.event_manager.class">Symfony\Bridge\Doctrine\ContainerAwareEventManager</parameter>
    <parameter key="doctrine.dbal.connection_factory.class">Doctrine\Bundle\DoctrineBundle\ConnectionFactory</parameter>
    <parameter key="doctrine.dbal.events.mysql_session_init.class">Doctrine\DBAL\Event\Listeners\MysqlSessionInit</parameter>
    <parameter key="doctrine.dbal.events.oracle_session_init.class">Doctrine\DBAL\Event\Listeners\OracleSessionInit</parameter>
    <parameter key="doctrine.class">Doctrine\Bundle\DoctrineBundle\Registry</parameter>
    <parameter key="doctrine.entity_managers" type="collection">
      <parameter key="default">doctrine.orm.default_entity_manager</parameter>
    </parameter>
    <parameter key="doctrine.default_entity_manager">default</parameter>
    <parameter key="doctrine.dbal.connection_factory.types" type="collection">
      <parameter key="uuid" type="collection">
        <parameter key="class">Ramsey\Uuid\Doctrine\UuidType</parameter>
      </parameter>
    </parameter>
    <parameter key="doctrine.connections" type="collection">
      <parameter key="default">doctrine.dbal.default_connection</parameter>
    </parameter>
    <parameter key="doctrine.default_connection">default</parameter>
    <parameter key="doctrine.orm.configuration.class">Doctrine\ORM\Configuration</parameter>
    <parameter key="doctrine.orm.entity_manager.class">Doctrine\ORM\EntityManager</parameter>
    <parameter key="doctrine.orm.manager_configurator.class">Doctrine\Bundle\DoctrineBundle\ManagerConfigurator</parameter>
    <parameter key="doctrine.orm.cache.array.class">Doctrine\Common\Cache\ArrayCache</parameter>
    <parameter key="doctrine.orm.cache.apc.class">Doctrine\Common\Cache\ApcCache</parameter>
    <parameter key="doctrine.orm.cache.memcache.class">Doctrine\Common\Cache\MemcacheCache</parameter>
    <parameter key="doctrine.orm.cache.memcache_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcache_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcache_instance.class">Memcache</parameter>
    <parameter key="doctrine.orm.cache.memcached.class">Doctrine\Common\Cache\MemcachedCache</parameter>
    <parameter key="doctrine.orm.cache.memcached_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.memcached_port">11211</parameter>
    <parameter key="doctrine.orm.cache.memcached_instance.class">Memcached</parameter>
    <parameter key="doctrine.orm.cache.redis.class">Doctrine\Common\Cache\RedisCache</parameter>
    <parameter key="doctrine.orm.cache.redis_host">localhost</parameter>
    <parameter key="doctrine.orm.cache.redis_port">6379</parameter>
    <parameter key="doctrine.orm.cache.redis_instance.class">Redis</parameter>
    <parameter key="doctrine.orm.cache.xcache.class">Doctrine\Common\Cache\XcacheCache</parameter>
    <parameter key="doctrine.orm.cache.wincache.class">Doctrine\Common\Cache\WinCacheCache</parameter>
    <parameter key="doctrine.orm.cache.zenddata.class">Doctrine\Common\Cache\ZendDataCache</parameter>
    <parameter key="doctrine.orm.metadata.driver_chain.class">Doctrine\Persistence\Mapping\Driver\MappingDriverChain</parameter>
    <parameter key="doctrine.orm.metadata.annotation.class">Doctrine\ORM\Mapping\Driver\AnnotationDriver</parameter>
    <parameter key="doctrine.orm.metadata.xml.class">Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver</parameter>
    <parameter key="doctrine.orm.metadata.yml.class">Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver</parameter>
    <parameter key="doctrine.orm.metadata.php.class">Doctrine\Persistence\Mapping\Driver\PHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.staticphp.class">Doctrine\Persistence\Mapping\Driver\StaticPHPDriver</parameter>
    <parameter key="doctrine.orm.metadata.attribute.class">Doctrine\ORM\Mapping\Driver\AttributeDriver</parameter>
    <parameter key="doctrine.orm.proxy_cache_warmer.class">Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer</parameter>
    <parameter key="form.type_guesser.doctrine.class">Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</parameter>
    <parameter key="doctrine.orm.validator.unique.class">Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator</parameter>
    <parameter key="doctrine.orm.validator_initializer.class">Symfony\Bridge\Doctrine\Validator\DoctrineInitializer</parameter>
    <parameter key="doctrine.orm.security.user.provider.class">Symfony\Bridge\Doctrine\Security\User\EntityUserProvider</parameter>
    <parameter key="doctrine.orm.listeners.resolve_target_entity.class">Doctrine\ORM\Tools\ResolveTargetEntityListener</parameter>
    <parameter key="doctrine.orm.listeners.attach_entity_listeners.class">Doctrine\ORM\Tools\AttachEntityListenersListener</parameter>
    <parameter key="doctrine.orm.naming_strategy.default.class">Doctrine\ORM\Mapping\DefaultNamingStrategy</parameter>
    <parameter key="doctrine.orm.naming_strategy.underscore.class">Doctrine\ORM\Mapping\UnderscoreNamingStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.default.class">Doctrine\ORM\Mapping\DefaultQuoteStrategy</parameter>
    <parameter key="doctrine.orm.quote_strategy.ansi.class">Doctrine\ORM\Mapping\AnsiQuoteStrategy</parameter>
    <parameter key="doctrine.orm.typed_field_mapper.default.class">Doctrine\ORM\Mapping\DefaultTypedFieldMapper</parameter>
    <parameter key="doctrine.orm.entity_listener_resolver.class">Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_cache_factory.class">Doctrine\ORM\Cache\DefaultCacheFactory</parameter>
    <parameter key="doctrine.orm.second_level_cache.default_region.class">Doctrine\ORM\Cache\Region\DefaultRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.filelock_region.class">Doctrine\ORM\Cache\Region\FileLockRegion</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_chain.class">Doctrine\ORM\Cache\Logging\CacheLoggerChain</parameter>
    <parameter key="doctrine.orm.second_level_cache.logger_statistics.class">Doctrine\ORM\Cache\Logging\StatisticsCacheLogger</parameter>
    <parameter key="doctrine.orm.second_level_cache.cache_configuration.class">Doctrine\ORM\Cache\CacheConfiguration</parameter>
    <parameter key="doctrine.orm.second_level_cache.regions_configuration.class">Doctrine\ORM\Cache\RegionsConfiguration</parameter>
    <parameter key="doctrine.orm.auto_generate_proxy_classes">true</parameter>
    <parameter key="doctrine.orm.enable_lazy_ghost_objects">true</parameter>
    <parameter key="doctrine.orm.enable_native_lazy_objects">false</parameter>
    <parameter key="doctrine.orm.proxy_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/doctrine/orm/Proxies</parameter>
    <parameter key="doctrine.orm.proxy_namespace">Proxies</parameter>
    <parameter key="monolog.use_microseconds">true</parameter>
    <parameter key="monolog.swift_mailer.handlers" type="collection"/>
    <parameter key="monolog.handlers_to_channels" type="collection">
      <parameter key="monolog.handler.console" type="collection">
        <parameter key="type">exclusive</parameter>
        <parameter key="elements" type="collection">
          <parameter>event</parameter>
          <parameter>doctrine</parameter>
          <parameter>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="twig.form.resources" type="collection">
      <parameter>@VichUploader/Form/fields.html.twig</parameter>
      <parameter>form_div_layout.html.twig</parameter>
      <parameter>@LiipImagine/Form/form_div_layout.html.twig</parameter>
      <parameter>form/layout.html.twig</parameter>
      <parameter>form/fields.html.twig</parameter>
      <parameter>form/file_gallery_theme.html.twig</parameter>
    </parameter>
    <parameter key="twig.default_path">/var/www/html/my.c4rgo.cloud/c4rgocloud/templates</parameter>
    <parameter key="env(VAR_DUMPER_SERVER)">127.0.0.1:9912</parameter>
    <parameter key="web_profiler.debug_toolbar.intercept_redirects">false</parameter>
    <parameter key="web_profiler.debug_toolbar.mode">2</parameter>
    <parameter key="doctrine.migrations.preferred_em">null</parameter>
    <parameter key="doctrine.migrations.preferred_connection">null</parameter>
    <parameter key="fos_rest.format_listener.rules">null</parameter>
    <parameter key="nelmio_cors.map" type="collection">
      <parameter key="^/" type="collection"/>
    </parameter>
    <parameter key="nelmio_cors.defaults" type="collection">
      <parameter key="allow_origin" type="collection">
        <parameter>%env(CORS_ALLOW_ORIGIN)%</parameter>
      </parameter>
      <parameter key="allow_credentials">false</parameter>
      <parameter key="allow_headers" type="collection">
        <parameter>content-type</parameter>
        <parameter>authorization</parameter>
      </parameter>
      <parameter key="allow_private_network">false</parameter>
      <parameter key="expose_headers" type="collection"/>
      <parameter key="allow_methods" type="collection">
        <parameter>GET</parameter>
        <parameter>OPTIONS</parameter>
        <parameter>POST</parameter>
        <parameter>PUT</parameter>
        <parameter>PATCH</parameter>
        <parameter>DELETE</parameter>
      </parameter>
      <parameter key="max_age">3600</parameter>
      <parameter key="hosts" type="collection"/>
      <parameter key="origin_regex">true</parameter>
      <parameter key="skip_same_as_origin">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="vich_uploader.default_filename_attribute_suffix">_name</parameter>
    <parameter key="vich_uploader.mappings" type="collection">
      <parameter key="componenti_immagini" type="collection">
        <parameter key="uri_prefix">/uploads/componenti</parameter>
        <parameter key="upload_destination">/var/www/html/my.c4rgo.cloud/c4rgocloud/public/uploads/componenti</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.componenti_immagini</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="erase_fields">true</parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="namer_keep_extension">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
      <parameter key="contenitori_immagini" type="collection">
        <parameter key="uri_prefix">/uploads/contenitori</parameter>
        <parameter key="upload_destination">/var/www/html/my.c4rgo.cloud/c4rgocloud/public/uploads/contenitori</parameter>
        <parameter key="namer" type="collection">
          <parameter key="service">Vich\UploaderBundle\Naming\SmartUniqueNamer.contenitori_immagini</parameter>
          <parameter key="options" type="collection"/>
        </parameter>
        <parameter key="directory_namer" type="collection">
          <parameter key="service">null</parameter>
          <parameter key="options">null</parameter>
        </parameter>
        <parameter key="delete_on_remove">true</parameter>
        <parameter key="erase_fields">true</parameter>
        <parameter key="delete_on_update">true</parameter>
        <parameter key="inject_on_load">false</parameter>
        <parameter key="namer_keep_extension">false</parameter>
        <parameter key="db_driver">orm</parameter>
      </parameter>
    </parameter>
    <parameter key="vich_uploader.use_flysystem_to_resolve_uri">false</parameter>
    <parameter key="liip_imagine.resolvers" type="collection">
      <parameter key="default" type="collection">
        <parameter key="web_path" type="collection">
          <parameter key="web_root">/var/www/html/my.c4rgo.cloud/c4rgocloud/public</parameter>
          <parameter key="cache_prefix">media/cache</parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="liip_imagine.loaders" type="collection">
      <parameter key="default" type="collection">
        <parameter key="filesystem" type="collection">
          <parameter key="locator">filesystem</parameter>
          <parameter key="data_root" type="collection">
            <parameter>/var/www/html/my.c4rgo.cloud/c4rgocloud/public</parameter>
          </parameter>
          <parameter key="allow_unresolvable_data_roots">false</parameter>
          <parameter key="bundle_resources" type="collection">
            <parameter key="enabled">false</parameter>
            <parameter key="access_control_type">blacklist</parameter>
            <parameter key="access_control_list" type="collection"/>
          </parameter>
        </parameter>
      </parameter>
    </parameter>
    <parameter key="liip_imagine.jpegoptim.binary">/usr/bin/jpegoptim</parameter>
    <parameter key="liip_imagine.jpegoptim.stripAll">true</parameter>
    <parameter key="liip_imagine.jpegoptim.max">null</parameter>
    <parameter key="liip_imagine.jpegoptim.progressive">true</parameter>
    <parameter key="liip_imagine.jpegoptim.tempDir">null</parameter>
    <parameter key="liip_imagine.optipng.binary">/usr/bin/optipng</parameter>
    <parameter key="liip_imagine.optipng.level">7</parameter>
    <parameter key="liip_imagine.optipng.stripAll">true</parameter>
    <parameter key="liip_imagine.optipng.tempDir">null</parameter>
    <parameter key="liip_imagine.pngquant.binary">/usr/bin/pngquant</parameter>
    <parameter key="liip_imagine.mozjpeg.binary">/opt/mozjpeg/bin/cjpeg</parameter>
    <parameter key="liip_imagine.cwebp.binary">/usr/bin/cwebp</parameter>
    <parameter key="liip_imagine.cwebp.tempDir">null</parameter>
    <parameter key="liip_imagine.cwebp.q">75</parameter>
    <parameter key="liip_imagine.cwebp.alphaQ">100</parameter>
    <parameter key="liip_imagine.cwebp.m">4</parameter>
    <parameter key="liip_imagine.cwebp.alphaFilter">fast</parameter>
    <parameter key="liip_imagine.cwebp.alphaMethod">1</parameter>
    <parameter key="liip_imagine.cwebp.exact">false</parameter>
    <parameter key="liip_imagine.cwebp.metadata" type="collection">
      <parameter>none</parameter>
    </parameter>
    <parameter key="liip_imagine.driver_service">liip_imagine.gd</parameter>
    <parameter key="liip_imagine.cache.resolver.default">default</parameter>
    <parameter key="liip_imagine.default_image">null</parameter>
    <parameter key="liip_imagine.filter_sets" type="collection"/>
    <parameter key="liip_imagine.binary.loader.default">default</parameter>
    <parameter key="liip_imagine.controller.filter_action">Liip\ImagineBundle\Controller\ImagineController::filterAction</parameter>
    <parameter key="liip_imagine.controller.filter_runtime_action">Liip\ImagineBundle\Controller\ImagineController::filterRuntimeAction</parameter>
    <parameter key="liip_imagine.webp.generate">false</parameter>
    <parameter key="liip_imagine.webp.options" type="collection">
      <parameter key="quality">100</parameter>
      <parameter key="cache">null</parameter>
      <parameter key="data_loader">null</parameter>
      <parameter key="post_processors" type="collection"/>
    </parameter>
    <parameter key="fos_js_routing.extractor.class">FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor</parameter>
    <parameter key="fos_js_routing.routes_response.class">FOS\JsRoutingBundle\Response\RoutesResponse</parameter>
    <parameter key="fos_js_routing.controller.class">FOS\JsRoutingBundle\Controller\Controller</parameter>
    <parameter key="fos_js_routing.normalizer.route_collection.class">FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer</parameter>
    <parameter key="fos_js_routing.normalizer.routes_response.class">FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer</parameter>
    <parameter key="fos_js_routing.denormalizer.route_collection.class">FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer</parameter>
    <parameter key="fos_js_routing.request_context_base_url">null</parameter>
    <parameter key="fos_js_routing.cache_control" type="collection">
      <parameter key="enabled">false</parameter>
    </parameter>
    <parameter key="pugx_autocompleter.autocomplete_class">PUGX\AutocompleterBundle\Form\Type\AutocompleteType</parameter>
    <parameter key="pugx_autocompleter.autocomplete_filter_class">PUGX\AutocompleterBundle\Form\Type\AutocompleteFilterType</parameter>
    <parameter key="lexik_jwt_authentication.pass_phrase">%env(JWT_PASSPHRASE)%</parameter>
    <parameter key="lexik_jwt_authentication.token_ttl">3600</parameter>
    <parameter key="lexik_jwt_authentication.clock_skew">0</parameter>
    <parameter key="lexik_jwt_authentication.allow_no_expiration">false</parameter>
    <parameter key="lexik_jwt_authentication.user_id_claim">username</parameter>
    <parameter key="lexik_jwt_authentication.encoder.signature_algorithm">RS256</parameter>
    <parameter key="scheb_two_factor.model_manager_name">null</parameter>
    <parameter key="scheb_two_factor.security_tokens" type="collection">
      <parameter>Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken</parameter>
    </parameter>
    <parameter key="scheb_two_factor.ip_whitelist" type="collection"/>
    <parameter key="scheb_two_factor.email.sender_email">%env(EMAIL_FROM)%</parameter>
    <parameter key="scheb_two_factor.email.sender_name">Il tuo sito</parameter>
    <parameter key="scheb_two_factor.email.template">security/2fa_email.html.twig</parameter>
    <parameter key="scheb_two_factor.email.digits">6</parameter>
    <parameter key="scheb_two_factor.trusted_device.enabled">false</parameter>
    <parameter key="stof_doctrine_extensions.listener.tree.class">Gedmo\Tree\TreeListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.timestampable.class">Gedmo\Timestampable\TimestampableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.blameable.class">Gedmo\Blameable\BlameableListener</parameter>
    <parameter key="stof_doctrine_extensions.event_listener.blame.class">Stof\DoctrineExtensionsBundle\EventListener\BlameListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.softdeleteable.class">Gedmo\SoftDeleteable\SoftDeleteableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.sluggable.class">Gedmo\Sluggable\SluggableListener</parameter>
    <parameter key="stof_doctrine_extensions.default_locale">en</parameter>
    <parameter key="stof_doctrine_extensions.translation_fallback">false</parameter>
    <parameter key="stof_doctrine_extensions.persist_default_translation">false</parameter>
    <parameter key="stof_doctrine_extensions.skip_translation_on_load">false</parameter>
    <parameter key="stof_doctrine_extensions.listener.translatable.class">Gedmo\Translatable\TranslatableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.loggable.class">Gedmo\Loggable\LoggableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.sortable.class">Gedmo\Sortable\SortableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.uploadable.class">Gedmo\Uploadable\UploadableListener</parameter>
    <parameter key="stof_doctrine_extensions.listener.reference_integrity.class">Gedmo\ReferenceIntegrity\ReferenceIntegrityListener</parameter>
    <parameter key="dukecity_command_scheduler.log_path">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/log</parameter>
    <parameter key="dukecity_command_scheduler.excluded_command_namespaces" type="collection">
      <parameter>_global</parameter>
      <parameter>scheduler</parameter>
      <parameter>server</parameter>
      <parameter>container</parameter>
      <parameter>config</parameter>
      <parameter>generate</parameter>
      <parameter>init</parameter>
      <parameter>router</parameter>
      <parameter>doctrine</parameter>
      <parameter>debug</parameter>
    </parameter>
    <parameter key="dukecity_command_scheduler.doctrine_manager">default</parameter>
    <parameter key="dukecity_command_scheduler.lock_timeout">false</parameter>
    <parameter key="dukecity_command_scheduler.monitor_mail" type="collection"/>
    <parameter key="dukecity_command_scheduler.monitor_mail_subject">cronjob monitoring %s, %s</parameter>
    <parameter key="dukecity_command_scheduler.send_ok">false</parameter>
    <parameter key="dukecity_command_scheduler.included_command_namespaces" type="collection"/>
    <parameter key="data_collector.templates" type="collection">
      <parameter key="data_collector.request" type="collection">
        <parameter>request</parameter>
        <parameter>@WebProfiler/Collector/request.html.twig</parameter>
      </parameter>
      <parameter key=".data_collector.command" type="collection">
        <parameter>command</parameter>
        <parameter>@WebProfiler/Collector/command.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.time" type="collection">
        <parameter>time</parameter>
        <parameter>@WebProfiler/Collector/time.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.memory" type="collection">
        <parameter>memory</parameter>
        <parameter>@WebProfiler/Collector/memory.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.validator" type="collection">
        <parameter>validator</parameter>
        <parameter>@WebProfiler/Collector/validator.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.ajax" type="collection">
        <parameter>ajax</parameter>
        <parameter>@WebProfiler/Collector/ajax.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.form" type="collection">
        <parameter>form</parameter>
        <parameter>@WebProfiler/Collector/form.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.exception" type="collection">
        <parameter>exception</parameter>
        <parameter>@WebProfiler/Collector/exception.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.logger" type="collection">
        <parameter>logger</parameter>
        <parameter>@WebProfiler/Collector/logger.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.events" type="collection">
        <parameter>events</parameter>
        <parameter>@WebProfiler/Collector/events.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.router" type="collection">
        <parameter>router</parameter>
        <parameter>@WebProfiler/Collector/router.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.cache" type="collection">
        <parameter>cache</parameter>
        <parameter>@WebProfiler/Collector/cache.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.translation" type="collection">
        <parameter>translation</parameter>
        <parameter>@WebProfiler/Collector/translation.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.security" type="collection">
        <parameter>security</parameter>
        <parameter>@Security/Collector/security.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.twig" type="collection">
        <parameter>twig</parameter>
        <parameter>@WebProfiler/Collector/twig.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.doctrine" type="collection">
        <parameter>db</parameter>
        <parameter>@Doctrine/Collector/db.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.dump" type="collection">
        <parameter>dump</parameter>
        <parameter>@Debug/Profiler/dump.html.twig</parameter>
      </parameter>
      <parameter key="mailer.data_collector" type="collection">
        <parameter>mailer</parameter>
        <parameter>@WebProfiler/Collector/mailer.html.twig</parameter>
      </parameter>
      <parameter key="Vich\UploaderBundle\DataCollector\MappingCollector" type="collection">
        <parameter>vich_uploader.mapping_collector</parameter>
        <parameter>@VichUploader/Collector/mapping_collector.html.twig</parameter>
      </parameter>
      <parameter key="Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector" type="collection">
        <parameter>geocoder</parameter>
        <parameter>@BazingaGeocoder/Collector/geocoder.html.twig</parameter>
      </parameter>
      <parameter key="data_collector.config" type="collection">
        <parameter>config</parameter>
        <parameter>@WebProfiler/Collector/config.html.twig</parameter>
      </parameter>
    </parameter>
    <parameter key="console.command.ids" type="collection"/>
  </parameters>
  <services>
    <service id="service_container" class="Symfony\Component\DependencyInjection\ContainerInterface" public="true" synthetic="true"/>
    <service id="kernel" class="App\Kernel" public="true" synthetic="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="routing.route_loader"/>
    </service>
    <service id="http_discovery.psr17_factory" class="Http\Discovery\Psr17Factory"/>
    <service id="App\Entity" class="App\Entity" abstract="true">
      <tag name="container.excluded" source="in &quot;config/services.yaml&quot;"/>
    </service>
    <service id="App\Magazzino\Entity" class="App\Magazzino\Entity" abstract="true">
      <tag name="container.excluded" source="in &quot;config/services.yaml&quot;"/>
    </service>
    <service id="App\Migrations" class="App\Migrations" abstract="true">
      <tag name="container.excluded" source="in &quot;config/services.yaml&quot;"/>
    </service>
    <service id="App\Command\AddUserCommand" class="App\Command\AddUserCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="security.user_password_hasher"/>
      <argument type="service" id="App\Utils\Validator"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <call method="setName">
        <argument>app:add-user</argument>
      </call>
    </service>
    <service id="App\Command\CheckCommand" class="App\Command\CheckCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="App\Repository\ComandiExecRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="App\Magazzino\Repository\AwbItemRepository"/>
      <argument type="service" id="App\Services\NotificaEventoResolver"/>
      <argument type="service" id="App\Repository\NotificaEventoRepository"/>
      <argument type="service" id="App\Email\EmailTemplateRenderer"/>
      <call method="setName">
        <argument>c4rgo:CheckCommand</argument>
      </call>
      <call method="setDescription">
        <argument>Add a short description for your command</argument>
      </call>
    </service>
    <service id="App\Command\DeleteUserCommand" class="App\Command\DeleteUserCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Utils\Validator"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <call method="setName">
        <argument>app:delete-user</argument>
      </call>
    </service>
    <service id="App\Command\EmailTemplateDefaultsCommand" class="App\Command\EmailTemplateDefaultsCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\EmailTemplateRepository"/>
      <call method="setName">
        <argument>app:email-template:defaults</argument>
      </call>
      <call method="setDescription">
        <argument>Crea i template email globali di default se mancanti</argument>
      </call>
    </service>
    <service id="App\Command\InfoMacchinaCommand" class="App\Command\InfoMacchinaCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.report"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="App\Repository\InfoMacchineRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>app:info-mac</argument>
      </call>
    </service>
    <service id="App\Command\ListUsersCommand" class="App\Command\ListUsersCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="App\Repository\UserRepository"/>
      <call method="setName">
        <argument>app:list-users</argument>
      </call>
    </service>
    <service id="App\Command\MoreSendCEDCommand" class="App\Command\MoreSendCEDCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ExportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <argument type="service" id="parameter_bag"/>
      <call method="setName">
        <argument>app:moresend-ced</argument>
      </call>
    </service>
    <service id="App\Command\ReSendCEDCommand" class="App\Command\ReSendCEDCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ExportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <argument type="service" id="parameter_bag"/>
      <call method="setName">
        <argument>app:resend-ced</argument>
      </call>
    </service>
    <service id="App\Command\RepAnnual" class="App\Command\RepAnnual" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-annual</argument>
      </call>
    </service>
    <service id="App\Command\RepDay" class="App\Command\RepDay" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-day</argument>
      </call>
    </service>
    <service id="App\Command\RepDaySendOracle" class="App\Command\RepDaySendOracle" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-day-send-oracle</argument>
      </call>
    </service>
    <service id="App\Command\RepDaySusp" class="App\Command\RepDaySusp" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-day-susp</argument>
      </call>
    </service>
    <service id="App\Command\RepMonth" class="App\Command\RepMonth" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-month</argument>
      </call>
    </service>
    <service id="App\Command\RepQuart" class="App\Command\RepQuart" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-quart</argument>
      </call>
    </service>
    <service id="App\Command\RepSendOracle" class="App\Command\RepSendOracle" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-send-oracle</argument>
      </call>
    </service>
    <service id="App\Command\RepSix" class="App\Command\RepSix" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-six</argument>
      </call>
    </service>
    <service id="App\Command\RepSusp" class="App\Command\RepSusp" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-susp</argument>
      </call>
    </service>
    <service id="App\Command\RepThreeMonth" class="App\Command\RepThreeMonth" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-three-month</argument>
      </call>
    </service>
    <service id="App\Command\RepWeek" class="App\Command\RepWeek" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ReportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <call method="setName">
        <argument>app:rep-week</argument>
      </call>
    </service>
    <service id="App\Command\ScannerMqttListenerCommand" class="App\Command\ScannerMqttListenerCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\MacchineRepository"/>
      <argument type="service" id="App\Repository\Sim7600DeviceStatusRepository"/>
      <argument type="service" id="monolog.logger"/>
      <argument>%env(SCANNER_MQTT_HOST)%</argument>
      <argument>%env(int:SCANNER_MQTT_PORT)%</argument>
      <argument>%env(SCANNER_MQTT_USERNAME)%</argument>
      <argument>%env(SCANNER_MQTT_PASSWORD)%</argument>
      <argument>%env(bool:SCANNER_MQTT_USE_TLS)%</argument>
      <argument>%env(SCANNER_MQTT_CA_FILE)%</argument>
      <call method="setName">
        <argument>app:scanner:listener</argument>
      </call>
      <call method="setDescription">
        <argument>Ascolta la telemetria MQTT degli scanner c4rgo (modem, eventi) e puo' inviare comandi ai daemon</argument>
      </call>
    </service>
    <service id="App\Command\SendCEDCommand" class="App\Command\SendCEDCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.mailer"/>
      <argument>anonymous@example.com</argument>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\ExportService"/>
      <argument>%env(SITE_ONLINE)%</argument>
      <argument type="service" id="parameter_bag"/>
      <call method="setName">
        <argument>app:send-ced</argument>
      </call>
    </service>
    <service id="App\Command\WebsocketServerCommand" class="App\Command\WebsocketServerCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>run:websocket-server</argument>
      </call>
    </service>
    <service id="App\Controller\Admin\AwbimportFormController" class="App\Controller\Admin\AwbimportFormController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\AwbimportFormController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\BlogController" class="App\Controller\Admin\BlogController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\BlogController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\C4rgoNewsFormController" class="App\Controller\Admin\C4rgoNewsFormController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\C4rgoNewsFormController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CaratteristicheController" class="App\Controller\Admin\CaratteristicheController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\CaratteristicheController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CloudCamController" class="App\Controller\Admin\CloudCamController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\CloudCamController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CompanyManagementController" class="App\Controller\Admin\CompanyManagementController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\CompanyManagementController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CustomSchedulerController" class="App\Controller\Admin\CustomSchedulerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Repository\CronExpressionRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\CustomSchedulerController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\CustomSchedulerDetailController" class="App\Controller\Admin\CustomSchedulerDetailController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Repository\CronExpressionRepository"/>
      <argument type="service" id="App\Repository\LuoghiRepository"/>
      <argument type="service" id="App\Repository\AziendeRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\CustomSchedulerDetailController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\DMXLedLightController" class="App\Controller\Admin\DMXLedLightController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\DMXLedLightController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\DecodeController" class="App\Controller\Admin\DecodeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="security.helper"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\DecodeController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\EmailTemplateController" class="App\Controller\Admin\EmailTemplateController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\EmailTemplateRepository"/>
      <argument type="service" id="App\Email\EmailTagRegistry"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\EmailTemplateController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\ImportCloudController" class="App\Controller\Admin\ImportCloudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\ImportCloudController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\ManagementPannel" class="App\Controller\Admin\ManagementPannel" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\AziendeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\ManagementPannel"/>
      </call>
    </service>
    <service id="App\Controller\Admin\NotificaEventoController" class="App\Controller\Admin\NotificaEventoController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\NotificaEventoRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\NotificaEventoController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\SchedReportsController" class="App\Controller\Admin\SchedReportsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\CronExpressionRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\SchedReportsController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\SearchErpController" class="App\Controller\Admin\SearchErpController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Repository\ExportLogRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\SearchErpController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\SendReportsController" class="App\Controller\Admin\SendReportsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\SendReportsController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\SupportsController" class="App\Controller\Admin\SupportsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\SupportsController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\UserCollectionController" class="App\Controller\Admin\UserCollectionController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\UserCollectionController"/>
      </call>
    </service>
    <service id="App\Controller\Admin\UserManagementController" class="App\Controller\Admin\UserManagementController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Admin\UserManagementController"/>
      </call>
    </service>
    <service id="App\Controller\Api\ActivationController" class="App\Controller\Api\ActivationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\EncryptionService"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="debug.validator"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Api\ActivationController"/>
      </call>
    </service>
    <service id="App\Controller\Api\FileManagerController" class="App\Controller\Api\FileManagerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="slugger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Api\FileManagerController"/>
      </call>
    </service>
    <service id="App\Controller\Api\MachineAdminController" class="App\Controller\Api\MachineAdminController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\Sim7600DeviceStatusRepository"/>
      <argument type="service" id="App\Services\ScannerCommandService"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Api\MachineAdminController"/>
      </call>
    </service>
    <service id="App\Controller\Api\MachineHardwareController" class="App\Controller\Api\MachineHardwareController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Api\MachineHardwareController"/>
      </call>
    </service>
    <service id="App\Controller\Api\UploadController" class="App\Controller\Api\UploadController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Services\Acquisition\AcquisitionUploadService"/>
      <argument type="service" id="App\Services\Acquisition\AcquisitionConfig"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Api\UploadController"/>
      </call>
    </service>
    <service id="App\Controller\Api\WebService" class="App\Controller\Api\WebService" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\WebServiceLogRepository"/>
      <argument type="service" id="translator.data_collector"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Api\WebService"/>
      </call>
    </service>
    <service id="App\Controller\ApiController" class="App\Controller\ApiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\ApiController"/>
      </call>
    </service>
    <service id="App\Controller\AwbimportFormController" class="App\Controller\AwbimportFormController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\AwbimportFormController"/>
      </call>
    </service>
    <service id="App\Controller\BLedController" class="App\Controller\BLedController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\DMXLedLightRepository"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\BLedController"/>
      </call>
    </service>
    <service id="App\Controller\BlogController" class="App\Controller\BlogController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\BlogController"/>
      </call>
    </service>
    <service id="App\Controller\C4rgoRoiCalcController" class="App\Controller\C4rgoRoiCalcController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="twig"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\C4rgoRoiCalcController"/>
      </call>
    </service>
    <service id="App\Controller\C4rgoRoiController" class="App\Controller\C4rgoRoiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\C4rgoRoiController"/>
      </call>
    </service>
    <service id="App\Controller\C4rgoViewerController" class="App\Controller\C4rgoViewerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\C4rgoViewerController"/>
      </call>
    </service>
    <service id="App\Controller\CheckController" class="App\Controller\CheckController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Utils\ImageGen"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\CheckController"/>
      </call>
    </service>
    <service id="App\Controller\CloudServiceController" class="App\Controller\CloudServiceController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\CloudServiceController"/>
      </call>
    </service>
    <service id="App\Controller\CloudToolsController" class="App\Controller\CloudToolsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\CloudToolsController"/>
      </call>
    </service>
    <service id="App\Controller\ComponentiController" class="App\Controller\ComponentiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\ComponentiController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\Config3DController" class="App\Controller\Configuratore\Config3DController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Utils\C4rgoUtils"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\AziendeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\Config3DController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\ConfigDeepNestController" class="App\Controller\Configuratore\ConfigDeepNestController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Utils\C4rgoUtils"/>
      <argument type="service" id="App\Repository\AziendeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfigDeepNestController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\ConfiguratorCoverController" class="App\Controller\Configuratore\ConfiguratorCoverController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratorCoverController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\Configuratore3DC4rgoController" class="App\Controller\Configuratore\Configuratore3DC4rgoController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\Configuratore3DC4rgoController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\Configuratore3DController" class="App\Controller\Configuratore\Configuratore3DController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\Configuratore3DController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\ConfiguratoreAjaxController" class="App\Controller\Configuratore\ConfiguratoreAjaxController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <argument type="service" id="App\Repository\ContenitoriRepository"/>
      <argument type="service" id="App\Repository\CaratteristicheRepository"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="App\Utils\Converter"/>
      <argument type="service" id="App\Utils\ImageGen"/>
      <argument type="service" id="App\Utils\C4rgoUtils"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreAjaxController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\ConfiguratoreController" class="App\Controller\Configuratore\ConfiguratoreController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\AziendeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\ConfiguratoreDOController" class="App\Controller\Configuratore\ConfiguratoreDOController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Utils\Converter"/>
      <argument type="service" id="App\Form\DataTransformer\IntToNumericTransformer"/>
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="App\Utils\ReadOrderFile"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreDOController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\ConfiguratoreMOController" class="App\Controller\Configuratore\ConfiguratoreMOController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Repository\AlertRepository"/>
      <argument type="service" id="App\Utils\Converter"/>
      <argument type="service" id="App\Form\DataTransformer\IntToNumericTransformer"/>
      <argument type="service" id="App\Utils\ReadOrderFile"/>
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreMOController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\ConfiguratoreSOController" class="App\Controller\Configuratore\ConfiguratoreSOController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Utils\Converter"/>
      <argument type="service" id="App\Form\DataTransformer\IntToNumericTransformer"/>
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="App\Utils\ReadOrderFile"/>
      <argument type="service" id="App\Repository\ConfiguratoreTestataSORepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreSOController"/>
      </call>
    </service>
    <service id="App\Controller\Configuratore\DeepNestController" class="App\Controller\Configuratore\DeepNestController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Utils\C4rgoUtils"/>
      <argument type="service" id="App\Utils\Converter"/>
      <argument type="service" id="App\Repository\ContenitoriRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Configuratore\DeepNestController"/>
      </call>
    </service>
    <service id="App\Controller\CongruityController" class="App\Controller\CongruityController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\CongruityController"/>
      </call>
    </service>
    <service id="App\Controller\ContenitoriController" class="App\Controller\ContenitoriController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\TabelleSupportoRepository"/>
      <argument type="service" id="App\Utils\ReadOrderFile"/>
      <argument type="service" id="slugger"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\ContenitoriController"/>
      </call>
    </service>
    <service id="App\Controller\DataController" class="App\Controller\DataController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Services\BarcodeValidator"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\DataController"/>
      </call>
    </service>
    <service id="App\Controller\DetailController" class="App\Controller\DetailController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Utils\ImageGen"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\DetailController"/>
      </call>
    </service>
    <service id="App\Controller\DetailItemController" class="App\Controller\DetailItemController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
      <argument type="service" id="App\Services\DetailFieldsHelper"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\DetailItemController"/>
      </call>
    </service>
    <service id="App\Controller\FamigliaComponentiController" class="App\Controller\FamigliaComponentiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\FamigliaComponentiController"/>
      </call>
    </service>
    <service id="App\Controller\FileManagerController" class="App\Controller\FileManagerController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="slugger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\FileManagerController"/>
      </call>
    </service>
    <service id="App\Controller\FullmaticController" class="App\Controller\FullmaticController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\FullmaticController"/>
      </call>
    </service>
    <service id="App\Controller\GalleryController" class="App\Controller\GalleryController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Utils\ImageGen"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\GalleryController"/>
      </call>
    </service>
    <service id="App\Controller\HomeController" class="App\Controller\HomeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\AlertRepository"/>
      <argument type="service" id="App\Repository\PalletsRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\HomeController"/>
      </call>
    </service>
    <service id="App\Controller\ListController" class="App\Controller\ListController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\ListController"/>
      </call>
    </service>
    <service id="App\Controller\LocationController" class="App\Controller\LocationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\LocationController"/>
      </call>
    </service>
    <service id="App\Controller\MDecodeController" class="App\Controller\MDecodeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\MDecodeController"/>
      </call>
    </service>
    <service id="App\Controller\MacchineController" class="App\Controller\MacchineController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\MacchineController"/>
      </call>
    </service>
    <service id="App\Controller\MacchineControllerL" class="App\Controller\MacchineControllerL" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\MacchineControllerL"/>
      </call>
    </service>
    <service id="App\Controller\MachineController" class="App\Controller\MachineController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\MachineController"/>
      </call>
    </service>
    <service id="App\Controller\MainWeighsController" class="App\Controller\MainWeighsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\MainWeighsController"/>
      </call>
    </service>
    <service id="App\Controller\MenuAlertBlockController" class="App\Controller\MenuAlertBlockController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Services\AcquisizioneHelper"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\MenuAlertBlockController"/>
      </call>
    </service>
    <service id="App\Controller\ModelliController" class="App\Controller\ModelliController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\ModelliController"/>
      </call>
    </service>
    <service id="App\Controller\Monitor360Controller" class="App\Controller\Monitor360Controller" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\Monitor360Controller"/>
      </call>
    </service>
    <service id="App\Controller\MontaggiController" class="App\Controller\MontaggiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\MontaggiController"/>
      </call>
    </service>
    <service id="App\Controller\MyPDFController" class="App\Controller\MyPDFController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\MyPDFController"/>
      </call>
    </service>
    <service id="App\Controller\NotAvailableController" class="App\Controller\NotAvailableController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\NotAvailableController"/>
      </call>
    </service>
    <service id="App\Controller\RegistrationController" class="App\Controller\RegistrationController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="security.user_password_hasher"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\AziendeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\RegistrationController"/>
      </call>
    </service>
    <service id="App\Controller\RemoteDesktopController" class="App\Controller\RemoteDesktopController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="App\Services\C4rgoDscRelayClient"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\RemoteDesktopController"/>
      </call>
    </service>
    <service id="App\Controller\RemoteMacController" class="App\Controller\RemoteMacController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\ComandiExecRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\RemoteMacController"/>
      </call>
    </service>
    <service id="App\Controller\ReportsController" class="App\Controller\ReportsController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\ReportsController"/>
      </call>
    </service>
    <service id="App\Controller\SA\AziendeController" class="App\Controller\SA\AziendeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\AziendeController"/>
      </call>
    </service>
    <service id="App\Controller\SA\ComandiController" class="App\Controller\SA\ComandiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\ComandiController"/>
      </call>
    </service>
    <service id="App\Controller\SA\ComandiExecController" class="App\Controller\SA\ComandiExecController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\ComandiExecController"/>
      </call>
    </service>
    <service id="App\Controller\SA\CommandController" class="App\Controller\SA\CommandController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\CommandController"/>
      </call>
    </service>
    <service id="App\Controller\SA\ComponentiController" class="App\Controller\SA\ComponentiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\ComponentiController"/>
      </call>
    </service>
    <service id="App\Controller\SA\DashboardController" class="App\Controller\SA\DashboardController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\DashboardController"/>
      </call>
    </service>
    <service id="App\Controller\SA\FamigliaComponentiController" class="App\Controller\SA\FamigliaComponentiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\FamigliaComponentiController"/>
      </call>
    </service>
    <service id="App\Controller\SA\LuoghiController" class="App\Controller\SA\LuoghiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="security.helper"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\LuoghiController"/>
      </call>
    </service>
    <service id="App\Controller\SA\MacchineController" class="App\Controller\SA\MacchineController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\MacchineController"/>
      </call>
    </service>
    <service id="App\Controller\SA\ModelliController" class="App\Controller\SA\ModelliController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\ModelliController"/>
      </call>
    </service>
    <service id="App\Controller\SA\MontaggiController" class="App\Controller\SA\MontaggiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\MontaggiController"/>
      </call>
    </service>
    <service id="App\Controller\SA\NotificaEventoGlobaleController" class="App\Controller\SA\NotificaEventoGlobaleController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\NotificaEventoRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\NotificaEventoGlobaleController"/>
      </call>
    </service>
    <service id="App\Controller\SA\ScannerRemoteController" class="App\Controller\SA\ScannerRemoteController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Services\C4rgoDscRelayClient"/>
      <argument type="service" id="monolog.logger"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SA\ScannerRemoteController"/>
      </call>
    </service>
    <service id="App\Controller\SearchController" class="App\Controller\SearchController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SearchController"/>
      </call>
    </service>
    <service id="App\Controller\SearchDeletedController" class="App\Controller\SearchDeletedController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SearchDeletedController"/>
      </call>
    </service>
    <service id="App\Controller\SecurityController" class="App\Controller\SecurityController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Services\OktaApiService"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="security.token_storage"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SecurityController"/>
      </call>
    </service>
    <service id="App\Controller\SelectCompanyController" class="App\Controller\SelectCompanyController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="App\Repository\AziendeRepository"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SelectCompanyController"/>
      </call>
    </service>
    <service id="App\Controller\ServiceController" class="App\Controller\ServiceController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\ServiceController"/>
      </call>
    </service>
    <service id="App\Controller\SpedArchiveController" class="App\Controller\SpedArchiveController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SpedArchiveController"/>
      </call>
    </service>
    <service id="App\Controller\SpedController" class="App\Controller\SpedController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\SpedController"/>
      </call>
    </service>
    <service id="App\Controller\StatController" class="App\Controller\StatController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\StatController"/>
      </call>
    </service>
    <service id="App\Controller\StepTwoController" class="App\Controller\StepTwoController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\StepTwoController"/>
      </call>
    </service>
    <service id="App\Controller\ThreeController" class="App\Controller\ThreeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\ThreeController"/>
      </call>
    </service>
    <service id="App\Controller\WSSpedController" class="App\Controller\WSSpedController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\WSSpedController"/>
      </call>
    </service>
    <service id="App\Controller\WelcomeController" class="App\Controller\WelcomeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Services\OktaApiService"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\VettoriRepository"/>
      <argument type="service" id="App\Repository\LuoghiRepository"/>
      <argument type="service" id="App\Repository\LoginLogRepository"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <argument type="service" id="App\Repository\C4rgoNewsRepository"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
      <argument type="service" id="security.token_storage"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\WelcomeController"/>
      </call>
    </service>
    <service id="App\Controller\WorkInProgressController" class="App\Controller\WorkInProgressController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.EztrC5Q.App\Controller\WorkInProgressController"/>
      </call>
    </service>
    <service id="App\Email\EmailImageEmbedder" class="App\Email\EmailImageEmbedder" autowire="true" autoconfigure="true"/>
    <service id="App\Email\EmailTagRegistry" class="App\Email\EmailTagRegistry" autowire="true" autoconfigure="true">
      <argument type="tagged_iterator" tag="app.email_tag"/>
    </service>
    <service id="App\Email\EmailTemplateRenderer" class="App\Email\EmailTemplateRenderer" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\EmailTemplateRepository"/>
      <argument type="service" id="App\Email\EmailTagRegistry"/>
      <argument type="service" id="twig"/>
      <argument>en</argument>
    </service>
    <service id="App\Email\MissingEmailDataException" class="App\Email\MissingEmailDataException" autowire="true" autoconfigure="true"/>
    <service id="App\Email\Tag\AziendaNomeTag" class="App\Email\Tag\AziendaNomeTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
    </service>
    <service id="App\Email\Tag\BarcodeTag" class="App\Email\Tag\BarcodeTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
    </service>
    <service id="App\Email\Tag\CongruitaCodiceDocumentoTag" class="App\Email\Tag\CongruitaCodiceDocumentoTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
    </service>
    <service id="App\Email\Tag\CongruitaDiscrepanzeTag" class="App\Email\Tag\CongruitaDiscrepanzeTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
    </service>
    <service id="App\Email\Tag\CongruitaTabellaDettaglioTag" class="App\Email\Tag\CongruitaTabellaDettaglioTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
    </service>
    <service id="App\Email\Tag\CongruitaTabellaTag" class="App\Email\Tag\CongruitaTabellaTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
    </service>
    <service id="App\Email\Tag\DataTag" class="App\Email\Tag\DataTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
    </service>
    <service id="App\Email\Tag\ImmagineTag" class="App\Email\Tag\ImmagineTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
      <argument type="service" id="parameter_bag"/>
    </service>
    <service id="App\Email\Tag\LogoAziendaTag" class="App\Email\Tag\LogoAziendaTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
      <argument type="service" id="parameter_bag"/>
    </service>
    <service id="App\Email\Tag\LogoC4rgoTag" class="App\Email\Tag\LogoC4rgoTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
      <argument type="service" id="parameter_bag"/>
    </service>
    <service id="App\Email\Tag\MacchinaNomeTag" class="App\Email\Tag\MacchinaNomeTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
    </service>
    <service id="App\Email\Tag\QrcodeTag" class="App\Email\Tag\QrcodeTag" autowire="true" autoconfigure="true">
      <tag name="app.email_tag"/>
    </service>
    <service id="App\EventListener\AjaxAuthenticationListener" class="App\EventListener\AjaxAuthenticationListener" autowire="true" autoconfigure="true"/>
    <service id="App\EventListener\AuditFieldsListener" class="App\EventListener\AuditFieldsListener" autowire="true" autoconfigure="true">
      <tag name="doctrine.event_listener" event="prePersist"/>
      <tag name="doctrine.event_listener" event="preUpdate"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\EventListener\AuthenticationEventListener" class="App\EventListener\AuthenticationEventListener" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\EventListener\AuthenticationEventListener&quot;: argument &quot;$router&quot; of method &quot;__construct()&quot; references class &quot;Symfony\Component\Routing\Router&quot; but no such service exists. Try changing the type-hint to one of its parents: interface &quot;Symfony\Component\Routing\RouterInterface&quot;, interface &quot;Symfony\Component\Routing\RequestContextAwareInterface&quot;, interface &quot;Symfony\Component\Routing\Generator\UrlGeneratorInterface&quot;, or interface &quot;Symfony\Component\Routing\Matcher\UrlMatcherInterface&quot;."/>
    </service>
    <service id="App\EventListener\AuthenticationEventListenerFailure" class="App\EventListener\AuthenticationEventListenerFailure" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\EventListener\AuthenticationEventListenerFailure&quot;: argument &quot;$router&quot; of method &quot;__construct()&quot; references class &quot;Symfony\Component\Routing\Router&quot; but no such service exists. Try changing the type-hint to one of its parents: interface &quot;Symfony\Component\Routing\RouterInterface&quot;, interface &quot;Symfony\Component\Routing\RequestContextAwareInterface&quot;, interface &quot;Symfony\Component\Routing\Generator\UrlGeneratorInterface&quot;, or interface &quot;Symfony\Component\Routing\Matcher\UrlMatcherInterface&quot;."/>
    </service>
    <service id="App\EventListener\SecurityListener" class="App\EventListener\SecurityListener" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\EventListener\SecurityListener&quot;: argument &quot;$tokenStorage&quot; of method &quot;__construct()&quot; references class &quot;Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage&quot; but no such service exists. Try changing the type-hint to &quot;Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface&quot; instead."/>
    </service>
    <service id="App\EventSubscriber\CheckRequirementsSubscriber" class="App\EventSubscriber\CheckRequirementsSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\EventSubscriber\CommentNotificationSubscriber" class="App\EventSubscriber\CommentNotificationSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="mailer.mailer"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="translator.data_collector"/>
      <argument>anonymous@example.com</argument>
    </service>
    <service id="App\EventSubscriber\ControllerSubscriber" class="App\EventSubscriber\ControllerSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="App\Twig\SourceCodeExtension"/>
    </service>
    <service id="App\EventSubscriber\RedirectToPreferredLocaleSubscriber" class="App\EventSubscriber\RedirectToPreferredLocaleSubscriber" autowire="true" autoconfigure="true">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="router.default"/>
      <argument>en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN</argument>
      <argument>en</argument>
    </service>
    <service id="App\Events" class="App\Events" autowire="true" autoconfigure="true"/>
    <service id="App\Form\CaratteristicheType" class="App\Form\CaratteristicheType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\CommentType" class="App\Form\CommentType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\ComponentiType" class="App\Form\ComponentiType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\ContenitoriImportType" class="App\Form\ContenitoriImportType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\ContenitoriType" class="App\Form\ContenitoriType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\CustomDetailItem" class="App\Form\CustomDetailItem" autowire="true" autoconfigure="true"/>
    <service id="App\Form\DataTransformer\CoeffPesoVolumetricoTypeToIdTransformer" class="App\Form\DataTransformer\CoeffPesoVolumetricoTypeToIdTransformer" autowire="true" autoconfigure="true">
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Form\DataTransformer\IntToNumericTransformer" class="App\Form\DataTransformer\IntToNumericTransformer" autowire="true" autoconfigure="true">
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Utils\Converter"/>
    </service>
    <service id="App\Form\DataTransformer\TagArrayToStringTransformer" class="App\Form\DataTransformer\TagArrayToStringTransformer" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Form\DataTransformer\TargetTypeToIdTransformer" class="App\Form\DataTransformer\TargetTypeToIdTransformer" autowire="true" autoconfigure="true">
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Form\DecodeType" class="App\Form\DecodeType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\DetailItemType" class="App\Form\DetailItemType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="App\Form\DataTransformer\IntToNumericTransformer"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Utils\Converter"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Form\FamigliaComponentiType" class="App\Form\FamigliaComponentiType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\MDecodeType" class="App\Form\MDecodeType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\MacchineType" class="App\Form\MacchineType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\ModelliType" class="App\Form\ModelliType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\MontaggiType" class="App\Form\MontaggiType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\PalletsType" class="App\Form\PalletsType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\PostType" class="App\Form\PostType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\SpedType" class="App\Form\SpedType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\AwbimportType" class="App\Form\Type\AwbimportType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\AziendeType" class="App\Form\Type\AziendeType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\C4rgoNewsType" class="App\Form\Type\C4rgoNewsType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\CoeffPesoVolumetricoType" class="App\Form\Type\CoeffPesoVolumetricoType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="App\Form\DataTransformer\CoeffPesoVolumetricoTypeToIdTransformer"/>
    </service>
    <service id="App\Form\Type\ComandiExecType" class="App\Form\Type\ComandiExecType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\ComandiType" class="App\Form\Type\ComandiType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\ComponentiType" class="App\Form\Type\ComponentiType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\ConfigGroupType" class="App\Form\Type\ConfigGroupType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="App\Form\Type\DateTimePickerType" class="App\Form\Type\DateTimePickerType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="App\Utils\MomentFormatConverter"/>
    </service>
    <service id="App\Form\Type\EmailTemplateType" class="App\Form\Type\EmailTemplateType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument>en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN</argument>
    </service>
    <service id="App\Form\Type\FamigliaComponentiType" class="App\Form\Type\FamigliaComponentiType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\FileGalleryType" class="App\Form\Type\FileGalleryType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\LuoghiType" class="App\Form\Type\LuoghiType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\MacchineType" class="App\Form\Type\MacchineType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\ModelliType" class="App\Form\Type\ModelliType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\MontaggiType" class="App\Form\Type\MontaggiType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\MyScheduledCommandType" class="App\Form\Type\MyScheduledCommandType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Repository\AziendeRepository"/>
    </service>
    <service id="App\Form\Type\NotificaEventoType" class="App\Form\Type\NotificaEventoType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\ProfiloType" class="App\Form\Type\ProfiloType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Form\Type\TagsInputType" class="App\Form\Type\TagsInputType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Form\Type\TargetType" class="App\Form\Type\TargetType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="App\Form\DataTransformer\TargetTypeToIdTransformer"/>
    </service>
    <service id="App\Form\Type\UserType" class="App\Form\Type\UserType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="App\Kernel" class="App\Kernel" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Kernel&quot;: argument &quot;$environment&quot; of method &quot;Symfony\Component\HttpKernel\Kernel::__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Magazzino\Command\ArticoliImportCommand" class="App\Magazzino\Command\ArticoliImportCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Magazzino\Service\ArticoloImportService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>magazzino:articoli:import</argument>
      </call>
      <call method="setDescription">
        <argument>Import articoli da file CSV (upsert per codice)</argument>
      </call>
    </service>
    <service id="App\Magazzino\Command\GiacenzeRebuildCommand" class="App\Magazzino\Command\GiacenzeRebuildCommand" autowire="true" autoconfigure="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="App\Magazzino\Service\GiacenzaService"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <call method="setName">
        <argument>magazzino:giacenze:rebuild</argument>
      </call>
      <call method="setDescription">
        <argument>Ricalcola il rollup giacenze dai movimenti confermati</argument>
      </call>
    </service>
    <service id="App\Magazzino\Controller\Api\ArticoloApiController" class="App\Magazzino\Controller\Api\ArticoloApiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\ArticoloApiController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\Api\GiacenzaApiController" class="App\Magazzino\Controller\Api\GiacenzaApiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\GiacenzaApiController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\Api\LayoutController" class="App\Magazzino\Controller\Api\LayoutController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\LayoutController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\Api\ScanApiController" class="App\Magazzino\Controller\Api\ScanApiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\ScanApiController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\Api\TracciabilitaApiController" class="App\Magazzino\Controller\Api\TracciabilitaApiController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\TracciabilitaApiController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\ArticoloController" class="App\Magazzino\Controller\ArticoloController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\ArticoloController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\CategoriaController" class="App\Magazzino\Controller\CategoriaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\CategoriaController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\CausaleController" class="App\Magazzino\Controller\CausaleController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\CausaleController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\GiacenzaController" class="App\Magazzino\Controller\GiacenzaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\GiacenzaController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\IdentificatoreController" class="App\Magazzino\Controller\IdentificatoreController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\IdentificatoreController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\ImportExportController" class="App\Magazzino\Controller\ImportExportController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\ImportExportController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\LottoController" class="App\Magazzino\Controller\LottoController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\LottoController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\MagazzinoController" class="App\Magazzino\Controller\MagazzinoController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\MagazzinoController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\MagazzinoCrudController" class="App\Magazzino\Controller\MagazzinoCrudController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\MagazzinoCrudController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\MovimentoController" class="App\Magazzino\Controller\MovimentoController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\MovimentoController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\SerialeController" class="App\Magazzino\Controller\SerialeController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\SerialeController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\TracciabilitaController" class="App\Magazzino\Controller\TracciabilitaController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\TracciabilitaController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\UbicazioneController" class="App\Magazzino\Controller\UbicazioneController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\UbicazioneController"/>
      </call>
    </service>
    <service id="App\Magazzino\Controller\UnitaMisuraController" class="App\Magazzino\Controller\UnitaMisuraController" public="true" autowire="true" autoconfigure="true">
      <tag name="controller.service_arguments"/>
      <tag name="container.service_subscriber"/>
      <call method="setContainer">
        <argument type="service" id=".service_locator.3MVhhha.App\Magazzino\Controller\UnitaMisuraController"/>
      </call>
    </service>
    <service id="App\Magazzino\Event\MovimentoAnnullatoEvent" class="App\Magazzino\Event\MovimentoAnnullatoEvent" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Magazzino\Event\MovimentoAnnullatoEvent&quot;: argument &quot;$movimento&quot; of method &quot;__construct()&quot; needs an instance of &quot;App\Magazzino\Entity\Movimento&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id="App\Magazzino\Event\MovimentoConfermatoEvent" class="App\Magazzino\Event\MovimentoConfermatoEvent" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Magazzino\Event\MovimentoConfermatoEvent&quot;: argument &quot;$movimento&quot; of method &quot;__construct()&quot; needs an instance of &quot;App\Magazzino\Entity\Movimento&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id="App\Magazzino\Form\ArticoloType" class="App\Magazzino\Form\ArticoloType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\ArticoloUMType" class="App\Magazzino\Form\ArticoloUMType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\CategoriaType" class="App\Magazzino\Form\CategoriaType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\CausaleType" class="App\Magazzino\Form\CausaleType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\CsvImportType" class="App\Magazzino\Form\CsvImportType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\IdentificatoreType" class="App\Magazzino\Form\IdentificatoreType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\LottoType" class="App\Magazzino\Form\LottoType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\MagazzinoFormType" class="App\Magazzino\Form\MagazzinoFormType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\MovimentoRigaType" class="App\Magazzino\Form\MovimentoRigaType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\MovimentoType" class="App\Magazzino\Form\MovimentoType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\SerialeType" class="App\Magazzino\Form\SerialeType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\UbicazioneType" class="App\Magazzino\Form\UbicazioneType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\UnitaMisuraType" class="App\Magazzino\Form\UnitaMisuraType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Form\ZonaType" class="App\Magazzino\Form\ZonaType" autowire="true" autoconfigure="true">
      <tag name="form.type"/>
    </service>
    <service id="App\Magazzino\Repository\ArticoloAllegatoRepository" class="App\Magazzino\Repository\ArticoloAllegatoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\ArticoloAttributoRepository" class="App\Magazzino\Repository\ArticoloAttributoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\ArticoloImmagineRepository" class="App\Magazzino\Repository\ArticoloImmagineRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\ArticoloRepository" class="App\Magazzino\Repository\ArticoloRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\ArticoloUMRepository" class="App\Magazzino\Repository\ArticoloUMRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\AttributoRepository" class="App\Magazzino\Repository\AttributoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\AwbItemRepository" class="App\Magazzino\Repository\AwbItemRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\CategoriaRepository" class="App\Magazzino\Repository\CategoriaRepository" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\CausaleRepository" class="App\Magazzino\Repository\CausaleRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\GiacenzaRollupRepository" class="App\Magazzino\Repository\GiacenzaRollupRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\IdentificatoreRepository" class="App\Magazzino\Repository\IdentificatoreRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\LottoRepository" class="App\Magazzino\Repository\LottoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\MagazzinoRepository" class="App\Magazzino\Repository\MagazzinoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\MovimentoRepository" class="App\Magazzino\Repository\MovimentoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\MovimentoRigaRepository" class="App\Magazzino\Repository\MovimentoRigaRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\SerialeRepository" class="App\Magazzino\Repository\SerialeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\UbicazioneRepository" class="App\Magazzino\Repository\UbicazioneRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\UnitaMisuraRepository" class="App\Magazzino\Repository\UnitaMisuraRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\UserLayoutPrefRepository" class="App\Magazzino\Repository\UserLayoutPrefRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Repository\ZonaRepository" class="App\Magazzino\Repository\ZonaRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Magazzino\Security\MagazzinoVoter" class="App\Magazzino\Security\MagazzinoVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
      <argument type="service" id="App\Magazzino\Service\ModuloConfigService"/>
      <argument type="service" id="security.authorization_checker"/>
    </service>
    <service id="App\Magazzino\Service\AnagraficaImportService" class="App\Magazzino\Service\AnagraficaImportService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Magazzino\Service\CsvImportService"/>
      <argument type="service" id="App\Magazzino\Repository\CategoriaRepository"/>
    </service>
    <service id="App\Magazzino\Service\ArticoloExportService" class="App\Magazzino\Service\ArticoloExportService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Magazzino\Repository\ArticoloRepository"/>
    </service>
    <service id="App\Magazzino\Service\ArticoloImportService" class="App\Magazzino\Service\ArticoloImportService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Magazzino\Service\CsvImportService"/>
      <argument type="service" id="App\Magazzino\Repository\ArticoloRepository"/>
      <argument type="service" id="App\Magazzino\Repository\UnitaMisuraRepository"/>
      <argument type="service" id="App\Magazzino\Repository\CategoriaRepository"/>
    </service>
    <service id="App\Magazzino\Service\CsvImportService" class="App\Magazzino\Service\CsvImportService" autowire="true" autoconfigure="true"/>
    <service id="App\Magazzino\Service\GiacenzaService" class="App\Magazzino\Service\GiacenzaService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Magazzino\Repository\GiacenzaRollupRepository"/>
      <argument type="service" id="App\Magazzino\Repository\MovimentoRepository"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="App\Magazzino\Service\ImportResult" class="App\Magazzino\Service\ImportResult" autowire="true" autoconfigure="true"/>
    <service id="App\Magazzino\Service\LottoSelectionService" class="App\Magazzino\Service\LottoSelectionService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Magazzino\Repository\GiacenzaRollupRepository"/>
    </service>
    <service id="App\Magazzino\Service\ModuloConfigService" class="App\Magazzino\Service\ModuloConfigService" autowire="true" autoconfigure="true">
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="App\Magazzino\Repository\UserLayoutPrefRepository"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Magazzino\Service\SuggerimentoLotto" class="App\Magazzino\Service\SuggerimentoLotto" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Magazzino\Service\SuggerimentoLotto&quot;: argument &quot;$lottoId&quot; of method &quot;__construct()&quot; is type-hinted &quot;int&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Magazzino\Service\TracciabilitaService" class="App\Magazzino\Service\TracciabilitaService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Magazzino\Repository\MovimentoRigaRepository"/>
      <argument type="service" id="App\Magazzino\Repository\GiacenzaRollupRepository"/>
      <argument type="service" id="App\Magazzino\Repository\LottoRepository"/>
    </service>
    <service id="App\Repository\AAwbexportRepository" class="App\Repository\AAwbexportRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AcquisitionUploadLogRepository" class="App\Repository\AcquisitionUploadLogRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AddressBookRepository" class="App\Repository\AddressBookRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AeroPortiRepository" class="App\Repository\AeroPortiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AlertRepository" class="App\Repository\AlertRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AlertResponseRepository" class="App\Repository\AlertResponseRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AreaRepository" class="App\Repository\AreaRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AuditLogRepository" class="App\Repository\AuditLogRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AwbExportObjCountRepository" class="App\Repository\AwbExportObjCountRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AwbexportRepository" class="App\Repository\AwbexportRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AwbexportStoricoRepository" class="App\Repository\AwbexportStoricoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AwbimportRepository" class="App\Repository\AwbimportRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\AziendeRepository" class="App\Repository\AziendeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BarcodeRepository" class="App\Repository\BarcodeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BoxDORepository" class="App\Repository\BoxDORepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BoxRepository" class="App\Repository\BoxRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BoxSORepository" class="App\Repository\BoxSORepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\BoxesQtyRepository" class="App\Repository\BoxesQtyRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\C4rgoNewsRepository" class="App\Repository\C4rgoNewsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\C4rgoRoiFixValueRepository" class="App\Repository\C4rgoRoiFixValueRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CaratteristicheContenitoriRepository" class="App\Repository\CaratteristicheContenitoriRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CaratteristicheItemsRepository" class="App\Repository\CaratteristicheItemsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CaratteristicheOpzioniRepository" class="App\Repository\CaratteristicheOpzioniRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CaratteristicheRepository" class="App\Repository\CaratteristicheRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CertificazioniRepository" class="App\Repository\CertificazioniRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CodiciAcquisitiRepository" class="App\Repository\CodiciAcquisitiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CoeffPesoVolumetricoRepository" class="App\Repository\CoeffPesoVolumetricoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ColoriConfiguratoreDORepository" class="App\Repository\ColoriConfiguratoreDORepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ColoriConfigurazioneRepository" class="App\Repository\ColoriConfigurazioneRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ColoriConfigurazioneTrasportiRepository" class="App\Repository\ColoriConfigurazioneTrasportiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ComandiExecRepository" class="App\Repository\ComandiExecRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ComandiRepository" class="App\Repository\ComandiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ComponentiRepository" class="App\Repository\ComponentiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfigEngineRepository" class="App\Repository\ConfigEngineRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfiguratoreCaricoRepository" class="App\Repository\ConfiguratoreCaricoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfiguratoreDORepository" class="App\Repository\ConfiguratoreDORepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfiguratoreTestataDORepository" class="App\Repository\ConfiguratoreTestataDORepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfiguratoreTestataMORepository" class="App\Repository\ConfiguratoreTestataMORepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfiguratoreTestataSORepository" class="App\Repository\ConfiguratoreTestataSORepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfigurazioneRepository" class="App\Repository\ConfigurazioneRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfigurazioneSoluzioniItemsRepository" class="App\Repository\ConfigurazioneSoluzioniItemsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfigurazioneTrasportiRepository" class="App\Repository\ConfigurazioneTrasportiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ConfigurazioneTrasportiSoluzioniRepository" class="App\Repository\ConfigurazioneTrasportiSoluzioniRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ContenitoriRepository" class="App\Repository\ContenitoriRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ContinentiRepository" class="App\Repository\ContinentiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\CronExpressionRepository" class="App\Repository\CronExpressionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\DMXLedLightChannelsRepository" class="App\Repository\DMXLedLightChannelsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\DMXLedLightRepository" class="App\Repository\DMXLedLightRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\DecodeRepository" class="App\Repository\DecodeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="security.helper"/>
    </service>
    <service id="App\Repository\DetailItemRepository" class="App\Repository\DetailItemRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\DeviceDecodeRepository" class="App\Repository\DeviceDecodeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\DevicesRepository" class="App\Repository\DevicesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EmailRepository" class="App\Repository\EmailRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EmailTemplateRepository" class="App\Repository\EmailTemplateRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\EncodedUrlRepository" class="App\Repository\EncodedUrlRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ExportLogRepository" class="App\Repository\ExportLogRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\FamigliaComponentiRepository" class="App\Repository\FamigliaComponentiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\FotografieRepository" class="App\Repository\FotografieRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\FunzioniRepository" class="App\Repository\FunzioniRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\GPSRepository" class="App\Repository\GPSRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\GruppiRepository" class="App\Repository\GruppiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\InfoMacchineRepository" class="App\Repository\InfoMacchineRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Log3DLabRepository" class="App\Repository\Log3DLabRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\LoginLogRepository" class="App\Repository\LoginLogRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\LuoghiRepository" class="App\Repository\LuoghiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\MDecodeRepository" class="App\Repository\MDecodeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\MacchineRepository" class="App\Repository\MacchineRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\MediaRepository" class="App\Repository\MediaRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ModelliRepository" class="App\Repository\ModelliRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ModificheAwbexportRepository" class="App\Repository\ModificheAwbexportRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\MontaggiRepository" class="App\Repository\MontaggiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\NazioniRepository" class="App\Repository\NazioniRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\NoteRepository" class="App\Repository\NoteRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\NotificaEventoRepository" class="App\Repository\NotificaEventoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\PalletsRepository" class="App\Repository\PalletsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\PostRepository" class="App\Repository\PostRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\ProfiliRepository" class="App\Repository\ProfiliRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\QueriesModelRepository" class="App\Repository\QueriesModelRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\RolesRepository" class="App\Repository\RolesRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SessionRepository" class="App\Repository\SessionRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\Sim7600DeviceStatusRepository" class="App\Repository\Sim7600DeviceStatusRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SoluzioniSalvateRepository" class="App\Repository\SoluzioniSalvateRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SoluzioniSalvateTestRepository" class="App\Repository\SoluzioniSalvateTestRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\SpedRepository" class="App\Repository\SpedRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TEventiRepository" class="App\Repository\TEventiRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TabelleSupportoRepository" class="App\Repository\TabelleSupportoRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TargetRepository" class="App\Repository\TargetRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TargetVettoriRepository" class="App\Repository\TargetVettoriRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TipoAccessoriRepository" class="App\Repository\TipoAccessoriRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TipoDispositiviRepository" class="App\Repository\TipoDispositiviRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\TraduzioniRepository" class="App\Repository\TraduzioniRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UMRepository" class="App\Repository\UMRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UmConversioniRepository" class="App\Repository\UmConversioniRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\UserRepository" class="App\Repository\UserRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\VettoriRepository" class="App\Repository\VettoriRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\VolumeRepository" class="App\Repository\VolumeRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\WebServiceLogRepository" class="App\Repository\WebServiceLogRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\WeightRepository" class="App\Repository\WeightRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\WizOptionsRepository" class="App\Repository\WizOptionsRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\WizPageRepository" class="App\Repository\WizPageRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Repository\WizSetupRepository" class="App\Repository\WizSetupRepository" autowire="true" autoconfigure="true">
      <tag name="doctrine.repository_service"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="App\Security\PostVoter" class="App\Security\PostVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
    </service>
    <service id="App\Security\Voter\GruppiVoter" class="App\Security\Voter\GruppiVoter" autowire="true" autoconfigure="true">
      <tag name="security.voter"/>
      <argument type="service" id="App\Repository\RolesRepository"/>
    </service>
    <service id="App\Services\Acquisition\AcquisitionConfig" class="App\Services\Acquisition\AcquisitionConfig" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <argument>C:/Users/stefa/Documents/lavori/consite/ctprj/web/public-resources/</argument>
    </service>
    <service id="App\Services\Acquisition\AcquisitionImporter" class="App\Services\Acquisition\AcquisitionImporter" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Services\Acquisition\AcquisitionLogger" class="App\Services\Acquisition\AcquisitionLogger" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\AcquisitionUploadLogRepository"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Services\Acquisition\AcquisitionStorage" class="App\Services\Acquisition\AcquisitionStorage" autowire="true" autoconfigure="true">
      <argument type="service" id="filesystem"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Services\Acquisition\AcquisitionStorageResult" class="App\Services\Acquisition\AcquisitionStorageResult" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Cannot autowire service &quot;App\Services\Acquisition\AcquisitionStorageResult&quot;: argument &quot;$path&quot; of method &quot;__construct()&quot; is type-hinted &quot;string&quot;, you should configure its value explicitly."/>
    </service>
    <service id="App\Services\Acquisition\AcquisitionUploadService" class="App\Services\Acquisition\AcquisitionUploadService" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Services\Acquisition\AcquisitionConfig"/>
      <argument type="service" id="App\Services\Acquisition\AcquisitionStorage"/>
      <argument type="service" id="App\Services\Acquisition\AcquisitionImporter"/>
      <argument type="service" id="App\Services\Acquisition\AcquisitionLogger"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Services\AcquisizioneHelper" class="App\Services\AcquisizioneHelper" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
    </service>
    <service id="App\Services\BarcodeValidator" class="App\Services\BarcodeValidator" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\CodiciAcquisitiRepository"/>
      <argument type="service" id="App\Repository\AlertResponseRepository"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
    </service>
    <service id="App\Services\C4rgoDscRelayClient" class="App\Services\C4rgoDscRelayClient" autowire="true" autoconfigure="true">
      <argument>%env(C4RGO_DSC_RELAY)%</argument>
      <argument>%env(C4RGO_DSC_API_KEY)%</argument>
    </service>
    <service id="App\Services\DetailFieldsHelper" class="App\Services\DetailFieldsHelper" autowire="true" autoconfigure="true">
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="App\Services\EncryptionService" class="App\Services\EncryptionService" autowire="true" autoconfigure="true">
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Services\ExportService" class="App\Services\ExportService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\AwbimportRepository"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
    </service>
    <service id="App\Services\ItemHelperService" class="App\Services\ItemHelperService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
    </service>
    <service id="App\Services\NotificaEventoResolver" class="App\Services\NotificaEventoResolver" autowire="true" autoconfigure="true">
      <argument type="service" id="App\Repository\NotificaEventoRepository"/>
      <argument type="service" id="parameter_bag"/>
    </service>
    <service id="App\Services\OktaApiService" class="App\Services\OktaApiService" autowire="true" autoconfigure="true">
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument>%env(OKTA_CLIENT_ID)%</argument>
      <argument>%env(OKTA_CLIENT_SECRET)%</argument>
      <argument>%env(OKTA_REDIRECT_URI)%</argument>
      <argument>%env(OKTA_METADATA_URL)%</argument>
      <argument>%env(bool:OKTA_SSL_VERIFY)%</argument>
    </service>
    <service id="App\Services\ReportService" class="App\Services\ReportService" autowire="true" autoconfigure="true">
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
      <argument type="service" id="App\Repository\AwbexportRepository"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <argument type="service" id="App\Repository\UserRepository"/>
      <argument type="service" id="App\Repository\AziendeRepository"/>
      <argument type="service" id="App\Repository\MacchineRepository"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="mailer.report"/>
    </service>
    <service id="App\Services\ScannerCommandService" class="App\Services\ScannerCommandService" autowire="true" autoconfigure="true">
      <argument>%env(SCANNER_MQTT_HOST)%</argument>
      <argument>%env(int:SCANNER_MQTT_PORT)%</argument>
      <argument>%env(SCANNER_MQTT_USERNAME)%</argument>
      <argument>%env(SCANNER_MQTT_PASSWORD)%</argument>
      <argument>%env(bool:SCANNER_MQTT_USE_TLS)%</argument>
      <argument>%env(SCANNER_MQTT_CA_FILE)%</argument>
      <argument type="service" id="monolog.logger"/>
    </service>
    <service id="App\Twig\AppExtension" class="App\Twig\AppExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Utils\Markdown"/>
      <argument>en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN</argument>
    </service>
    <service id="App\Twig\AssetVersionExtension" class="App\Twig\AssetVersionExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <argument type="service" id="assets.packages"/>
      <argument>false</argument>
    </service>
    <service id="App\Twig\ConvertionExtension" class="App\Twig\ConvertionExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="App\Utils\Converter"/>
      <argument type="service" id="App\Utils\Formatter"/>
    </service>
    <service id="App\Twig\JsonDecodeExtension" class="App\Twig\JsonDecodeExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\LegacyIntlExtension" class="App\Twig\LegacyIntlExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Twig\MyC4rg0TwigExtension" class="App\Twig\MyC4rg0TwigExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="assets.packages"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="Symfony\Component\HttpFoundation\Session\SessionInterface"/>
      <argument type="service" id="App\Utils\Converter"/>
      <argument type="service" id="App\Utils\ImageGen"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
    </service>
    <service id="App\Twig\SourceCodeExtension" class="App\Twig\SourceCodeExtension" autowire="true" autoconfigure="true">
      <tag name="twig.extension"/>
    </service>
    <service id="App\Utils\C4rgoUtils" class="App\Utils\C4rgoUtils" autowire="true" autoconfigure="true">
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <argument type="service" id="App\Repository\SoluzioniSalvateRepository"/>
      <argument type="service" id="App\Repository\ConfigEngineRepository"/>
    </service>
    <service id="App\Utils\Converter" class="App\Utils\Converter" autowire="true" autoconfigure="true">
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="App\Repository\UmConversioniRepository"/>
    </service>
    <service id="App\Utils\Counters" class="App\Utils\Counters" autowire="true" autoconfigure="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="App\Utils\Formatter" class="App\Utils\Formatter" autowire="true" autoconfigure="true"/>
    <service id="App\Utils\ImageGen" class="App\Utils\ImageGen" autowire="true" autoconfigure="true">
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="kernel"/>
    </service>
    <service id="App\Utils\Markdown" class="App\Utils\Markdown" autowire="true" autoconfigure="true"/>
    <service id="App\Utils\MomentFormatConverter" class="App\Utils\MomentFormatConverter" autowire="true" autoconfigure="true"/>
    <service id="App\Utils\ReadOrderFile" class="App\Utils\ReadOrderFile" autowire="true" autoconfigure="true"/>
    <service id="App\Utils\Slugger" class="App\Utils\Slugger" autowire="true" autoconfigure="true"/>
    <service id="App\Utils\Validator" class="App\Utils\Validator" autowire="true" autoconfigure="true"/>
    <service id="App\Validator\UniqueDecodeKey" class="App\Validator\UniqueDecodeKey" autowire="true" autoconfigure="true"/>
    <service id="App\Validator\UniqueDecodeKeyValidator" class="App\Validator\UniqueDecodeKeyValidator" autowire="true" autoconfigure="true">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="App\Repository\DecodeRepository"/>
    </service>
    <service id="App\Websocket\MessageHandler" class="App\Websocket\MessageHandler" autowire="true" autoconfigure="true"/>
    <service id="Symfony\Component\HttpFoundation\Session\SessionInterface" class="Symfony\Component\HttpFoundation\Session\SessionInterface" lazy="true" autowire="true" autoconfigure="true">
      <factory service="request_stack" method="getSession"/>
    </service>
    <service id="barcodevalidator.service" class="App\Utils\BarcodeValidator" autowire="true" autoconfigure="true">
      <tag name="container.error" message="Invalid service &quot;barcodevalidator.service&quot;: class &quot;App\Utils\BarcodeValidator&quot; does not exist."/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="account.security_listener" class="App\EventListener\SecurityListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="security.interactive_login" method="onSecurityInteractiveLogin"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="authentication.success.listener" class="App\EventListener\AuthenticationEventListener" autowire="true" autoconfigure="true">
      <argument type="service" id="router.default"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authorization_checker"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="app.gt.ajax.authentication.listener" class="App\EventListener\AjaxAuthenticationListener" autowire="true" autoconfigure="true">
      <tag name="kernel.event_listener" event="kernel.exception" method="onCoreException" priority="1000"/>
    </service>
    <service id="mailer.transport.report" class="Symfony\Component\Mailer\Transport\TransportInterface" autowire="true" autoconfigure="true">
      <argument>%env(MAILER_REPORT_DSN)%</argument>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger"/>
      <factory class="Symfony\Component\Mailer\Transport" method="fromDsn"/>
    </service>
    <service id="mailer.report" class="Symfony\Component\Mailer\Mailer" autowire="true" autoconfigure="true">
      <argument type="service" id="mailer.transport.report"/>
      <argument>null</argument>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="argument_metadata_factory" class="Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory"/>
    <service id="argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.datetime" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="clock" on-invalid="null"/>
    </service>
    <service id="argument_resolver.request_payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" lazy="true">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver">controller.targeted_value_resolver</tag>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="serializer"/>
      <argument type="service" id="debug.validator" on-invalid="null"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">
      <tag priority="100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">
      <tag priority="120" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">
      <tag priority="120" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">
      <tag priority="-50" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id=".service_locator.Z2QUpbt"/>
    </service>
    <service id="argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver">
      <tag priority="-100" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver">
      <tag priority="-150" name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver">controller.argument_value_resolver</tag>
    </service>
    <service id="argument_resolver.query_parameter_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">
      <tag name="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver">controller.targeted_value_resolver</tag>
    </service>
    <service id="response_listener" class="Symfony\Component\HttpKernel\EventListener\ResponseListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>UTF-8</argument>
      <argument>false</argument>
    </service>
    <service id="locale_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="request_stack"/>
      <argument>en</argument>
      <argument type="service" id="router.default" on-invalid="ignore"/>
      <argument>false</argument>
      <argument type="collection"/>
    </service>
    <service id="validate_request_listener" class="Symfony\Component\HttpKernel\EventListener\ValidateRequestListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="disallow_search_engine_index_response_listener" class="Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="error_controller" class="Symfony\Component\HttpKernel\Controller\ErrorController" public="true">
      <argument type="service" id="http_kernel"/>
      <argument>error_controller</argument>
      <argument type="service" id="error_handler.error_renderer.serializer"/>
    </service>
    <service id="exception_listener" class="Symfony\Component\HttpKernel\EventListener\ErrorListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument>error_controller</argument>
      <argument type="service" id="monolog.logger.request" on-invalid="null"/>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="controller.cache_attribute_listener" class="Symfony\Component\HttpKernel\EventListener\CacheAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="parameter_bag" class="Symfony\Component\DependencyInjection\ParameterBag\ContainerBag">
      <argument type="service" id="service_container"/>
    </service>
    <service id="http_kernel" class="Symfony\Component\HttpKernel\HttpKernel" public="true">
      <tag name="container.hot_path"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\Runner\Symfony\ResponseRunner"/>
      <tag name="container.preload" class="Symfony\Component\Runtime\SymfonyRuntime"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="debug.controller_resolver"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="debug.argument_resolver"/>
      <argument>true</argument>
    </service>
    <service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" public="true">
      <tag name="kernel.reset" method="resetRequestFormats" on_invalid="ignore"/>
    </service>
    <service id="http_cache" class="Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache">
      <tag name="container.hot_path"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="http_cache.store"/>
      <argument type="service" id="esi" on-invalid="null"/>
      <argument type="collection">
        <argument key="debug">true</argument>
      </argument>
      <argument type="service">
        <service class="void">
          <factory class="Symfony\Component\HttpFoundation\Request" method="enableHttpMethodParameterOverride"/>
        </service>
      </argument>
    </service>
    <service id="http_cache.store" class="Symfony\Component\HttpKernel\HttpCache\Store">
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/http_cache</argument>
    </service>
    <service id="url_helper" class="Symfony\Component\HttpFoundation\UrlHelper">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.default" on-invalid="ignore"/>
    </service>
    <service id="cache_warmer" class="Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate" public="true">
      <tag name="container.no_preload"/>
      <argument type="tagged_iterator" tag="kernel.cache_warmer"/>
      <argument>true</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/App_KernelDevDebugContainerDeprecations.log</argument>
    </service>
    <service id="cache_clearer" class="Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer">
      <argument type="tagged_iterator" tag="kernel.cache_clearer"/>
    </service>
    <service id="filesystem" class="Symfony\Component\Filesystem\Filesystem"/>
    <service id="file_locator" class="Symfony\Component\HttpKernel\Config\FileLocator">
      <argument type="service" id="kernel"/>
    </service>
    <service id="uri_signer" class="Symfony\Component\HttpFoundation\UriSigner">
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="config_cache_factory" class="Symfony\Component\Config\ResourceCheckerConfigCacheFactory">
      <argument type="tagged_iterator" tag="config_cache.resource_checker"/>
    </service>
    <service id="dependency_injection.config.container_parameters_resource_checker" class="Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker">
      <tag name="config_cache.resource_checker" priority="-980"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="config.resource.self_checking_resource_checker" class="Symfony\Component\Config\Resource\SelfCheckingResourceChecker">
      <tag name="config_cache.resource_checker" priority="-990"/>
    </service>
    <service id="services_resetter" class="Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter" public="true">
      <argument type="iterator">
        <argument key="request_stack" type="service" id="request_stack" on-invalid="ignore_uninitialized"/>
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="mailer.message_logger_listener" type="service" id="mailer.message_logger_listener" on-invalid="ignore_uninitialized"/>
        <argument key="translation.locale_switcher" type="service" id="translation.locale_switcher" on-invalid="ignore_uninitialized"/>
        <argument key="debug.stopwatch" type="service" id="debug.stopwatch" on-invalid="ignore_uninitialized"/>
        <argument key="debug.event_dispatcher" type="service" id="debug.event_dispatcher" on-invalid="ignore_uninitialized"/>
        <argument key="debug.log_processor" type="service" id="debug.log_processor" on-invalid="ignore_uninitialized"/>
        <argument key="session_listener" type="service" id="session_listener" on-invalid="ignore_uninitialized"/>
        <argument key="form.choice_list_factory.cached" type="service" id="form.choice_list_factory.cached" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="profiler" type="service" id="profiler" on-invalid="ignore_uninitialized"/>
        <argument key="debug.validator" type="service" id="debug.validator" on-invalid="ignore_uninitialized"/>
        <argument key="security.token_storage" type="service" id="security.token_storage" on-invalid="ignore_uninitialized"/>
        <argument key="security.logout_url_generator" type="service" id="security.logout_url_generator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall" type="service" id="debug.security.firewall" on-invalid="ignore_uninitialized"/>
        <argument key="debug.security.firewall.authenticator.main" type="service" id="debug.security.firewall.authenticator.main" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine" type="service" id="doctrine" on-invalid="ignore_uninitialized"/>
        <argument key="doctrine.debug_data_holder" type="service" id="doctrine.debug_data_holder" on-invalid="ignore_uninitialized"/>
        <argument key="form.type.entity" type="service" id="form.type.entity" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.main" type="service" id="monolog.handler.main" on-invalid="ignore_uninitialized"/>
        <argument key="monolog.handler.console" type="service" id="monolog.handler.console" on-invalid="ignore_uninitialized"/>
        <argument key="twig" type="service" id="twig" on-invalid="ignore_uninitialized"/>
        <argument key="twig.form.engine" type="service" id="twig.form.engine" on-invalid="ignore_uninitialized"/>
        <argument key="fos_rest.view_handler.default" type="service" id="fos_rest.view_handler.default" on-invalid="ignore_uninitialized"/>
        <argument key="webpack_encore.tag_renderer" type="service" id="webpack_encore.tag_renderer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.webpack_encore" type="service" id="cache.webpack_encore" on-invalid="ignore_uninitialized"/>
        <argument key="webpack_encore.entrypoint_lookup[_default]" type="service" id="webpack_encore.entrypoint_lookup[_default]" on-invalid="ignore_uninitialized"/>
      </argument>
      <argument type="collection">
        <argument key="request_stack" type="collection">
          <argument>?resetRequestFormats</argument>
        </argument>
        <argument key="cache.app" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.system" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.serializer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.annotations" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.property_info" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="mailer.message_logger_listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="translation.locale_switcher" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.stopwatch" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.event_dispatcher" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.log_processor" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="session_listener" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="form.choice_list_factory.cached" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.validator_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="profiler" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.validator" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="security.token_storage" type="collection">
          <argument>disableUsageTracking</argument>
          <argument>setToken</argument>
        </argument>
        <argument key="security.logout_url_generator" type="collection">
          <argument>?reset</argument>
        </argument>
        <argument key="cache.security_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.security_is_granted_attribute_expression_language" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="debug.security.firewall.authenticator.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="doctrine.debug_data_holder" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="form.type.entity" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.main" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="monolog.handler.console" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="twig" type="collection">
          <argument>resetGlobals</argument>
        </argument>
        <argument key="twig.form.engine" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="fos_rest.view_handler.default" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="webpack_encore.tag_renderer" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="cache.webpack_encore" type="collection">
          <argument>reset</argument>
        </argument>
        <argument key="webpack_encore.entrypoint_lookup[_default]" type="collection">
          <argument>reset</argument>
        </argument>
      </argument>
    </service>
    <service id="reverse_container" class="Symfony\Component\DependencyInjection\ReverseContainer">
      <argument type="service" id="service_container"/>
      <argument type="service" id=".service_locator.XXv1IfR"/>
    </service>
    <service id="locale_aware_listener" class="Symfony\Component\HttpKernel\EventListener\LocaleAwareListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="iterator">
        <argument type="service" id="slugger"/>
        <argument type="service" id="translator.default"/>
        <argument type="service" id="translation.locale_switcher"/>
      </argument>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="container.env_var_processor" class="Symfony\Component\DependencyInjection\EnvVarProcessor">
      <tag name="container.env_var_processor"/>
      <argument type="service" id="service_container"/>
      <argument type="tagged_iterator" tag="container.env_var_loader"/>
    </service>
    <service id="slugger" class="Symfony\Component\String\Slugger\AsciiSlugger">
      <tag name="kernel.locale_aware"/>
      <argument>en</argument>
    </service>
    <service id="container.getenv" class="Closure">
      <tag name="routing.expression_language_function" function="env"/>
      <argument type="collection">
        <argument type="service" id="service_container"/>
        <argument>getEnv</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.get_routing_condition_service" class="Closure" public="true">
      <tag name="routing.expression_language_function" function="service"/>
      <argument type="collection">
        <argument type="service" id=".service_locator.Xbsa8iG"/>
        <argument>get</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="container.env" class="Symfony\Component\String\LazyString" constructor="fromCallable" abstract="true">
      <argument type="service" id="container.getenv"/>
    </service>
    <service id="config_builder.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="kernel"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="clock" class="Symfony\Component\Clock\Clock"/>
    <service id="Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Request" class="Symfony\Component\HttpFoundation\Request" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="Symfony\Component\HttpFoundation\Response" class="Symfony\Component\HttpFoundation\Response" abstract="true">
      <tag name="container.excluded"/>
    </service>
    <service id="fragment.handler" class="Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler">
      <argument type="service" id=".service_locator.wmwio2R"/>
      <argument type="service" id="request_stack"/>
      <argument>true</argument>
    </service>
    <service id="fragment.uri_generator" class="Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator">
      <argument>/_fragment</argument>
      <argument type="service" id="uri_signer"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="fragment.renderer.inline" class="Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer">
      <tag name="kernel.fragment_renderer" alias="inline"/>
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <call method="setFragmentPath">
        <argument>/_fragment</argument>
      </call>
    </service>
    <service id="fragment.renderer.hinclude" class="Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer">
      <tag name="kernel.fragment_renderer" alias="hinclude"/>
      <argument type="service" id="twig" on-invalid="null"/>
      <argument type="service" id="uri_signer"/>
      <argument>null</argument>
      <call method="setFragmentPath">
        <argument>/_fragment</argument>
      </call>
    </service>
    <service id="fragment.renderer.esi" class="Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer">
      <tag name="kernel.fragment_renderer" alias="esi"/>
      <argument type="service" id="esi" on-invalid="null"/>
      <argument type="service" id="fragment.renderer.inline"/>
      <argument type="service" id="uri_signer"/>
      <call method="setFragmentPath">
        <argument>/_fragment</argument>
      </call>
    </service>
    <service id="error_handler.error_renderer.html" class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer">
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
        </service>
      </argument>
      <argument>UTF-8</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="getAndCleanOutputBuffer"/>
        </service>
      </argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="process.messenger.process_message_handler" class="Symfony\Component\Process\Messenger\RunProcessMessageHandler">
      <tag name="messenger.message_handler"/>
    </service>
    <service id="console.error_listener" class="Symfony\Component\Console\EventListener\ErrorListener">
      <tag name="monolog.logger" channel="console"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="monolog.logger.console" on-invalid="null"/>
    </service>
    <service id="console.suggest_missing_package_subscriber" class="Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="console.command.about" class="Symfony\Bundle\FrameworkBundle\Command\AboutCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>about</argument>
      </call>
      <call method="setDescription">
        <argument>Display information about the current project</argument>
      </call>
    </service>
    <service id="console.command.assets_install" class="Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <call method="setName">
        <argument>assets:install</argument>
      </call>
      <call method="setDescription">
        <argument>Install bundle's web assets under a public directory</argument>
      </call>
    </service>
    <service id="console.command.cache_clear" class="Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_clearer"/>
      <argument type="service" id="filesystem"/>
      <call method="setName">
        <argument>cache:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear the cache</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_clear" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
        <argument>cache.webpack_encore</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:clear</argument>
      </call>
      <call method="setDescription">
        <argument>Clear cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_prune" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>cache:pool:prune</argument>
      </call>
      <call method="setDescription">
        <argument>Prune cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_invalidate_tags" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolInvalidateTagsCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.NBUFN6A"/>
      <call method="setName">
        <argument>cache:pool:invalidate-tags</argument>
      </call>
      <call method="setDescription">
        <argument>Invalidate cache tags for all or a specific pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_delete" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache.global_clearer"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
        <argument>cache.webpack_encore</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:delete</argument>
      </call>
      <call method="setDescription">
        <argument>Delete an item from a cache pool</argument>
      </call>
    </service>
    <service id="console.command.cache_pool_list" class="Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="collection">
        <argument>cache.app</argument>
        <argument>cache.system</argument>
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
        <argument>cache.annotations</argument>
        <argument>cache.property_info</argument>
        <argument>cache.validator_expression_language</argument>
        <argument>cache.security_expression_language</argument>
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument>cache.doctrine.orm.default.result</argument>
        <argument>cache.doctrine.orm.default.query</argument>
        <argument>cache.webpack_encore</argument>
      </argument>
      <call method="setName">
        <argument>cache:pool:list</argument>
      </call>
      <call method="setDescription">
        <argument>List available cache pools</argument>
      </call>
    </service>
    <service id="console.command.cache_warmup" class="Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="cache_warmer"/>
      <call method="setName">
        <argument>cache:warmup</argument>
      </call>
      <call method="setDescription">
        <argument>Warm up an empty cache</argument>
      </call>
    </service>
    <service id="console.command.config_debug" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.w7.f4fT"/>
      <call method="setName">
        <argument>debug:config</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the current configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.config_dump_reference" class="Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>config:dump-reference</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the default configuration for an extension</argument>
      </call>
    </service>
    <service id="console.command.container_debug" class="Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>debug:container</argument>
      </call>
      <call method="setDescription">
        <argument>Display current services for an application</argument>
      </call>
    </service>
    <service id="console.command.container_lint" class="Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:container</argument>
      </call>
      <call method="setDescription">
        <argument>Ensure that arguments injected into services match type declarations</argument>
      </call>
    </service>
    <service id="console.command.debug_autowiring" class="Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:autowiring</argument>
      </call>
      <call method="setDescription">
        <argument>List classes/interfaces you can use for autowiring</argument>
      </call>
    </service>
    <service id="console.command.dotenv_debug" class="Symfony\Component\Dotenv\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument>dev</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <call method="setName">
        <argument>debug:dotenv</argument>
      </call>
      <call method="setDescription">
        <argument>List all dotenv files with variables and values</argument>
      </call>
    </service>
    <service id="console.command.event_dispatcher_debug" class="Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator._1SGciK"/>
      <call method="setName">
        <argument>debug:event-dispatcher</argument>
      </call>
      <call method="setDescription">
        <argument>Display configured listeners for an application</argument>
      </call>
    </service>
    <service id="console.command.router_debug" class="Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:router</argument>
      </call>
      <call method="setDescription">
        <argument>Display current routes for an application</argument>
      </call>
    </service>
    <service id="console.command.router_match" class="Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="router.default"/>
      <argument type="tagged_iterator" tag="routing.expression_language_provider"/>
      <call method="setName">
        <argument>router:match</argument>
      </call>
      <call method="setDescription">
        <argument>Help debug routes by simulating a path info match</argument>
      </call>
    </service>
    <service id="console.command.serializer_debug" class="Symfony\Component\Serializer\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <call method="setName">
        <argument>debug:serializer</argument>
      </call>
      <call method="setDescription">
        <argument>Display serialization information for classes</argument>
      </call>
    </service>
    <service id="console.command.translation_debug" class="Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translator.data_collector"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/templates</argument>
      <argument type="collection">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/</argument>
      </argument>
      <argument type="collection">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/emails/images</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/c4rgoroicalc/images</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/images</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/emails/styles</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/c4rgoroicalc/email/css/</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </argument>
      <argument type="collection"/>
      <call method="setName">
        <argument>debug:translation</argument>
      </call>
      <call method="setDescription">
        <argument>Display translation messages information</argument>
      </call>
    </service>
    <service id="console.command.translation_extract" class="Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.writer"/>
      <argument type="service" id="translation.reader"/>
      <argument type="service" id="translation.extractor"/>
      <argument>en</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/templates</argument>
      <argument type="collection">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/</argument>
      </argument>
      <argument type="collection">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/emails/images</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/c4rgoroicalc/images</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/images</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/emails/styles</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/c4rgoroicalc/email/css/</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </argument>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:extract</argument>
      </call>
      <call method="setDescription">
        <argument>Extract missing translations keys from code to translation files</argument>
      </call>
    </service>
    <service id="console.command.validator_debug" class="Symfony\Component\Validator\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="debug.validator"/>
      <call method="setName">
        <argument>debug:validator</argument>
      </call>
      <call method="setDescription">
        <argument>Display validation constraints for classes</argument>
      </call>
    </service>
    <service id="console.command.translation_pull" class="Symfony\Component\Translation\Command\TranslationPullCommand">
      <tag name="console.command" command="translation:pull"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.provider_collection"/>
      <argument type="service" id="translation.writer"/>
      <argument type="service" id="translation.reader"/>
      <argument>en</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:pull</argument>
      </call>
      <call method="setDescription">
        <argument>Pull translations from a given provider.</argument>
      </call>
    </service>
    <service id="console.command.translation_push" class="Symfony\Component\Translation\Command\TranslationPushCommand">
      <tag name="console.command" command="translation:push"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="translation.provider_collection"/>
      <argument type="service" id="translation.reader"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <call method="setName">
        <argument>translation:push</argument>
      </call>
      <call method="setDescription">
        <argument>Push translations to a given provider.</argument>
      </call>
    </service>
    <service id="console.command.xliff_lint" class="Symfony\Component\Translation\Command\XliffLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:xliff</argument>
      </call>
      <call method="setDescription">
        <argument>Lint an XLIFF file and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.yaml_lint" class="Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>lint:yaml</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a YAML file and outputs encountered errors</argument>
      </call>
    </service>
    <service id="console.command.form_debug" class="Symfony\Component\Form\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="form.registry"/>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Core\Type</argument>
        <argument>App\Form</argument>
        <argument>App\Form\Type</argument>
        <argument>App\Magazzino\Form</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type</argument>
        <argument>Vich\UploaderBundle\Form\Type</argument>
        <argument>Liip\ImagineBundle\Form\Type</argument>
        <argument></argument>
        <argument>Dukecity\CommandSchedulerBundle\Form\Type</argument>
      </argument>
      <argument type="collection">
        <argument>App\Form\CaratteristicheType</argument>
        <argument>App\Form\CommentType</argument>
        <argument>App\Form\ComponentiType</argument>
        <argument>App\Form\ContenitoriImportType</argument>
        <argument>App\Form\ContenitoriType</argument>
        <argument>App\Form\DecodeType</argument>
        <argument>App\Form\DetailItemType</argument>
        <argument>App\Form\FamigliaComponentiType</argument>
        <argument>App\Form\MDecodeType</argument>
        <argument>App\Form\MacchineType</argument>
        <argument>App\Form\ModelliType</argument>
        <argument>App\Form\MontaggiType</argument>
        <argument>App\Form\PalletsType</argument>
        <argument>App\Form\PostType</argument>
        <argument>App\Form\SpedType</argument>
        <argument>App\Form\Type\AwbimportType</argument>
        <argument>App\Form\Type\AziendeType</argument>
        <argument>App\Form\Type\C4rgoNewsType</argument>
        <argument>App\Form\Type\CoeffPesoVolumetricoType</argument>
        <argument>App\Form\Type\ComandiExecType</argument>
        <argument>App\Form\Type\ComandiType</argument>
        <argument>App\Form\Type\ComponentiType</argument>
        <argument>App\Form\Type\ConfigGroupType</argument>
        <argument>App\Form\Type\DateTimePickerType</argument>
        <argument>App\Form\Type\EmailTemplateType</argument>
        <argument>App\Form\Type\FamigliaComponentiType</argument>
        <argument>App\Form\Type\FileGalleryType</argument>
        <argument>App\Form\Type\LuoghiType</argument>
        <argument>App\Form\Type\MacchineType</argument>
        <argument>App\Form\Type\ModelliType</argument>
        <argument>App\Form\Type\MontaggiType</argument>
        <argument>App\Form\Type\MyScheduledCommandType</argument>
        <argument>App\Form\Type\NotificaEventoType</argument>
        <argument>App\Form\Type\ProfiloType</argument>
        <argument>App\Form\Type\TagsInputType</argument>
        <argument>App\Form\Type\TargetType</argument>
        <argument>App\Form\Type\UserType</argument>
        <argument>App\Magazzino\Form\ArticoloType</argument>
        <argument>App\Magazzino\Form\ArticoloUMType</argument>
        <argument>App\Magazzino\Form\CategoriaType</argument>
        <argument>App\Magazzino\Form\CausaleType</argument>
        <argument>App\Magazzino\Form\CsvImportType</argument>
        <argument>App\Magazzino\Form\IdentificatoreType</argument>
        <argument>App\Magazzino\Form\LottoType</argument>
        <argument>App\Magazzino\Form\MagazzinoFormType</argument>
        <argument>App\Magazzino\Form\MovimentoRigaType</argument>
        <argument>App\Magazzino\Form\MovimentoType</argument>
        <argument>App\Magazzino\Form\SerialeType</argument>
        <argument>App\Magazzino\Form\UbicazioneType</argument>
        <argument>App\Magazzino\Form\UnitaMisuraType</argument>
        <argument>App\Magazzino\Form\ZonaType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\FormType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\ChoiceType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\FileType</argument>
        <argument>Symfony\Component\Form\Extension\Core\Type\ColorType</argument>
        <argument>Symfony\Bridge\Doctrine\Form\Type\EntityType</argument>
        <argument>Vich\UploaderBundle\Form\Type\VichFileType</argument>
        <argument>Vich\UploaderBundle\Form\Type\VichImageType</argument>
        <argument>Liip\ImagineBundle\Form\Type\ImageType</argument>
        <argument>PUGX\AutocompleterBundle\Form\Type\AutocompleteType</argument>
        <argument>PUGX\AutocompleterBundle\Form\Type\AutocompleteFilterType</argument>
        <argument>Dukecity\CommandSchedulerBundle\Form\Type\CommandChoiceType</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension</argument>
        <argument>Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension</argument>
        <argument>Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension</argument>
        <argument>Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension</argument>
        <argument>Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension</argument>
      </argument>
      <argument type="collection">
        <argument>Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser</argument>
        <argument>Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser</argument>
      </argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:form</argument>
      </call>
      <call method="setDescription">
        <argument>Display form type information</argument>
      </call>
    </service>
    <service id="console.command.secrets_set" class="Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:set</argument>
      </call>
      <call method="setDescription">
        <argument>Set a secret in the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_remove" class="Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="null"/>
      <call method="setName">
        <argument>secrets:remove</argument>
      </call>
      <call method="setDescription">
        <argument>Remove a secret from the vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_generate_key" class="Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:generate-keys</argument>
      </call>
      <call method="setDescription">
        <argument>Generate new encryption keys</argument>
      </call>
    </service>
    <service id="console.command.secrets_list" class="Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:list</argument>
      </call>
      <call method="setDescription">
        <argument>List all secrets</argument>
      </call>
    </service>
    <service id="console.command.secrets_decrypt_to_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:decrypt-to-local</argument>
      </call>
      <call method="setDescription">
        <argument>Decrypt all secrets and stores them in the local vault</argument>
      </call>
    </service>
    <service id="console.command.secrets_encrypt_from_local" class="Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="secrets.vault"/>
      <argument type="service" id="secrets.local_vault" on-invalid="ignore"/>
      <call method="setName">
        <argument>secrets:encrypt-from-local</argument>
      </call>
      <call method="setDescription">
        <argument>Encrypt all local secrets to the vault</argument>
      </call>
    </service>
    <service id="console.messenger.application" class="Symfony\Bundle\FrameworkBundle\Console\Application" shared="false">
      <argument type="service" id="kernel"/>
      <call method="setAutoExit">
        <argument>false</argument>
      </call>
    </service>
    <service id="console.messenger.execute_command_handler" class="Symfony\Component\Console\Messenger\RunCommandMessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="console.messenger.application"/>
    </service>
    <service id="cache.app" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable="1"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.app.recorder_inner"/>
    </service>
    <service id="cache.app.taggable" class="Symfony\Component\Cache\Adapter\TagAwareAdapter">
      <tag name="cache.taggable" pool="cache.app"/>
      <argument type="service" id="cache.app"/>
    </service>
    <service id="cache.system" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable=""/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.system.recorder_inner"/>
    </service>
    <service id="cache.validator" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable=""/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.validator.recorder_inner"/>
    </service>
    <service id="cache.serializer" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable=""/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.serializer.recorder_inner"/>
    </service>
    <service id="cache.annotations" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable=""/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.annotations.recorder_inner"/>
    </service>
    <service id="cache.property_info" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable=""/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.property_info.recorder_inner"/>
    </service>
    <service id="cache.adapter.system" class="Symfony\Component\Cache\Adapter\AdapterInterface" abstract="true">
      <tag name="cache.pool" clearer="cache.system_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.adapter.apcu" class="Symfony\Component\Cache\Adapter\ApcuAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.filesystem" class="Symfony\Component\Cache\Adapter\FilesystemAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument></argument>
      <argument>0</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.psr6" class="Symfony\Component\Cache\Adapter\ProxyAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_psr6_provider" clearer="cache.default_clearer" reset="reset"/>
      <argument type="abstract">PSR-6 provider service</argument>
      <argument></argument>
      <argument>0</argument>
    </service>
    <service id="cache.adapter.redis" class="Symfony\Component\Cache\Adapter\RedisAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.redis_tag_aware" class="Symfony\Component\Cache\Adapter\RedisTagAwareAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_redis_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Redis connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.memcached" class="Symfony\Component\Cache\Adapter\MemcachedAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_memcached_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">Memcached connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.doctrine_dbal" class="Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_doctrine_dbal_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">DBAL connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.pdo" class="Symfony\Component\Cache\Adapter\PdoAdapter" abstract="true">
      <tag name="cache.pool" provider="cache.default_pdo_provider" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument type="abstract">PDO connection service</argument>
      <argument></argument>
      <argument>0</argument>
      <argument type="collection"/>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.adapter.array" class="Symfony\Component\Cache\Adapter\ArrayAdapter" abstract="true">
      <tag name="cache.pool" clearer="cache.default_clearer" reset="reset"/>
      <tag name="monolog.logger" channel="cache"/>
      <argument>0</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.default_marshaller" class="Symfony\Component\Cache\Marshaller\DefaultMarshaller">
      <argument>null</argument>
      <argument>true</argument>
    </service>
    <service id="cache.default_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.system_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.webpack_encore" type="service" id="cache.webpack_encore" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="cache.global_clearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer" public="true">
      <tag name="cache.pool.clearer"/>
      <argument type="collection">
        <argument key="cache.app" type="service" id="cache.app" on-invalid="ignore_uninitialized"/>
        <argument key="cache.system" type="service" id="cache.system" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator" type="service" id="cache.validator" on-invalid="ignore_uninitialized"/>
        <argument key="cache.serializer" type="service" id="cache.serializer" on-invalid="ignore_uninitialized"/>
        <argument key="cache.annotations" type="service" id="cache.annotations" on-invalid="ignore_uninitialized"/>
        <argument key="cache.property_info" type="service" id="cache.property_info" on-invalid="ignore_uninitialized"/>
        <argument key="cache.validator_expression_language" type="service" id="cache.validator_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_expression_language" type="service" id="cache.security_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.security_is_granted_attribute_expression_language" type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.result" type="service" id="cache.doctrine.orm.default.result" on-invalid="ignore_uninitialized"/>
        <argument key="cache.doctrine.orm.default.query" type="service" id="cache.doctrine.orm.default.query" on-invalid="ignore_uninitialized"/>
        <argument key="cache.webpack_encore" type="service" id="cache.webpack_encore" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id="identity_translator" class="Symfony\Component\Translation\IdentityTranslator"/>
    <service id="assets.packages" class="Symfony\Component\Asset\Packages">
      <argument type="service" id="assets._default_package"/>
      <argument type="tagged_iterator" tag="assets.package" index-by="package" default-index-method="getDefaultPackageName" default-priority-method="getDefaultPackagePriority"/>
    </service>
    <service id="assets.empty_package" class="Symfony\Component\Asset\Package">
      <argument type="service" id="assets.empty_version_strategy"/>
    </service>
    <service id="assets.context" class="Symfony\Component\Asset\Context\RequestStackContext">
      <argument type="service" id="request_stack"/>
      <argument type="service">
        <service class="string">
          <factory service="router.request_context" method="getBaseUrl"/>
        </service>
      </argument>
      <argument type="service">
        <service class="bool">
          <factory service="router.request_context" method="isSecure"/>
        </service>
      </argument>
    </service>
    <service id="assets.path_package" class="Symfony\Component\Asset\PathPackage" abstract="true">
      <argument type="abstract">base path</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.url_package" class="Symfony\Component\Asset\UrlPackage" abstract="true">
      <argument type="abstract">base URLs</argument>
      <argument type="abstract">version strategy</argument>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="assets.static_version_strategy" class="Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy" abstract="true">
      <argument type="abstract">version</argument>
      <argument type="abstract">format</argument>
    </service>
    <service id="assets.empty_version_strategy" class="Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy"/>
    <service id="assets.json_manifest_version_strategy" class="Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy" abstract="true">
      <argument type="abstract">manifest path</argument>
      <argument type="service" id="http_client" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="assets._version__default" class="Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy">
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/build/manifest.json</argument>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="assets._default_package" class="Symfony\Component\Asset\PathPackage">
      <argument></argument>
      <argument type="service" id="assets._version__default"/>
      <argument type="service" id="assets.context"/>
    </service>
    <service id="mailer.mailer" class="Symfony\Component\Mailer\Mailer">
      <argument type="service" id="mailer.transports"/>
      <argument>null</argument>
      <argument type="service" id="debug.event_dispatcher" on-invalid="ignore"/>
    </service>
    <service id="mailer.transports" class="Symfony\Component\Mailer\Transport\Transports">
      <argument type="collection">
        <argument key="main">%env(MAILER_DSN)%</argument>
        <argument key="report">%env(MAILER_REPORT_DSN)%</argument>
      </argument>
      <factory service="mailer.transport_factory" method="fromStrings"/>
    </service>
    <service id="mailer.transport_factory" class="Symfony\Component\Mailer\Transport">
      <argument type="tagged_iterator" tag="mailer.transport_factory"/>
    </service>
    <service id="mailer.messenger.message_handler" class="Symfony\Component\Mailer\Messenger\MessageHandler">
      <tag name="messenger.message_handler"/>
      <argument type="service" id="mailer.transports"/>
    </service>
    <service id="mailer.envelope_listener" class="Symfony\Component\Mailer\EventListener\EnvelopeListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="mailer.message_logger_listener" class="Symfony\Component\Mailer\EventListener\MessageLoggerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="mailer.messenger_transport_listener" class="Symfony\Component\Mailer\EventListener\MessengerTransportListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="console.command.mailer_test" class="Symfony\Component\Mailer\Command\MailerTestCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="mailer.transports"/>
      <call method="setName">
        <argument>mailer:test</argument>
      </call>
      <call method="setDescription">
        <argument>Test Mailer transports by sending an email</argument>
      </call>
    </service>
    <service id="mailer.transport_factory.abstract" class="Symfony\Component\Mailer\Transport\AbstractTransportFactory" abstract="true">
      <tag name="monolog.logger" channel="mailer"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="http_client" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.null" class="Symfony\Component\Mailer\Transport\NullTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.sendmail" class="Symfony\Component\Mailer\Transport\SendmailTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.smtp" class="Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory">
      <tag name="mailer.transport_factory" priority="-100"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="mailer.transport_factory.native" class="Symfony\Component\Mailer\Transport\NativeTransportFactory">
      <tag name="mailer.transport_factory"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.mailer" on-invalid="ignore"/>
    </service>
    <service id="esi" class="Symfony\Component\HttpKernel\HttpCache\Esi"/>
    <service id="esi_listener" class="Symfony\Component\HttpKernel\EventListener\SurrogateListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="esi" on-invalid="ignore"/>
    </service>
    <service id="fragment.listener" class="Symfony\Component\HttpKernel\EventListener\FragmentListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="uri_signer"/>
      <argument>/_fragment</argument>
    </service>
    <service id="translator.default" class="Symfony\Bundle\FrameworkBundle\Translation\Translator">
      <tag name="kernel.locale_aware"/>
      <argument type="service" id=".service_locator.yY.p4P7"/>
      <argument type="service" id="translator.formatter.default"/>
      <argument>en</argument>
      <argument type="collection">
        <argument key="translation.loader.php" type="collection">
          <argument>php</argument>
        </argument>
        <argument key="translation.loader.yml" type="collection">
          <argument>yaml</argument>
          <argument>yml</argument>
        </argument>
        <argument key="translation.loader.xliff" type="collection">
          <argument>xlf</argument>
          <argument>xliff</argument>
        </argument>
        <argument key="translation.loader.po" type="collection">
          <argument>po</argument>
        </argument>
        <argument key="translation.loader.mo" type="collection">
          <argument>mo</argument>
        </argument>
        <argument key="translation.loader.qt" type="collection">
          <argument>ts</argument>
        </argument>
        <argument key="translation.loader.csv" type="collection">
          <argument>csv</argument>
        </argument>
        <argument key="translation.loader.res" type="collection">
          <argument>res</argument>
        </argument>
        <argument key="translation.loader.dat" type="collection">
          <argument>dat</argument>
        </argument>
        <argument key="translation.loader.ini" type="collection">
          <argument>ini</argument>
        </argument>
        <argument key="translation.loader.json" type="collection">
          <argument>json</argument>
        </argument>
      </argument>
      <argument type="collection">
        <argument key="cache_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/translations</argument>
        <argument key="debug">true</argument>
        <argument key="resource_files" type="collection">
          <argument key="af" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.af.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.af.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.af.xlf</argument>
          </argument>
          <argument key="ar" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.ar.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.ar.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.ar.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.ar.yaml</argument>
          </argument>
          <argument key="az" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.az.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.az.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.az.xlf</argument>
          </argument>
          <argument key="be" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.be.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.be.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.be.xlf</argument>
          </argument>
          <argument key="bg" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.bg.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.bg.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.bg.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.bg.yaml</argument>
          </argument>
          <argument key="bs" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.bs.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.bs.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.bs.xlf</argument>
          </argument>
          <argument key="ca" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.ca.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.ca.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.ca.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.ca.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.ca.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.ca.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.ca.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.ca.xlf</argument>
          </argument>
          <argument key="cs" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.cs.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.cs.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.cs.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.cs.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.cs.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.cs.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.cs.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.cs.xlf</argument>
          </argument>
          <argument key="cy" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.cy.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.cy.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.cy.xlf</argument>
          </argument>
          <argument key="da" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.da.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.da.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.da.xlf</argument>
          </argument>
          <argument key="de" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.de.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.de.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.de.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.de.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/DukecityCommandScheduler.de.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/validators.de.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.de.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.de.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.de.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.de.xlf</argument>
          </argument>
          <argument key="el" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.el.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.el.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.el.xlf</argument>
          </argument>
          <argument key="en" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.en.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/DukecityCommandScheduler.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/validators.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/AcquisitionOpt.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/MyCommandScheduler.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/configengine.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/configuratore.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/security.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/AcquisitionOpt.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/MyCommandScheduler.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/configengine.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/configuratore.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/security.en.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.en.xlf</argument>
          </argument>
          <argument key="es" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.es.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.es.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.es.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.es.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/DukecityCommandScheduler.es.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/validators.es.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.es.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.es.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.es.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.es.xlf</argument>
          </argument>
          <argument key="et" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.et.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.et.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.et.xlf</argument>
          </argument>
          <argument key="eu" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.eu.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.eu.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.eu.xlf</argument>
          </argument>
          <argument key="fa" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.fa.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.fa.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.fa.xlf</argument>
          </argument>
          <argument key="fi" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.fi.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.fi.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.fi.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.fi.yaml</argument>
          </argument>
          <argument key="fr" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.fr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.fr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.fr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.fr.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/DukecityCommandScheduler.fr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/validators.fr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.fr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.fr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.fr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.fr.xlf</argument>
          </argument>
          <argument key="gl" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.gl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.gl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.gl.xlf</argument>
          </argument>
          <argument key="he" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.he.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.he.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.he.xlf</argument>
          </argument>
          <argument key="hr" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.hr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.hr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.hr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.hr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.hr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.hr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.hr.xlf</argument>
          </argument>
          <argument key="hu" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.hu.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.hu.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.hu.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.hu.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml</argument>
          </argument>
          <argument key="hy" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.hy.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.hy.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.hy.xlf</argument>
          </argument>
          <argument key="id" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.id.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.id.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.id.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.id.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.id.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.id.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.id.xlf</argument>
          </argument>
          <argument key="it" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.it.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/AcquisitionOpt.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/configengine.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/configuratore.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/AcquisitionOpt.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/configengine.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/configuratore.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.it.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.it.xlf</argument>
          </argument>
          <argument key="ja" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.ja.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.ja.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.ja.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.ja.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.ja.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.ja.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.ja.xlf</argument>
          </argument>
          <argument key="lb" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.lb.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.lb.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.lb.xlf</argument>
          </argument>
          <argument key="lt" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.lt.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.lt.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.lt.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.lt.yaml</argument>
          </argument>
          <argument key="lv" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.lv.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.lv.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.lv.xlf</argument>
          </argument>
          <argument key="mk" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.mk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.mk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.mk.xlf</argument>
          </argument>
          <argument key="mn" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.mn.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.mn.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.mn.xlf</argument>
          </argument>
          <argument key="my" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.my.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.my.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.my.xlf</argument>
          </argument>
          <argument key="nb" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.nb.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.nb.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.nb.xlf</argument>
          </argument>
          <argument key="nl" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.nl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.nl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.nl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.nl.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/DukecityCommandScheduler.nl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/validators.nl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.nl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.nl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.nl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.nl.xlf</argument>
          </argument>
          <argument key="nn" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.nn.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.nn.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.nn.xlf</argument>
          </argument>
          <argument key="no" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.no.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.no.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.no.xlf</argument>
          </argument>
          <argument key="pl" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.pl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.pl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.pl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.pl.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.pl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.pl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.pl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.pl.xlf</argument>
          </argument>
          <argument key="pt" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.pt.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.pt.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.pt.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.pt.yaml</argument>
          </argument>
          <argument key="pt_BR" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.pt_BR.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.pt_BR.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.pt_BR.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.pt_BR.xlf</argument>
          </argument>
          <argument key="ro" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.ro.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.ro.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.ro.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.ro.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.ro.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.ro.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.ro.xlf</argument>
          </argument>
          <argument key="ru" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.ru.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.ru.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.ru.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.ru.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.ru.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.ru.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.ru.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.ru.xlf</argument>
          </argument>
          <argument key="sk" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.sk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.sk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.sk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml</argument>
          </argument>
          <argument key="sl" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.sl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.sl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.sl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.sl.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.sl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.sl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.sl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.sl.xlf</argument>
          </argument>
          <argument key="sq" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.sq.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.sq.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.sq.xlf</argument>
          </argument>
          <argument key="sr_Cyrl" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf</argument>
          </argument>
          <argument key="sr_Latn" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf</argument>
          </argument>
          <argument key="sv" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.sv.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.sv.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.sv.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml</argument>
          </argument>
          <argument key="th" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.th.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.th.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.th.xlf</argument>
          </argument>
          <argument key="tl" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.tl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.tl.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.tl.xlf</argument>
          </argument>
          <argument key="tr" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.tr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.tr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.tr.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.tr.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.tr.yml</argument>
          </argument>
          <argument key="uk" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.uk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.uk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.uk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.uk.yaml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.uk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.uk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.uk.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.uk.xlf</argument>
          </argument>
          <argument key="ur" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.ur.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.ur.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.ur.xlf</argument>
          </argument>
          <argument key="uz" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.uz.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.uz.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.uz.xlf</argument>
          </argument>
          <argument key="vi" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.vi.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.vi.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.vi.xlf</argument>
          </argument>
          <argument key="zh_CN" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.zh_CN.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.zh_CN.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/messages.zh_CN.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/validators.zh_CN.xlf</argument>
          </argument>
          <argument key="zh_TW" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf</argument>
          </argument>
          <argument key="vn" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations/messages.vn.yaml</argument>
          </argument>
          <argument key="pt-br" type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/DukecityCommandScheduler.pt-br.xlf</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations/validators.pt-br.xlf</argument>
          </argument>
        </argument>
        <argument key="scanned_directories" type="collection">
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/validator/Resources/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-core/Resources/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations/</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/framework-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-fixtures-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/monolog-bundle/src/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/debug-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/web-profiler-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-migrations-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/maker-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/friendsofsymfony/rest-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/nelmio/cors-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/liip/imagine-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/webpack-encore-bundle/src/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/friendsofsymfony/jsrouting-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/willdurand/geocoder-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/twig/extra-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/pugx/autocompleter-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/lexik/jwt-authentication-bundle/translations</argument>
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/stof/doctrine-extensions-bundle/src/translations</argument>
        </argument>
        <argument key="cache_vary" type="collection">
          <argument key="scanned_directories" type="collection">
            <argument>vendor/symfony/validator/Resources/translations</argument>
            <argument>vendor/symfony/form/Resources/translations</argument>
            <argument>vendor/symfony/security-core/Resources/translations</argument>
            <argument>vendor/vich/uploader-bundle/translations</argument>
            <argument>vendor/scheb/2fa-bundle/Resources/translations</argument>
            <argument>vendor/dukecity/command-scheduler-bundle/Resources/translations</argument>
            <argument>translations/</argument>
            <argument>translations</argument>
            <argument>vendor/symfony/framework-bundle/translations</argument>
            <argument>vendor/symfony/security-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-fixtures-bundle/translations</argument>
            <argument>vendor/symfony/monolog-bundle/src/translations</argument>
            <argument>vendor/symfony/twig-bundle/translations</argument>
            <argument>vendor/symfony/debug-bundle/translations</argument>
            <argument>vendor/symfony/web-profiler-bundle/translations</argument>
            <argument>vendor/doctrine/doctrine-migrations-bundle/translations</argument>
            <argument>vendor/symfony/maker-bundle/translations</argument>
            <argument>vendor/friendsofsymfony/rest-bundle/translations</argument>
            <argument>vendor/nelmio/cors-bundle/translations</argument>
            <argument>vendor/liip/imagine-bundle/translations</argument>
            <argument>vendor/symfony/webpack-encore-bundle/src/translations</argument>
            <argument>vendor/friendsofsymfony/jsrouting-bundle/translations</argument>
            <argument>vendor/willdurand/geocoder-bundle/translations</argument>
            <argument>vendor/twig/extra-bundle/translations</argument>
            <argument>vendor/pugx/autocompleter-bundle/translations</argument>
            <argument>vendor/lexik/jwt-authentication-bundle/translations</argument>
            <argument>vendor/stof/doctrine-extensions-bundle/src/translations</argument>
          </argument>
        </argument>
      </argument>
      <argument type="collection"/>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
      <call method="setFallbackLocales">
        <argument type="collection">
          <argument>en</argument>
        </argument>
      </call>
    </service>
    <service id="translator.logging" class="Symfony\Component\Translation\LoggingTranslator">
      <tag name="monolog.logger" channel="translation"/>
      <argument type="service" id="translator.logging.inner"/>
      <argument type="service" id="monolog.logger.translation"/>
    </service>
    <service id="translator.formatter.default" class="Symfony\Component\Translation\Formatter\MessageFormatter">
      <argument type="service" id="identity_translator"/>
    </service>
    <service id="translation.loader.php" class="Symfony\Component\Translation\Loader\PhpFileLoader">
      <tag name="translation.loader" alias="php"/>
    </service>
    <service id="translation.loader.yml" class="Symfony\Component\Translation\Loader\YamlFileLoader">
      <tag name="translation.loader" alias="yaml" legacy-alias="yml"/>
    </service>
    <service id="translation.loader.xliff" class="Symfony\Component\Translation\Loader\XliffFileLoader">
      <tag name="translation.loader" alias="xlf" legacy-alias="xliff"/>
    </service>
    <service id="translation.loader.po" class="Symfony\Component\Translation\Loader\PoFileLoader">
      <tag name="translation.loader" alias="po"/>
    </service>
    <service id="translation.loader.mo" class="Symfony\Component\Translation\Loader\MoFileLoader">
      <tag name="translation.loader" alias="mo"/>
    </service>
    <service id="translation.loader.qt" class="Symfony\Component\Translation\Loader\QtFileLoader">
      <tag name="translation.loader" alias="ts"/>
    </service>
    <service id="translation.loader.csv" class="Symfony\Component\Translation\Loader\CsvFileLoader">
      <tag name="translation.loader" alias="csv"/>
    </service>
    <service id="translation.loader.res" class="Symfony\Component\Translation\Loader\IcuResFileLoader">
      <tag name="translation.loader" alias="res"/>
    </service>
    <service id="translation.loader.dat" class="Symfony\Component\Translation\Loader\IcuDatFileLoader">
      <tag name="translation.loader" alias="dat"/>
    </service>
    <service id="translation.loader.ini" class="Symfony\Component\Translation\Loader\IniFileLoader">
      <tag name="translation.loader" alias="ini"/>
    </service>
    <service id="translation.loader.json" class="Symfony\Component\Translation\Loader\JsonFileLoader">
      <tag name="translation.loader" alias="json"/>
    </service>
    <service id="translation.dumper.php" class="Symfony\Component\Translation\Dumper\PhpFileDumper">
      <tag name="translation.dumper" alias="php"/>
    </service>
    <service id="translation.dumper.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xlf"/>
    </service>
    <service id="translation.dumper.xliff.xliff" class="Symfony\Component\Translation\Dumper\XliffFileDumper">
      <tag name="translation.dumper" alias="xliff"/>
      <argument>xliff</argument>
    </service>
    <service id="translation.dumper.po" class="Symfony\Component\Translation\Dumper\PoFileDumper">
      <tag name="translation.dumper" alias="po"/>
    </service>
    <service id="translation.dumper.mo" class="Symfony\Component\Translation\Dumper\MoFileDumper">
      <tag name="translation.dumper" alias="mo"/>
    </service>
    <service id="translation.dumper.yml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yml"/>
    </service>
    <service id="translation.dumper.yaml" class="Symfony\Component\Translation\Dumper\YamlFileDumper">
      <tag name="translation.dumper" alias="yaml"/>
      <argument>yaml</argument>
    </service>
    <service id="translation.dumper.qt" class="Symfony\Component\Translation\Dumper\QtFileDumper">
      <tag name="translation.dumper" alias="ts"/>
    </service>
    <service id="translation.dumper.csv" class="Symfony\Component\Translation\Dumper\CsvFileDumper">
      <tag name="translation.dumper" alias="csv"/>
    </service>
    <service id="translation.dumper.ini" class="Symfony\Component\Translation\Dumper\IniFileDumper">
      <tag name="translation.dumper" alias="ini"/>
    </service>
    <service id="translation.dumper.json" class="Symfony\Component\Translation\Dumper\JsonFileDumper">
      <tag name="translation.dumper" alias="json"/>
    </service>
    <service id="translation.dumper.res" class="Symfony\Component\Translation\Dumper\IcuResFileDumper">
      <tag name="translation.dumper" alias="res"/>
    </service>
    <service id="translation.extractor.php_ast" class="Symfony\Component\Translation\Extractor\PhpAstExtractor">
      <tag name="translation.extractor" alias="php"/>
      <argument type="tagged_iterator" tag="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.trans_method" class="Symfony\Component\Translation\Extractor\Visitor\TransMethodVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.translatable_message" class="Symfony\Component\Translation\Extractor\Visitor\TranslatableMessageVisitor">
      <tag name="translation.extractor.visitor"/>
    </service>
    <service id="translation.extractor.visitor.constraint" class="Symfony\Component\Translation\Extractor\Visitor\ConstraintVisitor">
      <tag name="translation.extractor.visitor"/>
      <argument type="collection">
        <argument>UniqueDecodeKey</argument>
        <argument>All</argument>
        <argument>AtLeastOneOf</argument>
        <argument>Bic</argument>
        <argument>Blank</argument>
        <argument>Callback</argument>
        <argument>CardScheme</argument>
        <argument>Choice</argument>
        <argument>Cidr</argument>
        <argument>Collection</argument>
        <argument>Compound</argument>
        <argument>Count</argument>
        <argument>Country</argument>
        <argument>CssColor</argument>
        <argument>Currency</argument>
        <argument>DateTime</argument>
        <argument>Date</argument>
        <argument>DivisibleBy</argument>
        <argument>Email</argument>
        <argument>EqualTo</argument>
        <argument>ExpressionSyntax</argument>
        <argument>Expression</argument>
        <argument>File</argument>
        <argument>GreaterThanOrEqual</argument>
        <argument>GreaterThan</argument>
        <argument>Hostname</argument>
        <argument>Iban</argument>
        <argument>IdenticalTo</argument>
        <argument>Image</argument>
        <argument>Ip</argument>
        <argument>IsFalse</argument>
        <argument>IsNull</argument>
        <argument>IsTrue</argument>
        <argument>Isbn</argument>
        <argument>Isin</argument>
        <argument>Issn</argument>
        <argument>Json</argument>
        <argument>Language</argument>
        <argument>Length</argument>
        <argument>LessThanOrEqual</argument>
        <argument>LessThan</argument>
        <argument>Locale</argument>
        <argument>Luhn</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>NotBlank</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>NotEqualTo</argument>
        <argument>NotIdenticalTo</argument>
        <argument>NotNull</argument>
        <argument>PasswordStrength</argument>
        <argument>Range</argument>
        <argument>Regex</argument>
        <argument>Sequentially</argument>
        <argument>Time</argument>
        <argument>Timezone</argument>
        <argument>Type</argument>
        <argument>Ulid</argument>
        <argument>Unique</argument>
        <argument>Url</argument>
        <argument>Uuid</argument>
        <argument>Valid</argument>
        <argument>When</argument>
        <argument>Expression</argument>
        <argument>Email</argument>
        <argument>NotCompromisedPassword</argument>
        <argument>When</argument>
        <argument>NoSuspiciousCharacters</argument>
        <argument>UserPassword</argument>
        <argument>UniqueEntity</argument>
        <argument>Address</argument>
      </argument>
    </service>
    <service id="translation.reader" class="Symfony\Component\Translation\Reader\TranslationReader">
      <call method="addLoader">
        <argument>php</argument>
        <argument type="service" id="translation.loader.php"/>
      </call>
      <call method="addLoader">
        <argument>yaml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>yml</argument>
        <argument type="service" id="translation.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument>xlf</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>xliff</argument>
        <argument type="service" id="translation.loader.xliff"/>
      </call>
      <call method="addLoader">
        <argument>po</argument>
        <argument type="service" id="translation.loader.po"/>
      </call>
      <call method="addLoader">
        <argument>mo</argument>
        <argument type="service" id="translation.loader.mo"/>
      </call>
      <call method="addLoader">
        <argument>ts</argument>
        <argument type="service" id="translation.loader.qt"/>
      </call>
      <call method="addLoader">
        <argument>csv</argument>
        <argument type="service" id="translation.loader.csv"/>
      </call>
      <call method="addLoader">
        <argument>res</argument>
        <argument type="service" id="translation.loader.res"/>
      </call>
      <call method="addLoader">
        <argument>dat</argument>
        <argument type="service" id="translation.loader.dat"/>
      </call>
      <call method="addLoader">
        <argument>ini</argument>
        <argument type="service" id="translation.loader.ini"/>
      </call>
      <call method="addLoader">
        <argument>json</argument>
        <argument type="service" id="translation.loader.json"/>
      </call>
    </service>
    <service id="translation.extractor" class="Symfony\Component\Translation\Extractor\ChainExtractor">
      <call method="addExtractor">
        <argument>php</argument>
        <argument type="service" id="translation.extractor.php_ast"/>
      </call>
      <call method="addExtractor">
        <argument>twig</argument>
        <argument type="service" id="twig.translation.extractor"/>
      </call>
    </service>
    <service id="translation.writer" class="Symfony\Component\Translation\Writer\TranslationWriter">
      <call method="addDumper">
        <argument>php</argument>
        <argument type="service" id="translation.dumper.php"/>
      </call>
      <call method="addDumper">
        <argument>xlf</argument>
        <argument type="service" id="translation.dumper.xliff"/>
      </call>
      <call method="addDumper">
        <argument>xliff</argument>
        <argument type="service" id="translation.dumper.xliff.xliff"/>
      </call>
      <call method="addDumper">
        <argument>po</argument>
        <argument type="service" id="translation.dumper.po"/>
      </call>
      <call method="addDumper">
        <argument>mo</argument>
        <argument type="service" id="translation.dumper.mo"/>
      </call>
      <call method="addDumper">
        <argument>yml</argument>
        <argument type="service" id="translation.dumper.yml"/>
      </call>
      <call method="addDumper">
        <argument>yaml</argument>
        <argument type="service" id="translation.dumper.yaml"/>
      </call>
      <call method="addDumper">
        <argument>ts</argument>
        <argument type="service" id="translation.dumper.qt"/>
      </call>
      <call method="addDumper">
        <argument>csv</argument>
        <argument type="service" id="translation.dumper.csv"/>
      </call>
      <call method="addDumper">
        <argument>ini</argument>
        <argument type="service" id="translation.dumper.ini"/>
      </call>
      <call method="addDumper">
        <argument>json</argument>
        <argument type="service" id="translation.dumper.json"/>
      </call>
      <call method="addDumper">
        <argument>res</argument>
        <argument type="service" id="translation.dumper.res"/>
      </call>
    </service>
    <service id="translation.warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer">
      <tag name="container.service_subscriber" id="translator"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.fuYM_Z..translation.warmer"/>
    </service>
    <service id="translation.locale_switcher" class="Symfony\Component\Translation\LocaleSwitcher">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.locale_aware"/>
      <argument>en</argument>
      <argument type="tagged_iterator" tag="kernel.locale_aware" exclude="translation.locale_switcher"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
    </service>
    <service id="translation.provider_collection" class="Symfony\Component\Translation\Provider\TranslationProviderCollection">
      <argument type="collection"/>
      <factory service="translation.provider_collection_factory" method="fromConfig"/>
    </service>
    <service id="translation.provider_collection_factory" class="Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory">
      <argument type="tagged_iterator" tag="translation.provider_factory"/>
      <argument type="collection"/>
    </service>
    <service id="translation.provider_factory.null" class="Symfony\Component\Translation\Provider\NullProviderFactory">
      <tag name="translation.provider_factory"/>
    </service>
    <service id="debug.error_handler_configurator" class="Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator" public="true">
      <tag name="monolog.logger" channel="php"/>
      <argument type="service" id="monolog.logger.php"/>
      <argument>null</argument>
      <argument>-1</argument>
      <argument>true</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="debug.debug_handlers_listener" class="Symfony\Component\HttpKernel\EventListener\DebugHandlersListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument>null</argument>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="debug.file_link_formatter" class="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter">
      <argument>null</argument>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <argument type="service_closure" id="debug.file_link_formatter.url_format"/>
    </service>
    <service id="debug.stopwatch" class="Symfony\Component\Stopwatch\Stopwatch" public="true">
      <tag name="kernel.reset" method="reset"/>
      <argument>true</argument>
    </service>
    <service id="debug.event_dispatcher" class="Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher">
      <tag name="container.hot_path"/>
      <tag name="event_dispatcher">event_dispatcher.dispatcher</tag>
      <tag name="monolog.logger" channel="event"/>
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="event_dispatcher" inner="debug.event_dispatcher.inner"/>
      <argument type="service" id="debug.event_dispatcher.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger.event" on-invalid="null"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>security.interactive_login</argument>
        <argument type="collection">
          <argument type="service_closure" id="account.security_listener"/>
          <argument>onSecurityInteractiveLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="app.gt.ajax.authentication.listener"/>
          <argument>onCoreException</argument>
        </argument>
        <argument>1000</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.router"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.context_listener.0"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="doctrine_migrations.schema_filter_listener"/>
          <argument>onConsoleCommand</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="fos_rest.format_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>34</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cors_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>250</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cors_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="nelmio_cors.cacheable_response_vary_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="webpack_encore.exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\CheckRequirementsSubscriber"/>
          <argument>handleConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\CheckRequirementsSubscriber"/>
          <argument>handleKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>comment.created</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\CommentNotificationSubscriber"/>
          <argument>onCommentCreated</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\ControllerSubscriber"/>
          <argument>registerCurrentController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="App\EventSubscriber\RedirectToPreferredLocaleSubscriber"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="argument_resolver.request_payload"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="response_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>setDefaultLocale</argument>
        </argument>
        <argument>100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>16</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="validate_request_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="disallow_search_engine_index_response_listener"/>
          <argument>onResponse</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onControllerArguments</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>logKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="exception_listener"/>
          <argument>removeCspHeader</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.cache_attribute_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>15</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="locale_aware_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>-15</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.error_listener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console.suggest_missing_package_subscriber"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.envelope_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.message_logger_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="mailer.messenger_transport_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="esi_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="fragment.listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>48</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.debug_handlers_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>2048</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>32</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="router_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>-64</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="session_listener"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>128</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="session_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-1000</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-100</argument>
      </call>
      <call method="addListener">
        <argument>kernel.exception</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelException</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="profiler_listener"/>
          <argument>onKernelTerminate</argument>
        </argument>
        <argument>-1024</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>initialize</argument>
        </argument>
        <argument>4096</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>catch</argument>
        </argument>
        <argument>-2048</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="console_profiler_listener"/>
          <argument>profile</argument>
        </argument>
        <argument>-4096</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.request"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="data_collector.request"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller_arguments</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.is_granted_attribute_listener"/>
          <argument>onKernelControllerArguments</argument>
        </argument>
        <argument>20</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>debug.security.authorization.vote</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.voter.vote_listener"/>
          <argument>onVoterVote</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>configureLogoutUrlGenerator</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>onKernelRequest</argument>
        </argument>
        <argument>8</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.security.firewall"/>
          <argument>onKernelFinishRequest</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="monolog.handler.console"/>
          <argument>onCommand</argument>
        </argument>
        <argument>255</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="monolog.handler.console"/>
          <argument>onTerminate</argument>
        </argument>
        <argument>-255</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="controller.template_attribute_listener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Mailer\Event\MessageEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="twig.mailer.message_listener"/>
          <argument>onMessage</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.command</argument>
        <argument type="collection">
          <argument type="service_closure" id="debug.dump_listener"/>
          <argument>configure</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>kernel.response</argument>
        <argument type="collection">
          <argument type="service_closure" id="web_profiler.debug_toolbar"/>
          <argument>onKernelResponse</argument>
        </argument>
        <argument>-128</argument>
      </call>
      <call method="addListener">
        <argument>console.error</argument>
        <argument type="collection">
          <argument type="service_closure" id="maker.console_error_listener"/>
          <argument>onConsoleError</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>console.terminate</argument>
        <argument type="collection">
          <argument type="service_closure" id="maker.console_error_listener"/>
          <argument>onConsoleTerminate</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.controller</argument>
        <argument type="collection">
          <argument type="service_closure" id="fos_rest.view_response_listener"/>
          <argument>onKernelController</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>kernel.view</argument>
        <argument type="collection">
          <argument type="service_closure" id="fos_rest.view_response_listener"/>
          <argument>onKernelView</argument>
        </argument>
        <argument>30</argument>
      </call>
      <call method="addListener">
        <argument>kernel.finish_request</argument>
        <argument type="collection">
          <argument type="service_closure" id="Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener"/>
          <argument>resetAssets</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</argument>
      </call>
      <call method="addListener">
        <argument>Dukecity\CommandSchedulerBundle\Event\SchedulerCommandCreatedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\EventSubscriber\SchedulerCommandSubscriber"/>
          <argument>onScheduledCommandCreated</argument>
        </argument>
        <argument>-10</argument>
      </call>
      <call method="addListener">
        <argument>Dukecity\CommandSchedulerBundle\Event\SchedulerCommandFailedEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\EventSubscriber\SchedulerCommandSubscriber"/>
          <argument>onScheduledCommandFailed</argument>
        </argument>
        <argument>20</argument>
      </call>
      <call method="addListener">
        <argument>Dukecity\CommandSchedulerBundle\Event\SchedulerCommandPreExecutionEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\EventSubscriber\SchedulerCommandSubscriber"/>
          <argument>onScheduledCommandPreExecution</argument>
        </argument>
        <argument>10</argument>
      </call>
      <call method="addListener">
        <argument>Dukecity\CommandSchedulerBundle\Event\SchedulerCommandPostExecutionEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\EventSubscriber\SchedulerCommandSubscriber"/>
          <argument>onScheduledCommandPostExecution</argument>
        </argument>
        <argument>30</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id="debug.controller_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableControllerResolver">
      <tag name="monolog.logger" channel="request"/>
      <tag name="container.decorator" id="controller_resolver" inner="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.controller_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="debug.argument_resolver" class="Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver">
      <tag name="container.decorator" id="argument_resolver" inner="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.argument_resolver.inner"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id="argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver">
      <tag name="controller.argument_value_resolver" priority="-200"/>
      <argument type="service" id=".service_locator.Z2QUpbt"/>
    </service>
    <service id="debug.log_processor" class="Symfony\Bridge\Monolog\Processor\DebugProcessor">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id=".virtual_request_stack"/>
    </service>
    <service id="debug.debug_logger_configurator" class="Symfony\Component\HttpKernel\Log\DebugLoggerConfigurator">
      <argument type="service" id="debug.log_processor"/>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="routing.resolver" class="Symfony\Component\Config\Loader\LoaderResolver">
      <call method="addLoader">
        <argument type="service" id="routing.loader.xml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.yml"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.php"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.glob"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.container"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.directory"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.attribute.file"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="routing.loader.psr4"/>
      </call>
    </service>
    <service id="routing.loader.xml" class="Symfony\Component\Routing\Loader\XmlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.yml" class="Symfony\Component\Routing\Loader\YamlFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.php" class="Symfony\Component\Routing\Loader\PhpFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.glob" class="Symfony\Component\Routing\Loader\GlobFileLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.directory" class="Symfony\Component\Routing\Loader\DirectoryLoader">
      <tag name="routing.loader"/>
      <argument type="service" id="file_locator"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.container" class="Symfony\Component\Routing\Loader\ContainerLoader">
      <tag name="routing.loader"/>
      <argument type="service" id=".service_locator.LD5oJC8"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.attribute" class="Symfony\Bundle\FrameworkBundle\Routing\AttributeRouteControllerLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument>dev</argument>
    </service>
    <service id="routing.loader.attribute.directory" class="Symfony\Component\Routing\Loader\AttributeDirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.attribute.file" class="Symfony\Component\Routing\Loader\AttributeFileLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
      <argument type="service" id="routing.loader.attribute"/>
    </service>
    <service id="routing.loader.psr4" class="Symfony\Component\Routing\Loader\Psr4DirectoryLoader">
      <tag name="routing.loader" priority="-10"/>
      <argument type="service" id="file_locator"/>
    </service>
    <service id="routing.loader" class="Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader" public="true">
      <argument type="service" id="routing.resolver"/>
      <argument type="collection">
        <argument key="utf8">true</argument>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="router.default" class="Symfony\Bundle\FrameworkBundle\Routing\Router">
      <tag name="monolog.logger" channel="router"/>
      <tag name="container.service_subscriber" id="routing.loader"/>
      <argument type="service" id=".service_locator.9gXQpqd.router.default"/>
      <argument>kernel::loadRoutes</argument>
      <argument type="collection">
        <argument key="cache_dir">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev</argument>
        <argument key="debug">true</argument>
        <argument key="generator_class">Symfony\Component\Routing\Generator\CompiledUrlGenerator</argument>
        <argument key="generator_dumper_class">Symfony\Component\Routing\Generator\Dumper\CompiledUrlGeneratorDumper</argument>
        <argument key="matcher_class">Symfony\Bundle\FrameworkBundle\Routing\RedirectableCompiledUrlMatcher</argument>
        <argument key="matcher_dumper_class">Symfony\Component\Routing\Matcher\Dumper\CompiledUrlMatcherDumper</argument>
        <argument key="strict_requirements">true</argument>
        <argument key="resource_type">service</argument>
      </argument>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="parameter_bag" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.router" on-invalid="ignore"/>
      <argument>en</argument>
      <call method="setConfigCacheFactory">
        <argument type="service" id="config_cache_factory"/>
      </call>
      <call method="addExpressionLanguageProvider">
        <argument type="service" id="router.expression_language_provider"/>
      </call>
    </service>
    <service id="router.request_context" class="Symfony\Component\Routing\RequestContext" constructor="fromUri">
      <argument></argument>
      <argument>localhost</argument>
      <argument>http</argument>
      <argument>80</argument>
      <argument>443</argument>
      <call method="setParameter">
        <argument>_functions</argument>
        <argument type="service" id="router.expression_language_provider" on-invalid="ignore"/>
      </call>
    </service>
    <service id="router.expression_language_provider" class="Symfony\Component\Routing\Matcher\ExpressionLanguageProvider">
      <tag name="routing.expression_language_provider"/>
      <argument type="service" id=".service_locator.Kl0E_Fe"/>
    </service>
    <service id="router.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer">
      <tag name="container.service_subscriber" id="router"/>
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id=".service_locator.cUcW89y.router.cache_warmer"/>
    </service>
    <service id="router_listener" class="Symfony\Component\HttpKernel\EventListener\RouterListener">
      <tag name="monolog.logger" channel="request"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="request_stack"/>
      <argument type="service" id="router.request_context" on-invalid="ignore"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <argument>true</argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" class="Symfony\Bundle\FrameworkBundle\Controller\RedirectController" public="true">
      <argument type="service" id="router.default"/>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpPort"/>
        </service>
      </argument>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpsPort"/>
        </service>
      </argument>
    </service>
    <service id="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" class="Symfony\Bundle\FrameworkBundle\Controller\TemplateController" public="true">
      <argument type="service" id="twig" on-invalid="ignore"/>
    </service>
    <service id="property_accessor" class="Symfony\Component\PropertyAccess\PropertyAccessor">
      <argument>3</argument>
      <argument>2</argument>
      <argument type="service" id="cache.property_access" on-invalid="ignore"/>
      <argument type="service" id="property_info.reflection_extractor" on-invalid="null"/>
      <argument type="service" id="property_info.reflection_extractor" on-invalid="null"/>
    </service>
    <service id="secrets.vault" class="Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault">
      <tag name="container.env_var_loader"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/config/secrets/%env(default:kernel.environment:APP_RUNTIME_ENV)%</argument>
      <argument type="service" id="secrets.decryption_key" on-invalid="ignore"/>
    </service>
    <service id="secrets.decryption_key" class="Symfony\Component\String\LazyString" constructor="fromCallable">
      <argument type="service" id="container.getenv"/>
      <argument>base64:default::SYMFONY_DECRYPTION_SECRET</argument>
    </service>
    <service id="secrets.local_vault" class="Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault">
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/.env.dev.local</argument>
    </service>
    <service id="serializer" class="Symfony\Component\Serializer\Serializer">
      <argument type="collection">
        <argument type="service" id="serializer.denormalizer.unwrapping"/>
        <argument type="service" id="fos_rest.serializer.form_error_normalizer"/>
        <argument type="service" id="serializer.normalizer.problem"/>
        <argument type="service" id="serializer.normalizer.uid"/>
        <argument type="service" id="serializer.normalizer.datetime"/>
        <argument type="service" id="serializer.normalizer.constraint_violation_list"/>
        <argument type="service" id="serializer.normalizer.mime_message"/>
        <argument type="service" id="serializer.normalizer.datetimezone"/>
        <argument type="service" id="serializer.normalizer.dateinterval"/>
        <argument type="service" id="serializer.normalizer.form_error"/>
        <argument type="service" id="serializer.normalizer.backed_enum"/>
        <argument type="service" id="serializer.normalizer.data_uri"/>
        <argument type="service" id="serializer.normalizer.translatable"/>
        <argument type="service" id="serializer.normalizer.json_serializable"/>
        <argument type="service" id="serializer.denormalizer.array"/>
        <argument type="service" id="serializer.normalizer.object"/>
      </argument>
      <argument type="collection">
        <argument type="service" id="serializer.encoder.xml"/>
        <argument type="service" id="serializer.encoder.json"/>
        <argument type="service" id="serializer.encoder.yaml"/>
        <argument type="service" id="serializer.encoder.csv"/>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.mapping.class_discriminator_resolver" class="Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="serializer.normalizer.constraint_violation_list" class="Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer" autowire="true">
      <tag name="serializer.normalizer" priority="-915"/>
      <argument type="collection"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
    </service>
    <service id="serializer.normalizer.mime_message" class="Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
      <argument type="service" id="serializer.normalizer.property"/>
    </service>
    <service id="serializer.normalizer.datetimezone" class="Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.dateinterval" class="Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.data_uri" class="Symfony\Component\Serializer\Normalizer\DataUriNormalizer">
      <tag name="serializer.normalizer" priority="-920"/>
      <argument type="service" id="mime_types" on-invalid="null"/>
    </service>
    <service id="serializer.normalizer.datetime" class="Symfony\Component\Serializer\Normalizer\DateTimeNormalizer">
      <tag name="serializer.normalizer" priority="-910"/>
    </service>
    <service id="serializer.normalizer.json_serializable" class="Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer">
      <tag name="serializer.normalizer" priority="-950"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.normalizer.problem" class="Symfony\Component\Serializer\Normalizer\ProblemNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
      <argument key="0">true</argument>
      <argument key="translator" type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="serializer.denormalizer.unwrapping" class="Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer">
      <tag name="serializer.normalizer" priority="1000"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="serializer.normalizer.uid" class="Symfony\Component\Serializer\Normalizer\UidNormalizer">
      <tag name="serializer.normalizer" priority="-890"/>
    </service>
    <service id="serializer.normalizer.translatable" class="Symfony\Component\Serializer\Normalizer\TranslatableNormalizer">
      <tag name="serializer.normalizer" priority="-920"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="serializer.normalizer.form_error" class="Symfony\Component\Serializer\Normalizer\FormErrorNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="serializer.normalizer.object" class="Symfony\Component\Serializer\Normalizer\ObjectNormalizer">
      <tag name="serializer.normalizer" priority="-1000"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
      <argument type="service" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="collection"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
    </service>
    <service id="serializer.normalizer.property" class="Symfony\Component\Serializer\Normalizer\PropertyNormalizer">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
      <argument type="service" id="serializer.name_converter.metadata_aware"/>
      <argument type="service" id="property_info" on-invalid="ignore"/>
      <argument type="service" id="serializer.mapping.class_discriminator_resolver" on-invalid="ignore"/>
      <argument>null</argument>
      <argument type="collection"/>
    </service>
    <service id="serializer.denormalizer.array" class="Symfony\Component\Serializer\Normalizer\ArrayDenormalizer">
      <tag name="serializer.normalizer" priority="-990"/>
    </service>
    <service id="serializer.mapping.chain_loader" class="Symfony\Component\Serializer\Mapping\Loader\LoaderChain">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AttributeLoader">
            <argument>null</argument>
          </service>
        </argument>
      </argument>
    </service>
    <service id="serializer.mapping.class_metadata_factory" class="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory">
      <argument type="service" id="serializer.mapping.chain_loader"/>
    </service>
    <service id="serializer.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\Serializer\Mapping\Loader\AttributeLoader">
            <argument>null</argument>
          </service>
        </argument>
      </argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/serialization.php</argument>
    </service>
    <service id="serializer.mapping.cache.symfony" class="Psr\Cache\CacheItemPoolInterface">
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/serialization.php</argument>
      <argument type="service" id="cache.serializer"/>
      <factory class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" method="create"/>
    </service>
    <service id="serializer.encoder.xml" class="Symfony\Component\Serializer\Encoder\XmlEncoder">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.encoder.json" class="Symfony\Component\Serializer\Encoder\JsonEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.yaml" class="Symfony\Component\Serializer\Encoder\YamlEncoder">
      <tag name="serializer.encoder"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="serializer.encoder.csv" class="Symfony\Component\Serializer\Encoder\CsvEncoder">
      <tag name="serializer.encoder"/>
    </service>
    <service id="serializer.name_converter.camel_case_to_snake_case" class="Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter"/>
    <service id="serializer.name_converter.metadata_aware" class="Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter">
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="property_info.serializer_extractor" class="Symfony\Component\PropertyInfo\Extractor\SerializerExtractor">
      <tag name="property_info.list_extractor" priority="-999"/>
      <argument type="service" id="serializer.mapping.class_metadata_factory"/>
    </service>
    <service id="error_handler.error_renderer.serializer" class="Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer">
      <argument type="service" id="serializer"/>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer" method="getPreferredFormat"/>
        </service>
      </argument>
      <argument type="service" id="twig.error_renderer.html"/>
      <argument type="service">
        <service>
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer" method="isDebug"/>
        </service>
      </argument>
    </service>
    <service id="serializer.normalizer.backed_enum" class="Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer">
      <tag name="serializer.normalizer" priority="-915"/>
    </service>
    <service id="property_info" class="Symfony\Component\PropertyInfo\PropertyInfoExtractor">
      <argument type="iterator">
        <argument type="service" id="property_info.serializer_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator"/>
      <argument type="iterator">
        <argument type="service" id="doctrine.orm.default_entity_manager.property_info_extractor"/>
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
      <argument type="iterator">
        <argument type="service" id="property_info.reflection_extractor"/>
      </argument>
    </service>
    <service id="property_info.reflection_extractor" class="Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor">
      <tag name="property_info.list_extractor" priority="-1000"/>
      <tag name="property_info.type_extractor" priority="-1002"/>
      <tag name="property_info.access_extractor" priority="-1000"/>
      <tag name="property_info.initializable_extractor" priority="-1000"/>
    </service>
    <service id="lock.store.combined.abstract" class="Symfony\Component\Lock\Store\CombinedStore" abstract="true">
      <argument type="abstract">List of stores</argument>
      <argument type="service" id="lock.strategy.majority"/>
    </service>
    <service id="lock.strategy.majority" class="Symfony\Component\Lock\Strategy\ConsensusStrategy"/>
    <service id="lock.factory.abstract" class="Symfony\Component\Lock\LockFactory" abstract="true">
      <tag name="monolog.logger" channel="lock"/>
      <argument type="abstract">Store</argument>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.lock" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".lock.default.store.TTEh_gT" class="Symfony\Component\Lock\PersistingStoreInterface">
      <tag name="lock.store"/>
      <argument>%env(LOCK_DSN)%</argument>
      <factory class="Symfony\Component\Lock\Store\StoreFactory" method="createStore"/>
    </service>
    <service id="lock.default.factory" class="Symfony\Component\Lock\LockFactory">
      <argument type="service" id=".lock.default.store.TTEh_gT"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.lock" on-invalid="ignore"/>
      </call>
    </service>
    <service id=".cache_connection.GD_MSZC" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>redis://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id=".cache_connection.JKE6keX" class="Symfony\Component\Cache\Adapter\AbstractAdapter" constructor="createConnection">
      <argument>memcached://localhost</argument>
      <argument type="collection">
        <argument key="lazy">true</argument>
      </argument>
    </service>
    <service id="cache.property_access" class="Symfony\Component\Cache\Adapter\ArrayAdapter">
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id="session.factory" class="Symfony\Component\HttpFoundation\Session\SessionFactory">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="session.storage.factory.native"/>
      <argument type="collection">
        <argument type="service" id="session_listener"/>
        <argument>onSessionUsage</argument>
      </argument>
    </service>
    <service id="session.storage.factory.native" class="Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory">
      <argument>%session.storage.options%</argument>
      <argument type="service" id="session.handler.native_file"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
          <argument>null</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.php_bridge" class="Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorageFactory">
      <argument type="service" id="session.handler.native_file"/>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
          <argument>null</argument>
        </service>
      </argument>
      <argument>true</argument>
    </service>
    <service id="session.storage.factory.mock_file" class="Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorageFactory">
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/sessions</argument>
      <argument>MOCKSESSID</argument>
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\MetadataBag">
          <argument>_sf2_meta</argument>
          <argument>0</argument>
          <argument>null</argument>
        </service>
      </argument>
    </service>
    <service id="session.handler.native" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler">
      <argument type="service">
        <service class="SessionHandler"/>
      </argument>
    </service>
    <service id="session.handler.native_file" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler">
      <argument type="service">
        <service class="Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler">
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/sessions</argument>
        </service>
      </argument>
    </service>
    <service id="session.abstract_handler" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler">
      <argument type="abstract">A string or a connection object</argument>
      <argument type="collection"/>
      <factory class="Symfony\Component\HttpFoundation\Session\Storage\Handler\SessionHandlerFactory" method="createHandler"/>
    </service>
    <service id="session_listener" class="Symfony\Component\HttpKernel\EventListener\SessionListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id=".service_locator.TpoC7U9"/>
      <argument>true</argument>
      <argument>%session.storage.options%</argument>
    </service>
    <service id="session.marshaller" class="Symfony\Component\HttpFoundation\Session\Storage\Handler\IdentityMarshaller"/>
    <service id="security.csrf.token_generator" class="Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator"/>
    <service id="security.csrf.token_storage" class="Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.csrf.token_manager" class="Symfony\Component\Security\Csrf\CsrfTokenManager">
      <argument type="service" id="security.csrf.token_generator"/>
      <argument type="service" id="security.csrf.token_storage"/>
      <argument type="service" id="request_stack" on-invalid="ignore"/>
    </service>
    <service id="twig.runtime.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="security.csrf.token_manager"/>
    </service>
    <service id="twig.extension.security_csrf" class="Symfony\Bridge\Twig\Extension\CsrfExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="form.resolved_type_factory" class="Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy">
      <argument type="service">
        <service class="Symfony\Component\Form\ResolvedFormTypeFactory"/>
      </argument>
      <argument type="service" id="data_collector.form"/>
    </service>
    <service id="form.registry" class="Symfony\Component\Form\FormRegistry">
      <argument type="collection">
        <argument type="service" id="form.extension"/>
      </argument>
      <argument type="service" id="form.resolved_type_factory"/>
    </service>
    <service id="form.factory" class="Symfony\Component\Form\FormFactory">
      <argument type="service" id="form.registry"/>
    </service>
    <service id="form.extension" class="Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension">
      <argument type="service" id=".service_locator.zjUNvdv"/>
      <argument type="collection">
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="iterator">
          <argument type="service" id="form.type_extension.form.transformation_failure_handling"/>
          <argument type="service" id="form.type_extension.form.http_foundation"/>
          <argument type="service" id="form.type_extension.form.validator"/>
          <argument type="service" id="form.type_extension.upload.validator"/>
          <argument type="service" id="form.type_extension.csrf"/>
          <argument type="service" id="form.type_extension.form.data_collector"/>
          <argument type="service" id="form.type_extension.form.password_hasher"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\RepeatedType" type="iterator">
          <argument type="service" id="form.type_extension.repeated.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\SubmitType" type="iterator">
          <argument type="service" id="form.type_extension.submit.validator"/>
        </argument>
        <argument key="Symfony\Component\Form\Extension\Core\Type\PasswordType" type="iterator">
          <argument type="service" id="form.type_extension.password.password_hasher"/>
        </argument>
      </argument>
      <argument type="iterator">
        <argument type="service" id="form.type_guesser.validator"/>
        <argument type="service" id="form.type_guesser.doctrine"/>
      </argument>
    </service>
    <service id="form.type_guesser.validator" class="Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="form.choice_list_factory.default" class="Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory"/>
    <service id="form.choice_list_factory.property_access" class="Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator">
      <argument type="service" id="form.choice_list_factory.default"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="form.choice_list_factory.cached" class="Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="form.choice_list_factory.property_access"/>
    </service>
    <service id="form.type.form" class="Symfony\Component\Form\Extension\Core\Type\FormType">
      <tag name="form.type"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="form.type.choice" class="Symfony\Component\Form\Extension\Core\Type\ChoiceType">
      <tag name="form.type"/>
      <argument type="service" id="form.choice_list_factory.cached"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type.file" class="Symfony\Component\Form\Extension\Core\Type\FileType">
      <tag name="form.type"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type.color" class="Symfony\Component\Form\Extension\Core\Type\ColorType">
      <tag name="form.type"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.form.transformation_failure_handling" class="Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.form.http_foundation" class="Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="form.type_extension.form.request_handler"/>
    </service>
    <service id="form.type_extension.form.request_handler" class="Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler">
      <argument type="service" id="form.server_params"/>
    </service>
    <service id="form.server_params" class="Symfony\Component\Form\Util\ServerParams">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="form.type_extension.form.validator" class="Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="debug.validator"/>
      <argument>false</argument>
      <argument type="service" id="twig.form.renderer" on-invalid="ignore"/>
      <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
    </service>
    <service id="form.type_extension.repeated.validator" class="Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension">
      <tag name="form.type_extension"/>
    </service>
    <service id="form.type_extension.submit.validator" class="Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\SubmitType"/>
    </service>
    <service id="form.type_extension.upload.validator" class="Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="translator.data_collector"/>
      <argument>validators</argument>
    </service>
    <service id="form.type_extension.csrf" class="Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="security.csrf.token_manager"/>
      <argument>true</argument>
      <argument>_token</argument>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
      <argument>validators</argument>
      <argument type="service" id="form.server_params"/>
    </service>
    <service id="validator.builder" class="Symfony\Component\Validator\ValidatorBuilder">
      <call method="setConstraintValidatorFactory">
        <argument type="service" id="validator.validator_factory"/>
      </call>
      <call method="setGroupProviderLocator">
        <argument type="service" id=".service_locator.Xbsa8iG"/>
      </call>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
      </call>
      <call method="setTranslationDomain">
        <argument>validators</argument>
      </call>
      <call method="addXmlMappings">
        <argument type="collection">
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/form/Resources/config/validation.xml</argument>
        </argument>
      </call>
      <call method="enableAttributeMapping">
        <argument>true</argument>
      </call>
      <call method="addMethodMapping">
        <argument>loadValidatorMetadata</argument>
      </call>
      <call method="addObjectInitializers">
        <argument type="collection">
          <argument type="service" id="doctrine.orm.validator_initializer"/>
        </argument>
      </call>
      <call method="addLoader">
        <argument type="service" id="validator.property_info_loader"/>
      </call>
      <call method="addLoader">
        <argument type="service" id="doctrine.orm.default_entity_manager.validator_loader"/>
      </call>
      <factory class="Symfony\Component\Validator\Validation" method="createValidatorBuilder"/>
    </service>
    <service id="validator.mapping.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="validator.builder"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/validation.php</argument>
    </service>
    <service id="validator.mapping.cache.adapter" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/validation.php</argument>
      <argument type="service" id="cache.validator"/>
    </service>
    <service id="validator.validator_factory" class="Symfony\Component\Validator\ContainerConstraintValidatorFactory">
      <argument type="service" id=".service_locator.O.fxMIw"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator" class="Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator" abstract="true">
      <tag name="container.excluded" source="in &quot;config/validator.php&quot;"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AllValidator" class="Symfony\Component\Validator\Constraints\AllValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" class="Symfony\Component\Validator\Constraints\AtLeastOneOfValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BicValidator" class="Symfony\Component\Validator\Constraints\BicValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\BlankValidator" class="Symfony\Component\Validator\Constraints\BlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CallbackValidator" class="Symfony\Component\Validator\Constraints\CallbackValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CardSchemeValidator" class="Symfony\Component\Validator\Constraints\CardSchemeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ChoiceValidator" class="Symfony\Component\Validator\Constraints\ChoiceValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CidrValidator" class="Symfony\Component\Validator\Constraints\CidrValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CollectionValidator" class="Symfony\Component\Validator\Constraints\CollectionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CompoundValidator" class="Symfony\Component\Validator\Constraints\CompoundValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountValidator" class="Symfony\Component\Validator\Constraints\CountValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CountryValidator" class="Symfony\Component\Validator\Constraints\CountryValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CssColorValidator" class="Symfony\Component\Validator\Constraints\CssColorValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\CurrencyValidator" class="Symfony\Component\Validator\Constraints\CurrencyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateTimeValidator" class="Symfony\Component\Validator\Constraints\DateTimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DateValidator" class="Symfony\Component\Validator\Constraints\DateValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\DivisibleByValidator" class="Symfony\Component\Validator\Constraints\DivisibleByValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EmailValidator" class="Symfony\Component\Validator\Constraints\EmailValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\EqualToValidator" class="Symfony\Component\Validator\Constraints\EqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" class="Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ExpressionValidator" class="Symfony\Component\Validator\Constraints\ExpressionValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\FileValidator" class="Symfony\Component\Validator\Constraints\FileValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\GreaterThanValidator" class="Symfony\Component\Validator\Constraints\GreaterThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\HostnameValidator" class="Symfony\Component\Validator\Constraints\HostnameValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IbanValidator" class="Symfony\Component\Validator\Constraints\IbanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IdenticalToValidator" class="Symfony\Component\Validator\Constraints\IdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ImageValidator" class="Symfony\Component\Validator\Constraints\ImageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IpValidator" class="Symfony\Component\Validator\Constraints\IpValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsFalseValidator" class="Symfony\Component\Validator\Constraints\IsFalseValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsNullValidator" class="Symfony\Component\Validator\Constraints\IsNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsTrueValidator" class="Symfony\Component\Validator\Constraints\IsTrueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsbnValidator" class="Symfony\Component\Validator\Constraints\IsbnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IsinValidator" class="Symfony\Component\Validator\Constraints\IsinValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\IssnValidator" class="Symfony\Component\Validator\Constraints\IssnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\JsonValidator" class="Symfony\Component\Validator\Constraints\JsonValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LanguageValidator" class="Symfony\Component\Validator\Constraints\LanguageValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LengthValidator" class="Symfony\Component\Validator\Constraints\LengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" class="Symfony\Component\Validator\Constraints\LessThanOrEqualValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LessThanValidator" class="Symfony\Component\Validator\Constraints\LessThanValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LocaleValidator" class="Symfony\Component\Validator\Constraints\LocaleValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\LuhnValidator" class="Symfony\Component\Validator\Constraints\LuhnValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" class="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotBlankValidator" class="Symfony\Component\Validator\Constraints\NotBlankValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotEqualToValidator" class="Symfony\Component\Validator\Constraints\NotEqualToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" class="Symfony\Component\Validator\Constraints\NotIdenticalToValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\NotNullValidator" class="Symfony\Component\Validator\Constraints\NotNullValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" class="Symfony\Component\Validator\Constraints\PasswordStrengthValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RangeValidator" class="Symfony\Component\Validator\Constraints\RangeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\RegexValidator" class="Symfony\Component\Validator\Constraints\RegexValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\SequentiallyValidator" class="Symfony\Component\Validator\Constraints\SequentiallyValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimeValidator" class="Symfony\Component\Validator\Constraints\TimeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TimezoneValidator" class="Symfony\Component\Validator\Constraints\TimezoneValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\TypeValidator" class="Symfony\Component\Validator\Constraints\TypeValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UlidValidator" class="Symfony\Component\Validator\Constraints\UlidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UniqueValidator" class="Symfony\Component\Validator\Constraints\UniqueValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UrlValidator" class="Symfony\Component\Validator\Constraints\UrlValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\UuidValidator" class="Symfony\Component\Validator\Constraints\UuidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\ValidValidator" class="Symfony\Component\Validator\Constraints\ValidValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="Symfony\Component\Validator\Constraints\WhenValidator" class="Symfony\Component\Validator\Constraints\WhenValidator" abstract="true">
      <tag name="container.excluded"/>
      <tag name="validator.constraint_validator"/>
    </service>
    <service id="validator.expression" class="Symfony\Component\Validator\Constraints\ExpressionValidator">
      <tag name="validator.constraint_validator" alias="validator.expression"/>
      <argument type="service" id="validator.expression_language" on-invalid="null"/>
    </service>
    <service id="validator.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.validator_expression_language" on-invalid="null"/>
      <call method="registerProvider">
        <argument type="service" id="validator.expression_language_provider" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.validator_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable=""/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.validator_expression_language.recorder_inner"/>
    </service>
    <service id="validator.expression_language_provider" class="Symfony\Component\Validator\Constraints\ExpressionLanguageProvider"/>
    <service id="validator.email" class="Symfony\Component\Validator\Constraints\EmailValidator">
      <tag name="validator.constraint_validator"/>
      <argument>html5</argument>
    </service>
    <service id="validator.not_compromised_password" class="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator">
      <tag name="validator.constraint_validator"/>
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="validator.when" class="Symfony\Component\Validator\Constraints\WhenValidator">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="validator.expression_language" on-invalid="null"/>
    </service>
    <service id="validator.no_suspicious_characters" class="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator">
      <tag name="validator.constraint_validator" alias="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"/>
      <argument type="collection"/>
    </service>
    <service id="validator.property_info_loader" class="Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader">
      <tag name="validator.auto_mapper"/>
      <argument type="service" id="property_info"/>
      <argument type="service" id="property_info"/>
      <argument type="service" id="property_info"/>
      <argument>null</argument>
    </service>
    <service id="profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler" public="true">
      <tag name="monolog.logger" channel="profiler"/>
      <tag name="container.private" package="symfony/framework-bundle" version="5.4"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="profiler.storage"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="null"/>
      <argument>true</argument>
      <call method="add">
        <argument type="service" id="data_collector.request"/>
      </call>
      <call method="add">
        <argument type="service" id=".data_collector.command"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.time"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.memory"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.validator"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.ajax"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.form"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.exception"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.logger"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.events"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.router"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.cache"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.translation"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.security"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.twig"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.doctrine"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.dump"/>
      </call>
      <call method="add">
        <argument type="service" id="mailer.data_collector"/>
      </call>
      <call method="add">
        <argument type="service" id="Vich\UploaderBundle\DataCollector\MappingCollector"/>
      </call>
      <call method="add">
        <argument type="service" id="Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector"/>
      </call>
      <call method="add">
        <argument type="service" id="data_collector.config"/>
      </call>
    </service>
    <service id="profiler.storage" class="Symfony\Component\HttpKernel\Profiler\FileProfilerStorage">
      <argument>file:/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/profiler</argument>
    </service>
    <service id="profiler_listener" class="Symfony\Component\HttpKernel\EventListener\ProfilerListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="profiler"/>
      <argument type="service" id="request_stack"/>
      <argument>null</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
    </service>
    <service id="console_profiler_listener" class="Symfony\Bundle\FrameworkBundle\EventListener\ConsoleProfilerListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id=".lazy_profiler"/>
      <argument type="service" id=".virtual_request_stack"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument>%env(not:default:kernel.runtime_mode.web:)%</argument>
      <argument type="service" id="router.default" on-invalid="null"/>
    </service>
    <service id=".lazy_profiler" class="Symfony\Component\HttpKernel\Profiler\Profiler" lazy="true">
      <argument type="collection">
        <argument type="service" id="profiler"/>
      </argument>
      <factory function="current"/>
    </service>
    <service id=".virtual_request_stack" class="Symfony\Component\HttpKernel\Debug\VirtualRequestStack" public="true">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="data_collector.config" class="Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/config.html.twig" id="config" priority="-255"/>
      <call method="setKernel">
        <argument type="service" id="kernel" on-invalid="ignore"/>
      </call>
    </service>
    <service id="data_collector.request" class="Symfony\Component\HttpKernel\DataCollector\RequestDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/request.html.twig" id="request" priority="335"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.request.session_collector" class="Closure">
      <argument type="collection">
        <argument type="service" id="data_collector.request"/>
        <argument>collectSessionUsage</argument>
      </argument>
      <factory class="Closure" method="fromCallable"/>
    </service>
    <service id="data_collector.ajax" class="Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/ajax.html.twig" id="ajax" priority="315"/>
    </service>
    <service id="data_collector.exception" class="Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/exception.html.twig" id="exception" priority="305"/>
    </service>
    <service id="data_collector.events" class="Symfony\Component\HttpKernel\DataCollector\EventDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/events.html.twig" id="events" priority="290"/>
      <argument type="tagged_iterator" tag="event_dispatcher.dispatcher" index-by="name" default-index-method="getDefaultNameName" default-priority-method="getDefaultNamePriority"/>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.logger" class="Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector">
      <tag name="monolog.logger" channel="profiler"/>
      <tag name="data_collector" template="@WebProfiler/Collector/logger.html.twig" id="logger" priority="300"/>
      <argument type="service" id="monolog.logger.profiler" on-invalid="ignore"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/App_KernelDevDebugContainer</argument>
      <argument type="service" id=".virtual_request_stack" on-invalid="ignore"/>
    </service>
    <service id="data_collector.time" class="Symfony\Component\HttpKernel\DataCollector\TimeDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/time.html.twig" id="time" priority="330"/>
      <argument type="service" id="kernel" on-invalid="ignore"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
    </service>
    <service id="data_collector.memory" class="Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/memory.html.twig" id="memory" priority="325"/>
    </service>
    <service id="data_collector.router" class="Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/router.html.twig" id="router" priority="285"/>
      <tag name="kernel.event_listener" event="kernel.controller" method="onKernelController"/>
      <tag name="container.hot_path"/>
    </service>
    <service id=".data_collector.command" class="Symfony\Component\Console\DataCollector\CommandDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/command.html.twig" id="command" priority="335"/>
    </service>
    <service id="data_collector.cache" class="Symfony\Component\Cache\DataCollector\CacheDataCollector" public="true">
      <tag name="data_collector" template="@WebProfiler/Collector/cache.html.twig" id="cache" priority="275"/>
      <call method="addInstance">
        <argument>cache.app</argument>
        <argument type="service" id="cache.app"/>
      </call>
      <call method="addInstance">
        <argument>cache.system</argument>
        <argument type="service" id="cache.system"/>
      </call>
      <call method="addInstance">
        <argument>cache.validator</argument>
        <argument type="service" id="cache.validator"/>
      </call>
      <call method="addInstance">
        <argument>cache.serializer</argument>
        <argument type="service" id="cache.serializer"/>
      </call>
      <call method="addInstance">
        <argument>cache.annotations</argument>
        <argument type="service" id="cache.annotations"/>
      </call>
      <call method="addInstance">
        <argument>cache.property_info</argument>
        <argument type="service" id="cache.property_info"/>
      </call>
      <call method="addInstance">
        <argument>cache.validator_expression_language</argument>
        <argument type="service" id="cache.validator_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_expression_language</argument>
        <argument type="service" id="cache.security_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.security_is_granted_attribute_expression_language</argument>
        <argument type="service" id="cache.security_is_granted_attribute_expression_language"/>
      </call>
      <call method="addInstance">
        <argument>cache.doctrine.orm.default.result</argument>
        <argument type="service" id="cache.doctrine.orm.default.result"/>
      </call>
      <call method="addInstance">
        <argument>cache.doctrine.orm.default.query</argument>
        <argument type="service" id="cache.doctrine.orm.default.query"/>
      </call>
      <call method="addInstance">
        <argument>cache.webpack_encore</argument>
        <argument type="service" id="cache.webpack_encore"/>
      </call>
    </service>
    <service id="cache_pool_clearer.cache_warmer" class="Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer">
      <tag name="kernel.cache_warmer" priority="64"/>
      <argument type="service" id="cache.system_clearer"/>
      <argument type="collection">
        <argument>cache.validator</argument>
        <argument>cache.serializer</argument>
      </argument>
    </service>
    <service id="form.type_extension.form.data_collector" class="Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension">
      <tag name="form.type_extension"/>
      <argument type="service" id="data_collector.form"/>
    </service>
    <service id="data_collector.form.extractor" class="Symfony\Component\Form\Extension\DataCollector\FormDataExtractor"/>
    <service id="data_collector.form" class="Symfony\Component\Form\Extension\DataCollector\FormDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/form.html.twig" id="form" priority="310"/>
      <argument type="service" id="data_collector.form.extractor"/>
    </service>
    <service id="debug.validator" class="Symfony\Component\Validator\Validator\TraceableValidator">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="validator" inner="debug.validator.inner"/>
      <argument type="service" id="debug.validator.inner"/>
    </service>
    <service id="data_collector.validator" class="Symfony\Component\Validator\DataCollector\ValidatorDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/validator.html.twig" id="validator" priority="320"/>
      <argument type="service" id="debug.validator"/>
    </service>
    <service id="translator.data_collector" class="Symfony\Component\Translation\DataCollectorTranslator">
      <argument type="service" id="translator.default"/>
    </service>
    <service id="data_collector.translation" class="Symfony\Component\Translation\DataCollector\TranslationDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/translation.html.twig" id="translation" priority="275"/>
      <argument type="service" id="translator.data_collector"/>
    </service>
    <service id="mailer.data_collector" class="Symfony\Component\Mailer\DataCollector\MessageDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/mailer.html.twig" id="mailer"/>
      <argument type="service" id="mailer.message_logger_listener"/>
    </service>
    <service id="mime_types" class="Symfony\Component\Mime\MimeTypes">
      <call method="setDefault">
        <argument type="service" id="mime_types"/>
      </call>
    </service>
    <service id="security.authorization_checker" class="Symfony\Component\Security\Core\Authorization\AuthorizationChecker">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="security.token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage">
      <tag name="kernel.reset" method="disableUsageTracking"/>
      <tag name="kernel.reset" method="setToken"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id=".service_locator.LcVn9Hr"/>
    </service>
    <service id="security.untracked_token_storage" class="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage"/>
    <service id="security.helper" class="Symfony\Bundle\SecurityBundle\Security">
      <argument type="service" id=".service_locator.9Sbc0.x"/>
      <argument type="collection">
        <argument key="dev">null</argument>
        <argument key="main" type="service" id=".service_locator.SfGnQiG"/>
      </argument>
    </service>
    <service id="security.user_value_resolver" class="Symfony\Component\Security\Http\Controller\UserValueResolver">
      <tag priority="120" name="Symfony\Component\Security\Http\Controller\UserValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.security_token_value_resolver" class="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver">
      <tag priority="120" name="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.authentication.session_strategy" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
      <argument>migrate</argument>
      <argument type="service" id="security.csrf.token_storage" on-invalid="ignore"/>
    </service>
    <service id="security.authentication.session_strategy_noop" class="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy">
      <argument>none</argument>
    </service>
    <service id="security.user_checker" class="Symfony\Component\Security\Core\User\InMemoryUserChecker"/>
    <service id="security.user_checker_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="main" type="service_closure" id="security.user_checker"/>
      </argument>
    </service>
    <service id="security.expression_language" class="Symfony\Component\Security\Core\Authorization\ExpressionLanguage">
      <argument type="service" id="cache.security_expression_language" on-invalid="null"/>
    </service>
    <service id="security.authentication_utils" class="Symfony\Component\Security\Http\Authentication\AuthenticationUtils">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.role_hierarchy" class="Symfony\Component\Security\Core\Role\RoleHierarchy">
      <argument>%security.role_hierarchy.roles%</argument>
    </service>
    <service id="security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter">
      <tag name="security.voter" priority="250"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
    </service>
    <service id="security.access.role_hierarchy_voter" class="Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.role_hierarchy"/>
    </service>
    <service id="security.access.expression_voter" class="Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter">
      <tag name="security.voter" priority="245"/>
      <argument type="service" id="security.expression_language"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.authorization_checker"/>
      <argument type="service" id="security.role_hierarchy" on-invalid="null"/>
    </service>
    <service id="security.impersonate_url_generator" class="Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator">
      <argument type="service" id="request_stack"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="security.firewall.map" class="Symfony\Bundle\SecurityBundle\Security\FirewallMap">
      <argument type="service" id=".service_locator.zJyh7qS"/>
      <argument type="iterator">
        <argument key="security.firewall.map.context.dev" type="service" id=".security.request_matcher.kLbKLHa"/>
        <argument key="security.firewall.map.context.main" type="service" id=".security.request_matcher.yy_ZK6T"/>
      </argument>
    </service>
    <service id="security.firewall.context" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext" abstract="true">
      <argument type="collection"/>
      <argument type="service" id="security.exception_listener"/>
      <argument type="abstract">LogoutListener</argument>
      <argument type="abstract">FirewallConfig</argument>
    </service>
    <service id="security.firewall.lazy_context" class="Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext" abstract="true">
      <argument type="collection"/>
      <argument type="service" id="security.exception_listener"/>
      <argument type="abstract">LogoutListener</argument>
      <argument type="abstract">FirewallConfig</argument>
      <argument type="service" id="security.untracked_token_storage"/>
    </service>
    <service id="security.firewall.config" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig" abstract="true">
      <argument type="abstract">name</argument>
      <argument type="abstract">user_checker</argument>
      <argument type="abstract">request_matcher</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.logout_url_generator" class="Symfony\Component\Security\Http\Logout\LogoutUrlGenerator">
      <tag name="kernel.reset" method="reset" on_invalid="ignore"/>
      <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>security_logout</argument>
        <argument>logout</argument>
        <argument>_csrf_token</argument>
        <argument>null</argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.route_loader.logout" class="Symfony\Bundle\SecurityBundle\Routing\LogoutRouteLoader">
      <tag name="routing.route_loader"/>
      <argument type="collection"/>
      <argument>security.logout_uris</argument>
    </service>
    <service id="security.user.provider.missing" class="Symfony\Component\Security\Core\User\MissingUserProvider" abstract="true">
      <argument type="abstract">firewall</argument>
    </service>
    <service id="security.user.provider.in_memory" class="Symfony\Component\Security\Core\User\InMemoryUserProvider" abstract="true"/>
    <service id="security.user.provider.ldap" class="Symfony\Component\Ldap\Security\LdapUserProvider" abstract="true">
      <argument type="abstract">security.ldap.ldap</argument>
      <argument type="abstract">base dn</argument>
      <argument type="abstract">search dn</argument>
      <argument type="abstract">search password</argument>
      <argument type="abstract">default_roles</argument>
      <argument type="abstract">uid key</argument>
      <argument type="abstract">filter</argument>
      <argument type="abstract">password_attribute</argument>
      <argument type="abstract">extra_fields (email etc)</argument>
    </service>
    <service id="security.user.provider.chain" class="Symfony\Component\Security\Core\User\ChainUserProvider" abstract="true"/>
    <service id="security.http_utils" class="Symfony\Component\Security\Http\HttpUtils">
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument>{^https?://%%s$}i</argument>
      <argument>{^https://%%s$}i</argument>
    </service>
    <service id="security.validator.user_password" class="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator">
      <tag name="validator.constraint_validator" alias="security.validator.user_password"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="cache.security_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable=""/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_expression_language.recorder_inner"/>
    </service>
    <service id="controller.is_granted_attribute_listener" class="Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.authorization_checker"/>
      <argument type="service" id="security.is_granted_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="security.is_granted_attribute_expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage">
      <argument type="service" id="cache.security_is_granted_attribute_expression_language" on-invalid="null"/>
    </service>
    <service id="cache.security_is_granted_attribute_expression_language" class="Symfony\Component\Cache\Adapter\TraceableAdapter" public="true">
      <tag name="cache.pool" pruneable=""/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.security_is_granted_attribute_expression_language.recorder_inner"/>
    </service>
    <service id="security.password_hasher_factory" class="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory">
      <argument type="collection">
        <argument key="App\Entity\User" type="collection">
          <argument key="class">Symfony\Component\PasswordHasher\Hasher\NativePasswordHasher</argument>
          <argument key="arguments" type="collection">
            <argument>null</argument>
            <argument>null</argument>
            <argument>null</argument>
            <argument>2y</argument>
          </argument>
        </argument>
      </argument>
    </service>
    <service id="security.user_password_hasher" class="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher">
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="form.listener.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\EventListener\PasswordHasherListener">
      <argument type="service" id="security.user_password_hasher"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="form.type_extension.form.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\FormTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\FormType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="form.type_extension.password.password_hasher" class="Symfony\Component\Form\Extension\PasswordHasher\Type\PasswordTypePasswordHasherExtension">
      <tag name="form.type_extension" extended-type="Symfony\Component\Form\Extension\Core\Type\PasswordType"/>
      <argument type="service" id="form.listener.password_hasher"/>
    </service>
    <service id="security.channel_listener" class="Symfony\Component\Security\Http\Firewall\ChannelListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpPort"/>
        </service>
      </argument>
      <argument type="service">
        <service class="int">
          <factory service="router.request_context" method="getHttpsPort"/>
        </service>
      </argument>
    </service>
    <service id="security.access_map" class="Symfony\Component\Security\Http\AccessMap">
      <call method="add">
        <argument type="service" id=".security.request_matcher.kY8L2KQ"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.9YZAciI"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.tsuWSCx"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.G2xm4o_"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.Mxu2JKR"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.sJ1MJhd"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.lYFocNh"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.QnsE49d"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.M0Qr7Cc"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.17I54Bb"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.44b2zmB"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.QHlBuYn"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.VYnj_vP"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.KVYKrEO"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.gwwPl2p"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.p17t0sd"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.4vlYn_4"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.V_H87bY"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.ROaS3Op"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.Za7MJId"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.jt8I2hD"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.YdCOMT7"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.J2UKcao"/>
        <argument type="collection">
          <argument>ROLE_MAGAZZINO_ADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.hRnM2Kv"/>
        <argument type="collection">
          <argument>ROLE_MAGAZZINO_OPERATOR</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.c1qS_Si"/>
        <argument type="collection">
          <argument>ROLE_MAGAZZINO_OPERATOR</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.h2ERgY3"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.fCeYucU"/>
        <argument type="collection">
          <argument>ROLE_ADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.sa5fx9W"/>
        <argument type="collection">
          <argument>ROLE_SCANADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.pr9o32C"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.Pv38VeH"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.TzdYGr8"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.aDxRshD"/>
        <argument type="collection">
          <argument>ROLE_SUPERADMIN</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.BoLyYdg"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.vkua6kQ"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.JrOU6ur"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.GI6JViQ"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.BfbOfPw"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.k2dXrTZ"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.U4itZvb"/>
        <argument type="collection">
          <argument>PUBLIC_ACCESS</argument>
        </argument>
        <argument>null</argument>
      </call>
      <call method="add">
        <argument type="service" id=".security.request_matcher.zgUyz1A"/>
        <argument type="collection">
          <argument>ROLE_USER</argument>
        </argument>
        <argument>null</argument>
      </call>
    </service>
    <service id="security.context_listener" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.database_users"/>
      </argument>
      <argument type="abstract">Provider Key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.logout_listener" class="Symfony\Component\Security\Http\Firewall\LogoutListener" abstract="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">event dispatcher</argument>
      <argument type="collection"/>
    </service>
    <service id="security.logout.listener.session" class="Symfony\Component\Security\Http\EventListener\SessionLogoutListener" abstract="true"/>
    <service id="security.logout.listener.clear_site_data" class="Symfony\Component\Security\Http\EventListener\ClearSiteDataLogoutListener" abstract="true"/>
    <service id="security.logout.listener.cookie_clearing" class="Symfony\Component\Security\Http\EventListener\CookieClearingLogoutListener" abstract="true"/>
    <service id="security.logout.listener.default" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">target url</argument>
    </service>
    <service id="security.authentication.listener.abstract" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.authentication.manager"/>
      <argument type="service" id="security.authentication.session_strategy"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Provider-shared Key</argument>
      <argument type="service" id="security.authentication.success_handler"/>
      <argument type="service" id="security.authentication.failure_handler"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
    </service>
    <service id="security.authentication.custom_success_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler" abstract="true">
      <argument type="abstract">The custom success handler service</argument>
      <argument type="collection"/>
      <argument type="abstract">Provider-shared Key</argument>
    </service>
    <service id="security.authentication.success_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
    </service>
    <service id="security.authentication.custom_failure_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler" abstract="true">
      <argument type="abstract">The custom failure handler service</argument>
      <argument type="collection"/>
    </service>
    <service id="security.authentication.failure_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.exception_listener" class="Symfony\Component\Security\Http\Firewall\ExceptionListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Provider-shared Key</argument>
      <argument type="service" id="security.authentication.entry_point" on-invalid="null"/>
      <argument>null</argument>
      <argument type="service" id="security.access.denied_handler" on-invalid="null"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id="security.authentication.switchuser_listener" class="Symfony\Component\Security\Http\Firewall\SwitchUserListener" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">User Provider</argument>
      <argument type="abstract">User Checker</argument>
      <argument type="abstract">Provider Key</argument>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>_switch_user</argument>
      <argument>ROLE_ALLOWED_TO_SWITCH</argument>
      <argument type="service" id="debug.event_dispatcher" on-invalid="null"/>
      <argument>false</argument>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="abstract">Target Route</argument>
    </service>
    <service id="security.access_listener" class="Symfony\Component\Security\Http\Firewall\AccessListener">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.access_map"/>
      <argument>false</argument>
    </service>
    <service id="security.firewall.event_dispatcher_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="main" type="service_closure" id="debug.security.event_dispatcher.main"/>
      </argument>
    </service>
    <service id="security.authenticator.manager" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">authenticators</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="abstract">provider key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="abstract">required badges</argument>
    </service>
    <service id="security.authenticator.managers_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection">
        <argument key="main" type="service_closure" id="security.authenticator.manager.main"/>
      </argument>
    </service>
    <service id="security.user_authenticator" class="Symfony\Bundle\SecurityBundle\Security\UserAuthenticator">
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="security.authenticator.managers_locator"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="security.firewall.authenticator" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener" abstract="true">
      <argument type="abstract">authenticator manager</argument>
    </service>
    <service id="security.listener.check_authenticator_credentials" class="Symfony\Component\Security\Http\EventListener\CheckCredentialsListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="security.listener.user_provider" class="Symfony\Component\Security\Http\EventListener\UserProviderListener">
      <tag name="kernel.event_listener" event="Symfony\Component\Security\Http\Event\CheckPassportEvent" priority="1024" method="checkPassport"/>
      <argument type="service" id="security.user.provider.concrete.database_users"/>
    </service>
    <service id="security.listener.user_provider.abstract" class="Symfony\Component\Security\Http\EventListener\UserProviderListener" abstract="true">
      <argument type="abstract">user provider</argument>
    </service>
    <service id="security.listener.password_migrating" class="Symfony\Component\Security\Http\EventListener\PasswordMigratingListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.password_hasher_factory"/>
    </service>
    <service id="security.listener.user_checker" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener" abstract="true">
      <argument type="abstract">user checker</argument>
    </service>
    <service id="security.listener.session" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener" abstract="true">
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.listener.login_throttling" class="Symfony\Component\Security\Http\EventListener\LoginThrottlingListener" abstract="true">
      <argument type="service" id="request_stack"/>
      <argument type="abstract">request rate limiter</argument>
    </service>
    <service id="security.authenticator.http_basic" class="Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">realm name</argument>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.authenticator.form_login" class="Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">user provider</argument>
      <argument type="abstract">authentication success handler</argument>
      <argument type="abstract">authentication failure handler</argument>
      <argument type="abstract">options</argument>
    </service>
    <service id="security.authenticator.json_login" class="Symfony\Component\Security\Http\Authenticator\JsonLoginAuthenticator" abstract="true">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">user provider</argument>
      <argument type="abstract">authentication success handler</argument>
      <argument type="abstract">authentication failure handler</argument>
      <argument type="abstract">options</argument>
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector" on-invalid="ignore"/>
      </call>
    </service>
    <service id="security.authenticator.x509" class="Symfony\Component\Security\Http\Authenticator\X509Authenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">firewall name</argument>
      <argument type="abstract">user key</argument>
      <argument type="abstract">credentials key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="abstract">credentials user identifier</argument>
    </service>
    <service id="security.authenticator.remote_user" class="Symfony\Component\Security\Http\Authenticator\RemoteUserAuthenticator" abstract="true">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">user provider</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">firewall name</argument>
      <argument type="abstract">user key</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="security.access_token_extractor.header" class="Symfony\Component\Security\Http\AccessToken\HeaderAccessTokenExtractor"/>
    <service id="security.access_token_extractor.query_string" class="Symfony\Component\Security\Http\AccessToken\QueryAccessTokenExtractor"/>
    <service id="security.access_token_extractor.request_body" class="Symfony\Component\Security\Http\AccessToken\FormEncodedBodyExtractor"/>
    <service id="security.authenticator.access_token" class="Symfony\Component\Security\Http\Authenticator\AccessTokenAuthenticator" abstract="true">
      <argument type="abstract">access token handler</argument>
      <argument type="abstract">access token extractor</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.authenticator.access_token.chain_extractor" class="Symfony\Component\Security\Http\AccessToken\ChainAccessTokenExtractor" abstract="true">
      <argument type="abstract">access token extractors</argument>
    </service>
    <service id="security.access_token_handler.oidc_user_info.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface" abstract="true">
      <argument type="abstract">http client options</argument>
      <factory service="http_client" method="withOptions"/>
    </service>
    <service id="security.access_token_handler.oidc_user_info" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcUserInfoTokenHandler" abstract="true">
      <argument type="abstract">http client</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="abstract">claim</argument>
    </service>
    <service id="security.access_token_handler.oidc" class="Symfony\Component\Security\Http\AccessToken\Oidc\OidcTokenHandler" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <argument type="abstract">signature key</argument>
      <argument type="abstract">audience</argument>
      <argument type="abstract">issuers</argument>
      <argument>sub</argument>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="clock"/>
    </service>
    <service id="security.access_token_handler.oidc.jwk" class="Jose\Component\Core\JWK" constructor="createFromJson" abstract="true">
      <argument type="abstract">signature key</argument>
    </service>
    <service id="security.access_token_handler.oidc.signature" class="Jose\Component\Core\Algorithm" abstract="true">
      <argument type="abstract">signature algorithm</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES256" class="Jose\Component\Signature\Algorithm\ES256">
      <argument>ES256</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES384" class="Jose\Component\Signature\Algorithm\ES384">
      <argument>ES384</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="security.access_token_handler.oidc.signature.ES512" class="Jose\Component\Signature\Algorithm\ES512">
      <argument>ES512</argument>
      <factory class="Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SignatureAlgorithmFactory" method="create"/>
    </service>
    <service id="twig.extension.logout_url" class="Symfony\Bridge\Twig\Extension\LogoutUrlExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="twig.extension.security" class="Symfony\Bridge\Twig\Extension\SecurityExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="security.authorization_checker" on-invalid="ignore"/>
      <argument type="service" id="security.impersonate_url_generator" on-invalid="ignore"/>
    </service>
    <service id="data_collector.security" class="Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector">
      <tag name="data_collector" template="@Security/Collector/security.html.twig" id="security" priority="270"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="service" id="security.role_hierarchy"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.security.firewall" on-invalid="null"/>
    </service>
    <service id="debug.security.access.decision_manager" class="Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager">
      <tag name="container.decorator" id="security.access.decision_manager" inner="debug.security.access.decision_manager.inner"/>
      <argument type="service" id="debug.security.access.decision_manager.inner"/>
    </service>
    <service id="debug.security.voter.vote_listener" class="Symfony\Bundle\SecurityBundle\EventListener\VoteListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
    </service>
    <service id="debug.security.firewall" class="Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.firewall.map"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="security.command.debug_firewall" class="Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand">
      <tag name="console.command" command="debug:firewall"/>
      <tag name="container.no_preload"/>
      <argument>%security.firewalls%</argument>
      <argument type="service" id=".service_locator.zJyh7qS"/>
      <argument type="service" id=".service_locator._1SGciK"/>
      <argument type="collection">
        <argument key="main" type="collection">
          <argument type="service" id="security.authenticator.form_login.main"/>
        </argument>
      </argument>
      <argument>false</argument>
      <call method="setName">
        <argument>debug:firewall</argument>
      </call>
      <call method="setDescription">
        <argument>Display information about your security firewall(s)</argument>
      </call>
    </service>
    <service id="security.user.provider.concrete.database_users" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider">
      <argument type="service" id="doctrine"/>
      <argument>App\Entity\User</argument>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id="security.firewall.map.config.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>dev</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.kLbKLHa</argument>
      <argument>false</argument>
      <argument>false</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>null</argument>
      <argument>null</argument>
    </service>
    <service id=".security.request_matcher.q1UFWmc" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(_(profiler|wdt)|css|images|js)/</argument>
    </service>
    <service id=".security.request_matcher.kLbKLHa" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.q1UFWmc"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.dev" class="Symfony\Bundle\SecurityBundle\Security\FirewallContext">
      <argument type="iterator"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="security.firewall.map.config.dev"/>
    </service>
    <service id="security.firewall.map.config.main" class="Symfony\Bundle\SecurityBundle\Security\FirewallConfig">
      <argument>main</argument>
      <argument>security.user_checker</argument>
      <argument>.security.request_matcher.yy_ZK6T</argument>
      <argument>true</argument>
      <argument>false</argument>
      <argument>security.user.provider.concrete.database_users</argument>
      <argument>main</argument>
      <argument>security.authenticator.form_login.main</argument>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="collection">
        <argument>form_login</argument>
      </argument>
      <argument>null</argument>
      <argument type="collection">
        <argument key="path">security_logout</argument>
        <argument key="target">homepage</argument>
        <argument key="enable_csrf">null</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="invalidate_session">true</argument>
        <argument key="clear_site_data" type="collection"/>
        <argument key="delete_cookies" type="collection"/>
      </argument>
    </service>
    <service id=".security.request_matcher._LA_AHr" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/</argument>
    </service>
    <service id=".security.request_matcher.yy_ZK6T" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher._LA_AHr"/>
      </argument>
    </service>
    <service id="security.user_checker.chain.main" class="Symfony\Component\Security\Core\User\ChainUserChecker">
      <argument type="tagged_iterator" tag="security.user_checker.main"/>
    </service>
    <service id="security.context_listener.0" class="Symfony\Component\Security\Http\Firewall\ContextListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="security.untracked_token_storage"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.database_users"/>
      </argument>
      <argument>main</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="collection">
        <argument type="service" id="security.token_storage"/>
        <argument>enableUsageTracking</argument>
      </argument>
    </service>
    <service id="security.listener.session.main" class="Symfony\Component\Security\Http\EventListener\SessionStrategyListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.authentication.session_strategy"/>
    </service>
    <service id="security.logout_listener.main" class="Symfony\Component\Security\Http\Firewall\LogoutListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument type="collection">
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">logout</argument>
        <argument key="logout_path">security_logout</argument>
      </argument>
    </service>
    <service id="security.logout.listener.default.main" class="Symfony\Component\Security\Http\EventListener\DefaultLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.http_utils"/>
      <argument>homepage</argument>
    </service>
    <service id="security.logout.listener.session.main" class="Symfony\Component\Security\Http\EventListener\SessionLogoutListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
    </service>
    <service id="security.authenticator.form_login.main" class="Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator">
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.user.provider.concrete.database_users"/>
      <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">security_login</argument>
        <argument key="login_path">security_login</argument>
        <argument key="enable_csrf">true</argument>
        <argument key="use_forward">false</argument>
        <argument key="require_previous_session">false</argument>
        <argument key="username_parameter">_username</argument>
        <argument key="password_parameter">_password</argument>
        <argument key="csrf_parameter">_csrf_token</argument>
        <argument key="csrf_token_id">authenticate</argument>
        <argument key="post_only">true</argument>
        <argument key="form_only">false</argument>
      </argument>
    </service>
    <service id="security.authentication.success_handler.main.form_login" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler">
      <argument type="service">
        <service class="App\EventListener\AuthenticationEventListener" autowire="true">
          <argument type="service" id="router.default"/>
          <argument type="service" id="security.token_storage"/>
          <argument type="service" id="security.authorization_checker"/>
          <argument type="service" id="service_container"/>
        </service>
      </argument>
      <argument type="collection">
        <argument key="login_path">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>
      <argument>main</argument>
    </service>
    <service id="security.authentication.failure_handler.main.form_login" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="http_kernel"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="collection"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <call method="setOptions">
        <argument type="collection">
          <argument key="login_path">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.authenticator.manager.main" class="Symfony\Component\Security\Http\Authentication\AuthenticatorManager">
      <tag name="monolog.logger" channel="security"/>
      <argument type="collection">
        <argument type="service" id="security.authenticator.form_login.main"/>
      </argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.security.event_dispatcher.main"/>
      <argument>main</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>true</argument>
      <argument>true</argument>
      <argument type="collection"/>
    </service>
    <service id="debug.security.firewall.authenticator.main" class="Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener">
      <tag name="kernel.reset" method="reset"/>
      <tag name="container.decorator" id="security.firewall.authenticator.main" inner="debug.security.firewall.authenticator.main.inner"/>
      <argument type="service" id="debug.security.firewall.authenticator.main.inner"/>
    </service>
    <service id="security.listener.user_checker.main" class="Symfony\Component\Security\Http\EventListener\UserCheckerListener">
      <tag name="kernel.event_subscriber" dispatcher="debug.security.event_dispatcher.main"/>
      <argument type="service" id="security.user_checker"/>
    </service>
    <service id="security.exception_listener.main" class="Symfony\Component\Security\Http\Firewall\ExceptionListener">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver"/>
      <argument type="service" id="security.http_utils"/>
      <argument>main</argument>
      <argument type="service" id="security.authenticator.form_login.main"/>
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
      <argument>false</argument>
    </service>
    <service id=".service_locator.SfGnQiG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.authenticator.form_login.main" type="service_closure" id="security.authenticator.form_login.main"/>
      </argument>
    </service>
    <service id="security.firewall.map.context.main" class="Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext">
      <argument type="iterator">
        <argument type="service" id="security.channel_listener"/>
        <argument type="service" id="security.context_listener.0"/>
        <argument type="service" id="debug.security.firewall.authenticator.main"/>
        <argument type="service" id="security.access_listener"/>
      </argument>
      <argument type="service" id="security.exception_listener.main"/>
      <argument type="service" id="security.logout_listener.main"/>
      <argument type="service" id="security.firewall.map.config.main"/>
      <argument type="service" id="security.untracked_token_storage"/>
    </service>
    <service id=".service_locator.zJyh7qS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="security.firewall.map.context.dev" type="service_closure" id="security.firewall.map.context.dev"/>
        <argument key="security.firewall.map.context.main" type="service_closure" id="security.firewall.map.context.main"/>
      </argument>
    </service>
    <service id=".service_locator.2RLBKUz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="dev" type="service_closure" id="security.firewall.map.config.dev"/>
        <argument key="main" type="service_closure" id="security.firewall.map.config.main"/>
      </argument>
    </service>
    <service id=".security.request_matcher.qgP5m7u" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/api/v1/c4rgo_roi/sendmail</argument>
    </service>
    <service id=".security.request_matcher.kY8L2KQ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.qgP5m7u"/>
      </argument>
    </service>
    <service id=".security.request_matcher.NWrrLel" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/c4rgo-roi-calc</argument>
    </service>
    <service id=".security.request_matcher.9YZAciI" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.NWrrLel"/>
      </argument>
    </service>
    <service id=".security.request_matcher.zIZe9rD" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/c4rgo-roi</argument>
    </service>
    <service id=".security.request_matcher.tsuWSCx" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.zIZe9rD"/>
      </argument>
    </service>
    <service id=".security.request_matcher.qU9xE2y" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/api/testoracle</argument>
    </service>
    <service id=".security.request_matcher.G2xm4o_" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.qU9xE2y"/>
      </argument>
    </service>
    <service id=".security.request_matcher.YxfCIHP" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/api/ws</argument>
    </service>
    <service id=".security.request_matcher.Mxu2JKR" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.YxfCIHP"/>
      </argument>
    </service>
    <service id=".security.request_matcher.Beq.U.e" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/api/wsadd</argument>
    </service>
    <service id=".security.request_matcher.sJ1MJhd" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.Beq.U.e"/>
      </argument>
    </service>
    <service id=".security.request_matcher.xncugTo" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/wssped/demoview</argument>
    </service>
    <service id=".security.request_matcher.lYFocNh" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.xncugTo"/>
      </argument>
    </service>
    <service id=".security.request_matcher._ehzF1L" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/wssped/demoview/view</argument>
    </service>
    <service id=".security.request_matcher.QnsE49d" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher._ehzF1L"/>
      </argument>
    </service>
    <service id=".security.request_matcher.Qz24XQN" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/encdetail</argument>
    </service>
    <service id=".security.request_matcher.M0Qr7Cc" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.Qz24XQN"/>
      </argument>
    </service>
    <service id=".security.request_matcher.qaxsXye" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/datapcl</argument>
    </service>
    <service id=".security.request_matcher.17I54Bb" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.qaxsXye"/>
      </argument>
    </service>
    <service id=".security.request_matcher.hl8Ygwb" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/datavrml</argument>
    </service>
    <service id=".security.request_matcher.44b2zmB" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.hl8Ygwb"/>
      </argument>
    </service>
    <service id=".security.request_matcher._1P3j4B" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/gdata</argument>
    </service>
    <service id=".security.request_matcher.QHlBuYn" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher._1P3j4B"/>
      </argument>
    </service>
    <service id=".security.request_matcher.UGRPhkR" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/login</argument>
    </service>
    <service id=".security.request_matcher.VYnj_vP" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.UGRPhkR"/>
      </argument>
    </service>
    <service id=".security.request_matcher.kTgPURj" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/mac</argument>
    </service>
    <service id=".security.request_matcher.KVYKrEO" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.kTgPURj"/>
      </argument>
    </service>
    <service id=".security.request_matcher.sOtGWGK" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/geo</argument>
    </service>
    <service id=".security.request_matcher.gwwPl2p" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.sOtGWGK"/>
      </argument>
    </service>
    <service id=".security.request_matcher.mEK7TWf" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/reg</argument>
    </service>
    <service id=".security.request_matcher.p17t0sd" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.mEK7TWf"/>
      </argument>
    </service>
    <service id=".security.request_matcher.a4bpc50" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/ping</argument>
    </service>
    <service id=".security.request_matcher.4vlYn_4" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.a4bpc50"/>
      </argument>
    </service>
    <service id=".security.request_matcher.vw_NZBr" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/macsec</argument>
    </service>
    <service id=".security.request_matcher.V_H87bY" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.vw_NZBr"/>
      </argument>
    </service>
    <service id=".security.request_matcher.PWVKihN" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/logoutpage</argument>
    </service>
    <service id=".security.request_matcher.ROaS3Op" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.PWVKihN"/>
      </argument>
    </service>
    <service id=".security.request_matcher.A.TLaH0" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/errorlogin</argument>
    </service>
    <service id=".security.request_matcher.Za7MJId" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.A.TLaH0"/>
      </argument>
    </service>
    <service id=".security.request_matcher.ktknlf4" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/c4rgologin45198763</argument>
    </service>
    <service id=".security.request_matcher.jt8I2hD" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.ktknlf4"/>
      </argument>
    </service>
    <service id=".security.request_matcher.RdcxglB" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/welcome</argument>
    </service>
    <service id=".security.request_matcher.YdCOMT7" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.RdcxglB"/>
      </argument>
    </service>
    <service id=".security.request_matcher.clP927W" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/magazzino/admin</argument>
    </service>
    <service id=".security.request_matcher.J2UKcao" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.clP927W"/>
      </argument>
    </service>
    <service id=".security.request_matcher.AV7ZMkv" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/magazzino</argument>
    </service>
    <service id=".security.request_matcher.hRnM2Kv" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.AV7ZMkv"/>
      </argument>
    </service>
    <service id=".security.request_matcher.q9GPAJ8" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/v1/magazzino</argument>
    </service>
    <service id=".security.request_matcher.c1qS_Si" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.q9GPAJ8"/>
      </argument>
    </service>
    <service id=".security.request_matcher.QbCS6xX" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/api/v1/acquisition/upload</argument>
    </service>
    <service id=".security.request_matcher.h2ERgY3" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.QbCS6xX"/>
      </argument>
    </service>
    <service id=".security.request_matcher.oL9eStH" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/admin</argument>
    </service>
    <service id=".security.request_matcher.fCeYucU" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.oL9eStH"/>
      </argument>
    </service>
    <service id=".security.request_matcher.gzgDXrV" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/scanadmin</argument>
    </service>
    <service id=".security.request_matcher.sa5fx9W" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.gzgDXrV"/>
      </argument>
    </service>
    <service id=".security.request_matcher.ctWDocP" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/api/v1/item/insert</argument>
    </service>
    <service id=".security.request_matcher.pr9o32C" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.ctWDocP"/>
      </argument>
    </service>
    <service id=".security.request_matcher.FNzLqLA" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/api/v1/ping</argument>
    </service>
    <service id=".security.request_matcher.Pv38VeH" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.FNzLqLA"/>
      </argument>
    </service>
    <service id=".security.request_matcher.zdOoJLX" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/api/v1/reg</argument>
    </service>
    <service id=".security.request_matcher.TzdYGr8" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.zdOoJLX"/>
      </argument>
    </service>
    <service id=".security.request_matcher.GP_L41i" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/sa</argument>
    </service>
    <service id=".security.request_matcher.aDxRshD" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.GP_L41i"/>
      </argument>
    </service>
    <service id=".security.request_matcher.kE3Ec73" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/api/activate</argument>
    </service>
    <service id=".security.request_matcher.BoLyYdg" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.kE3Ec73"/>
      </argument>
    </service>
    <service id=".security.request_matcher.tYRsm7I" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/configuratore/configuratore3d/c4rgo</argument>
    </service>
    <service id=".security.request_matcher.vkua6kQ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.tYRsm7I"/>
      </argument>
    </service>
    <service id=".security.request_matcher.jUh1kG9" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/configuratore/api/save/get</argument>
    </service>
    <service id=".security.request_matcher.JrOU6ur" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.jUh1kG9"/>
      </argument>
    </service>
    <service id=".security.request_matcher.q7JKfaB" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/configuratore/api/listaitems/get/</argument>
    </service>
    <service id=".security.request_matcher.GI6JViQ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.q7JKfaB"/>
      </argument>
    </service>
    <service id=".security.request_matcher.turR9FU" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/configuratore/api/gettrasporto</argument>
    </service>
    <service id=".security.request_matcher.BfbOfPw" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.turR9FU"/>
      </argument>
    </service>
    <service id=".security.request_matcher.EO7_TVG" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/configuratore/api/getconfigengine</argument>
    </service>
    <service id=".security.request_matcher.k2dXrTZ" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.EO7_TVG"/>
      </argument>
    </service>
    <service id=".security.request_matcher.md31ZdA" class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
      <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/configuratore/api/get_image</argument>
    </service>
    <service id=".security.request_matcher.U4itZvb" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher.md31ZdA"/>
      </argument>
    </service>
    <service id=".security.request_matcher.zgUyz1A" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service" id=".security.request_matcher._LA_AHr"/>
      </argument>
    </service>
    <service id="security.command.user_password_hash" class="Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="security.password_hasher_factory"/>
      <argument type="collection">
        <argument>App\Entity\User</argument>
      </argument>
      <call method="setName">
        <argument>security:hash-password</argument>
      </call>
      <call method="setDescription">
        <argument>Hash a user password</argument>
      </call>
    </service>
    <service id="data_collector.doctrine" class="Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector">
      <tag name="data_collector" template="@Doctrine/Collector/db.html.twig" id="db" priority="250"/>
      <argument type="service" id="doctrine"/>
      <argument>true</argument>
      <argument type="service" id="doctrine.debug_data_holder" on-invalid="null"/>
    </service>
    <service id="doctrine.dbal.connection_factory" class="Doctrine\Bundle\DoctrineBundle\ConnectionFactory">
      <argument>%doctrine.dbal.connection_factory.types%</argument>
      <argument type="service" id="doctrine.dbal.connection_factory.dsn_parser"/>
    </service>
    <service id="doctrine.dbal.connection_factory.dsn_parser" class="Doctrine\DBAL\Tools\DsnParser">
      <argument type="collection">
        <argument key="db2">ibm_db2</argument>
        <argument key="mssql">pdo_sqlsrv</argument>
        <argument key="mysql">pdo_mysql</argument>
        <argument key="mysql2">pdo_mysql</argument>
        <argument key="postgres">pdo_pgsql</argument>
        <argument key="postgresql">pdo_pgsql</argument>
        <argument key="pgsql">pdo_pgsql</argument>
        <argument key="sqlite">pdo_sqlite</argument>
        <argument key="sqlite3">pdo_sqlite</argument>
      </argument>
    </service>
    <service id="doctrine.dbal.connection" class="Doctrine\DBAL\Connection" abstract="true">
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="doctrine.dbal.connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager" abstract="true">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.dbal.connection.configuration" class="Doctrine\DBAL\Configuration" abstract="true"/>
    <service id="doctrine" class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="service_container"/>
      <argument>%doctrine.connections%</argument>
      <argument>%doctrine.entity_managers%</argument>
      <argument>default</argument>
      <argument>default</argument>
    </service>
    <service id="doctrine.twig.doctrine_extension" class="Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="doctrine.dbal.schema_asset_filter_manager" class="Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager" abstract="true"/>
    <service id="doctrine.dbal.well_known_schema_asset_filter" class="Doctrine\Bundle\DoctrineBundle\Dbal\BlacklistSchemaAssetFilter">
      <argument type="collection"/>
    </service>
    <service id="doctrine.database_create_command" class="Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:create</argument>
      </call>
    </service>
    <service id="doctrine.database_drop_command" class="Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand">
      <tag name="console.command" command="doctrine:database:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <call method="setName">
        <argument>doctrine:database:drop</argument>
      </call>
    </service>
    <service id="doctrine.query_sql_command" class="Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand">
      <tag name="console.command" command="doctrine:query:sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>doctrine:query:sql</argument>
      </call>
    </service>
    <service id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" class="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand">
      <tag name="console.command" command="dbal:run-sql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" on-invalid="null"/>
      <call method="setName">
        <argument>dbal:run-sql</argument>
      </call>
    </service>
    <service id="Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController" class="Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController" public="true">
      <tag name="controller.service_arguments"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="profiler"/>
    </service>
    <service id="doctrine.dbal.default_schema_manager_factory" class="Doctrine\DBAL\Schema\DefaultSchemaManagerFactory"/>
    <service id="doctrine.dbal.legacy_schema_manager_factory" class="Doctrine\DBAL\Schema\LegacySchemaManagerFactory"/>
    <service id="doctrine.dbal.default_connection.configuration" class="Doctrine\DBAL\Configuration">
      <call method="setSchemaManagerFactory">
        <argument type="service" id="doctrine.dbal.legacy_schema_manager_factory"/>
      </call>
      <call method="setSchemaAssetsFilter">
        <argument type="service" id="doctrine.dbal.default_schema_asset_filter_manager"/>
      </call>
      <call method="setMiddlewares">
        <argument type="collection">
          <argument type="service" id="doctrine.dbal.logging_middleware.default"/>
          <argument type="service" id="doctrine.dbal.debug_middleware.default"/>
        </argument>
      </call>
    </service>
    <service id="doctrine.dbal.default_regex_schema_filter" class="Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter">
      <tag name="doctrine.dbal.schema_filter" connection="default"/>
      <argument>~^(?!sym_)~</argument>
    </service>
    <service id="doctrine.dbal.default_connection.event_manager" class="Symfony\Bridge\Doctrine\ContainerAwareEventManager">
      <argument type="service" id=".service_locator.jiREWBu"/>
      <argument type="collection">
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.clean.componenti_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.clean.contenitori_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>App\EventListener\AuditFieldsListener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>App\EventListener\AuditFieldsListener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.doctrine_token_provider_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.pdo_session_handler_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postGenerateSchema</argument>
          </argument>
          <argument>doctrine.orm.listeners.lock_store_schema_listener</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>doctrine.orm.default_listeners.attach_entity_listeners</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preRemove</argument>
          </argument>
          <argument>vich_uploader.listener.remove.componenti_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postFlush</argument>
          </argument>
          <argument>vich_uploader.listener.remove.componenti_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.componenti_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.componenti_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preRemove</argument>
          </argument>
          <argument>vich_uploader.listener.remove.contenitori_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postFlush</argument>
          </argument>
          <argument>vich_uploader.listener.remove.contenitori_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>vich_uploader.listener.upload.contenitori_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>vich_uploader.listener.upload.contenitori_immagini</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.tree</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preRemove</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.tree</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>preUpdate</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.tree</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.tree</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.tree</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postPersist</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.tree</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postUpdate</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.tree</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postRemove</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.tree</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.timestampable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.timestampable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.timestampable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.blameable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.blameable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.blameable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.softdeleteable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.softdeleteable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>postFlush</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.softdeleteable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>prePersist</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.sluggable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>onFlush</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.sluggable</argument>
        </argument>
        <argument type="collection">
          <argument type="collection">
            <argument>loadClassMetadata</argument>
          </argument>
          <argument>stof_doctrine_extensions.listener.sluggable</argument>
        </argument>
      </argument>
    </service>
    <service id="doctrine.dbal.default_connection" class="Doctrine\DBAL\Connection" public="true">
      <argument type="collection">
        <argument key="driver">pdo_sqlite</argument>
        <argument key="charset">utf8mb4</argument>
        <argument key="url">%env(resolve:DATABASE_URL)%</argument>
        <argument key="idle_connection_ttl">600</argument>
        <argument key="host">localhost</argument>
        <argument key="port">null</argument>
        <argument key="user">root</argument>
        <argument key="password">null</argument>
        <argument key="driverOptions" type="collection"/>
        <argument key="serverVersion">%env(DATABASE_SERVER_VERSION)%</argument>
        <argument key="defaultTableOptions" type="collection"/>
      </argument>
      <argument type="service" id="doctrine.dbal.default_connection.configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <argument type="collection"/>
      <factory service="doctrine.dbal.connection_factory" method="createConnection"/>
    </service>
    <service id="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" class="Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider">
      <argument type="service">
        <service class="Doctrine\Bundle\DoctrineBundle\Registry" public="true">
          <tag name="kernel.reset" method="reset"/>
          <argument type="service" id="service_container"/>
          <argument>%doctrine.connections%</argument>
          <argument>%doctrine.entity_managers%</argument>
          <argument>default</argument>
          <argument>default</argument>
        </service>
      </argument>
    </service>
    <service id="doctrine.dbal.connection_expiries" class="ArrayObject"/>
    <service id="doctrine.dbal.logging_middleware" class="Doctrine\DBAL\Logging\Middleware" abstract="true">
      <tag name="monolog.logger" channel="doctrine"/>
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.debug_data_holder" class="Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder">
      <tag name="kernel.reset" method="reset"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.dbal.debug_middleware" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware" abstract="true">
      <tag name="doctrine.middleware" connection="default" priority="10"/>
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
    </service>
    <service id="doctrine.orm.proxy_cache_warmer" class="Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type_guesser.doctrine" class="Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser">
      <tag name="form.type_guesser"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="form.type.entity" class="Symfony\Bridge\Doctrine\Form\Type\EntityType">
      <tag name="form.type" alias="entity"/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.configuration" class="Doctrine\ORM\Configuration" abstract="true"/>
    <service id="doctrine.orm.entity_manager.abstract" class="Doctrine\ORM\EntityManager" lazy="true" abstract="true"/>
    <service id="doctrine.orm.container_repository_factory" class="Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory">
      <argument type="service" id=".service_locator.vDQA1dm"/>
    </service>
    <service id="doctrine.orm.manager_configurator.abstract" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator" abstract="true">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.validator.unique" class="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator">
      <tag name="validator.constraint_validator" alias="doctrine.orm.validator.unique"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.validator_initializer" class="Symfony\Bridge\Doctrine\Validator\DoctrineInitializer">
      <tag name="validator.initializer"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.security.user.provider" class="Symfony\Bridge\Doctrine\Security\User\EntityUserProvider" abstract="true">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.listeners.resolve_target_entity" class="Doctrine\ORM\Tools\ResolveTargetEntityListener"/>
    <service id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.listeners.doctrine_token_provider_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="security.remember_me_handler"/>
    </service>
    <service id="doctrine.orm.listeners.pdo_session_handler_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\PdoSessionHandlerSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="service" id="session.handler.native_file"/>
    </service>
    <service id="doctrine.orm.listeners.lock_store_schema_listener" class="Symfony\Bridge\Doctrine\SchemaListener\LockStoreSchemaListener">
      <tag name="doctrine.event_listener" event="postGenerateSchema"/>
      <argument type="tagged_iterator" tag="lock.store"/>
    </service>
    <service id="doctrine.orm.naming_strategy.default" class="Doctrine\ORM\Mapping\DefaultNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy"/>
    <service id="doctrine.orm.naming_strategy.underscore_number_aware" class="Doctrine\ORM\Mapping\UnderscoreNamingStrategy">
      <argument>0</argument>
      <argument>true</argument>
    </service>
    <service id="doctrine.orm.quote_strategy.default" class="Doctrine\ORM\Mapping\DefaultQuoteStrategy"/>
    <service id="doctrine.orm.quote_strategy.ansi" class="Doctrine\ORM\Mapping\AnsiQuoteStrategy"/>
    <service id="doctrine.orm.typed_field_mapper.default" class="Doctrine\ORM\Mapping\DefaultTypedFieldMapper"/>
    <service id="doctrine.ulid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument>null</argument>
    </service>
    <service id="doctrine.uuid_generator" class="Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator">
      <tag name="doctrine.id_generator"/>
      <argument>null</argument>
    </service>
    <service id="doctrine.orm.command.entity_manager_provider" class="Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.orm.entity_value_resolver" class="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver">
      <tag priority="110" name="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver">controller.argument_value_resolver</tag>
      <argument type="service" id="doctrine"/>
      <argument type="service" id="doctrine.orm.entity_value_resolver.expression_language" on-invalid="ignore"/>
      <argument type="service">
        <service class="Symfony\Bridge\Doctrine\Attribute\MapEntity">
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument type="collection"/>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>null</argument>
          <argument>false</argument>
        </service>
      </argument>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.entity_value_resolver.expression_language" class="Symfony\Component\ExpressionLanguage\ExpressionLanguage"/>
    <service id="doctrine.cache_clear_metadata_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\MetadataCommand">
      <tag name="console.command" command="doctrine:cache:clear-metadata"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-metadata</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_query_cache_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryCommand">
      <tag name="console.command" command="doctrine:cache:clear-query"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query</argument>
      </call>
    </service>
    <service id="doctrine.cache_clear_result_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\ResultCommand">
      <tag name="console.command" command="doctrine:cache:clear-result"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-result</argument>
      </call>
    </service>
    <service id="doctrine.cache_collection_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\CollectionRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-collection-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-collection-region</argument>
      </call>
    </service>
    <service id="doctrine.mapping_convert_command" class="Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand">
      <tag name="console.command" command="doctrine:mapping:convert"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:convert</argument>
      </call>
    </service>
    <service id="doctrine.schema_create_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\CreateCommand">
      <tag name="console.command" command="doctrine:schema:create"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:create</argument>
      </call>
    </service>
    <service id="doctrine.schema_drop_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\DropCommand">
      <tag name="console.command" command="doctrine:schema:drop"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:drop</argument>
      </call>
    </service>
    <service id="doctrine.ensure_production_settings_command" class="Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand">
      <tag name="console.command" command="doctrine:ensure-production-settings"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:ensure-production-settings</argument>
      </call>
    </service>
    <service id="doctrine.clear_entity_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\EntityRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-entity-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-entity-region</argument>
      </call>
    </service>
    <service id="doctrine.mapping_info_command" class="Doctrine\ORM\Tools\Console\Command\InfoCommand">
      <tag name="console.command" command="doctrine:mapping:info"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:info</argument>
      </call>
    </service>
    <service id="doctrine.mapping_describe_command" class="Doctrine\ORM\Tools\Console\Command\MappingDescribeCommand">
      <tag name="console.command" command="doctrine:mapping:describe"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:mapping:describe</argument>
      </call>
    </service>
    <service id="doctrine.clear_query_region_command" class="Doctrine\ORM\Tools\Console\Command\ClearCache\QueryRegionCommand">
      <tag name="console.command" command="doctrine:cache:clear-query-region"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:cache:clear-query-region</argument>
      </call>
    </service>
    <service id="doctrine.query_dql_command" class="Doctrine\ORM\Tools\Console\Command\RunDqlCommand">
      <tag name="console.command" command="doctrine:query:dql"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:query:dql</argument>
      </call>
    </service>
    <service id="doctrine.schema_update_command" class="Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand">
      <tag name="console.command" command="doctrine:schema:update"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:update</argument>
      </call>
    </service>
    <service id="doctrine.schema_validate_command" class="Doctrine\ORM\Tools\Console\Command\ValidateSchemaCommand">
      <tag name="console.command" command="doctrine:schema:validate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.orm.command.entity_manager_provider"/>
      <call method="setName">
        <argument>doctrine:schema:validate</argument>
      </call>
    </service>
    <service id="doctrine.mapping_import_command" class="Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand">
      <tag name="console.command" command="doctrine:mapping:import"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <argument>%kernel.bundles%</argument>
      <call method="setName">
        <argument>doctrine:mapping:import</argument>
      </call>
    </service>
    <service id="doctrine.orm.default_configuration" class="Doctrine\ORM\Configuration">
      <tag name="doctrine.orm.configuration"/>
      <call method="setEntityNamespaces">
        <argument type="collection">
          <argument key="App">App\Entity</argument>
          <argument key="Magazzino">App\Magazzino\Entity</argument>
          <argument key="VichUploaderBundle">Vich\UploaderBundle\Entity</argument>
          <argument key="DukecityCommandSchedulerBundle">Dukecity\CommandSchedulerBundle\Entity</argument>
        </argument>
      </call>
      <call method="setMetadataCache">
        <argument type="service" id="cache.doctrine.orm.default.metadata"/>
      </call>
      <call method="setQueryCache">
        <argument type="service" id="cache.doctrine.orm.default.query"/>
      </call>
      <call method="setResultCache">
        <argument type="service" id="cache.doctrine.orm.default.result"/>
      </call>
      <call method="setMetadataDriverImpl">
        <argument type="service" id=".doctrine.orm.default_metadata_driver"/>
      </call>
      <call method="setProxyDir">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/doctrine/orm/Proxies</argument>
      </call>
      <call method="setProxyNamespace">
        <argument>Proxies</argument>
      </call>
      <call method="setAutoGenerateProxyClasses">
        <argument>true</argument>
      </call>
      <call method="setSchemaIgnoreClasses">
        <argument type="collection"/>
      </call>
      <call method="setClassMetadataFactoryName">
        <argument>Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory</argument>
      </call>
      <call method="setDefaultRepositoryClassName">
        <argument>Doctrine\ORM\EntityRepository</argument>
      </call>
      <call method="setNamingStrategy">
        <argument type="service" id="doctrine.orm.naming_strategy.underscore"/>
      </call>
      <call method="setQuoteStrategy">
        <argument type="service" id="doctrine.orm.quote_strategy.default"/>
      </call>
      <call method="setTypedFieldMapper">
        <argument type="service" id="doctrine.orm.typed_field_mapper.default"/>
      </call>
      <call method="setEntityListenerResolver">
        <argument type="service" id="doctrine.orm.default_entity_listener_resolver"/>
      </call>
      <call method="setLazyGhostObjectEnabled">
        <argument>true</argument>
      </call>
      <call method="setIdentityGenerationPreferences">
        <argument type="collection"/>
      </call>
      <call method="setRepositoryFactory">
        <argument type="service" id="doctrine.orm.container_repository_factory"/>
      </call>
      <call method="addCustomDatetimeFunction">
        <argument>DAY</argument>
        <argument>DoctrineExtensions\Query\Mysql\Day</argument>
      </call>
      <call method="addCustomDatetimeFunction">
        <argument>MONTH</argument>
        <argument>DoctrineExtensions\Query\Mysql\Month</argument>
      </call>
      <call method="addCustomDatetimeFunction">
        <argument>YEAR</argument>
        <argument>DoctrineExtensions\Query\Mysql\Year</argument>
      </call>
    </service>
    <service id="doctrine.orm.default_attribute_metadata_driver" class="Doctrine\ORM\Mapping\Driver\AttributeDriver">
      <argument type="collection">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/src/Entity</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/src/Magazzino/Entity</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Entity</argument>
      </argument>
      <argument>true</argument>
    </service>
    <service id="doctrine.orm.default_xml_metadata_driver" class="Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver">
      <argument type="collection">
        <argument key="/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/config/doctrine">Vich\UploaderBundle\Entity</argument>
      </argument>
      <argument>.orm.xml</argument>
      <argument>false</argument>
      <call method="setGlobalBasename">
        <argument>mapping</argument>
      </call>
    </service>
    <service id="cache.doctrine.orm.default.metadata" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.default.result" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable=""/>
      <argument type="service" id="cache.doctrine.orm.default.result.recorder_inner"/>
    </service>
    <service id="cache.doctrine.orm.default.query" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable=""/>
      <argument type="service" id="cache.doctrine.orm.default.query.recorder_inner"/>
    </service>
    <service id="doctrine.orm.default_entity_listener_resolver" class="Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver">
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine.orm.default_listeners.attach_entity_listeners" class="Doctrine\ORM\Tools\AttachEntityListenersListener">
      <tag name="doctrine.event_listener" event="loadClassMetadata"/>
    </service>
    <service id="doctrine.orm.default_manager_configurator" class="Doctrine\Bundle\DoctrineBundle\ManagerConfigurator">
      <argument type="collection"/>
      <argument type="collection"/>
    </service>
    <service id="doctrine.orm.default_entity_manager" class="Doctrine\ORM\EntityManager" public="true" lazy="true">
      <tag name="container.preload" class="Doctrine\ORM\Proxy\Autoloader"/>
      <argument type="service" id="doctrine.dbal.default_connection"/>
      <argument type="service" id="doctrine.orm.default_configuration"/>
      <argument type="service" id="doctrine.dbal.default_connection.event_manager"/>
      <configurator service="doctrine.orm.default_manager_configurator" method="configure"/>
    </service>
    <service id="doctrine.orm.default_entity_manager.property_info_extractor" class="Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor">
      <tag name="property_info.list_extractor" priority="-1001"/>
      <tag name="property_info.type_extractor" priority="-999"/>
      <tag name="property_info.access_extractor" priority="-999"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
    </service>
    <service id="doctrine.orm.default_entity_manager.validator_loader" class="Symfony\Bridge\Doctrine\Validator\DoctrineLoader">
      <tag name="validator.auto_mapper" priority="-100"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>null</argument>
    </service>
    <service id="doctrine.fixtures_load_command" class="Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand">
      <tag name="console.command" command="doctrine:fixtures:load"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.fixtures.loader"/>
      <argument type="service" id="doctrine"/>
      <argument type="collection">
        <argument key="default" type="service" id="doctrine.fixtures.purger.orm_purger_factory"/>
      </argument>
      <call method="setName">
        <argument>doctrine:fixtures:load</argument>
      </call>
    </service>
    <service id="doctrine.fixtures.loader" class="Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader">
      <argument type="service" id="service_container"/>
      <call method="addFixtures">
        <argument type="collection"/>
      </call>
    </service>
    <service id="doctrine.fixtures.purger.orm_purger_factory" class="Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory">
      <tag name="doctrine.fixtures.purger_factory" alias="default"/>
    </service>
    <service id="monolog.logger" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>app</argument>
      <call method="useMicrosecondTimestamps">
        <argument>true</argument>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger_prototype" class="Monolog\Logger" abstract="true">
      <argument type="abstract">channel</argument>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.activation_strategy.not_found" class="Symfony\Bridge\Monolog\Handler\FingersCrossed\NotFoundActivationStrategy" abstract="true">
      <deprecated package="symfony/monolog-bundle" version="3.11">The "%service_id%" service is deprecated.</deprecated>
    </service>
    <service id="monolog.handler.fingers_crossed.error_level_activation_strategy" class="Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy" abstract="true">
      <deprecated package="symfony/monolog-bundle" version="3.11">The "%service_id%" service is deprecated.</deprecated>
    </service>
    <service id="monolog.formatter.chrome_php" class="Monolog\Formatter\ChromePHPFormatter"/>
    <service id="monolog.formatter.gelf_message" class="Monolog\Formatter\GelfMessageFormatter"/>
    <service id="monolog.formatter.html" class="Monolog\Formatter\HtmlFormatter"/>
    <service id="monolog.formatter.json" class="Monolog\Formatter\JsonFormatter"/>
    <service id="monolog.formatter.line" class="Monolog\Formatter\LineFormatter"/>
    <service id="monolog.formatter.syslog" class="Monolog\Formatter\SyslogFormatter"/>
    <service id="monolog.formatter.loggly" class="Monolog\Formatter\LogglyFormatter"/>
    <service id="monolog.formatter.normalizer" class="Monolog\Formatter\NormalizerFormatter"/>
    <service id="monolog.formatter.scalar" class="Monolog\Formatter\ScalarFormatter"/>
    <service id="monolog.formatter.wildfire" class="Monolog\Formatter\WildfireFormatter"/>
    <service id="monolog.formatter.logstash" class="Monolog\Formatter\LogstashFormatter">
      <argument>app</argument>
    </service>
    <service id="monolog.http_client" class="Symfony\Contracts\HttpClient\HttpClientInterface">
      <factory class="Symfony\Component\HttpClient\HttpClient" method="create"/>
    </service>
    <service id="monolog.processor.psr_log_message" class="Monolog\Processor\PsrLogMessageProcessor"/>
    <service id="monolog.handler.main" class="Monolog\Handler\StreamHandler">
      <tag name="kernel.reset" method="reset"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/log/dev.log</argument>
      <argument>debug</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>false</argument>
      <call method="pushProcessor">
        <argument type="service" id="monolog.processor.psr_log_message"/>
      </call>
    </service>
    <service id="monolog.handler.console" class="Symfony\Bridge\Monolog\Handler\ConsoleHandler">
      <tag name="kernel.reset" method="reset"/>
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <argument>true</argument>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument>false</argument>
    </service>
    <service id="twig" class="Twig\Environment">
      <tag name="container.preload" class="Twig\Cache\FilesystemCache"/>
      <tag name="container.preload" class="Twig\Extension\CoreExtension"/>
      <tag name="container.preload" class="Twig\Extension\EscaperExtension"/>
      <tag name="container.preload" class="Twig\Extension\OptimizerExtension"/>
      <tag name="container.preload" class="Twig\Extension\StagingExtension"/>
      <tag name="container.preload" class="Twig\ExpressionParser\Infix\BinaryOperatorExpressionParser"/>
      <tag name="container.preload" class="Twig\ExtensionSet"/>
      <tag name="container.preload" class="Twig\Template"/>
      <tag name="container.preload" class="Twig\TemplateWrapper"/>
      <tag name="kernel.reset" method="resetGlobals"/>
      <argument type="service" id="twig.loader.native_filesystem"/>
      <argument type="collection">
        <argument key="debug">true</argument>
        <argument key="strict_variables">true</argument>
        <argument key="autoescape">name</argument>
        <argument key="cache">/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/twig</argument>
        <argument key="charset">UTF-8</argument>
      </argument>
      <call method="addExtension">
        <argument type="service" id="twig.extension.security_csrf"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.logout_url"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.security"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.profiler"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.trans"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.assets"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.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.serializer"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.form"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.dump"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\AppExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\AssetVersionExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\ConvertionExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\JsonDecodeExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\LegacyIntlExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\MyC4rg0TwigExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="App\Twig\SourceCodeExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="doctrine.twig.doctrine_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.webprofiler"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="Vich\UploaderBundle\Twig\Extension\UploaderExtension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="liip_imagine.templating.filter_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="webpack_encore.twig_entry_files_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="webpack_encore.twig_stimulus_extension"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.intl"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.cssinliner"/>
      </call>
      <call method="addExtension">
        <argument type="service" id="twig.extension.inky"/>
      </call>
      <call method="addGlobal">
        <argument>app</argument>
        <argument type="service" id="twig.app_variable"/>
      </call>
      <call method="addRuntimeLoader">
        <argument type="service" id="twig.runtime_loader"/>
      </call>
      <call method="addGlobal">
        <argument>env_site_online</argument>
        <argument>%env(SITE_ONLINE)%</argument>
      </call>
      <call method="addGlobal">
        <argument>block_site_header</argument>
        <argument>%env(SITE_NAME)%</argument>
      </call>
      <call method="addGlobal">
        <argument>app_websocket</argument>
        <argument>%env(APP_WEBSOCKET)%</argument>
      </call>
      <call method="addGlobal">
        <argument>file_manager_web_root</argument>
        <argument>/fmuploads</argument>
      </call>
      <call method="addGlobal">
        <argument>maps_provider</argument>
        <argument>%env(MAPS_PROVIDER)%</argument>
      </call>
      <call method="addGlobal">
        <argument>google_maps_api_key</argument>
        <argument>%env(GOOGLE_MAPS_API_KEY)%</argument>
      </call>
      <call method="registerUndefinedFilterCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestFilter</argument>
        </argument>
      </call>
      <call method="registerUndefinedFunctionCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestFunction</argument>
        </argument>
      </call>
      <call method="registerUndefinedTokenParserCallback">
        <argument type="collection">
          <argument type="service" id="twig.missing_extension_suggestor"/>
          <argument>suggestTag</argument>
        </argument>
      </call>
      <configurator service="twig.configurator.environment" method="configure"/>
    </service>
    <service id="twig.app_variable" class="Symfony\Bridge\Twig\AppVariable">
      <call method="setEnvironment">
        <argument>dev</argument>
      </call>
      <call method="setDebug">
        <argument>true</argument>
      </call>
      <call method="setTokenStorage">
        <argument type="service" id="security.token_storage" on-invalid="ignore"/>
      </call>
      <call method="setRequestStack">
        <argument type="service" id="request_stack" on-invalid="ignore"/>
      </call>
      <call method="setLocaleSwitcher">
        <argument type="service" id="translation.locale_switcher" on-invalid="ignore"/>
      </call>
      <call method="setEnabledLocales">
        <argument type="collection"/>
      </call>
    </service>
    <service id="twig.template_iterator" class="Symfony\Bundle\TwigBundle\TemplateIterator">
      <argument type="service" id="kernel"/>
      <argument type="collection">
        <argument key="/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/emails/images">emailimages</argument>
        <argument key="/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/c4rgoroicalc/images">emailc4rgoroicalcimages</argument>
        <argument key="/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/images">images</argument>
        <argument key="/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/emails/styles">styles</argument>
        <argument key="/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/c4rgoroicalc/email/css/">c4rgoroicalcstyles</argument>
        <argument key="/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bridge/Resources/views/Email">email</argument>
        <argument key="/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bridge/Resources/views/Form">null</argument>
      </argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/templates</argument>
      <argument type="collection"/>
    </service>
    <service id="twig.template_cache_warmer" class="Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <tag name="container.service_subscriber" id="twig"/>
      <argument type="service" id=".service_locator.etVElvN.twig.template_cache_warmer"/>
      <argument type="service" id="twig.template_iterator"/>
    </service>
    <service id="twig.loader.native_filesystem" class="Twig\Loader\FilesystemLoader">
      <tag name="twig.loader"/>
      <argument type="collection"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/emails/images</argument>
        <argument>emailimages</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/c4rgoroicalc/images</argument>
        <argument>emailc4rgoroicalcimages</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/images</argument>
        <argument>images</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/emails/styles</argument>
        <argument>styles</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/static/c4rgoroicalc/email/css/</argument>
        <argument>c4rgoroicalcstyles</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>Security</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/security-bundle/Resources/views</argument>
        <argument>!Security</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-bundle/templates</argument>
        <argument>Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-bundle/templates</argument>
        <argument>!Doctrine</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/templates/bundles/TwigBundle</argument>
        <argument>Twig</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/templates/bundles/TwigBundle</argument>
        <argument>!Twig</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/debug-bundle/Resources/views</argument>
        <argument>Debug</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/debug-bundle/Resources/views</argument>
        <argument>!Debug</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/web-profiler-bundle/Resources/views</argument>
        <argument>WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/web-profiler-bundle/Resources/views</argument>
        <argument>!WebProfiler</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-migrations-bundle/templates</argument>
        <argument>DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/doctrine/doctrine-migrations-bundle/templates</argument>
        <argument>!DoctrineMigrations</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/maker-bundle/templates</argument>
        <argument>Maker</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/maker-bundle/templates</argument>
        <argument>!Maker</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/templates</argument>
        <argument>VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/vich/uploader-bundle/templates</argument>
        <argument>!VichUploader</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/liip/imagine-bundle/Resources/views</argument>
        <argument>LiipImagine</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/liip/imagine-bundle/Resources/views</argument>
        <argument>!LiipImagine</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/willdurand/geocoder-bundle/templates</argument>
        <argument>BazingaGeocoder</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/willdurand/geocoder-bundle/templates</argument>
        <argument>!BazingaGeocoder</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/views</argument>
        <argument>SchebTwoFactor</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/scheb/2fa-bundle/Resources/views</argument>
        <argument>!SchebTwoFactor</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/views</argument>
        <argument>DukecityCommandScheduler</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Resources/views</argument>
        <argument>!DukecityCommandScheduler</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/templates</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>email</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bridge/Resources/views/Email</argument>
        <argument>!email</argument>
      </call>
      <call method="addPath">
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/symfony/twig-bridge/Resources/views/Form</argument>
      </call>
    </service>
    <service id="twig.loader.chain" class="Twig\Loader\ChainLoader"/>
    <service id="twig.extension.profiler" class="Symfony\Bridge\Twig\Extension\ProfilerExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="twig.profile"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
    </service>
    <service id="twig.profile" class="Twig\Profiler\Profile"/>
    <service id="data_collector.twig" class="Symfony\Bridge\Twig\DataCollector\TwigDataCollector">
      <tag name="data_collector" template="@WebProfiler/Collector/twig.html.twig" id="twig" priority="257"/>
      <argument type="service" id="twig.profile"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.extension.trans" class="Symfony\Bridge\Twig\Extension\TranslationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="twig.extension.assets" class="Symfony\Bridge\Twig\Extension\AssetExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="assets.packages"/>
    </service>
    <service id="twig.extension.code" class="Symfony\Bridge\Twig\Extension\CodeExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <argument>UTF-8</argument>
    </service>
    <service id="twig.extension.routing" class="Symfony\Bridge\Twig\Extension\RoutingExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="router.default"/>
    </service>
    <service id="twig.extension.yaml" class="Symfony\Bridge\Twig\Extension\YamlExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.debug.stopwatch" class="Symfony\Bridge\Twig\Extension\StopwatchExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument>true</argument>
    </service>
    <service id="twig.extension.expression" class="Symfony\Bridge\Twig\Extension\ExpressionExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.htmlsanitizer" class="Symfony\Bridge\Twig\Extension\HtmlSanitizerExtension">
      <argument type="service" id=".service_locator.Xbsa8iG"/>
    </service>
    <service id="twig.extension.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.runtime.httpkernel" class="Symfony\Bridge\Twig\Extension\HttpKernelRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="fragment.handler"/>
      <argument type="service" id="fragment.uri_generator" on-invalid="ignore"/>
    </service>
    <service id="twig.extension.httpfoundation" class="Symfony\Bridge\Twig\Extension\HttpFoundationExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="url_helper"/>
    </service>
    <service id="twig.extension.debug" class="Twig\Extension\DebugExtension"/>
    <service id="twig.extension.weblink" class="Symfony\Bridge\Twig\Extension\WebLinkExtension">
      <argument type="service" id="request_stack"/>
    </service>
    <service id="twig.translation.extractor" class="Symfony\Bridge\Twig\Translation\TwigExtractor">
      <tag name="translation.extractor" alias="twig"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.configurator.environment" class="Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator">
      <argument>F j, Y H:i</argument>
      <argument>%d days</argument>
      <argument>null</argument>
      <argument>0</argument>
      <argument>.</argument>
      <argument>,</argument>
    </service>
    <service id="twig.runtime_loader" class="Twig\RuntimeLoader\ContainerRuntimeLoader">
      <argument type="service" id=".service_locator.gfLJL6m"/>
    </service>
    <service id="twig.error_renderer.html" class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer">
      <argument type="service" id="twig"/>
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument type="service">
        <service class="bool">
          <argument type="service" id="request_stack"/>
          <argument>true</argument>
          <factory class="Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer" method="isDebug"/>
        </service>
      </argument>
    </service>
    <service id="twig.runtime.serializer" class="Symfony\Bridge\Twig\Extension\SerializerRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="serializer"/>
    </service>
    <service id="twig.extension.serializer" class="Symfony\Bridge\Twig\Extension\SerializerExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="controller.template_attribute_listener" class="Symfony\Bridge\Twig\EventListener\TemplateAttributeListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.extension.form" class="Symfony\Bridge\Twig\Extension\FormExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="twig.form.engine" class="Symfony\Bridge\Twig\Form\TwigRendererEngine">
      <tag name="kernel.reset" method="reset"/>
      <argument>%twig.form.resources%</argument>
      <argument type="service" id="twig"/>
    </service>
    <service id="twig.form.renderer" class="Symfony\Component\Form\FormRenderer">
      <tag name="twig.runtime"/>
      <argument type="service" id="twig.form.engine"/>
      <argument type="service" id="security.csrf.token_manager" on-invalid="null"/>
    </service>
    <service id="twig.command.debug" class="Symfony\Bridge\Twig\Command\DebugCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <argument>%kernel.bundles_metadata%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/templates</argument>
      <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
      <call method="setName">
        <argument>debug:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Show a list of twig functions, filters, globals and tests</argument>
      </call>
    </service>
    <service id="twig.command.lint" class="Symfony\Bundle\TwigBundle\Command\LintCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="twig"/>
      <argument type="collection">
        <argument>*.twig</argument>
      </argument>
      <call method="setName">
        <argument>lint:twig</argument>
      </call>
      <call method="setDescription">
        <argument>Lint a Twig template and outputs encountered errors</argument>
      </call>
    </service>
    <service id="twig.mailer.message_listener" class="Symfony\Component\Mailer\EventListener\MessageListener">
      <tag name="kernel.event_subscriber"/>
      <argument>null</argument>
      <argument type="service" id="twig.mime_body_renderer"/>
    </service>
    <service id="twig.mime_body_renderer" class="Symfony\Bridge\Twig\Mime\BodyRenderer">
      <argument key="0" type="service" id="twig"/>
      <argument key="localeSwitcher" type="service" id="translation.locale_switcher" on-invalid="ignore"/>
    </service>
    <service id="twig.extension.dump" class="Symfony\Bridge\Twig\Extension\DumpExtension">
      <tag name="twig.extension"/>
      <argument type="service" id="var_dumper.cloner"/>
      <argument type="service" id="var_dumper.html_dumper"/>
    </service>
    <service id="data_collector.dump" class="Symfony\Component\HttpKernel\DataCollector\DumpDataCollector" public="true">
      <tag name="data_collector" id="dump" template="@Debug/Profiler/dump.html.twig" priority="240"/>
      <argument type="service" id="debug.stopwatch" on-invalid="ignore"/>
      <argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
      <argument>UTF-8</argument>
      <argument type="service" id=".virtual_request_stack"/>
      <argument type="service" id="var_dumper.server_connection"/>
      <argument>%env(bool:default::key:web:default:kernel.runtime_mode:)%</argument>
    </service>
    <service id="debug.dump_listener" class="Symfony\Component\HttpKernel\EventListener\DumpListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="var_dumper.cloner"/>
      <argument type="service" id="var_dumper.contextualized_cli_dumper"/>
      <argument type="service" id="var_dumper.server_connection"/>
    </service>
    <service id="var_dumper.cloner" class="Symfony\Component\VarDumper\Cloner\VarCloner" public="true">
      <call method="setMaxItems">
        <argument>2500</argument>
      </call>
      <call method="setMinDepth">
        <argument>1</argument>
      </call>
      <call method="setMaxString">
        <argument>-1</argument>
      </call>
      <call method="addCasters">
        <argument type="collection">
          <argument key="Closure">Symfony\Component\VarDumper\Caster\ReflectionCaster::unsetClosureFileInfo</argument>
        </argument>
      </call>
    </service>
    <service id="var_dumper.contextualized_cli_dumper" class="Symfony\Component\VarDumper\Dumper\ContextualizedDumper">
      <tag name="container.decorator" id="var_dumper.cli_dumper" inner="var_dumper.contextualized_cli_dumper.inner"/>
      <argument type="service" id="var_dumper.contextualized_cli_dumper.inner"/>
      <argument type="collection">
        <argument key="source" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider">
            <argument>UTF-8</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
            <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
          </service>
        </argument>
      </argument>
    </service>
    <service id="var_dumper.html_dumper" class="Symfony\Component\VarDumper\Dumper\HtmlDumper">
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>0</argument>
      <call method="setDisplayOptions">
        <argument type="collection">
          <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
        </argument>
      </call>
    </service>
    <service id="var_dumper.server_connection" class="Symfony\Component\VarDumper\Server\Connection">
      <argument>tcp://%env(VAR_DUMPER_SERVER)%</argument>
      <argument type="collection">
        <argument key="source" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider">
            <argument>UTF-8</argument>
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
            <argument type="service" id="debug.file_link_formatter" on-invalid="null"/>
          </service>
        </argument>
        <argument key="request" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider">
            <argument type="service" id="request_stack"/>
          </service>
        </argument>
        <argument key="cli" type="service">
          <service class="Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider"/>
        </argument>
      </argument>
    </service>
    <service id="var_dumper.dump_server" class="Symfony\Component\VarDumper\Server\DumpServer">
      <tag name="monolog.logger" channel="debug"/>
      <argument>tcp://%env(VAR_DUMPER_SERVER)%</argument>
      <argument type="service" id="monolog.logger.debug" on-invalid="null"/>
    </service>
    <service id="var_dumper.command.server_dump" class="Symfony\Component\VarDumper\Command\ServerDumpCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="var_dumper.dump_server"/>
      <argument type="collection">
        <argument key="cli" type="service">
          <service class="Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor">
            <argument type="service" id="var_dumper.contextualized_cli_dumper.inner"/>
          </service>
        </argument>
        <argument key="html" type="service">
          <service class="Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor">
            <argument type="service" id="var_dumper.html_dumper"/>
          </service>
        </argument>
      </argument>
      <call method="setName">
        <argument>server:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Start a dump server that collects and displays dumps in a single place</argument>
      </call>
    </service>
    <service id="monolog.command.server_log" class="Symfony\Bridge\Monolog\Command\ServerLogCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>server:log</argument>
      </call>
      <call method="setDescription">
        <argument>Start a log server that displays logs in real time</argument>
      </call>
    </service>
    <service id="web_profiler.controller.profiler" class="Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController" public="true">
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument>%data_collector.templates%</argument>
      <argument type="service" id="web_profiler.csp.handler"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
    </service>
    <service id="web_profiler.controller.router" class="Symfony\Bundle\WebProfilerBundle\Controller\RouterController" public="true">
      <argument type="service" id="profiler" on-invalid="null"/>
      <argument type="service" id="twig"/>
      <argument type="service" id="router.default" on-invalid="null"/>
      <argument>null</argument>
      <argument type="tagged_iterator" tag="routing.expression_language_provider"/>
    </service>
    <service id="web_profiler.controller.exception_panel" class="Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController" public="true">
      <argument type="service" id="error_handler.error_renderer.html"/>
      <argument type="service" id="profiler" on-invalid="null"/>
    </service>
    <service id="web_profiler.csp.handler" class="Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler">
      <argument type="service">
        <service class="Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator"/>
      </argument>
    </service>
    <service id="twig.extension.webprofiler" class="Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension">
      <tag name="twig.extension"/>
      <argument type="service">
        <service class="Symfony\Component\VarDumper\Dumper\HtmlDumper">
          <argument>null</argument>
          <argument>UTF-8</argument>
          <argument>1</argument>
          <call method="setDisplayOptions">
            <argument type="collection">
              <argument key="maxStringLength">4096</argument>
              <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter"/>
            </argument>
          </call>
        </service>
      </argument>
    </service>
    <service id="debug.file_link_formatter.url_format" class="string">
      <argument type="service" id="router.default"/>
      <argument>_profiler_open_file</argument>
      <argument>?file=%%f&amp;line=%%l#line%%l</argument>
      <factory class="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter" method="generateUrlFormat"/>
    </service>
    <service id="web_profiler.debug_toolbar" class="Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="twig"/>
      <argument>false</argument>
      <argument>2</argument>
      <argument type="service" id="router.default" on-invalid="ignore"/>
      <argument>^/((index|app(_[\w]+)?)\.php/)?_wdt</argument>
      <argument type="service" id="web_profiler.csp.handler"/>
      <argument type="service" id="data_collector.dump" on-invalid="ignore"/>
    </service>
    <service id="doctrine.migrations.dependency_factory" class="Doctrine\Migrations\DependencyFactory" constructor="fromEntityManager">
      <argument type="service" id="doctrine.migrations.configuration_loader"/>
      <argument type="service" id="doctrine.migrations.entity_manager_registry_loader"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <call method="setDefinition">
        <argument>Doctrine\Migrations\Version\MigrationFactory</argument>
        <argument type="service_closure" id="doctrine.migrations.container_aware_migrations_factory"/>
      </call>
    </service>
    <service id="doctrine.migrations.configuration_loader" class="Doctrine\Migrations\Configuration\Migration\ExistingConfiguration">
      <argument type="service" id="doctrine.migrations.configuration"/>
    </service>
    <service id="doctrine.migrations.connection_loader" class="Doctrine\Migrations\Configuration\Connection\ExistingConnection"/>
    <service id="doctrine.migrations.em_loader" class="Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager"/>
    <service id="doctrine.migrations.entity_manager_registry_loader" class="Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager" constructor="withSimpleDefault">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.migrations.connection_registry_loader" class="Doctrine\Migrations\Configuration\Connection\ConnectionRegistryConnection" constructor="withSimpleDefault">
      <argument type="service" id="doctrine"/>
    </service>
    <service id="doctrine.migrations.configuration" class="Doctrine\Migrations\Configuration\Configuration">
      <call method="addMigrationsDirectory">
        <argument>DoctrineMigrations</argument>
        <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/src/Migrations</argument>
      </call>
      <call method="setAllOrNothing">
        <argument>false</argument>
      </call>
      <call method="setCheckDatabasePlatform">
        <argument>true</argument>
      </call>
      <call method="setTransactional">
        <argument>true</argument>
      </call>
      <call method="setMetadataStorageConfiguration">
        <argument type="service" id="doctrine.migrations.storage.table_storage"/>
      </call>
    </service>
    <service id="doctrine.migrations.container_aware_migrations_factory" class="Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory">
      <tag name="container.decorator" id="doctrine.migrations.migrations_factory" inner="doctrine.migrations.container_aware_migrations_factory.inner"/>
      <argument type="service" id="doctrine.migrations.container_aware_migrations_factory.inner"/>
      <argument type="service" id="service_container"/>
    </service>
    <service id="doctrine_migrations.diff_command" class="Doctrine\Migrations\Tools\Console\Command\DiffCommand">
      <tag name="console.command" command="doctrine:migrations:diff"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:diff</argument>
      <call method="setName">
        <argument>doctrine:migrations:diff</argument>
      </call>
      <call method="setDescription">
        <argument>Generate a migration by comparing your current database to your mapping information.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.sync_metadata_command" class="Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand">
      <tag name="console.command" command="doctrine:migrations:sync-metadata-storage"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:sync-metadata-storage</argument>
      <call method="setName">
        <argument>doctrine:migrations:sync-metadata-storage</argument>
      </call>
      <call method="setDescription">
        <argument>Ensures that the metadata storage is at the latest version.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.versions_command" class="Doctrine\Migrations\Tools\Console\Command\ListCommand">
      <tag name="console.command" command="doctrine:migrations:list"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:versions</argument>
      <call method="setName">
        <argument>doctrine:migrations:list</argument>
      </call>
      <call method="setDescription">
        <argument>Display a list of all available migrations and their status.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.current_command" class="Doctrine\Migrations\Tools\Console\Command\CurrentCommand">
      <tag name="console.command" command="doctrine:migrations:current"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:current</argument>
      <call method="setName">
        <argument>doctrine:migrations:current</argument>
      </call>
      <call method="setDescription">
        <argument>Outputs the current version</argument>
      </call>
    </service>
    <service id="doctrine_migrations.dump_schema_command" class="Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand">
      <tag name="console.command" command="doctrine:migrations:dump-schema"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:dump-schema</argument>
      <call method="setName">
        <argument>doctrine:migrations:dump-schema</argument>
      </call>
      <call method="setDescription">
        <argument>Dump the schema for your database to a migration.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.execute_command" class="Doctrine\Migrations\Tools\Console\Command\ExecuteCommand">
      <tag name="console.command" command="doctrine:migrations:execute"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:execute</argument>
      <call method="setName">
        <argument>doctrine:migrations:execute</argument>
      </call>
      <call method="setDescription">
        <argument>Execute one or more migration versions up or down manually.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.generate_command" class="Doctrine\Migrations\Tools\Console\Command\GenerateCommand">
      <tag name="console.command" command="doctrine:migrations:generate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:generate</argument>
      <call method="setName">
        <argument>doctrine:migrations:generate</argument>
      </call>
      <call method="setDescription">
        <argument>Generate a blank migration class.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.latest_command" class="Doctrine\Migrations\Tools\Console\Command\LatestCommand">
      <tag name="console.command" command="doctrine:migrations:latest"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:latest</argument>
      <call method="setName">
        <argument>doctrine:migrations:latest</argument>
      </call>
      <call method="setDescription">
        <argument>Outputs the latest version</argument>
      </call>
    </service>
    <service id="doctrine_migrations.migrate_command" class="Doctrine\Migrations\Tools\Console\Command\MigrateCommand">
      <tag name="console.command" command="doctrine:migrations:migrate"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:migrate</argument>
      <call method="setName">
        <argument>doctrine:migrations:migrate</argument>
      </call>
      <call method="setDescription">
        <argument>Execute a migration to a specified version or the latest available version.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.rollup_command" class="Doctrine\Migrations\Tools\Console\Command\RollupCommand">
      <tag name="console.command" command="doctrine:migrations:rollup"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:rollup</argument>
      <call method="setName">
        <argument>doctrine:migrations:rollup</argument>
      </call>
      <call method="setDescription">
        <argument>Rollup migrations by deleting all tracked versions and insert the one version that exists.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.status_command" class="Doctrine\Migrations\Tools\Console\Command\StatusCommand">
      <tag name="console.command" command="doctrine:migrations:status"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:status</argument>
      <call method="setName">
        <argument>doctrine:migrations:status</argument>
      </call>
      <call method="setDescription">
        <argument>View the status of a set of migrations.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.up_to_date_command" class="Doctrine\Migrations\Tools\Console\Command\UpToDateCommand">
      <tag name="console.command" command="doctrine:migrations:up-to-date"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:up-to-date</argument>
      <call method="setName">
        <argument>doctrine:migrations:up-to-date</argument>
      </call>
      <call method="setDescription">
        <argument>Tells you if your schema is up-to-date.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.version_command" class="Doctrine\Migrations\Tools\Console\Command\VersionCommand">
      <tag name="console.command" command="doctrine:migrations:version"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine.migrations.dependency_factory"/>
      <argument>doctrine:migrations:version</argument>
      <call method="setName">
        <argument>doctrine:migrations:version</argument>
      </call>
      <call method="setDescription">
        <argument>Manually add and delete migration versions from the version table.</argument>
      </call>
    </service>
    <service id="doctrine_migrations.schema_filter_listener" class="Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener">
      <tag name="doctrine.dbal.schema_filter" connection="default"/>
      <tag name="kernel.event_listener" event="console.command" method="onConsoleCommand"/>
      <tag name="container.no_preload"/>
      <argument>doctrine_migration_versions</argument>
    </service>
    <service id="doctrine.migrations.storage.table_storage" class="Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration"/>
    <service id="maker.file_manager" class="Symfony\Bundle\MakerBundle\FileManager">
      <argument type="service" id="filesystem"/>
      <argument type="service" id="maker.autoloader_util"/>
      <argument type="service" id="maker.file_link_formatter"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/templates</argument>
    </service>
    <service id="maker.autoloader_finder" class="Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder">
      <argument>App</argument>
    </service>
    <service id="maker.autoloader_util" class="Symfony\Bundle\MakerBundle\Util\AutoloaderUtil">
      <argument type="service" id="maker.autoloader_finder"/>
    </service>
    <service id="maker.file_link_formatter" class="Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter">
      <argument type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
    </service>
    <service id="maker.event_registry" class="Symfony\Bundle\MakerBundle\EventRegistry">
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="maker.console_error_listener" class="Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.no_preload"/>
    </service>
    <service id="maker.doctrine_helper" class="Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper">
      <argument>App\Entity</argument>
      <argument type="service" id="doctrine" on-invalid="ignore"/>
      <argument type="collection">
        <argument key="default" type="collection">
          <argument type="collection">
            <argument>App\Entity</argument>
            <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
          </argument>
          <argument type="collection">
            <argument>App\Magazzino\Entity</argument>
            <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
          </argument>
          <argument type="collection">
            <argument>Dukecity\CommandSchedulerBundle\Entity</argument>
            <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
          </argument>
          <argument type="collection">
            <argument>Vich\UploaderBundle\Entity</argument>
            <argument type="service" id="doctrine.orm.default_xml_metadata_driver"/>
          </argument>
        </argument>
      </argument>
    </service>
    <service id="maker.template_linter" class="Symfony\Bundle\MakerBundle\Util\TemplateLinter">
      <argument>%env(default::string:MAKER_PHP_CS_FIXER_BINARY_PATH)%</argument>
      <argument>%env(default::string:MAKER_PHP_CS_FIXER_CONFIG_PATH)%</argument>
    </service>
    <service id="maker.auto_command.abstract" class="Symfony\Bundle\MakerBundle\Command\MakerCommand" abstract="true">
      <argument></argument>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
    </service>
    <service id="maker.generator" class="Symfony\Bundle\MakerBundle\Generator">
      <argument type="service" id="maker.file_manager"/>
      <argument>App</argument>
      <argument>null</argument>
      <argument type="service" id="maker.template_component_generator"/>
    </service>
    <service id="maker.entity_class_generator" class="Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator">
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.doctrine_helper"/>
    </service>
    <service id="maker.user_class_builder" class="Symfony\Bundle\MakerBundle\Security\UserClassBuilder"/>
    <service id="maker.security_config_updater" class="Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater"/>
    <service id="maker.renderer.form_type_renderer" class="Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer">
      <argument type="service" id="maker.generator"/>
    </service>
    <service id="maker.security_controller_builder" class="Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder"/>
    <service id="maker.php_compat_util" class="Symfony\Bundle\MakerBundle\Util\PhpCompatUtil">
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.template_component_generator" class="Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator">
      <argument>true</argument>
      <argument>false</argument>
      <argument>App</argument>
    </service>
    <service id="maker.maker.make_authenticator" class="Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.security_config_updater"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="maker.security_controller_builder"/>
    </service>
    <service id="maker.maker.make_command" class="Symfony\Bundle\MakerBundle\Maker\MakeCommand">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_twig_component" class="Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.maker.make_controller" class="Symfony\Bundle\MakerBundle\Maker\MakeController">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_crud" class="Symfony\Bundle\MakerBundle\Maker\MakeCrud">
      <tag name="maker.command"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="maker.renderer.form_type_renderer"/>
    </service>
    <service id="maker.maker.make_docker_database" class="Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.maker.make_entity" class="Symfony\Bundle\MakerBundle\Maker\MakeEntity">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument>null</argument>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.entity_class_generator"/>
    </service>
    <service id="maker.maker.make_fixtures" class="Symfony\Bundle\MakerBundle\Maker\MakeFixtures">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_form" class="Symfony\Bundle\MakerBundle\Maker\MakeForm">
      <tag name="maker.command"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="maker.renderer.form_type_renderer"/>
    </service>
    <service id="maker.maker.make_functional_test" class="Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest">
      <tag name="maker.command"/>
      <deprecated package="symfony/maker-bundle" version="1.29">The "%service_id%" service is deprecated, use "maker.maker.make_test" instead.</deprecated>
    </service>
    <service id="maker.maker.make_listener" class="Symfony\Bundle\MakerBundle\Maker\MakeListener">
      <tag name="maker.command"/>
      <argument type="service" id="maker.event_registry"/>
    </service>
    <service id="maker.maker.make_message" class="Symfony\Bundle\MakerBundle\Maker\MakeMessage">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.maker.make_messenger_middleware" class="Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_registration_form" class="Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.renderer.form_type_renderer"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="router.default" on-invalid="ignore"/>
    </service>
    <service id="maker.maker.make_reset_password" class="Symfony\Bundle\MakerBundle\Maker\MakeResetPassword">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.doctrine_helper"/>
      <argument type="service" id="maker.entity_class_generator"/>
      <argument type="service" id="router.default" on-invalid="ignore"/>
    </service>
    <service id="maker.maker.make_schedule" class="Symfony\Bundle\MakerBundle\Maker\MakeSchedule">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
    </service>
    <service id="maker.maker.make_serializer_encoder" class="Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_serializer_normalizer" class="Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_subscriber" class="Symfony\Bundle\MakerBundle\Maker\MakeSubscriber">
      <tag name="maker.command"/>
      <argument type="service" id="maker.event_registry"/>
      <deprecated package="symfony/maker-bundle" version="1.51">The "%service_id%" service is deprecated, use "maker.maker.make_listener" instead.</deprecated>
    </service>
    <service id="maker.maker.make_twig_extension" class="Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_test" class="Symfony\Bundle\MakerBundle\Maker\MakeTest">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_unit_test" class="Symfony\Bundle\MakerBundle\Maker\MakeUnitTest">
      <tag name="maker.command"/>
      <deprecated package="symfony/maker-bundle" version="1.29">The "%service_id%" service is deprecated, use "maker.maker.make_test" instead.</deprecated>
    </service>
    <service id="maker.maker.make_validator" class="Symfony\Bundle\MakerBundle\Maker\MakeValidator">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_voter" class="Symfony\Bundle\MakerBundle\Maker\MakeVoter">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_user" class="Symfony\Bundle\MakerBundle\Maker\MakeUser">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.user_class_builder"/>
      <argument type="service" id="maker.security_config_updater"/>
      <argument type="service" id="maker.entity_class_generator"/>
      <argument type="service" id="maker.doctrine_helper"/>
    </service>
    <service id="maker.maker.make_migration" class="Symfony\Bundle\MakerBundle\Maker\MakeMigration">
      <tag name="maker.command"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <argument type="service" id="maker.file_link_formatter"/>
    </service>
    <service id="maker.maker.make_stimulus_controller" class="Symfony\Bundle\MakerBundle\Maker\MakeStimulusController">
      <tag name="maker.command"/>
    </service>
    <service id="maker.maker.make_form_login" class="Symfony\Bundle\MakerBundle\Maker\Security\MakeFormLogin">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.security_config_updater"/>
      <argument type="service" id="maker.security_controller_builder"/>
    </service>
    <service id="maker.maker.make_custom_authenticator" class="Symfony\Bundle\MakerBundle\Maker\Security\MakeCustomAuthenticator">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
    </service>
    <service id="maker.maker.make_webhook" class="Symfony\Bundle\MakerBundle\Maker\MakeWebhook">
      <tag name="maker.command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
    </service>
    <service id="fos_rest.view_handler.default" class="FOS\RestBundle\View\ViewHandler" constructor="create">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="fos_rest.serializer.symfony"/>
      <argument type="service" id="request_stack"/>
      <argument type="collection">
        <argument key="json">false</argument>
        <argument key="xml">false</argument>
      </argument>
      <argument>400</argument>
      <argument>204</argument>
      <argument>false</argument>
      <argument type="collection">
        <argument key="serializeNullStrategy">false</argument>
      </argument>
    </service>
    <service id="fos_rest.view_handler.jsonp" class="FOS\RestBundle\View\JsonpHandler">
      <argument></argument>
    </service>
    <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="debug.validator" on-invalid="null"/>
    </service>
    <service id="fos_rest.request.param_fetcher.reader" class="FOS\RestBundle\Request\ParamReader">
      <argument>null</argument>
    </service>
    <service id="fos_rest.serializer.jms" class="FOS\RestBundle\Serializer\JMSSerializerAdapter">
      <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">
      <argument type="service" id="serializer"/>
    </service>
    <service id="fos_rest.serializer.form_error_normalizer" class="FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer">
      <tag name="serializer.normalizer" priority="-10"/>
    </service>
    <service id="fos_rest.view_response_listener" class="FOS\RestBundle\EventListener\ViewResponseListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="fos_rest.view_handler.default"/>
      <argument>false</argument>
      <argument>null</argument>
    </service>
    <service id="fos_rest.format_listener" class="FOS\RestBundle\EventListener\FormatListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="34"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="fos_rest.format_negotiator"/>
    </service>
    <service id="fos_rest.format_negotiator" class="FOS\RestBundle\Negotiation\FormatNegotiator">
      <argument type="service" id="request_stack"/>
      <call method="add">
        <argument type="service" id="fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c"/>
        <argument type="collection">
          <argument key="methods">null</argument>
          <argument key="priorities" type="collection">
            <argument>html</argument>
            <argument>json</argument>
          </argument>
          <argument key="fallback_format">html</argument>
          <argument key="attributes" type="collection"/>
          <argument key="prefer_extension" type="string">2.0</argument>
        </argument>
      </call>
      <call method="add">
        <argument type="service" id="fos_rest.request_matcher.cfdc62c4a58629635f1b8d9887c69aaed39b387f0469d5dc15683d067421311ca4e059e2"/>
        <argument type="collection">
          <argument key="priorities" type="collection">
            <argument>json</argument>
          </argument>
          <argument key="fallback_format">json</argument>
          <argument key="prefer_extension" type="string">2.0</argument>
          <argument key="methods">null</argument>
          <argument key="attributes" type="collection"/>
          <argument key="stop">false</argument>
        </argument>
      </call>
      <call method="add">
        <argument type="service" id="fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478"/>
        <argument type="collection">
          <argument key="priorities" type="collection">
            <argument>html</argument>
            <argument>*/*</argument>
          </argument>
          <argument key="fallback_format">html</argument>
          <argument key="prefer_extension" type="string">2.0</argument>
          <argument key="methods">null</argument>
          <argument key="attributes" type="collection"/>
          <argument key="stop">false</argument>
        </argument>
      </call>
    </service>
    <service id="nelmio_cors.cors_listener" class="Nelmio\CorsBundle\EventListener\CorsListener">
      <tag name="kernel.event_listener" event="kernel.request" method="onKernelRequest" priority="250"/>
      <tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" priority="0"/>
      <tag name="container.hot_path"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="nelmio_cors.options_resolver"/>
    </service>
    <service id="nelmio_cors.options_resolver" class="Nelmio\CorsBundle\Options\Resolver">
      <argument type="collection">
        <argument type="service" id="nelmio_cors.options_provider.config"/>
      </argument>
    </service>
    <service id="nelmio_cors.options_provider.config" class="Nelmio\CorsBundle\Options\ConfigProvider">
      <tag name="nelmio_cors.options_provider" priority="-1"/>
      <argument>%nelmio_cors.map%</argument>
      <argument>%nelmio_cors.defaults%</argument>
    </service>
    <service id="nelmio_cors.cacheable_response_vary_listener" class="Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener">
      <tag name="kernel.event_listener" event="kernel.response" method="onResponse" priority="-15"/>
      <tag name="container.hot_path"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.componenti_immagini" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" autowire="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer.contenitori_immagini" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" autowire="true">
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="vich_uploader.adapter.mongodb" class="Vich\UploaderBundle\Adapter\ODM\MongoDB\MongoDBAdapter"/>
    <service id="vich_uploader.adapter.orm" class="Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter"/>
    <service id="vich_uploader.adapter.phpcr" class="Vich\UploaderBundle\Adapter\PHPCR\PHPCRAdapter"/>
    <service id="vich_uploader.listener.doctrine.base" abstract="true">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.orm" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.orm" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.orm" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.orm" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.mongodb" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.inject.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\InjectListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.upload.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.remove.phpcr" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <argument>null</argument>
      <argument>null</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.storage.file_system" class="Vich\UploaderBundle\Storage\FileSystemStorage">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
    </service>
    <service id="vich_uploader.file_injector" class="Vich\UploaderBundle\Injector\FileInjector">
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="vich_uploader.metadata.file_locator" class="Metadata\Driver\FileLocator">
      <argument type="collection"/>
    </service>
    <service id="vich_uploader.metadata.attribute_reader" class="Vich\UploaderBundle\Metadata\Driver\AttributeReader"/>
    <service id="vich_uploader.metadata_driver.attribute" class="Vich\UploaderBundle\Metadata\Driver\AttributeDriver">
      <argument type="service" id="vich_uploader.metadata.reader"/>
      <argument type="collection">
        <argument type="service" id="doctrine"/>
      </argument>
    </service>
    <service id="vich_uploader.metadata_driver.annotation" class="Vich\UploaderBundle\Metadata\Driver\AnnotationDriver">
      <argument type="service" id="vich_uploader.metadata.reader"/>
      <argument>null</argument>
      <deprecated package="vich/uploader-bundle" version="2.9">The "%service_id%" service is deprecated, use "vich_uploader.metadata_driver.attribute" instead.</deprecated>
    </service>
    <service id="vich_uploader.metadata_driver.xml" class="Vich\UploaderBundle\Metadata\Driver\XmlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.yml" class="Vich\UploaderBundle\Metadata\Driver\YmlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.yaml" class="Vich\UploaderBundle\Metadata\Driver\YamlDriver">
      <argument type="service" id="vich_uploader.metadata.file_locator"/>
    </service>
    <service id="vich_uploader.metadata_driver.chain" class="Metadata\Driver\DriverChain">
      <argument type="collection">
        <argument type="service" id="vich_uploader.metadata_driver.xml"/>
        <argument type="service">
          <service class="Vich\UploaderBundle\Metadata\Driver\AttributeDriver">
            <argument type="service" id="vich_uploader.metadata.reader"/>
            <argument type="collection">
              <argument type="service" id="doctrine"/>
            </argument>
          </service>
        </argument>
        <argument type="service" id="vich_uploader.metadata_driver.yaml"/>
        <argument type="service" id="vich_uploader.metadata_driver.yml"/>
      </argument>
    </service>
    <service id="vich_uploader.metadata.cache.file_cache" class="Metadata\Cache\FileCache">
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/vich_uploader</argument>
    </service>
    <service id="vich_uploader.metadata_factory" class="Metadata\MetadataFactory">
      <argument type="service" id="vich_uploader.metadata_driver.chain"/>
      <argument>Metadata\ClassHierarchyMetadata</argument>
      <argument>true</argument>
      <call method="setCache">
        <argument type="service" id="vich_uploader.metadata.cache.file_cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="vich_uploader.metadata_reader" class="Vich\UploaderBundle\Metadata\MetadataReader">
      <argument type="service" id="vich_uploader.metadata_factory"/>
    </service>
    <service id="Vich\UploaderBundle\Metadata\CacheWarmer" class="Vich\UploaderBundle\Metadata\CacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/vich_uploader</argument>
      <argument type="service" id="vich_uploader.metadata_reader"/>
    </service>
    <service id="vich_uploader.property_mapping_resolver" class="Vich\UploaderBundle\Mapping\PropertyMappingResolver">
      <argument type="tagged_iterator" tag="vich_uploader.namer"/>
      <argument type="tagged_iterator" tag="vich_uploader.dir_namer"/>
      <argument>%vich_uploader.mappings%</argument>
      <argument>_name</argument>
    </service>
    <service id="vich_uploader.property_mapping_factory" class="Vich\UploaderBundle\Mapping\PropertyMappingFactory">
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.property_mapping_resolver"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\UniqidNamer" class="Vich\UploaderBundle\Naming\UniqidNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\PropertyNamer" class="Vich\UploaderBundle\Naming\PropertyNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\OrignameNamer" class="Vich\UploaderBundle\Naming\OrignameNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\HashNamer" class="Vich\UploaderBundle\Naming\HashNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\Base64Namer" class="Vich\UploaderBundle\Naming\Base64Namer" autowire="true">
      <tag name="vich_uploader.namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" class="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" autowire="true">
      <tag name="vich_uploader.dir_namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" class="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" autowire="true">
      <tag name="vich_uploader.dir_namer"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" class="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" autowire="true">
      <tag name="vich_uploader.dir_namer"/>
      <argument type="service" id="property_accessor" on-invalid="null"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" class="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" autowire="true">
      <tag name="vich_uploader.dir_namer"/>
    </service>
    <service id="Vich\UploaderBundle\Naming\SmartUniqueNamer" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" autowire="true">
      <tag name="vich_uploader.namer"/>
      <argument type="service" id="Vich\UploaderBundle\Util\Transliterator"/>
    </service>
    <service id="Vich\UploaderBundle\Util\Transliterator" class="Vich\UploaderBundle\Util\Transliterator">
      <argument type="service" id="slugger"/>
    </service>
    <service id="vich_uploader.download_handler" class="Vich\UploaderBundle\Handler\DownloadHandler" public="true">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="vich_uploader.upload_handler" class="Vich\UploaderBundle\Handler\UploadHandler" public="true">
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.file_injector"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="vich_uploader.command.mapping_debug_class" class="Vich\UploaderBundle\Command\MappingDebugClassCommand">
      <tag name="console.command" command="vich:mapping:debug-class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <call method="setName">
        <argument>vich:mapping:debug-class</argument>
      </call>
      <call method="setDescription">
        <argument>Debug a class.</argument>
      </call>
    </service>
    <service id="vich_uploader.command.mapping_debug" class="Vich\UploaderBundle\Command\MappingDebugCommand">
      <tag name="console.command" command="vich:mapping:debug"/>
      <tag name="container.no_preload"/>
      <argument>%vich_uploader.mappings%</argument>
      <call method="setName">
        <argument>vich:mapping:debug</argument>
      </call>
      <call method="setDescription">
        <argument>Debug a mapping.</argument>
      </call>
    </service>
    <service id="vich_uploader.command.mapping_list_classes" class="Vich\UploaderBundle\Command\MappingListClassesCommand">
      <tag name="console.command" command="vich:mapping:list-classes"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <call method="setName">
        <argument>vich:mapping:list-classes</argument>
      </call>
      <call method="setDescription">
        <argument>Searches for uploadable classes.</argument>
      </call>
    </service>
    <service id="Vich\UploaderBundle\DataCollector\MappingCollector" class="Vich\UploaderBundle\DataCollector\MappingCollector">
      <tag name="data_collector" template="@VichUploader/Collector/mapping_collector.html.twig" id="vich_uploader.mapping_collector"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
    </service>
    <service id="vich_uploader.form.type.file" class="Vich\UploaderBundle\Form\Type\VichFileType" public="true">
      <tag name="form.type" alias="vich_file"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="property_accessor"/>
    </service>
    <service id="vich_uploader.form.type.image" class="Vich\UploaderBundle\Form\Type\VichImageType" public="true">
      <tag name="form.type" alias="vich_image"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
      <argument type="service" id="vich_uploader.property_mapping_factory"/>
      <argument type="service" id="property_accessor"/>
      <argument type="service" id="liip_imagine.cache.manager" on-invalid="null"/>
    </service>
    <service id="Vich\UploaderBundle\Templating\Helper\UploaderHelper" class="Vich\UploaderBundle\Templating\Helper\UploaderHelper">
      <tag name="templating.helper" alias="vich_uploader"/>
      <argument type="service" id="vich_uploader.storage.file_system"/>
    </service>
    <service id="Vich\UploaderBundle\Twig\Extension\UploaderExtension" class="Vich\UploaderBundle\Twig\Extension\UploaderExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime" class="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="Vich\UploaderBundle\Templating\Helper\UploaderHelper"/>
    </service>
    <service id="vich_uploader.metadata.reader" class="Vich\UploaderBundle\Metadata\Driver\AttributeReader"/>
    <service id="vich_uploader.listener.clean.componenti_immagini" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_listener" event="preUpdate" priority="50"/>
      <argument>componenti_immagini</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.componenti_immagini" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_listener" event="preRemove" priority="0"/>
      <tag name="doctrine.event_listener" event="postFlush" priority="0"/>
      <argument>componenti_immagini</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.componenti_immagini" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_listener" event="prePersist" priority="0"/>
      <tag name="doctrine.event_listener" event="preUpdate" priority="0"/>
      <argument>componenti_immagini</argument>
      <argument type="service" id="vich_uploader.adapter.orm"/>
      <argument type="service" id="vich_uploader.metadata_reader"/>
      <argument type="service" id="vich_uploader.upload_handler"/>
    </service>
    <service id="vich_uploader.listener.clean.contenitori_immagini" class="Vich\UploaderBundle\EventListener\Doctrine\CleanListener">
      <tag name="doctrine.event_listener" event="preUpdate" priority="50"/>
      <argument>contenitori_immagini</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.contenitori_immagini" class="Vich\UploaderBundle\EventListener\Doctrine\RemoveListener">
      <tag name="doctrine.event_listener" event="preRemove" priority="0"/>
      <tag name="doctrine.event_listener" event="postFlush" priority="0"/>
      <argument>contenitori_immagini</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.contenitori_immagini" class="Vich\UploaderBundle\EventListener\Doctrine\UploadListener">
      <tag name="doctrine.event_listener" event="prePersist" priority="0"/>
      <tag name="doctrine.event_listener" event="preUpdate" priority="0"/>
      <argument>contenitori_immagini</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="liip_imagine.mime_types" class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
    <service id="liip_imagine.cache.resolver.default" class="Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver" public="true">
      <tag name="liip_imagine.cache.resolver" resolver="default"/>
      <argument type="service" id="filesystem"/>
      <argument type="service" id="router.request_context"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public</argument>
      <argument>media/cache</argument>
    </service>
    <service id="liip_imagine.binary.loader.default" class="Liip\ImagineBundle\Binary\Loader\FileSystemLoader" public="true">
      <tag name="liip_imagine.binary.loader" loader="default"/>
      <argument type="service">
        <service class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
      </argument>
      <argument type="service">
        <service class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
      </argument>
      <argument type="service">
        <service class="Liip\ImagineBundle\Binary\Locator\FileSystemLocator">
          <argument type="collection">
            <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public</argument>
          </argument>
          <argument>false</argument>
        </service>
      </argument>
    </service>
    <service id="liip_imagine.factory.config.filter.argument.point" class="Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory"/>
    <service id="liip_imagine.factory.config.filter.argument.size" class="Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory"/>
    <service id="liip_imagine.factory.config.stack" class="Liip\ImagineBundle\Factory\Config\StackFactory"/>
    <service id="liip_imagine.factory.config.filter.auto_rotate" class="Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory"/>
    <service id="liip_imagine.factory.config.filter.background" class="Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.crop" class="Liip\ImagineBundle\Factory\Config\Filter\CropFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
      <argument type="service" id="liip_imagine.factory.config.filter.argument.point"/>
    </service>
    <service id="liip_imagine.factory.config.filter.downscale" class="Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.flip" class="Liip\ImagineBundle\Factory\Config\Filter\FlipFactory"/>
    <service id="liip_imagine.factory.config.filter.grayscale" class="Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory"/>
    <service id="liip_imagine.factory.config.filter.interlace" class="Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory"/>
    <service id="liip_imagine.factory.config.filter.paste" class="Liip\ImagineBundle\Factory\Config\Filter\PasteFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.point"/>
    </service>
    <service id="liip_imagine.factory.config.filter.relative_resize" class="Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory"/>
    <service id="liip_imagine.factory.config.filter.resize" class="Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.rotate" class="Liip\ImagineBundle\Factory\Config\Filter\RotateFactory"/>
    <service id="liip_imagine.factory.config.filter.scale" class="Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.strip" class="Liip\ImagineBundle\Factory\Config\Filter\StripFactory"/>
    <service id="liip_imagine.factory.config.filter.thumbnail" class="Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.upscale" class="Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory">
      <argument type="service" id="liip_imagine.factory.config.filter.argument.size"/>
    </service>
    <service id="liip_imagine.factory.config.filter.watermark" class="Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory"/>
    <service id="liip_imagine.config.filter_factory_collection" class="Liip\ImagineBundle\Config\FilterFactoryCollection">
      <argument type="service" id="liip_imagine.factory.config.filter.auto_rotate"/>
      <argument type="service" id="liip_imagine.factory.config.filter.background"/>
      <argument type="service" id="liip_imagine.factory.config.filter.crop"/>
      <argument type="service" id="liip_imagine.factory.config.filter.downscale"/>
      <argument type="service" id="liip_imagine.factory.config.filter.flip"/>
      <argument type="service" id="liip_imagine.factory.config.filter.grayscale"/>
      <argument type="service" id="liip_imagine.factory.config.filter.interlace"/>
      <argument type="service" id="liip_imagine.factory.config.filter.paste"/>
      <argument type="service" id="liip_imagine.factory.config.filter.relative_resize"/>
      <argument type="service" id="liip_imagine.factory.config.filter.resize"/>
      <argument type="service" id="liip_imagine.factory.config.filter.rotate"/>
      <argument type="service" id="liip_imagine.factory.config.filter.scale"/>
      <argument type="service" id="liip_imagine.factory.config.filter.strip"/>
      <argument type="service" id="liip_imagine.factory.config.filter.thumbnail"/>
      <argument type="service" id="liip_imagine.factory.config.filter.upscale"/>
      <argument type="service" id="liip_imagine.factory.config.filter.watermark"/>
    </service>
    <service id="liip_imagine.config.stack_builder" class="Liip\ImagineBundle\Config\StackBuilder">
      <argument type="service" id="liip_imagine.factory.config.stack"/>
      <argument type="service" id="liip_imagine.config.filter_factory_collection"/>
    </service>
    <service id="liip_imagine.config.stack_collection" class="Liip\ImagineBundle\Config\StackCollection" public="true">
      <argument type="service" id="liip_imagine.config.stack_builder"/>
      <argument type="collection"/>
    </service>
    <service id="liip_imagine.filter.manager" class="Liip\ImagineBundle\Imagine\Filter\FilterManager" public="true">
      <argument type="service" id="liip_imagine.filter.configuration"/>
      <argument type="service" id="liip_imagine.gd"/>
      <argument type="service" id="liip_imagine.binary.mime_type_guesser"/>
      <call method="addLoader">
        <argument>relative_resize</argument>
        <argument type="service" id="liip_imagine.filter.loader.relative_resize"/>
      </call>
      <call method="addLoader">
        <argument>resize</argument>
        <argument type="service" id="liip_imagine.filter.loader.resize"/>
      </call>
      <call method="addLoader">
        <argument>thumbnail</argument>
        <argument type="service" id="liip_imagine.filter.loader.thumbnail"/>
      </call>
      <call method="addLoader">
        <argument>crop</argument>
        <argument type="service" id="liip_imagine.filter.loader.crop"/>
      </call>
      <call method="addLoader">
        <argument>grayscale</argument>
        <argument type="service" id="liip_imagine.filter.loader.grayscale"/>
      </call>
      <call method="addLoader">
        <argument>paste_image</argument>
        <argument type="service" id="liip_imagine.filter.loader.paste_image"/>
      </call>
      <call method="addLoader">
        <argument>watermark_image</argument>
        <argument type="service" id="liip_imagine.filter.loader.watermark_image"/>
      </call>
      <call method="addLoader">
        <argument>background</argument>
        <argument type="service" id="liip_imagine.filter.loader.background"/>
      </call>
      <call method="addLoader">
        <argument>strip</argument>
        <argument type="service" id="liip_imagine.filter.loader.strip"/>
      </call>
      <call method="addLoader">
        <argument>scale</argument>
        <argument type="service" id="liip_imagine.filter.loader.scale"/>
      </call>
      <call method="addLoader">
        <argument>upscale</argument>
        <argument type="service" id="liip_imagine.filter.loader.upscale"/>
      </call>
      <call method="addLoader">
        <argument>downscale</argument>
        <argument type="service" id="liip_imagine.filter.loader.downscale"/>
      </call>
      <call method="addLoader">
        <argument>auto_rotate</argument>
        <argument type="service" id="liip_imagine.filter.loader.auto_rotate"/>
      </call>
      <call method="addLoader">
        <argument>rotate</argument>
        <argument type="service" id="liip_imagine.filter.loader.rotate"/>
      </call>
      <call method="addLoader">
        <argument>flip</argument>
        <argument type="service" id="liip_imagine.filter.loader.flip"/>
      </call>
      <call method="addLoader">
        <argument>interlace</argument>
        <argument type="service" id="liip_imagine.filter.loader.interlace"/>
      </call>
      <call method="addLoader">
        <argument>resample</argument>
        <argument type="service" id="liip_imagine.filter.loader.resample"/>
      </call>
      <call method="addLoader">
        <argument>fixed</argument>
        <argument type="service" id="liip_imagine.filter.loader.fixed"/>
      </call>
      <call method="addPostProcessor">
        <argument>jpegoptim</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.jpegoptim"/>
      </call>
      <call method="addPostProcessor">
        <argument>optipng</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.optipng"/>
      </call>
      <call method="addPostProcessor">
        <argument>pngquant</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.pngquant"/>
      </call>
      <call method="addPostProcessor">
        <argument>mozjpeg</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.mozjpeg"/>
      </call>
      <call method="addPostProcessor">
        <argument>cwebp</argument>
        <argument type="service" id="liip_imagine.filter.post_processor.cwebp"/>
      </call>
    </service>
    <service id="liip_imagine.data.manager" class="Liip\ImagineBundle\Imagine\Data\DataManager" public="true">
      <argument type="service" id="liip_imagine.binary.mime_type_guesser"/>
      <argument type="service">
        <service class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
      </argument>
      <argument type="service" id="liip_imagine.filter.configuration"/>
      <argument>default</argument>
      <argument>null</argument>
      <call method="addLoader">
        <argument>default</argument>
        <argument type="service" id="liip_imagine.binary.loader.default"/>
      </call>
    </service>
    <service id="liip_imagine.cache.manager" class="Liip\ImagineBundle\Imagine\Cache\CacheManager" public="true">
      <argument type="service" id="liip_imagine.filter.configuration"/>
      <argument type="service" id="router.default"/>
      <argument type="service" id="liip_imagine.cache.signer"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>default</argument>
      <argument>false</argument>
      <call method="addResolver">
        <argument>default</argument>
        <argument type="service" id="liip_imagine.cache.resolver.default"/>
      </call>
      <call method="addResolver">
        <argument>no_cache</argument>
        <argument type="service" id="liip_imagine.cache.resolver.no_cache_web_path"/>
      </call>
    </service>
    <service id="liip_imagine.filter.configuration" class="Liip\ImagineBundle\Imagine\Filter\FilterConfiguration">
      <argument type="collection"/>
    </service>
    <service id="liip_imagine.service.filter" class="Liip\ImagineBundle\Service\FilterService">
      <argument type="service" id="liip_imagine.data.manager"/>
      <argument type="service" id="liip_imagine.filter.manager"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
      <argument>false</argument>
      <argument>%liip_imagine.webp.options%</argument>
      <argument type="service" id="monolog.logger" on-invalid="ignore"/>
    </service>
    <service id="liip_imagine.controller.config" class="Liip\ImagineBundle\Config\Controller\ControllerConfig">
      <argument>302</argument>
    </service>
    <service id="Liip\ImagineBundle\Controller\ImagineController" class="Liip\ImagineBundle\Controller\ImagineController" public="true">
      <argument type="service" id="liip_imagine.service.filter"/>
      <argument type="service" id="liip_imagine.data.manager"/>
      <argument type="service" id="liip_imagine.cache.signer"/>
      <argument type="service" id="liip_imagine.controller.config"/>
    </service>
    <service id="liip_imagine.meta_data.reader" class="Imagine\Image\Metadata\ExifMetadataReader"/>
    <service id="liip_imagine.gd" class="Imagine\Gd\Imagine">
      <call method="setMetadataReader">
        <argument type="service" id="liip_imagine.meta_data.reader"/>
      </call>
    </service>
    <service id="liip_imagine.imagick" class="Imagine\Imagick\Imagine">
      <call method="setMetadataReader">
        <argument type="service" id="liip_imagine.meta_data.reader"/>
      </call>
    </service>
    <service id="liip_imagine.gmagick" class="Imagine\Gmagick\Imagine">
      <call method="setMetadataReader">
        <argument type="service" id="liip_imagine.meta_data.reader"/>
      </call>
    </service>
    <service id="liip_imagine.filter.loader.relative_resize" class="Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="relative_resize"/>
    </service>
    <service id="liip_imagine.filter.loader.resize" class="Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="resize"/>
    </service>
    <service id="liip_imagine.filter.loader.thumbnail" class="Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="thumbnail"/>
    </service>
    <service id="liip_imagine.filter.loader.crop" class="Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="crop"/>
    </service>
    <service id="liip_imagine.filter.loader.grayscale" class="Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="grayscale"/>
    </service>
    <service id="liip_imagine.filter.loader.paste_image" class="Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="paste_image"/>
      <argument type="service" id="liip_imagine.gd"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
    </service>
    <service id="liip_imagine.filter.loader.watermark_image" class="Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="watermark_image"/>
      <argument type="service" id="liip_imagine.gd"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
    </service>
    <service id="liip_imagine.filter.loader.background" class="Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="background"/>
      <argument type="service" id="liip_imagine.gd"/>
    </service>
    <service id="liip_imagine.filter.loader.strip" class="Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="strip"/>
    </service>
    <service id="liip_imagine.filter.loader.scale" class="Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="scale"/>
    </service>
    <service id="liip_imagine.filter.loader.upscale" class="Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="upscale"/>
    </service>
    <service id="liip_imagine.filter.loader.downscale" class="Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="downscale"/>
    </service>
    <service id="liip_imagine.filter.loader.auto_rotate" class="Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader">
      <tag name="liip_imagine.filter.loader" loader="auto_rotate"/>
    </service>
    <service id="liip_imagine.filter.loader.rotate" class="Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="rotate"/>
    </service>
    <service id="liip_imagine.filter.loader.flip" class="Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="flip"/>
    </service>
    <service id="liip_imagine.filter.loader.interlace" class="Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="interlace"/>
    </service>
    <service id="liip_imagine.filter.loader.resample" class="Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="resample"/>
      <argument type="service" id="liip_imagine.gd"/>
    </service>
    <service id="liip_imagine.filter.loader.fixed" class="Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader" public="true">
      <tag name="liip_imagine.filter.loader" loader="fixed"/>
    </service>
    <service id="liip_imagine.binary.loader.prototype.filesystem" class="Liip\ImagineBundle\Binary\Loader\FileSystemLoader">
      <argument type="service" id="mime_types"/>
      <argument type="service" id="mime_types"/>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.loader.prototype.stream" class="Liip\ImagineBundle\Binary\Loader\StreamLoader">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.loader.prototype.flysystem" class="Liip\ImagineBundle\Binary\Loader\FlysystemLoader" abstract="true">
      <argument type="service" id="mime_types"/>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.loader.prototype.flysystem2" class="Liip\ImagineBundle\Binary\Loader\FlysystemV2Loader" abstract="true">
      <argument type="service" id="mime_types"/>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.loader.prototype.chain" class="Liip\ImagineBundle\Binary\Loader\ChainLoader" abstract="true">
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.locator.filesystem" class="Liip\ImagineBundle\Binary\Locator\FileSystemLocator" shared="false">
      <tag name="liip_imagine.binary.locator" shared=""/>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.locator.asset_mapper" class="Liip\ImagineBundle\Binary\Locator\AssetMapperLocator" abstract="true">
      <tag name="liip_imagine.binary.locator" shared="1"/>
      <argument></argument>
    </service>
    <service id="liip_imagine.binary.locator.filesystem_insecure" class="Liip\ImagineBundle\Binary\Locator\FileSystemInsecureLocator" shared="false">
      <tag name="liip_imagine.binary.locator" shared=""/>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.web_path" class="Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver" public="true" abstract="true">
      <argument type="service" id="filesystem"/>
      <argument type="service" id="router.request_context"/>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.aws_s3" class="Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver" public="true" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.cache" class="Liip\ImagineBundle\Imagine\Cache\Resolver\CacheResolver" public="true" abstract="true">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.flysystem" class="Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemResolver" public="true" abstract="true">
      <argument></argument>
      <argument type="service" id="router.request_context"/>
      <argument></argument>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.flysystem2" class="Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver" public="true" abstract="true">
      <argument></argument>
      <argument type="service" id="router.request_context"/>
      <argument></argument>
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.proxy" class="Liip\ImagineBundle\Imagine\Cache\Resolver\ProxyResolver" public="true" abstract="true">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.prototype.psr_cache" class="Liip\ImagineBundle\Imagine\Cache\Resolver\PsrCacheResolver" public="true" abstract="true">
      <argument></argument>
      <argument></argument>
    </service>
    <service id="liip_imagine.cache.resolver.no_cache_web_path" class="Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver" public="true">
      <tag name="liip_imagine.cache.resolver" resolver="no_cache"/>
      <argument type="service" id="router.request_context"/>
    </service>
    <service id="liip_imagine.form.type.image" class="Liip\ImagineBundle\Form\Type\ImageType">
      <tag name="form.type" alias="liip_imagine_image"/>
    </service>
    <service id="liip_imagine.binary.mime_type_guesser" class="Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser">
      <argument type="service">
        <service class="Symfony\Component\Mime\MimeTypes" constructor="getDefault"/>
      </argument>
    </service>
    <service id="liip_imagine.cache.signer" class="Liip\ImagineBundle\Imagine\Cache\Signer" public="true">
      <argument>%env(APP_SECRET)%</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.jpegoptim" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="jpegoptim"/>
      <argument>/usr/bin/jpegoptim</argument>
      <argument>true</argument>
      <argument>null</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.optipng" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="optipng"/>
      <argument>/usr/bin/optipng</argument>
      <argument>7</argument>
      <argument>true</argument>
      <argument>null</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.pngquant" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="pngquant"/>
      <argument>/usr/bin/pngquant</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.mozjpeg" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="mozjpeg"/>
      <argument>/opt/mozjpeg/bin/cjpeg</argument>
    </service>
    <service id="liip_imagine.filter.post_processor.cwebp" class="Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor">
      <tag name="liip_imagine.filter.post_processor" post_processor="cwebp"/>
      <argument>/usr/bin/cwebp</argument>
      <argument>null</argument>
      <argument>75</argument>
      <argument>100</argument>
      <argument>4</argument>
      <argument>fast</argument>
      <argument>1</argument>
      <argument>false</argument>
      <argument>%liip_imagine.cwebp.metadata%</argument>
    </service>
    <service id="liip_imagine.templating.filter_extension" class="Liip\ImagineBundle\Templating\LazyFilterExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="liip_imagine.templating.filter_runtime" class="Liip\ImagineBundle\Templating\LazyFilterRuntime">
      <tag name="twig.runtime"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
      <argument>null</argument>
      <argument type="collection">
        <argument key="build/app.js">/build/app.83111f32.js</argument>
        <argument key="build/stats.js">/build/stats.46fd8ab2.js</argument>
        <argument key="build/search.js">/build/search.4610fde1.js</argument>
        <argument key="build/magazzino.css">/build/magazzino.5715ee3c.css</argument>
        <argument key="build/magazzino.js">/build/magazzino.7243ae63.js</argument>
        <argument key="build/runtime.js">/build/runtime.57badd16.js</argument>
        <argument key="build/945.2e8e6f4b.js">/build/945.2e8e6f4b.js</argument>
        <argument key="build/779.b1245bd1.js">/build/779.b1245bd1.js</argument>
        <argument key="build/8.809d633b.js">/build/8.809d633b.js</argument>
      </argument>
    </service>
    <service id="liip_imagine.command.cache_remove" class="Liip\ImagineBundle\Command\RemoveCacheCommand">
      <tag name="console.command" command="liip:imagine:cache:remove" alias="imagine:del"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
      <argument type="service" id="liip_imagine.filter.manager"/>
      <argument type="service" id="liip_imagine.service.filter"/>
      <call method="setName">
        <argument>liip:imagine:cache:remove</argument>
      </call>
    </service>
    <service id="liip_imagine.command.cache_resolve" class="Liip\ImagineBundle\Command\ResolveCacheCommand">
      <tag name="console.command" command="liip:imagine:cache:resolve" alias="imagine:get"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
      <argument type="service" id="liip_imagine.filter.manager"/>
      <argument type="service" id="liip_imagine.service.filter"/>
      <call method="setName">
        <argument>liip:imagine:cache:resolve</argument>
      </call>
    </service>
    <service id="liip_imagine.templating.filter_helper" class="Liip\ImagineBundle\Templating\Helper\FilterHelper">
      <tag name="templating.helper" alias="imagine"/>
      <argument type="service" id="liip_imagine.cache.manager"/>
      <deprecated package="liip/imagine-bundle" version="2.2">The "%service_id%" service is deprecated since LiipImagineBundle 2.2 and will be removed in 3.0.</deprecated>
    </service>
    <service id=".1_ServiceLocator~4YY_OWT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="webpack_encore.entrypoint_lookup_collection" type="service_closure" id="webpack_encore.entrypoint_lookup_collection"/>
        <argument key="webpack_encore.tag_renderer" type="service_closure" id="webpack_encore.tag_renderer"/>
      </argument>
    </service>
    <service id="webpack_encore.entrypoint_lookup_collection" class="Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection">
      <argument type="service" id=".service_locator.Yi4Ff.p"/>
      <argument>_default</argument>
    </service>
    <service id="webpack_encore.tag_renderer" class="Symfony\WebpackEncoreBundle\Asset\TagRenderer">
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup_collection"/>
      <argument type="service" id="assets.packages"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument type="collection"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="webpack_encore.twig_entry_files_extension" class="Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension">
      <tag name="twig.extension"/>
      <argument type="service" id=".1_ServiceLocator~4YY_OWT"/>
    </service>
    <service id="webpack_encore.twig_stimulus_extension" class="Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="webpack_encore.entrypoint_lookup.cache_warmer" class="Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer">
      <tag name="kernel.cache_warmer"/>
      <argument type="collection">
        <argument key="_default">/var/www/html/my.c4rgo.cloud/c4rgocloud/public/build/entrypoints.json</argument>
      </argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/webpack_encore.cache.php</argument>
    </service>
    <service id="webpack_encore.cache" class="Symfony\Component\Cache\Adapter\PhpArrayAdapter" constructor="create">
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/webpack_encore.cache.php</argument>
      <argument type="service" id="cache.webpack_encore"/>
    </service>
    <service id="cache.webpack_encore" class="Symfony\Component\Cache\Adapter\TraceableAdapter">
      <tag name="cache.pool" pruneable=""/>
      <tag name="kernel.reset" method="reset"/>
      <argument type="service" id="cache.webpack_encore.recorder_inner"/>
    </service>
    <service id="webpack_encore.exception_listener" class="Symfony\WebpackEncoreBundle\EventListener\ExceptionListener">
      <tag name="kernel.event_listener" event="kernel.exception"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup_collection"/>
      <argument type="collection">
        <argument>_default</argument>
      </argument>
    </service>
    <service id="Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener" class="Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener">
      <tag name="kernel.event_subscriber"/>
      <tag name="container.hot_path"/>
      <argument type="service" id="webpack_encore.entrypoint_lookup_collection"/>
      <argument type="collection">
        <argument>_default</argument>
      </argument>
    </service>
    <service id="webpack_encore.entrypoint_lookup[_default]" class="Symfony\WebpackEncoreBundle\Asset\EntrypointLookup">
      <tag name="kernel.reset" method="reset"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/build/entrypoints.json</argument>
      <argument>null</argument>
      <argument>_default</argument>
      <argument>true</argument>
    </service>
    <service id=".service_locator.Yi4Ff.p" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="_default" type="service_closure" id="webpack_encore.entrypoint_lookup[_default]"/>
      </argument>
    </service>
    <service id="fos_js_routing.extractor" class="FOS\JsRoutingBundle\Extractor\ExposedRoutesExtractor" public="true">
      <argument type="service" id="router.default"/>
      <argument type="collection"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev</argument>
      <argument>%kernel.bundles%</argument>
    </service>
    <service id="fos_js_routing.routes_response" class="FOS\JsRoutingBundle\Response\RoutesResponse" public="true"/>
    <service id="fos_js_routing.dump_command" class="FOS\JsRoutingBundle\Command\DumpCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="fos_js_routing.routes_response"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument type="service" id="fos_js_routing.serializer"/>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud</argument>
      <argument>null</argument>
      <call method="setName">
        <argument>fos:js-routing:dump</argument>
      </call>
      <call method="setDescription">
        <argument>Dumps exposed routes to the filesystem</argument>
      </call>
    </service>
    <service id="fos_js_routing.router_debug_exposed_command" class="FOS\JsRoutingBundle\Command\RouterDebugExposedCommand">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument type="service" id="router.default"/>
      <call method="setName">
        <argument>fos:js-routing:debug</argument>
      </call>
      <call method="setDescription">
        <argument>Displays currently exposed routes for an application</argument>
      </call>
    </service>
    <service id="fos_js_routing.controller" class="FOS\JsRoutingBundle\Controller\Controller" public="true">
      <argument type="service" id="fos_js_routing.routes_response"/>
      <argument type="service" id="fos_js_routing.serializer"/>
      <argument type="service" id="fos_js_routing.extractor"/>
      <argument>%fos_js_routing.cache_control%</argument>
      <argument>true</argument>
    </service>
    <service id="fos_js_routing.serializer" class="Symfony\Component\Serializer\Serializer" public="true">
      <argument type="collection">
        <argument type="service" id="fos_js_routing.normalizer.route_collection"/>
        <argument type="service" id="fos_js_routing.normalizer.routes_response"/>
        <argument type="service" id="fos_js_routing.denormalizer.route_collection"/>
      </argument>
      <argument type="collection">
        <argument key="json" type="service" id="fos_js_routing.encoder"/>
      </argument>
    </service>
    <service id="fos_js_routing.normalizer.route_collection" class="FOS\JsRoutingBundle\Serializer\Normalizer\RouteCollectionNormalizer"/>
    <service id="fos_js_routing.normalizer.routes_response" class="FOS\JsRoutingBundle\Serializer\Normalizer\RoutesResponseNormalizer"/>
    <service id="fos_js_routing.denormalizer.route_collection" class="FOS\JsRoutingBundle\Serializer\Denormalizer\RouteCollectionDenormalizer"/>
    <service id="fos_js_routing.encoder" class="Symfony\Component\Serializer\Encoder\JsonEncoder"/>
    <service id="Geocoder\Dumper\GeoArray" class="Geocoder\Dumper\GeoArray" public="true">
      <tag name="bazinga_geocoder.dumper"/>
    </service>
    <service id="Geocoder\Dumper\GeoJson" class="Geocoder\Dumper\GeoJson" public="true">
      <tag name="bazinga_geocoder.dumper"/>
    </service>
    <service id="Geocoder\Dumper\Gpx" class="Geocoder\Dumper\Gpx" public="true">
      <tag name="bazinga_geocoder.dumper"/>
    </service>
    <service id="Geocoder\Dumper\Kml" class="Geocoder\Dumper\Kml" public="true">
      <tag name="bazinga_geocoder.dumper"/>
    </service>
    <service id="Geocoder\Dumper\Wkb" class="Geocoder\Dumper\Wkb" public="true">
      <tag name="bazinga_geocoder.dumper"/>
    </service>
    <service id="Geocoder\Dumper\Wkt" class="Geocoder\Dumper\Wkt" public="true">
      <tag name="bazinga_geocoder.dumper"/>
    </service>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\AlgoliaFactory" class="Bazinga\GeocoderBundle\ProviderFactory\AlgoliaFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\ArcGISOnlineFactory" class="Bazinga\GeocoderBundle\ProviderFactory\ArcGISOnlineFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\BingMapsFactory" class="Bazinga\GeocoderBundle\ProviderFactory\BingMapsFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" class="Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" autowire="true" autoconfigure="true">
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
    </service>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\FreeGeoIpFactory" class="Bazinga\GeocoderBundle\ProviderFactory\FreeGeoIpFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\GeoIP2Factory" class="Bazinga\GeocoderBundle\ProviderFactory\GeoIP2Factory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\GeoIPsFactory" class="Bazinga\GeocoderBundle\ProviderFactory\GeoIPsFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\GeoPluginFactory" class="Bazinga\GeocoderBundle\ProviderFactory\GeoPluginFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\GeoipFactory" class="Bazinga\GeocoderBundle\ProviderFactory\GeoipFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\GeonamesFactory" class="Bazinga\GeocoderBundle\ProviderFactory\GeonamesFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory" class="Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsPlacesFactory" class="Bazinga\GeocoderBundle\ProviderFactory\GoogleMapsPlacesFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\HereFactory" class="Bazinga\GeocoderBundle\ProviderFactory\HereFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\HostIpFactory" class="Bazinga\GeocoderBundle\ProviderFactory\HostIpFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\IpInfoDbFactory" class="Bazinga\GeocoderBundle\ProviderFactory\IpInfoDbFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\IpInfoFactory" class="Bazinga\GeocoderBundle\ProviderFactory\IpInfoFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\IpstackFactory" class="Bazinga\GeocoderBundle\ProviderFactory\IpstackFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\LocationIQFactory" class="Bazinga\GeocoderBundle\ProviderFactory\LocationIQFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\MapQuestFactory" class="Bazinga\GeocoderBundle\ProviderFactory\MapQuestFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\MapboxFactory" class="Bazinga\GeocoderBundle\ProviderFactory\MapboxFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\MapzenFactory" class="Bazinga\GeocoderBundle\ProviderFactory\MapzenFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\MaxMindBinaryFactory" class="Bazinga\GeocoderBundle\ProviderFactory\MaxMindBinaryFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\MaxMindFactory" class="Bazinga\GeocoderBundle\ProviderFactory\MaxMindFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory" class="Bazinga\GeocoderBundle\ProviderFactory\NominatimFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\OpenCageFactory" class="Bazinga\GeocoderBundle\ProviderFactory\OpenCageFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\OpenRouteServiceFactory" class="Bazinga\GeocoderBundle\ProviderFactory\OpenRouteServiceFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\PickPointFactory" class="Bazinga\GeocoderBundle\ProviderFactory\PickPointFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\PluginProviderFactory" class="Bazinga\GeocoderBundle\ProviderFactory\PluginProviderFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory" class="Bazinga\GeocoderBundle\ProviderFactory\TomTomFactory" autowire="true" autoconfigure="true"/>
    <service id="Bazinga\GeocoderBundle\ProviderFactory\YandexFactory" class="Bazinga\GeocoderBundle\ProviderFactory\YandexFactory" autowire="true" autoconfigure="true"/>
    <service id="Geocoder\ProviderAggregator" class="Geocoder\ProviderAggregator">
      <call method="registerProviders">
        <argument type="collection"/>
      </call>
    </service>
    <service id="Bazinga\GeocoderBundle\Plugin\FakeIpPlugin" class="Bazinga\GeocoderBundle\Plugin\FakeIpPlugin">
      <argument>127.0.0.1</argument>
      <argument>123.123.123.123</argument>
      <argument>false</argument>
    </service>
    <service id="Bazinga\GeocoderBundle\Command\GeocodeCommand" class="Bazinga\GeocoderBundle\Command\GeocodeCommand">
      <tag name="console.command" command="geocoder:geocode" description="Geocode an address or a ip address"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Geocoder\ProviderAggregator"/>
      <call method="setName">
        <argument>geocoder:geocode</argument>
      </call>
      <call method="setDescription">
        <argument>Geocode an address or a ip address</argument>
      </call>
    </service>
    <service id="Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator" class="Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator">
      <tag name="validator.constraint_validator"/>
      <argument type="service" id="Geocoder\ProviderAggregator"/>
    </service>
    <service id="Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector" class="Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector">
      <tag name="data_collector" template="@BazingaGeocoder/Collector/geocoder.html.twig" id="geocoder"/>
    </service>
    <service id="twig.missing_extension_suggestor" class="Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor"/>
    <service id="twig.extension.intl" class="Twig\Extra\Intl\IntlExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.cssinliner" class="Twig\Extra\CssInliner\CssInlinerExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="twig.extension.inky" class="Twig\Extra\Inky\InkyExtension">
      <tag name="twig.extension"/>
    </service>
    <service id="pugx_autocompleter.autocomplete" class="PUGX\AutocompleterBundle\Form\Type\AutocompleteType" public="true">
      <tag name="form.type" alias="autocomplete"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="pugx_autocompleter.filter_autocomplete" class="PUGX\AutocompleterBundle\Form\Type\AutocompleteFilterType" public="true">
      <tag name="form.type" alias="filter_autocomplete"/>
      <argument type="service" id="doctrine"/>
    </service>
    <service id="pugx_autocompleter.filter.doctrine_subscriber" class="PUGX\AutocompleterBundle\Listener\FilterSubscriber">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="lexik_jwt_authentication.jwt_manager" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager" public="true">
      <argument type="service" id="lexik_jwt_authentication.encoder.lcobucci"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument>username</argument>
      <argument type="service" id="lexik_jwt_authentication.payload_enrichment"/>
    </service>
    <service id="lexik_jwt_authentication.payload_enrichment.random_jti_enrichment" class="Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\RandomJtiEnrichment"/>
    <service id="lexik_jwt_authentication.payload_enrichment" class="Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment">
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.key_loader.abstract" abstract="true">
      <argument></argument>
      <argument></argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.key_loader.raw" class="Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader">
      <argument>%env(resolve:JWT_SECRET_KEY)%</argument>
      <argument>%env(resolve:JWT_PUBLIC_KEY)%</argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.encoder.lcobucci" class="Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder">
      <argument type="service" id="lexik_jwt_authentication.jws_provider.lcobucci"/>
    </service>
    <service id="lexik_jwt_authentication.jws_provider.lcobucci" class="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider">
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>RS256</argument>
      <argument>3600</argument>
      <argument>0</argument>
      <argument>false</argument>
    </service>
    <service id="lexik_jwt_authentication.handler.authentication_success" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="collection"/>
      <argument>true</argument>
    </service>
    <service id="lexik_jwt_authentication.handler.authentication_failure" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler">
      <tag name="monolog.logger" channel="security"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="lexik_jwt_authentication.security.jwt_authenticator" class="Lexik\Bundle\JWTAuthenticationBundle\Security\Authenticator\JWTAuthenticator" abstract="true">
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="lexik_jwt_authentication.extractor.chain_extractor"/>
      <argument></argument>
      <argument type="service" id="translator.data_collector" on-invalid="null"/>
    </service>
    <service id="lexik_jwt_authentication.extractor.chain_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor">
      <argument type="collection">
        <argument type="service" id="lexik_jwt_authentication.extractor.authorization_header_extractor"/>
      </argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.authorization_header_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor">
      <argument>Bearer</argument>
      <argument>Authorization</argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.query_parameter_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\QueryParameterTokenExtractor">
      <argument></argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.cookie_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor">
      <argument></argument>
    </service>
    <service id="lexik_jwt_authentication.extractor.split_cookie_extractor" class="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\SplitCookieExtractor">
      <argument type="collection"/>
    </service>
    <service id="lexik_jwt_authentication.security.jwt_user_provider" class="Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider">
      <argument></argument>
    </service>
    <service id="lexik_jwt_authentication.check_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand">
      <tag name="console.command" command="lexik:jwt:check-config"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:check-config</argument>
      </call>
      <call method="setDescription">
        <argument>Checks that the bundle is properly configured.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.migrate_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand">
      <tag name="console.command" command="lexik:jwt:migrate-config"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.key_loader.raw"/>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:migrate-config</argument>
      </call>
      <call method="setDescription">
        <argument>Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.enable_encryption_config_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand">
      <tag name="console.command" command="lexik:jwt:enable-encryption"/>
      <tag name="container.no_preload"/>
      <argument>null</argument>
      <call method="setName">
        <argument>lexik:jwt:enable-encryption</argument>
      </call>
      <call method="setDescription">
        <argument>Enable Web-Token encryption support.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.generate_token_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand" public="true">
      <tag name="console.command" command="lexik:jwt:generate-token"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="lexik_jwt_authentication.jwt_manager"/>
      <argument type="iterator">
        <argument type="service" id="security.user.provider.concrete.database_users"/>
      </argument>
      <call method="setName">
        <argument>lexik:jwt:generate-token</argument>
      </call>
      <call method="setDescription">
        <argument>Generates a JWT token for a given user.</argument>
      </call>
    </service>
    <service id="lexik_jwt_authentication.generate_keypair_command" class="Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand">
      <tag name="console.command" command="lexik:jwt:generate-keypair"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="filesystem"/>
      <argument>%env(resolve:JWT_SECRET_KEY)%</argument>
      <argument>%env(resolve:JWT_PUBLIC_KEY)%</argument>
      <argument>%env(JWT_PASSPHRASE)%</argument>
      <argument>RS256</argument>
      <call method="setName">
        <argument>lexik:jwt:generate-keypair</argument>
      </call>
      <call method="setDescription">
        <argument>Generate public/private keys for use in your application.</argument>
      </call>
    </service>
    <service id="scheb_two_factor.security.authenticator" class="Scheb\TwoFactorBundle\Security\Http\Authenticator\TwoFactorAuthenticator">
      <tag name="monolog.logger" channel="security"/>
      <argument type="abstract">Two-factor firewall config</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">Authentication success handler</argument>
      <argument type="abstract">Authentication failure handler</argument>
      <argument type="abstract">Authentication required handler</argument>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="monolog.logger.security" on-invalid="null"/>
    </service>
    <service id="scheb_two_factor.security.authentication.trust_resolver" class="Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver">
      <tag name="container.decorator" id="security.authentication.trust_resolver" inner="scheb_two_factor.security.authentication.trust_resolver.inner"/>
      <argument type="service" id="scheb_two_factor.security.authentication.trust_resolver.inner"/>
    </service>
    <service id="scheb_two_factor.security.access.authenticated_voter" class="Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter">
      <tag name="security.voter" priority="249"/>
    </service>
    <service id="scheb_two_factor.security.access.access_decider" class="Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider">
      <argument type="service" id="security.access_map"/>
      <argument type="service" id="debug.security.access.decision_manager"/>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="security.logout_url_generator"/>
    </service>
    <service id="scheb_two_factor.security.listener.token_created" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationTokenListener">
      <argument type="abstract">Firewall name</argument>
      <argument type="service" id="scheb_two_factor.condition_registry"/>
      <argument type="service" id="scheb_two_factor.provider_initiator"/>
      <argument type="service" id="scheb_two_factor.authentication_context_factory"/>
      <argument type="service" id="request_stack"/>
    </service>
    <service id="scheb_two_factor.security.listener.check_two_factor_code" class="Scheb\TwoFactorBundle\Security\Http\EventListener\CheckTwoFactorCodeListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="scheb_two_factor.provider_preparation_recorder"/>
      <argument type="service" id="scheb_two_factor.provider_registry"/>
    </service>
    <service id="scheb_two_factor.security.listener.suppress_remember_me" class="Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="scheb_two_factor.security.provider_preparation_listener" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener">
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.provider_preparation_recorder"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="abstract">Firewall name</argument>
      <argument>false</argument>
      <argument>false</argument>
    </service>
    <service id="scheb_two_factor.security.form_listener" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener">
      <argument type="abstract">Two-factor firewall config</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="scheb_two_factor.security.authentication_success_event_suppressor" class="Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor">
      <tag name="kernel.event_subscriber"/>
    </service>
    <service id="scheb_two_factor.security.kernel_exception_listener" class="Scheb\TwoFactorBundle\Security\Http\Firewall\ExceptionListener">
      <argument type="abstract">Firewall name</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="abstract">Authentication required handler</argument>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="scheb_two_factor.security.access_listener" class="Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener">
      <argument type="abstract">Two-factor firewall config</argument>
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.security.access.access_decider"/>
    </service>
    <service id="scheb_two_factor.security.authentication.success_handler" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationSuccessHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Two-factor firewall config</argument>
    </service>
    <service id="scheb_two_factor.security.authentication.failure_handler" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationFailureHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Two-factor firewall config</argument>
    </service>
    <service id="scheb_two_factor.security.authentication.authentication_required_handler" class="Scheb\TwoFactorBundle\Security\Http\Authentication\DefaultAuthenticationRequiredHandler">
      <argument type="service" id="security.http_utils"/>
      <argument type="abstract">Two-factor firewall config</argument>
    </service>
    <service id="scheb_two_factor.null_csrf_token_manager" class="Scheb\TwoFactorBundle\Security\TwoFactor\Csrf\NullCsrfTokenManager"/>
    <service id="scheb_two_factor.security.firewall_config" class="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig">
      <argument type="collection"/>
      <argument type="abstract">Firewall name</argument>
      <argument type="service" id="security.http_utils"/>
      <argument type="service" id="scheb_two_factor.security.request_data_reader"/>
    </service>
    <service id="scheb_two_factor.security.request_data_reader" class="Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader"/>
    <service id="scheb_two_factor.persister_factory.doctrine" class="Scheb\TwoFactorBundle\Model\Persister\DoctrinePersisterFactory">
      <argument type="service" id="doctrine" on-invalid="null"/>
      <argument>null</argument>
    </service>
    <service id="scheb_two_factor.persister.doctrine" class="Scheb\TwoFactorBundle\Model\Persister\DoctrinePersister" lazy="true">
      <factory service="scheb_two_factor.persister_factory.doctrine" method="getPersister"/>
    </service>
    <service id="scheb_two_factor.provider_registry" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry">
      <argument type="iterator">
        <argument key="email" type="service" id="scheb_two_factor.security.email.provider"/>
      </argument>
    </service>
    <service id="scheb_two_factor.default_token_factory" class="Scheb\TwoFactorBundle\Security\Authentication\Token\TwoFactorTokenFactory"/>
    <service id="scheb_two_factor.authentication_context_factory" class="Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContextFactory">
      <argument>Scheb\TwoFactorBundle\Security\TwoFactor\AuthenticationContext</argument>
    </service>
    <service id="scheb_two_factor.condition_registry" class="Scheb\TwoFactorBundle\Security\TwoFactor\Condition\TwoFactorConditionRegistry" lazy="true">
      <argument type="iterator">
        <argument type="service" id="scheb_two_factor.authenticated_token_condition"/>
        <argument type="service" id="scheb_two_factor.ip_whitelist_condition"/>
      </argument>
    </service>
    <service id="scheb_two_factor.authenticated_token_condition" class="Scheb\TwoFactorBundle\Security\TwoFactor\Condition\AuthenticatedTokenCondition" lazy="true">
      <argument>%scheb_two_factor.security_tokens%</argument>
    </service>
    <service id="scheb_two_factor.ip_whitelist_condition" class="Scheb\TwoFactorBundle\Security\TwoFactor\Condition\IpWhitelistCondition" lazy="true">
      <argument type="service" id="scheb_two_factor.default_ip_whitelist_provider"/>
    </service>
    <service id="scheb_two_factor.default_ip_whitelist_provider" class="Scheb\TwoFactorBundle\Security\TwoFactor\IpWhitelist\DefaultIpWhitelistProvider">
      <argument type="collection"/>
    </service>
    <service id="scheb_two_factor.provider_initiator" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderInitiator" lazy="true">
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.default_token_factory"/>
    </service>
    <service id="scheb_two_factor.firewall_context" class="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext" public="true">
      <argument type="collection"/>
    </service>
    <service id="scheb_two_factor.provider_preparation_recorder" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder">
      <argument type="service" id="security.token_storage"/>
    </service>
    <service id="scheb_two_factor.form_controller" class="Scheb\TwoFactorBundle\Controller\FormController" public="true">
      <argument type="service" id="security.token_storage"/>
      <argument type="service" id="scheb_two_factor.provider_registry"/>
      <argument type="service" id="scheb_two_factor.firewall_context"/>
      <argument type="service" id="security.logout_url_generator"/>
      <argument>null</argument>
      <argument>false</argument>
    </service>
    <service id="scheb_two_factor.security.form_renderer" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy="true">
      <argument type="service" id="twig"/>
      <argument>@SchebTwoFactor/Authentication/form.html.twig</argument>
    </service>
    <service id="scheb_two_factor.security.email.symfony_auth_code_mailer" class="Scheb\TwoFactorBundle\Mailer\SymfonyAuthCodeMailer">
      <argument type="service" id="mailer.mailer"/>
      <argument>%env(EMAIL_FROM)%</argument>
      <argument>Il tuo sito</argument>
    </service>
    <service id="scheb_two_factor.security.email.default_code_generator" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGenerator" lazy="true">
      <argument type="service" id="scheb_two_factor.persister.doctrine"/>
      <argument type="service" id="scheb_two_factor.security.email.symfony_auth_code_mailer"/>
      <argument>6</argument>
    </service>
    <service id="scheb_two_factor.security.email.default_form_renderer" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\DefaultTwoFactorFormRenderer" lazy="true">
      <argument type="service" id="twig"/>
      <argument>security/2fa_email.html.twig</argument>
    </service>
    <service id="scheb_two_factor.security.email.provider" class="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\EmailTwoFactorProvider">
      <tag name="scheb_two_factor.provider" alias="email"/>
      <argument type="service" id="scheb_two_factor.security.email.default_code_generator"/>
      <argument type="service" id="scheb_two_factor.security.email.default_form_renderer"/>
    </service>
    <service id="stof_doctrine_extensions.tool.actor_provider" class="Stof\DoctrineExtensionsBundle\Tool\TokenStorageActorProvider">
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <argument type="service" id="security.authorization_checker" on-invalid="null"/>
    </service>
    <service id="stof_doctrine_extensions.tool.ip_address_provider" class="Stof\DoctrineExtensionsBundle\Tool\RequestStackIpAddressProvider">
      <argument type="service" id="request_stack" on-invalid="null"/>
    </service>
    <service id="stof_doctrine_extensions.listener.tree" class="Gedmo\Tree\TreeListener">
      <tag name="doctrine.event_listener" connection="default" event="prePersist"/>
      <tag name="doctrine.event_listener" connection="default" event="preRemove"/>
      <tag name="doctrine.event_listener" connection="default" event="preUpdate"/>
      <tag name="doctrine.event_listener" connection="default" event="onFlush"/>
      <tag name="doctrine.event_listener" connection="default" event="loadClassMetadata"/>
      <tag name="doctrine.event_listener" connection="default" event="postPersist"/>
      <tag name="doctrine.event_listener" connection="default" event="postUpdate"/>
      <tag name="doctrine.event_listener" connection="default" event="postRemove"/>
      <call method="setCacheItemPool">
        <argument type="service" id="stof_doctrine_extensions.metadata_cache"/>
      </call>
      <call method="setAnnotationReader">
        <argument type="service" id=".stof_doctrine_extensions.reader" on-invalid="ignore"/>
      </call>
    </service>
    <service id="stof_doctrine_extensions.listener.timestampable" class="Gedmo\Timestampable\TimestampableListener">
      <tag name="doctrine.event_listener" connection="default" event="prePersist"/>
      <tag name="doctrine.event_listener" connection="default" event="onFlush"/>
      <tag name="doctrine.event_listener" connection="default" event="loadClassMetadata"/>
      <call method="setCacheItemPool">
        <argument type="service" id="stof_doctrine_extensions.metadata_cache"/>
      </call>
      <call method="setClock">
        <argument type="service" id="clock" on-invalid="ignore"/>
      </call>
      <call method="setAnnotationReader">
        <argument type="service" id=".stof_doctrine_extensions.reader" on-invalid="ignore"/>
      </call>
    </service>
    <service id="stof_doctrine_extensions.listener.blameable" class="Gedmo\Blameable\BlameableListener">
      <tag name="doctrine.event_listener" connection="default" event="prePersist"/>
      <tag name="doctrine.event_listener" connection="default" event="onFlush"/>
      <tag name="doctrine.event_listener" connection="default" event="loadClassMetadata"/>
      <call method="setCacheItemPool">
        <argument type="service" id="stof_doctrine_extensions.metadata_cache"/>
      </call>
      <call method="setAnnotationReader">
        <argument type="service" id=".stof_doctrine_extensions.reader" on-invalid="ignore"/>
      </call>
      <call method="setActorProvider">
        <argument type="service" id="stof_doctrine_extensions.tool.actor_provider"/>
      </call>
    </service>
    <service id="stof_doctrine_extensions.event_listener.blame" class="Stof\DoctrineExtensionsBundle\EventListener\BlameListener">
      <argument type="service" id="stof_doctrine_extensions.listener.blameable"/>
      <argument type="service" id="security.token_storage" on-invalid="null"/>
      <argument type="service" id="security.authorization_checker" on-invalid="null"/>
      <deprecated package="stof/doctrine-extensions-bundle" version="1.14">The "%service_id%" service is deprecated and will be removed in 2.0. The "stof_doctrine_extensions.tool.actor_provider" service should be used to provide the user instead.</deprecated>
    </service>
    <service id="stof_doctrine_extensions.listener.softdeleteable" class="Gedmo\SoftDeleteable\SoftDeleteableListener">
      <tag name="doctrine.event_listener" connection="default" event="loadClassMetadata"/>
      <tag name="doctrine.event_listener" connection="default" event="onFlush"/>
      <tag name="doctrine.event_listener" connection="default" event="postFlush"/>
      <argument>false</argument>
      <call method="setCacheItemPool">
        <argument type="service" id="stof_doctrine_extensions.metadata_cache"/>
      </call>
      <call method="setClock">
        <argument type="service" id="clock" on-invalid="ignore"/>
      </call>
      <call method="setAnnotationReader">
        <argument type="service" id=".stof_doctrine_extensions.reader" on-invalid="ignore"/>
      </call>
    </service>
    <service id="stof_doctrine_extensions.listener.sluggable" class="Gedmo\Sluggable\SluggableListener">
      <tag name="doctrine.event_listener" connection="default" event="prePersist"/>
      <tag name="doctrine.event_listener" connection="default" event="onFlush"/>
      <tag name="doctrine.event_listener" connection="default" event="loadClassMetadata"/>
      <call method="setCacheItemPool">
        <argument type="service" id="stof_doctrine_extensions.metadata_cache"/>
      </call>
      <call method="setAnnotationReader">
        <argument type="service" id=".stof_doctrine_extensions.reader" on-invalid="ignore"/>
      </call>
    </service>
    <service id="stof_doctrine_extensions.metadata_cache" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="Dukecity\CommandSchedulerBundle\Controller\DetailController" class="Dukecity\CommandSchedulerBundle\Controller\DetailController" public="true" autowire="true">
      <tag name="container.service_subscriber"/>
      <tag name="controller.service_arguments"/>
      <call method="setManagerRegistry">
        <argument type="service" id="doctrine"/>
      </call>
      <call method="setManagerName">
        <argument>default</argument>
      </call>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.O2p6Lk7.Dukecity\CommandSchedulerBundle\Controller\DetailController"/>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Controller\ListController" class="Dukecity\CommandSchedulerBundle\Controller\ListController" public="true" autowire="true">
      <tag name="container.service_subscriber"/>
      <tag name="controller.service_arguments"/>
      <call method="setManagerRegistry">
        <argument type="service" id="doctrine"/>
      </call>
      <call method="setManagerName">
        <argument>default</argument>
      </call>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector"/>
      </call>
      <call method="setLockTimeout">
        <argument>false</argument>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.O2p6Lk7.Dukecity\CommandSchedulerBundle\Controller\ListController"/>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Service\CommandParser" class="Dukecity\CommandSchedulerBundle\Service\CommandParser" public="true" autowire="true">
      <argument type="service" id="kernel"/>
      <argument>%dukecity_command_scheduler.excluded_command_namespaces%</argument>
      <argument type="collection"/>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Controller\ApiController" class="Dukecity\CommandSchedulerBundle\Controller\ApiController" public="true" autowire="true">
      <tag name="container.service_subscriber"/>
      <tag name="controller.service_arguments"/>
      <call method="setManagerRegistry">
        <argument type="service" id="doctrine"/>
      </call>
      <call method="setManagerName">
        <argument>default</argument>
      </call>
      <call method="setTranslator">
        <argument type="service" id="translator.data_collector"/>
      </call>
      <call method="setLockTimeout">
        <argument>false</argument>
      </call>
      <call method="setLogger">
        <argument type="service" id="monolog.logger"/>
      </call>
      <call method="setCommandParser">
        <argument type="service" id="Dukecity\CommandSchedulerBundle\Service\CommandParser"/>
      </call>
      <call method="setContainer">
        <argument type="service" id=".service_locator.O2p6Lk7.Dukecity\CommandSchedulerBundle\Controller\ApiController"/>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Service\CommandSchedulerExecution" class="Dukecity\CommandSchedulerBundle\Service\CommandSchedulerExecution" public="true" autowire="true">
      <argument type="service" id="kernel"/>
      <argument type="service" id="parameter_bag"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="doctrine"/>
      <argument>default</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/log</argument>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Form\Type\CommandChoiceType" class="Dukecity\CommandSchedulerBundle\Form\Type\CommandChoiceType" public="true" autowire="true">
      <tag name="form.type" alias="command_choice"/>
      <argument type="service" id="Dukecity\CommandSchedulerBundle\Service\CommandParser"/>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\ExecuteCommand" class="Dukecity\CommandSchedulerBundle\Command\ExecuteCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="Dukecity\CommandSchedulerBundle\Service\CommandSchedulerExecution"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="doctrine"/>
      <argument>default</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/log</argument>
      <call method="setName">
        <argument>scheduler:execute</argument>
      </call>
      <call method="setDescription">
        <argument>Execute scheduled commands</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\MonitorCommand" class="Dukecity\CommandSchedulerBundle\Command\MonitorCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="debug.event_dispatcher"/>
      <argument type="service" id="doctrine"/>
      <argument>default</argument>
      <argument>false</argument>
      <argument type="collection"/>
      <argument>cronjob monitoring %%s, %%s</argument>
      <argument>false</argument>
      <call method="setName">
        <argument>scheduler:monitor</argument>
      </call>
      <call method="setDescription">
        <argument>Monitor scheduled commands</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\ListCommand" class="Dukecity\CommandSchedulerBundle\Command\ListCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <argument>default</argument>
      <call method="setName">
        <argument>scheduler:list</argument>
      </call>
      <call method="setDescription">
        <argument>List scheduled commands</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\UnlockCommand" class="Dukecity\CommandSchedulerBundle\Command\UnlockCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <argument>default</argument>
      <argument>false</argument>
      <call method="setName">
        <argument>scheduler:unlock</argument>
      </call>
      <call method="setDescription">
        <argument>Unlock one or all scheduled commands that have surpassed the lock timeout.</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\AddCommand" class="Dukecity\CommandSchedulerBundle\Command\AddCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <argument>default</argument>
      <call method="setName">
        <argument>scheduler:add</argument>
      </call>
      <call method="setDescription">
        <argument>Add a scheduled command</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\RemoveCommand" class="Dukecity\CommandSchedulerBundle\Command\RemoveCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <argument>default</argument>
      <call method="setName">
        <argument>scheduler:remove</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>scheduler:delete</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Remove a scheduled command</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\StartSchedulerCommand" class="Dukecity\CommandSchedulerBundle\Command\StartSchedulerCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>scheduler:start</argument>
      </call>
      <call method="setDescription">
        <argument>Starts command scheduler</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\StopSchedulerCommand" class="Dukecity\CommandSchedulerBundle\Command\StopSchedulerCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>scheduler:stop</argument>
      </call>
      <call method="setDescription">
        <argument>Stops command scheduler</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\TestCommand" class="Dukecity\CommandSchedulerBundle\Command\TestCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <call method="setName">
        <argument>scheduler:test</argument>
      </call>
      <call method="setHidden">
        <argument>true</argument>
      </call>
      <call method="setDescription">
        <argument>long running command</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Entity\ScheduledCommand" class="Dukecity\CommandSchedulerBundle\Entity\ScheduledCommand" public="true" autowire="true">
      <tag name="controller.service_arguments"/>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\Command\DisableCommand" class="Dukecity\CommandSchedulerBundle\Command\DisableCommand" public="true" autowire="true">
      <tag name="console.command"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="doctrine"/>
      <argument>default</argument>
      <call method="setName">
        <argument>scheduler:disable</argument>
      </call>
      <call method="setDescription">
        <argument>Command to disable one or all scheduled commands</argument>
      </call>
    </service>
    <service id="Dukecity\CommandSchedulerBundle\EventSubscriber\SchedulerCommandSubscriber" class="Dukecity\CommandSchedulerBundle\EventSubscriber\SchedulerCommandSubscriber" public="true" autowire="true">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="monolog.logger"/>
      <argument type="service" id="doctrine.orm.default_entity_manager"/>
      <argument>null</argument>
      <argument type="collection"/>
      <argument>cronjob monitoring %%s, %%s</argument>
    </service>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddUserCommand" class="App\Command\AddUserCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\AddUserCommand" class="App\Command\AddUserCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CheckCommand" class="App\Command\CheckCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\CheckCommand" class="App\Command\CheckCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUserCommand" class="App\Command\DeleteUserCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\DeleteUserCommand" class="App\Command\DeleteUserCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EmailTemplateDefaultsCommand" class="App\Command\EmailTemplateDefaultsCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\EmailTemplateDefaultsCommand" class="App\Command\EmailTemplateDefaultsCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoMacchinaCommand" class="App\Command\InfoMacchinaCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\InfoMacchinaCommand" class="App\Command\InfoMacchinaCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListUsersCommand" class="App\Command\ListUsersCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\ListUsersCommand" class="App\Command\ListUsersCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MoreSendCEDCommand" class="App\Command\MoreSendCEDCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\MoreSendCEDCommand" class="App\Command\MoreSendCEDCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReSendCEDCommand" class="App\Command\ReSendCEDCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\ReSendCEDCommand" class="App\Command\ReSendCEDCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepAnnual" class="App\Command\RepAnnual" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepAnnual" class="App\Command\RepAnnual" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepDay" class="App\Command\RepDay" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepDay" class="App\Command\RepDay" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepDaySendOracle" class="App\Command\RepDaySendOracle" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepDaySendOracle" class="App\Command\RepDaySendOracle" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepDaySusp" class="App\Command\RepDaySusp" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepDaySusp" class="App\Command\RepDaySusp" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepMonth" class="App\Command\RepMonth" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepMonth" class="App\Command\RepMonth" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepQuart" class="App\Command\RepQuart" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepQuart" class="App\Command\RepQuart" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepSendOracle" class="App\Command\RepSendOracle" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepSendOracle" class="App\Command\RepSendOracle" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepSix" class="App\Command\RepSix" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepSix" class="App\Command\RepSix" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepSusp" class="App\Command\RepSusp" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepSusp" class="App\Command\RepSusp" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepThreeMonth" class="App\Command\RepThreeMonth" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepThreeMonth" class="App\Command\RepThreeMonth" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RepWeek" class="App\Command\RepWeek" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\RepWeek" class="App\Command\RepWeek" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ScannerMqttListenerCommand" class="App\Command\ScannerMqttListenerCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\ScannerMqttListenerCommand" class="App\Command\ScannerMqttListenerCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCEDCommand" class="App\Command\SendCEDCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\SendCEDCommand" class="App\Command\SendCEDCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WebsocketServerCommand" class="App\Command\WebsocketServerCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Command\WebsocketServerCommand" class="App\Command\WebsocketServerCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AwbimportFormController" class="App\Controller\Admin\AwbimportFormController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AwbimportFormController" class="App\Controller\Admin\AwbimportFormController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\AwbimportFormController" class="App\Controller\Admin\AwbimportFormController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\BlogController" class="App\Controller\Admin\BlogController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\BlogController" class="App\Controller\Admin\BlogController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\BlogController" class="App\Controller\Admin\BlogController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\C4rgoNewsFormController" class="App\Controller\Admin\C4rgoNewsFormController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\C4rgoNewsFormController" class="App\Controller\Admin\C4rgoNewsFormController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\C4rgoNewsFormController" class="App\Controller\Admin\C4rgoNewsFormController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CaratteristicheController" class="App\Controller\Admin\CaratteristicheController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CaratteristicheController" class="App\Controller\Admin\CaratteristicheController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CaratteristicheController" class="App\Controller\Admin\CaratteristicheController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CloudCamController" class="App\Controller\Admin\CloudCamController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CloudCamController" class="App\Controller\Admin\CloudCamController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CloudCamController" class="App\Controller\Admin\CloudCamController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CompanyManagementController" class="App\Controller\Admin\CompanyManagementController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CompanyManagementController" class="App\Controller\Admin\CompanyManagementController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CompanyManagementController" class="App\Controller\Admin\CompanyManagementController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomSchedulerController" class="App\Controller\Admin\CustomSchedulerController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomSchedulerController" class="App\Controller\Admin\CustomSchedulerController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CustomSchedulerController" class="App\Controller\Admin\CustomSchedulerController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CustomSchedulerDetailController" class="App\Controller\Admin\CustomSchedulerDetailController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CustomSchedulerDetailController" class="App\Controller\Admin\CustomSchedulerDetailController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\CustomSchedulerDetailController" class="App\Controller\Admin\CustomSchedulerDetailController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DMXLedLightController" class="App\Controller\Admin\DMXLedLightController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DMXLedLightController" class="App\Controller\Admin\DMXLedLightController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\DMXLedLightController" class="App\Controller\Admin\DMXLedLightController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DecodeController" class="App\Controller\Admin\DecodeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DecodeController" class="App\Controller\Admin\DecodeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\DecodeController" class="App\Controller\Admin\DecodeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EmailTemplateController" class="App\Controller\Admin\EmailTemplateController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EmailTemplateController" class="App\Controller\Admin\EmailTemplateController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\EmailTemplateController" class="App\Controller\Admin\EmailTemplateController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ImportCloudController" class="App\Controller\Admin\ImportCloudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ImportCloudController" class="App\Controller\Admin\ImportCloudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\ImportCloudController" class="App\Controller\Admin\ImportCloudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ManagementPannel" class="App\Controller\Admin\ManagementPannel" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ManagementPannel" class="App\Controller\Admin\ManagementPannel" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\ManagementPannel" class="App\Controller\Admin\ManagementPannel" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NotificaEventoController" class="App\Controller\Admin\NotificaEventoController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NotificaEventoController" class="App\Controller\Admin\NotificaEventoController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\NotificaEventoController" class="App\Controller\Admin\NotificaEventoController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SchedReportsController" class="App\Controller\Admin\SchedReportsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SchedReportsController" class="App\Controller\Admin\SchedReportsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\SchedReportsController" class="App\Controller\Admin\SchedReportsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SearchErpController" class="App\Controller\Admin\SearchErpController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SearchErpController" class="App\Controller\Admin\SearchErpController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\SearchErpController" class="App\Controller\Admin\SearchErpController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SendReportsController" class="App\Controller\Admin\SendReportsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SendReportsController" class="App\Controller\Admin\SendReportsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\SendReportsController" class="App\Controller\Admin\SendReportsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupportsController" class="App\Controller\Admin\SupportsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupportsController" class="App\Controller\Admin\SupportsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\SupportsController" class="App\Controller\Admin\SupportsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserCollectionController" class="App\Controller\Admin\UserCollectionController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserCollectionController" class="App\Controller\Admin\UserCollectionController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\UserCollectionController" class="App\Controller\Admin\UserCollectionController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserManagementController" class="App\Controller\Admin\UserManagementController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserManagementController" class="App\Controller\Admin\UserManagementController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Admin\UserManagementController" class="App\Controller\Admin\UserManagementController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ActivationController" class="App\Controller\Api\ActivationController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ActivationController" class="App\Controller\Api\ActivationController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\ActivationController" class="App\Controller\Api\ActivationController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\FileManagerController" class="App\Controller\Api\FileManagerController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\FileManagerController" class="App\Controller\Api\FileManagerController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\FileManagerController" class="App\Controller\Api\FileManagerController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MachineAdminController" class="App\Controller\Api\MachineAdminController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MachineAdminController" class="App\Controller\Api\MachineAdminController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\MachineAdminController" class="App\Controller\Api\MachineAdminController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MachineHardwareController" class="App\Controller\Api\MachineHardwareController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MachineHardwareController" class="App\Controller\Api\MachineHardwareController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\MachineHardwareController" class="App\Controller\Api\MachineHardwareController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UploadController" class="App\Controller\Api\UploadController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UploadController" class="App\Controller\Api\UploadController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\UploadController" class="App\Controller\Api\UploadController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\WebService" class="App\Controller\Api\WebService" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\WebService" class="App\Controller\Api\WebService" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Api\WebService" class="App\Controller\Api\WebService" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiController" class="App\Controller\ApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiController" class="App\Controller\ApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ApiController" class="App\Controller\ApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AwbimportFormController" class="App\Controller\AwbimportFormController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AwbimportFormController" class="App\Controller\AwbimportFormController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\AwbimportFormController" class="App\Controller\AwbimportFormController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BLedController" class="App\Controller\BLedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BLedController" class="App\Controller\BLedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\BLedController" class="App\Controller\BLedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlogController" class="App\Controller\BlogController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlogController" class="App\Controller\BlogController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\BlogController" class="App\Controller\BlogController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\C4rgoRoiCalcController" class="App\Controller\C4rgoRoiCalcController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\C4rgoRoiCalcController" class="App\Controller\C4rgoRoiCalcController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\C4rgoRoiCalcController" class="App\Controller\C4rgoRoiCalcController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\C4rgoRoiController" class="App\Controller\C4rgoRoiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\C4rgoRoiController" class="App\Controller\C4rgoRoiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\C4rgoRoiController" class="App\Controller\C4rgoRoiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\C4rgoViewerController" class="App\Controller\C4rgoViewerController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\C4rgoViewerController" class="App\Controller\C4rgoViewerController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\C4rgoViewerController" class="App\Controller\C4rgoViewerController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CheckController" class="App\Controller\CheckController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CheckController" class="App\Controller\CheckController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\CheckController" class="App\Controller\CheckController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CloudServiceController" class="App\Controller\CloudServiceController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CloudServiceController" class="App\Controller\CloudServiceController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\CloudServiceController" class="App\Controller\CloudServiceController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CloudToolsController" class="App\Controller\CloudToolsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CloudToolsController" class="App\Controller\CloudToolsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\CloudToolsController" class="App\Controller\CloudToolsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ComponentiController" class="App\Controller\ComponentiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ComponentiController" class="App\Controller\ComponentiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ComponentiController" class="App\Controller\ComponentiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\Config3DController" class="App\Controller\Configuratore\Config3DController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\Config3DController" class="App\Controller\Configuratore\Config3DController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\Config3DController" class="App\Controller\Configuratore\Config3DController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\ConfigDeepNestController" class="App\Controller\Configuratore\ConfigDeepNestController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\ConfigDeepNestController" class="App\Controller\Configuratore\ConfigDeepNestController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\ConfigDeepNestController" class="App\Controller\Configuratore\ConfigDeepNestController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\ConfiguratorCoverController" class="App\Controller\Configuratore\ConfiguratorCoverController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\ConfiguratorCoverController" class="App\Controller\Configuratore\ConfiguratorCoverController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\ConfiguratorCoverController" class="App\Controller\Configuratore\ConfiguratorCoverController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\Configuratore3DC4rgoController" class="App\Controller\Configuratore\Configuratore3DC4rgoController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\Configuratore3DC4rgoController" class="App\Controller\Configuratore\Configuratore3DC4rgoController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\Configuratore3DC4rgoController" class="App\Controller\Configuratore\Configuratore3DC4rgoController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\Configuratore3DController" class="App\Controller\Configuratore\Configuratore3DController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\Configuratore3DController" class="App\Controller\Configuratore\Configuratore3DController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\Configuratore3DController" class="App\Controller\Configuratore\Configuratore3DController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\ConfiguratoreAjaxController" class="App\Controller\Configuratore\ConfiguratoreAjaxController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\ConfiguratoreAjaxController" class="App\Controller\Configuratore\ConfiguratoreAjaxController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\ConfiguratoreAjaxController" class="App\Controller\Configuratore\ConfiguratoreAjaxController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\ConfiguratoreController" class="App\Controller\Configuratore\ConfiguratoreController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\ConfiguratoreController" class="App\Controller\Configuratore\ConfiguratoreController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\ConfiguratoreController" class="App\Controller\Configuratore\ConfiguratoreController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\ConfiguratoreDOController" class="App\Controller\Configuratore\ConfiguratoreDOController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\ConfiguratoreDOController" class="App\Controller\Configuratore\ConfiguratoreDOController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\ConfiguratoreDOController" class="App\Controller\Configuratore\ConfiguratoreDOController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\ConfiguratoreMOController" class="App\Controller\Configuratore\ConfiguratoreMOController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\ConfiguratoreMOController" class="App\Controller\Configuratore\ConfiguratoreMOController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\ConfiguratoreMOController" class="App\Controller\Configuratore\ConfiguratoreMOController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\ConfiguratoreSOController" class="App\Controller\Configuratore\ConfiguratoreSOController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\ConfiguratoreSOController" class="App\Controller\Configuratore\ConfiguratoreSOController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\ConfiguratoreSOController" class="App\Controller\Configuratore\ConfiguratoreSOController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Configuratore\DeepNestController" class="App\Controller\Configuratore\DeepNestController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Configuratore\DeepNestController" class="App\Controller\Configuratore\DeepNestController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Configuratore\DeepNestController" class="App\Controller\Configuratore\DeepNestController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CongruityController" class="App\Controller\CongruityController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CongruityController" class="App\Controller\CongruityController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\CongruityController" class="App\Controller\CongruityController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContenitoriController" class="App\Controller\ContenitoriController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContenitoriController" class="App\Controller\ContenitoriController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ContenitoriController" class="App\Controller\ContenitoriController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DataController" class="App\Controller\DataController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DataController" class="App\Controller\DataController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\DataController" class="App\Controller\DataController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DetailController" class="App\Controller\DetailController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DetailController" class="App\Controller\DetailController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\DetailController" class="App\Controller\DetailController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DetailItemController" class="App\Controller\DetailItemController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DetailItemController" class="App\Controller\DetailItemController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\DetailItemController" class="App\Controller\DetailItemController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FamigliaComponentiController" class="App\Controller\FamigliaComponentiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FamigliaComponentiController" class="App\Controller\FamigliaComponentiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\FamigliaComponentiController" class="App\Controller\FamigliaComponentiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FileManagerController" class="App\Controller\FileManagerController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FileManagerController" class="App\Controller\FileManagerController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\FileManagerController" class="App\Controller\FileManagerController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FullmaticController" class="App\Controller\FullmaticController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FullmaticController" class="App\Controller\FullmaticController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\FullmaticController" class="App\Controller\FullmaticController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GalleryController" class="App\Controller\GalleryController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GalleryController" class="App\Controller\GalleryController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\GalleryController" class="App\Controller\GalleryController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\HomeController" class="App\Controller\HomeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListController" class="App\Controller\ListController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListController" class="App\Controller\ListController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ListController" class="App\Controller\ListController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocationController" class="App\Controller\LocationController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocationController" class="App\Controller\LocationController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\LocationController" class="App\Controller\LocationController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MDecodeController" class="App\Controller\MDecodeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MDecodeController" class="App\Controller\MDecodeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MDecodeController" class="App\Controller\MDecodeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MacchineController" class="App\Controller\MacchineController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MacchineController" class="App\Controller\MacchineController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MacchineController" class="App\Controller\MacchineController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MacchineControllerL" class="App\Controller\MacchineControllerL" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MacchineControllerL" class="App\Controller\MacchineControllerL" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MacchineControllerL" class="App\Controller\MacchineControllerL" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MachineController" class="App\Controller\MachineController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MachineController" class="App\Controller\MachineController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MachineController" class="App\Controller\MachineController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MainWeighsController" class="App\Controller\MainWeighsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MainWeighsController" class="App\Controller\MainWeighsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MainWeighsController" class="App\Controller\MainWeighsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MenuAlertBlockController" class="App\Controller\MenuAlertBlockController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MenuAlertBlockController" class="App\Controller\MenuAlertBlockController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MenuAlertBlockController" class="App\Controller\MenuAlertBlockController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModelliController" class="App\Controller\ModelliController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModelliController" class="App\Controller\ModelliController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ModelliController" class="App\Controller\ModelliController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Monitor360Controller" class="App\Controller\Monitor360Controller" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Monitor360Controller" class="App\Controller\Monitor360Controller" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\Monitor360Controller" class="App\Controller\Monitor360Controller" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MontaggiController" class="App\Controller\MontaggiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MontaggiController" class="App\Controller\MontaggiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MontaggiController" class="App\Controller\MontaggiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MyPDFController" class="App\Controller\MyPDFController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MyPDFController" class="App\Controller\MyPDFController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\MyPDFController" class="App\Controller\MyPDFController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotAvailableController" class="App\Controller\NotAvailableController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotAvailableController" class="App\Controller\NotAvailableController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\NotAvailableController" class="App\Controller\NotAvailableController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" class="App\Controller\RegistrationController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" class="App\Controller\RegistrationController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\RegistrationController" class="App\Controller\RegistrationController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RemoteDesktopController" class="App\Controller\RemoteDesktopController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RemoteDesktopController" class="App\Controller\RemoteDesktopController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\RemoteDesktopController" class="App\Controller\RemoteDesktopController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RemoteMacController" class="App\Controller\RemoteMacController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RemoteMacController" class="App\Controller\RemoteMacController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\RemoteMacController" class="App\Controller\RemoteMacController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportsController" class="App\Controller\ReportsController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportsController" class="App\Controller\ReportsController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ReportsController" class="App\Controller\ReportsController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\AziendeController" class="App\Controller\SA\AziendeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\AziendeController" class="App\Controller\SA\AziendeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\AziendeController" class="App\Controller\SA\AziendeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\ComandiController" class="App\Controller\SA\ComandiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\ComandiController" class="App\Controller\SA\ComandiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\ComandiController" class="App\Controller\SA\ComandiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\ComandiExecController" class="App\Controller\SA\ComandiExecController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\ComandiExecController" class="App\Controller\SA\ComandiExecController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\ComandiExecController" class="App\Controller\SA\ComandiExecController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\CommandController" class="App\Controller\SA\CommandController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\CommandController" class="App\Controller\SA\CommandController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\CommandController" class="App\Controller\SA\CommandController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\ComponentiController" class="App\Controller\SA\ComponentiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\ComponentiController" class="App\Controller\SA\ComponentiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\ComponentiController" class="App\Controller\SA\ComponentiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\DashboardController" class="App\Controller\SA\DashboardController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\DashboardController" class="App\Controller\SA\DashboardController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\DashboardController" class="App\Controller\SA\DashboardController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\FamigliaComponentiController" class="App\Controller\SA\FamigliaComponentiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\FamigliaComponentiController" class="App\Controller\SA\FamigliaComponentiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\FamigliaComponentiController" class="App\Controller\SA\FamigliaComponentiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\LuoghiController" class="App\Controller\SA\LuoghiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\LuoghiController" class="App\Controller\SA\LuoghiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\LuoghiController" class="App\Controller\SA\LuoghiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\MacchineController" class="App\Controller\SA\MacchineController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\MacchineController" class="App\Controller\SA\MacchineController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\MacchineController" class="App\Controller\SA\MacchineController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\ModelliController" class="App\Controller\SA\ModelliController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\ModelliController" class="App\Controller\SA\ModelliController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\ModelliController" class="App\Controller\SA\ModelliController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\MontaggiController" class="App\Controller\SA\MontaggiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\MontaggiController" class="App\Controller\SA\MontaggiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\MontaggiController" class="App\Controller\SA\MontaggiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\NotificaEventoGlobaleController" class="App\Controller\SA\NotificaEventoGlobaleController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\NotificaEventoGlobaleController" class="App\Controller\SA\NotificaEventoGlobaleController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\NotificaEventoGlobaleController" class="App\Controller\SA\NotificaEventoGlobaleController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SA\ScannerRemoteController" class="App\Controller\SA\ScannerRemoteController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SA\ScannerRemoteController" class="App\Controller\SA\ScannerRemoteController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SA\ScannerRemoteController" class="App\Controller\SA\ScannerRemoteController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" class="App\Controller\SearchController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" class="App\Controller\SearchController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SearchController" class="App\Controller\SearchController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchDeletedController" class="App\Controller\SearchDeletedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchDeletedController" class="App\Controller\SearchDeletedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SearchDeletedController" class="App\Controller\SearchDeletedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SecurityController" class="App\Controller\SecurityController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelectCompanyController" class="App\Controller\SelectCompanyController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelectCompanyController" class="App\Controller\SelectCompanyController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SelectCompanyController" class="App\Controller\SelectCompanyController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServiceController" class="App\Controller\ServiceController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServiceController" class="App\Controller\ServiceController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ServiceController" class="App\Controller\ServiceController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpedArchiveController" class="App\Controller\SpedArchiveController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpedArchiveController" class="App\Controller\SpedArchiveController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SpedArchiveController" class="App\Controller\SpedArchiveController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpedController" class="App\Controller\SpedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpedController" class="App\Controller\SpedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\SpedController" class="App\Controller\SpedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatController" class="App\Controller\StatController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatController" class="App\Controller\StatController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\StatController" class="App\Controller\StatController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StepTwoController" class="App\Controller\StepTwoController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StepTwoController" class="App\Controller\StepTwoController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\StepTwoController" class="App\Controller\StepTwoController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ThreeController" class="App\Controller\ThreeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ThreeController" class="App\Controller\ThreeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\ThreeController" class="App\Controller\ThreeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WSSpedController" class="App\Controller\WSSpedController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WSSpedController" class="App\Controller\WSSpedController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\WSSpedController" class="App\Controller\WSSpedController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WelcomeController" class="App\Controller\WelcomeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WelcomeController" class="App\Controller\WelcomeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\WelcomeController" class="App\Controller\WelcomeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WorkInProgressController" class="App\Controller\WorkInProgressController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WorkInProgressController" class="App\Controller\WorkInProgressController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Controller\WorkInProgressController" class="App\Controller\WorkInProgressController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\AziendaNomeTag" class="App\Email\Tag\AziendaNomeTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\AziendaNomeTag" class="App\Email\Tag\AziendaNomeTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\BarcodeTag" class="App\Email\Tag\BarcodeTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\BarcodeTag" class="App\Email\Tag\BarcodeTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\CongruitaCodiceDocumentoTag" class="App\Email\Tag\CongruitaCodiceDocumentoTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\CongruitaCodiceDocumentoTag" class="App\Email\Tag\CongruitaCodiceDocumentoTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\CongruitaDiscrepanzeTag" class="App\Email\Tag\CongruitaDiscrepanzeTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\CongruitaDiscrepanzeTag" class="App\Email\Tag\CongruitaDiscrepanzeTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\CongruitaTabellaDettaglioTag" class="App\Email\Tag\CongruitaTabellaDettaglioTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\CongruitaTabellaDettaglioTag" class="App\Email\Tag\CongruitaTabellaDettaglioTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\CongruitaTabellaTag" class="App\Email\Tag\CongruitaTabellaTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\CongruitaTabellaTag" class="App\Email\Tag\CongruitaTabellaTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\DataTag" class="App\Email\Tag\DataTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\DataTag" class="App\Email\Tag\DataTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\ImmagineTag" class="App\Email\Tag\ImmagineTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\ImmagineTag" class="App\Email\Tag\ImmagineTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\LogoAziendaTag" class="App\Email\Tag\LogoAziendaTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\LogoAziendaTag" class="App\Email\Tag\LogoAziendaTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\LogoC4rgoTag" class="App\Email\Tag\LogoC4rgoTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\LogoC4rgoTag" class="App\Email\Tag\LogoC4rgoTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\MacchinaNomeTag" class="App\Email\Tag\MacchinaNomeTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\MacchinaNomeTag" class="App\Email\Tag\MacchinaNomeTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.App\Email\Tag\EmailTagInterface.0.App\Email\Tag\QrcodeTag" class="App\Email\Tag\QrcodeTag" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Email\Tag\QrcodeTag" class="App\Email\Tag\QrcodeTag" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckRequirementsSubscriber" class="App\EventSubscriber\CheckRequirementsSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\CheckRequirementsSubscriber" class="App\EventSubscriber\CheckRequirementsSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CommentNotificationSubscriber" class="App\EventSubscriber\CommentNotificationSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\CommentNotificationSubscriber" class="App\EventSubscriber\CommentNotificationSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ControllerSubscriber" class="App\EventSubscriber\ControllerSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\ControllerSubscriber" class="App\EventSubscriber\ControllerSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber" class="App\EventSubscriber\RedirectToPreferredLocaleSubscriber" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\EventSubscriber\RedirectToPreferredLocaleSubscriber" class="App\EventSubscriber\RedirectToPreferredLocaleSubscriber" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CaratteristicheType" class="App\Form\CaratteristicheType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\CaratteristicheType" class="App\Form\CaratteristicheType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType" class="App\Form\CommentType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\CommentType" class="App\Form\CommentType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ComponentiType" class="App\Form\ComponentiType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ComponentiType" class="App\Form\ComponentiType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContenitoriImportType" class="App\Form\ContenitoriImportType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ContenitoriImportType" class="App\Form\ContenitoriImportType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContenitoriType" class="App\Form\ContenitoriType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ContenitoriType" class="App\Form\ContenitoriType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DecodeType" class="App\Form\DecodeType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\DecodeType" class="App\Form\DecodeType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DetailItemType" class="App\Form\DetailItemType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\DetailItemType" class="App\Form\DetailItemType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FamigliaComponentiType" class="App\Form\FamigliaComponentiType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\FamigliaComponentiType" class="App\Form\FamigliaComponentiType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MDecodeType" class="App\Form\MDecodeType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\MDecodeType" class="App\Form\MDecodeType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MacchineType" class="App\Form\MacchineType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\MacchineType" class="App\Form\MacchineType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ModelliType" class="App\Form\ModelliType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\ModelliType" class="App\Form\ModelliType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MontaggiType" class="App\Form\MontaggiType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\MontaggiType" class="App\Form\MontaggiType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PalletsType" class="App\Form\PalletsType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\PalletsType" class="App\Form\PalletsType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PostType" class="App\Form\PostType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\PostType" class="App\Form\PostType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpedType" class="App\Form\SpedType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\SpedType" class="App\Form\SpedType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AwbimportType" class="App\Form\Type\AwbimportType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\AwbimportType" class="App\Form\Type\AwbimportType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\AziendeType" class="App\Form\Type\AziendeType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\AziendeType" class="App\Form\Type\AziendeType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\C4rgoNewsType" class="App\Form\Type\C4rgoNewsType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\C4rgoNewsType" class="App\Form\Type\C4rgoNewsType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\CoeffPesoVolumetricoType" class="App\Form\Type\CoeffPesoVolumetricoType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\CoeffPesoVolumetricoType" class="App\Form\Type\CoeffPesoVolumetricoType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComandiExecType" class="App\Form\Type\ComandiExecType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\ComandiExecType" class="App\Form\Type\ComandiExecType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComandiType" class="App\Form\Type\ComandiType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\ComandiType" class="App\Form\Type\ComandiType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ComponentiType" class="App\Form\Type\ComponentiType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\ComponentiType" class="App\Form\Type\ComponentiType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ConfigGroupType" class="App\Form\Type\ConfigGroupType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\ConfigGroupType" class="App\Form\Type\ConfigGroupType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\DateTimePickerType" class="App\Form\Type\DateTimePickerType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\DateTimePickerType" class="App\Form\Type\DateTimePickerType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EmailTemplateType" class="App\Form\Type\EmailTemplateType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\EmailTemplateType" class="App\Form\Type\EmailTemplateType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FamigliaComponentiType" class="App\Form\Type\FamigliaComponentiType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\FamigliaComponentiType" class="App\Form\Type\FamigliaComponentiType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\FileGalleryType" class="App\Form\Type\FileGalleryType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\FileGalleryType" class="App\Form\Type\FileGalleryType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\LuoghiType" class="App\Form\Type\LuoghiType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\LuoghiType" class="App\Form\Type\LuoghiType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MacchineType" class="App\Form\Type\MacchineType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\MacchineType" class="App\Form\Type\MacchineType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ModelliType" class="App\Form\Type\ModelliType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\ModelliType" class="App\Form\Type\ModelliType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MontaggiType" class="App\Form\Type\MontaggiType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\MontaggiType" class="App\Form\Type\MontaggiType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\MyScheduledCommandType" class="App\Form\Type\MyScheduledCommandType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\MyScheduledCommandType" class="App\Form\Type\MyScheduledCommandType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\NotificaEventoType" class="App\Form\Type\NotificaEventoType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\NotificaEventoType" class="App\Form\Type\NotificaEventoType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ProfiloType" class="App\Form\Type\ProfiloType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\ProfiloType" class="App\Form\Type\ProfiloType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TagsInputType" class="App\Form\Type\TagsInputType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\TagsInputType" class="App\Form\Type\TagsInputType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\TargetType" class="App\Form\Type\TargetType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\TargetType" class="App\Form\Type\TargetType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\UserType" class="App\Form\Type\UserType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Form\Type\UserType" class="App\Form\Type\UserType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Magazzino\Command\ArticoliImportCommand" class="App\Magazzino\Command\ArticoliImportCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Command\ArticoliImportCommand" class="App\Magazzino\Command\ArticoliImportCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Console\Command\Command.0.App\Magazzino\Command\GiacenzeRebuildCommand" class="App\Magazzino\Command\GiacenzeRebuildCommand" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Command\GiacenzeRebuildCommand" class="App\Magazzino\Command\GiacenzeRebuildCommand" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\Api\ArticoloApiController" class="App\Magazzino\Controller\Api\ArticoloApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\Api\ArticoloApiController" class="App\Magazzino\Controller\Api\ArticoloApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\Api\ArticoloApiController" class="App\Magazzino\Controller\Api\ArticoloApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\Api\GiacenzaApiController" class="App\Magazzino\Controller\Api\GiacenzaApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\Api\GiacenzaApiController" class="App\Magazzino\Controller\Api\GiacenzaApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\Api\GiacenzaApiController" class="App\Magazzino\Controller\Api\GiacenzaApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\Api\LayoutController" class="App\Magazzino\Controller\Api\LayoutController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\Api\LayoutController" class="App\Magazzino\Controller\Api\LayoutController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\Api\LayoutController" class="App\Magazzino\Controller\Api\LayoutController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\Api\ScanApiController" class="App\Magazzino\Controller\Api\ScanApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\Api\ScanApiController" class="App\Magazzino\Controller\Api\ScanApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\Api\ScanApiController" class="App\Magazzino\Controller\Api\ScanApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\Api\TracciabilitaApiController" class="App\Magazzino\Controller\Api\TracciabilitaApiController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\Api\TracciabilitaApiController" class="App\Magazzino\Controller\Api\TracciabilitaApiController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\Api\TracciabilitaApiController" class="App\Magazzino\Controller\Api\TracciabilitaApiController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\ArticoloController" class="App\Magazzino\Controller\ArticoloController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\ArticoloController" class="App\Magazzino\Controller\ArticoloController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\ArticoloController" class="App\Magazzino\Controller\ArticoloController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\CategoriaController" class="App\Magazzino\Controller\CategoriaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\CategoriaController" class="App\Magazzino\Controller\CategoriaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\CategoriaController" class="App\Magazzino\Controller\CategoriaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\CausaleController" class="App\Magazzino\Controller\CausaleController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\CausaleController" class="App\Magazzino\Controller\CausaleController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\CausaleController" class="App\Magazzino\Controller\CausaleController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\GiacenzaController" class="App\Magazzino\Controller\GiacenzaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\GiacenzaController" class="App\Magazzino\Controller\GiacenzaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\GiacenzaController" class="App\Magazzino\Controller\GiacenzaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\IdentificatoreController" class="App\Magazzino\Controller\IdentificatoreController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\IdentificatoreController" class="App\Magazzino\Controller\IdentificatoreController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\IdentificatoreController" class="App\Magazzino\Controller\IdentificatoreController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\ImportExportController" class="App\Magazzino\Controller\ImportExportController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\ImportExportController" class="App\Magazzino\Controller\ImportExportController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\ImportExportController" class="App\Magazzino\Controller\ImportExportController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\LottoController" class="App\Magazzino\Controller\LottoController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\LottoController" class="App\Magazzino\Controller\LottoController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\LottoController" class="App\Magazzino\Controller\LottoController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\MagazzinoController" class="App\Magazzino\Controller\MagazzinoController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\MagazzinoController" class="App\Magazzino\Controller\MagazzinoController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\MagazzinoController" class="App\Magazzino\Controller\MagazzinoController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\MagazzinoCrudController" class="App\Magazzino\Controller\MagazzinoCrudController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\MagazzinoCrudController" class="App\Magazzino\Controller\MagazzinoCrudController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\MagazzinoCrudController" class="App\Magazzino\Controller\MagazzinoCrudController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\MovimentoController" class="App\Magazzino\Controller\MovimentoController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\MovimentoController" class="App\Magazzino\Controller\MovimentoController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\MovimentoController" class="App\Magazzino\Controller\MovimentoController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\SerialeController" class="App\Magazzino\Controller\SerialeController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\SerialeController" class="App\Magazzino\Controller\SerialeController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\SerialeController" class="App\Magazzino\Controller\SerialeController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\TracciabilitaController" class="App\Magazzino\Controller\TracciabilitaController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\TracciabilitaController" class="App\Magazzino\Controller\TracciabilitaController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\TracciabilitaController" class="App\Magazzino\Controller\TracciabilitaController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\UbicazioneController" class="App\Magazzino\Controller\UbicazioneController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\UbicazioneController" class="App\Magazzino\Controller\UbicazioneController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\UbicazioneController" class="App\Magazzino\Controller\UbicazioneController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Magazzino\Controller\UnitaMisuraController" class="App\Magazzino\Controller\UnitaMisuraController" autowire="true" abstract="true"/>
    <service id=".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Magazzino\Controller\UnitaMisuraController" class="App\Magazzino\Controller\UnitaMisuraController" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Controller\UnitaMisuraController" class="App\Magazzino\Controller\UnitaMisuraController" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\ArticoloType" class="App\Magazzino\Form\ArticoloType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\ArticoloType" class="App\Magazzino\Form\ArticoloType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\ArticoloUMType" class="App\Magazzino\Form\ArticoloUMType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\ArticoloUMType" class="App\Magazzino\Form\ArticoloUMType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\CategoriaType" class="App\Magazzino\Form\CategoriaType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\CategoriaType" class="App\Magazzino\Form\CategoriaType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\CausaleType" class="App\Magazzino\Form\CausaleType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\CausaleType" class="App\Magazzino\Form\CausaleType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\CsvImportType" class="App\Magazzino\Form\CsvImportType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\CsvImportType" class="App\Magazzino\Form\CsvImportType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\IdentificatoreType" class="App\Magazzino\Form\IdentificatoreType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\IdentificatoreType" class="App\Magazzino\Form\IdentificatoreType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\LottoType" class="App\Magazzino\Form\LottoType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\LottoType" class="App\Magazzino\Form\LottoType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\MagazzinoFormType" class="App\Magazzino\Form\MagazzinoFormType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\MagazzinoFormType" class="App\Magazzino\Form\MagazzinoFormType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\MovimentoRigaType" class="App\Magazzino\Form\MovimentoRigaType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\MovimentoRigaType" class="App\Magazzino\Form\MovimentoRigaType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\MovimentoType" class="App\Magazzino\Form\MovimentoType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\MovimentoType" class="App\Magazzino\Form\MovimentoType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\SerialeType" class="App\Magazzino\Form\SerialeType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\SerialeType" class="App\Magazzino\Form\SerialeType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\UbicazioneType" class="App\Magazzino\Form\UbicazioneType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\UbicazioneType" class="App\Magazzino\Form\UbicazioneType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\UnitaMisuraType" class="App\Magazzino\Form\UnitaMisuraType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\UnitaMisuraType" class="App\Magazzino\Form\UnitaMisuraType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Magazzino\Form\ZonaType" class="App\Magazzino\Form\ZonaType" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Form\ZonaType" class="App\Magazzino\Form\ZonaType" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\ArticoloAllegatoRepository" class="App\Magazzino\Repository\ArticoloAllegatoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\ArticoloAllegatoRepository" class="App\Magazzino\Repository\ArticoloAllegatoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\ArticoloAttributoRepository" class="App\Magazzino\Repository\ArticoloAttributoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\ArticoloAttributoRepository" class="App\Magazzino\Repository\ArticoloAttributoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\ArticoloImmagineRepository" class="App\Magazzino\Repository\ArticoloImmagineRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\ArticoloImmagineRepository" class="App\Magazzino\Repository\ArticoloImmagineRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\ArticoloRepository" class="App\Magazzino\Repository\ArticoloRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\ArticoloRepository" class="App\Magazzino\Repository\ArticoloRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\ArticoloUMRepository" class="App\Magazzino\Repository\ArticoloUMRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\ArticoloUMRepository" class="App\Magazzino\Repository\ArticoloUMRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\AttributoRepository" class="App\Magazzino\Repository\AttributoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\AttributoRepository" class="App\Magazzino\Repository\AttributoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\AwbItemRepository" class="App\Magazzino\Repository\AwbItemRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\AwbItemRepository" class="App\Magazzino\Repository\AwbItemRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\CausaleRepository" class="App\Magazzino\Repository\CausaleRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\CausaleRepository" class="App\Magazzino\Repository\CausaleRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\GiacenzaRollupRepository" class="App\Magazzino\Repository\GiacenzaRollupRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\GiacenzaRollupRepository" class="App\Magazzino\Repository\GiacenzaRollupRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\IdentificatoreRepository" class="App\Magazzino\Repository\IdentificatoreRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\IdentificatoreRepository" class="App\Magazzino\Repository\IdentificatoreRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\LottoRepository" class="App\Magazzino\Repository\LottoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\LottoRepository" class="App\Magazzino\Repository\LottoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\MagazzinoRepository" class="App\Magazzino\Repository\MagazzinoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\MagazzinoRepository" class="App\Magazzino\Repository\MagazzinoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\MovimentoRepository" class="App\Magazzino\Repository\MovimentoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\MovimentoRepository" class="App\Magazzino\Repository\MovimentoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\MovimentoRigaRepository" class="App\Magazzino\Repository\MovimentoRigaRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\MovimentoRigaRepository" class="App\Magazzino\Repository\MovimentoRigaRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\SerialeRepository" class="App\Magazzino\Repository\SerialeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\SerialeRepository" class="App\Magazzino\Repository\SerialeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\UbicazioneRepository" class="App\Magazzino\Repository\UbicazioneRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\UbicazioneRepository" class="App\Magazzino\Repository\UbicazioneRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\UnitaMisuraRepository" class="App\Magazzino\Repository\UnitaMisuraRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\UnitaMisuraRepository" class="App\Magazzino\Repository\UnitaMisuraRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\UserLayoutPrefRepository" class="App\Magazzino\Repository\UserLayoutPrefRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\UserLayoutPrefRepository" class="App\Magazzino\Repository\UserLayoutPrefRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Magazzino\Repository\ZonaRepository" class="App\Magazzino\Repository\ZonaRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Repository\ZonaRepository" class="App\Magazzino\Repository\ZonaRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Magazzino\Security\MagazzinoVoter" class="App\Magazzino\Security\MagazzinoVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Magazzino\Security\MagazzinoVoter" class="App\Magazzino\Security\MagazzinoVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AAwbexportRepository" class="App\Repository\AAwbexportRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AAwbexportRepository" class="App\Repository\AAwbexportRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AcquisitionUploadLogRepository" class="App\Repository\AcquisitionUploadLogRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AcquisitionUploadLogRepository" class="App\Repository\AcquisitionUploadLogRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AddressBookRepository" class="App\Repository\AddressBookRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AddressBookRepository" class="App\Repository\AddressBookRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AeroPortiRepository" class="App\Repository\AeroPortiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AeroPortiRepository" class="App\Repository\AeroPortiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertRepository" class="App\Repository\AlertRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AlertRepository" class="App\Repository\AlertRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlertResponseRepository" class="App\Repository\AlertResponseRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AlertResponseRepository" class="App\Repository\AlertResponseRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AreaRepository" class="App\Repository\AreaRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AreaRepository" class="App\Repository\AreaRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuditLogRepository" class="App\Repository\AuditLogRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AuditLogRepository" class="App\Repository\AuditLogRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AwbExportObjCountRepository" class="App\Repository\AwbExportObjCountRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AwbExportObjCountRepository" class="App\Repository\AwbExportObjCountRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AwbexportRepository" class="App\Repository\AwbexportRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AwbexportRepository" class="App\Repository\AwbexportRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AwbexportStoricoRepository" class="App\Repository\AwbexportStoricoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AwbexportStoricoRepository" class="App\Repository\AwbexportStoricoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AwbimportRepository" class="App\Repository\AwbimportRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AwbimportRepository" class="App\Repository\AwbimportRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AziendeRepository" class="App\Repository\AziendeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\AziendeRepository" class="App\Repository\AziendeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BarcodeRepository" class="App\Repository\BarcodeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BarcodeRepository" class="App\Repository\BarcodeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxDORepository" class="App\Repository\BoxDORepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BoxDORepository" class="App\Repository\BoxDORepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxRepository" class="App\Repository\BoxRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BoxRepository" class="App\Repository\BoxRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxSORepository" class="App\Repository\BoxSORepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BoxSORepository" class="App\Repository\BoxSORepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BoxesQtyRepository" class="App\Repository\BoxesQtyRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\BoxesQtyRepository" class="App\Repository\BoxesQtyRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\C4rgoNewsRepository" class="App\Repository\C4rgoNewsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\C4rgoNewsRepository" class="App\Repository\C4rgoNewsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\C4rgoRoiFixValueRepository" class="App\Repository\C4rgoRoiFixValueRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\C4rgoRoiFixValueRepository" class="App\Repository\C4rgoRoiFixValueRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaratteristicheContenitoriRepository" class="App\Repository\CaratteristicheContenitoriRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CaratteristicheContenitoriRepository" class="App\Repository\CaratteristicheContenitoriRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaratteristicheItemsRepository" class="App\Repository\CaratteristicheItemsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CaratteristicheItemsRepository" class="App\Repository\CaratteristicheItemsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaratteristicheOpzioniRepository" class="App\Repository\CaratteristicheOpzioniRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CaratteristicheOpzioniRepository" class="App\Repository\CaratteristicheOpzioniRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CaratteristicheRepository" class="App\Repository\CaratteristicheRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CaratteristicheRepository" class="App\Repository\CaratteristicheRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificazioniRepository" class="App\Repository\CertificazioniRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CertificazioniRepository" class="App\Repository\CertificazioniRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CodiciAcquisitiRepository" class="App\Repository\CodiciAcquisitiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CodiciAcquisitiRepository" class="App\Repository\CodiciAcquisitiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CoeffPesoVolumetricoRepository" class="App\Repository\CoeffPesoVolumetricoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CoeffPesoVolumetricoRepository" class="App\Repository\CoeffPesoVolumetricoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColoriConfiguratoreDORepository" class="App\Repository\ColoriConfiguratoreDORepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ColoriConfiguratoreDORepository" class="App\Repository\ColoriConfiguratoreDORepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColoriConfigurazioneRepository" class="App\Repository\ColoriConfigurazioneRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ColoriConfigurazioneRepository" class="App\Repository\ColoriConfigurazioneRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ColoriConfigurazioneTrasportiRepository" class="App\Repository\ColoriConfigurazioneTrasportiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ColoriConfigurazioneTrasportiRepository" class="App\Repository\ColoriConfigurazioneTrasportiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComandiExecRepository" class="App\Repository\ComandiExecRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ComandiExecRepository" class="App\Repository\ComandiExecRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComandiRepository" class="App\Repository\ComandiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ComandiRepository" class="App\Repository\ComandiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ComponentiRepository" class="App\Repository\ComponentiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ComponentiRepository" class="App\Repository\ComponentiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigEngineRepository" class="App\Repository\ConfigEngineRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfigEngineRepository" class="App\Repository\ConfigEngineRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguratoreCaricoRepository" class="App\Repository\ConfiguratoreCaricoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfiguratoreCaricoRepository" class="App\Repository\ConfiguratoreCaricoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguratoreDORepository" class="App\Repository\ConfiguratoreDORepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfiguratoreDORepository" class="App\Repository\ConfiguratoreDORepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguratoreTestataDORepository" class="App\Repository\ConfiguratoreTestataDORepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfiguratoreTestataDORepository" class="App\Repository\ConfiguratoreTestataDORepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguratoreTestataMORepository" class="App\Repository\ConfiguratoreTestataMORepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfiguratoreTestataMORepository" class="App\Repository\ConfiguratoreTestataMORepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfiguratoreTestataSORepository" class="App\Repository\ConfiguratoreTestataSORepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfiguratoreTestataSORepository" class="App\Repository\ConfiguratoreTestataSORepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurazioneRepository" class="App\Repository\ConfigurazioneRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfigurazioneRepository" class="App\Repository\ConfigurazioneRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurazioneSoluzioniItemsRepository" class="App\Repository\ConfigurazioneSoluzioniItemsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfigurazioneSoluzioniItemsRepository" class="App\Repository\ConfigurazioneSoluzioniItemsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurazioneTrasportiRepository" class="App\Repository\ConfigurazioneTrasportiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfigurazioneTrasportiRepository" class="App\Repository\ConfigurazioneTrasportiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConfigurazioneTrasportiSoluzioniRepository" class="App\Repository\ConfigurazioneTrasportiSoluzioniRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ConfigurazioneTrasportiSoluzioniRepository" class="App\Repository\ConfigurazioneTrasportiSoluzioniRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContenitoriRepository" class="App\Repository\ContenitoriRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ContenitoriRepository" class="App\Repository\ContenitoriRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContinentiRepository" class="App\Repository\ContinentiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ContinentiRepository" class="App\Repository\ContinentiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CronExpressionRepository" class="App\Repository\CronExpressionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\CronExpressionRepository" class="App\Repository\CronExpressionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DMXLedLightChannelsRepository" class="App\Repository\DMXLedLightChannelsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\DMXLedLightChannelsRepository" class="App\Repository\DMXLedLightChannelsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DMXLedLightRepository" class="App\Repository\DMXLedLightRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\DMXLedLightRepository" class="App\Repository\DMXLedLightRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DecodeRepository" class="App\Repository\DecodeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\DecodeRepository" class="App\Repository\DecodeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailItemRepository" class="App\Repository\DetailItemRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\DetailItemRepository" class="App\Repository\DetailItemRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceDecodeRepository" class="App\Repository\DeviceDecodeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\DeviceDecodeRepository" class="App\Repository\DeviceDecodeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DevicesRepository" class="App\Repository\DevicesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\DevicesRepository" class="App\Repository\DevicesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRepository" class="App\Repository\EmailRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EmailRepository" class="App\Repository\EmailRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailTemplateRepository" class="App\Repository\EmailTemplateRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EmailTemplateRepository" class="App\Repository\EmailTemplateRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EncodedUrlRepository" class="App\Repository\EncodedUrlRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\EncodedUrlRepository" class="App\Repository\EncodedUrlRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ExportLogRepository" class="App\Repository\ExportLogRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ExportLogRepository" class="App\Repository\ExportLogRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FamigliaComponentiRepository" class="App\Repository\FamigliaComponentiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\FamigliaComponentiRepository" class="App\Repository\FamigliaComponentiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FotografieRepository" class="App\Repository\FotografieRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\FotografieRepository" class="App\Repository\FotografieRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FunzioniRepository" class="App\Repository\FunzioniRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\FunzioniRepository" class="App\Repository\FunzioniRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GPSRepository" class="App\Repository\GPSRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\GPSRepository" class="App\Repository\GPSRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GruppiRepository" class="App\Repository\GruppiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\GruppiRepository" class="App\Repository\GruppiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InfoMacchineRepository" class="App\Repository\InfoMacchineRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\InfoMacchineRepository" class="App\Repository\InfoMacchineRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Log3DLabRepository" class="App\Repository\Log3DLabRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Log3DLabRepository" class="App\Repository\Log3DLabRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginLogRepository" class="App\Repository\LoginLogRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\LoginLogRepository" class="App\Repository\LoginLogRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LuoghiRepository" class="App\Repository\LuoghiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\LuoghiRepository" class="App\Repository\LuoghiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MDecodeRepository" class="App\Repository\MDecodeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\MDecodeRepository" class="App\Repository\MDecodeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MacchineRepository" class="App\Repository\MacchineRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\MacchineRepository" class="App\Repository\MacchineRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository" class="App\Repository\MediaRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\MediaRepository" class="App\Repository\MediaRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModelliRepository" class="App\Repository\ModelliRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ModelliRepository" class="App\Repository\ModelliRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ModificheAwbexportRepository" class="App\Repository\ModificheAwbexportRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ModificheAwbexportRepository" class="App\Repository\ModificheAwbexportRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MontaggiRepository" class="App\Repository\MontaggiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\MontaggiRepository" class="App\Repository\MontaggiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NazioniRepository" class="App\Repository\NazioniRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\NazioniRepository" class="App\Repository\NazioniRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NoteRepository" class="App\Repository\NoteRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\NoteRepository" class="App\Repository\NoteRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificaEventoRepository" class="App\Repository\NotificaEventoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\NotificaEventoRepository" class="App\Repository\NotificaEventoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PalletsRepository" class="App\Repository\PalletsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\PalletsRepository" class="App\Repository\PalletsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PostRepository" class="App\Repository\PostRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\PostRepository" class="App\Repository\PostRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProfiliRepository" class="App\Repository\ProfiliRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\ProfiliRepository" class="App\Repository\ProfiliRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueriesModelRepository" class="App\Repository\QueriesModelRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\QueriesModelRepository" class="App\Repository\QueriesModelRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RolesRepository" class="App\Repository\RolesRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\RolesRepository" class="App\Repository\RolesRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionRepository" class="App\Repository\SessionRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SessionRepository" class="App\Repository\SessionRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Sim7600DeviceStatusRepository" class="App\Repository\Sim7600DeviceStatusRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\Sim7600DeviceStatusRepository" class="App\Repository\Sim7600DeviceStatusRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SoluzioniSalvateRepository" class="App\Repository\SoluzioniSalvateRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SoluzioniSalvateRepository" class="App\Repository\SoluzioniSalvateRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SoluzioniSalvateTestRepository" class="App\Repository\SoluzioniSalvateTestRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SoluzioniSalvateTestRepository" class="App\Repository\SoluzioniSalvateTestRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SpedRepository" class="App\Repository\SpedRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\SpedRepository" class="App\Repository\SpedRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TEventiRepository" class="App\Repository\TEventiRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TEventiRepository" class="App\Repository\TEventiRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TabelleSupportoRepository" class="App\Repository\TabelleSupportoRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TabelleSupportoRepository" class="App\Repository\TabelleSupportoRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TargetRepository" class="App\Repository\TargetRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TargetRepository" class="App\Repository\TargetRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TargetVettoriRepository" class="App\Repository\TargetVettoriRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TargetVettoriRepository" class="App\Repository\TargetVettoriRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoAccessoriRepository" class="App\Repository\TipoAccessoriRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TipoAccessoriRepository" class="App\Repository\TipoAccessoriRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoDispositiviRepository" class="App\Repository\TipoDispositiviRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TipoDispositiviRepository" class="App\Repository\TipoDispositiviRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TraduzioniRepository" class="App\Repository\TraduzioniRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\TraduzioniRepository" class="App\Repository\TraduzioniRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UMRepository" class="App\Repository\UMRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UMRepository" class="App\Repository\UMRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UmConversioniRepository" class="App\Repository\UmConversioniRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UmConversioniRepository" class="App\Repository\UmConversioniRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" class="App\Repository\UserRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\UserRepository" class="App\Repository\UserRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VettoriRepository" class="App\Repository\VettoriRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\VettoriRepository" class="App\Repository\VettoriRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VolumeRepository" class="App\Repository\VolumeRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\VolumeRepository" class="App\Repository\VolumeRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WebServiceLogRepository" class="App\Repository\WebServiceLogRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\WebServiceLogRepository" class="App\Repository\WebServiceLogRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WeightRepository" class="App\Repository\WeightRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\WeightRepository" class="App\Repository\WeightRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WizOptionsRepository" class="App\Repository\WizOptionsRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\WizOptionsRepository" class="App\Repository\WizOptionsRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WizPageRepository" class="App\Repository\WizPageRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\WizPageRepository" class="App\Repository\WizPageRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WizSetupRepository" class="App\Repository\WizSetupRepository" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Repository\WizSetupRepository" class="App\Repository\WizSetupRepository" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PostVoter" class="App\Security\PostVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\PostVoter" class="App\Security\PostVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\GruppiVoter" class="App\Security\Voter\GruppiVoter" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Security\Voter\GruppiVoter" class="App\Security\Voter\GruppiVoter" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" class="App\Twig\AppExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\AppExtension" class="App\Twig\AppExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AssetVersionExtension" class="App\Twig\AssetVersionExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\AssetVersionExtension" class="App\Twig\AssetVersionExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ConvertionExtension" class="App\Twig\ConvertionExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\ConvertionExtension" class="App\Twig\ConvertionExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\JsonDecodeExtension" class="App\Twig\JsonDecodeExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\JsonDecodeExtension" class="App\Twig\JsonDecodeExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\LegacyIntlExtension" class="App\Twig\LegacyIntlExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\LegacyIntlExtension" class="App\Twig\LegacyIntlExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\MyC4rg0TwigExtension" class="App\Twig\MyC4rg0TwigExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\MyC4rg0TwigExtension" class="App\Twig\MyC4rg0TwigExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\SourceCodeExtension" class="App\Twig\SourceCodeExtension" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Twig\SourceCodeExtension" class="App\Twig\SourceCodeExtension" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniqueDecodeKeyValidator" class="App\Validator\UniqueDecodeKeyValidator" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.App\Validator\UniqueDecodeKeyValidator" class="App\Validator\UniqueDecodeKeyValidator" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer" class="Vich\UploaderBundle\Naming\UniqidNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer" class="Vich\UploaderBundle\Naming\UniqidNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer" class="Vich\UploaderBundle\Naming\PropertyNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer" class="Vich\UploaderBundle\Naming\PropertyNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer" class="Vich\UploaderBundle\Naming\OrignameNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer" class="Vich\UploaderBundle\Naming\OrignameNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer" class="Vich\UploaderBundle\Naming\HashNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer" class="Vich\UploaderBundle\Naming\HashNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer" class="Vich\UploaderBundle\Naming\Base64Namer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer" class="Vich\UploaderBundle\Naming\Base64Namer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer" class="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer" class="Vich\UploaderBundle\Naming\SubdirDirectoryNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer" class="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer" class="Vich\UploaderBundle\Naming\PropertyDirectoryNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" class="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" class="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" class="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" class="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" abstract="true"/>
    <service id=".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer" class="Vich\UploaderBundle\Naming\SmartUniqueNamer" abstract="true"/>
    <service id=".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoArray" class="Geocoder\Dumper\GeoArray" public="true" abstract="true"/>
    <service id=".abstract.instanceof.Geocoder\Dumper\GeoArray" class="Geocoder\Dumper\GeoArray" abstract="true"/>
    <service id=".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\GeoJson" class="Geocoder\Dumper\GeoJson" public="true" abstract="true"/>
    <service id=".abstract.instanceof.Geocoder\Dumper\GeoJson" class="Geocoder\Dumper\GeoJson" abstract="true"/>
    <service id=".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Gpx" class="Geocoder\Dumper\Gpx" public="true" abstract="true"/>
    <service id=".abstract.instanceof.Geocoder\Dumper\Gpx" class="Geocoder\Dumper\Gpx" abstract="true"/>
    <service id=".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Kml" class="Geocoder\Dumper\Kml" public="true" abstract="true"/>
    <service id=".abstract.instanceof.Geocoder\Dumper\Kml" class="Geocoder\Dumper\Kml" abstract="true"/>
    <service id=".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkb" class="Geocoder\Dumper\Wkb" public="true" abstract="true"/>
    <service id=".abstract.instanceof.Geocoder\Dumper\Wkb" class="Geocoder\Dumper\Wkb" abstract="true"/>
    <service id=".instanceof.Geocoder\Dumper\Dumper.0.Geocoder\Dumper\Wkt" class="Geocoder\Dumper\Wkt" public="true" abstract="true"/>
    <service id=".abstract.instanceof.Geocoder\Dumper\Wkt" class="Geocoder\Dumper\Wkt" abstract="true"/>
    <service id=".instanceof.Psr\Log\LoggerAwareInterface.0.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" class="Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" autowire="true" abstract="true"/>
    <service id=".abstract.instanceof.Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" class="Bazinga\GeocoderBundle\ProviderFactory\ChainFactory" autowire="true" autoconfigure="true" abstract="true"/>
    <service id=".service_locator.w7.f4fT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="base64" type="service_closure" id="container.env_var_processor"/>
        <argument key="bool" type="service_closure" id="container.env_var_processor"/>
        <argument key="const" type="service_closure" id="container.env_var_processor"/>
        <argument key="csv" type="service_closure" id="container.env_var_processor"/>
        <argument key="default" type="service_closure" id="container.env_var_processor"/>
        <argument key="defined" type="service_closure" id="container.env_var_processor"/>
        <argument key="enum" type="service_closure" id="container.env_var_processor"/>
        <argument key="file" type="service_closure" id="container.env_var_processor"/>
        <argument key="float" type="service_closure" id="container.env_var_processor"/>
        <argument key="int" type="service_closure" id="container.env_var_processor"/>
        <argument key="json" type="service_closure" id="container.env_var_processor"/>
        <argument key="key" type="service_closure" id="container.env_var_processor"/>
        <argument key="not" type="service_closure" id="container.env_var_processor"/>
        <argument key="query_string" type="service_closure" id="container.env_var_processor"/>
        <argument key="require" type="service_closure" id="container.env_var_processor"/>
        <argument key="resolve" type="service_closure" id="container.env_var_processor"/>
        <argument key="shuffle" type="service_closure" id="container.env_var_processor"/>
        <argument key="string" type="service_closure" id="container.env_var_processor"/>
        <argument key="trim" type="service_closure" id="container.env_var_processor"/>
        <argument key="url" type="service_closure" id="container.env_var_processor"/>
      </argument>
    </service>
    <service id="maker.auto_command.make_auth" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:auth" description="Create a Guard authenticator of different flavors"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_authenticator"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:auth</argument>
      </call>
      <call method="setDescription">
        <argument>Create a Guard authenticator of different flavors</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_command" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:command" description="Create a new console command class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_command"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:command</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new console command class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_twig_component" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:twig-component" description="Create a Twig (or Live) component"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_twig_component"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:twig-component</argument>
      </call>
      <call method="setDescription">
        <argument>Create a Twig (or Live) component</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_controller" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:controller" description="Create a new controller class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_controller"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:controller</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new controller class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_crud" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:crud" description="Create CRUD for Doctrine entity class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_crud"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:crud</argument>
      </call>
      <call method="setDescription">
        <argument>Create CRUD for Doctrine entity class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_docker_database" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:docker:database" description="Add a database container to your compose.yaml file"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_docker_database"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:docker:database</argument>
      </call>
      <call method="setDescription">
        <argument>Add a database container to your compose.yaml file</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_entity" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:entity" description="Create or update a Doctrine entity class, and optionally an API Platform resource"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_entity"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:entity</argument>
      </call>
      <call method="setDescription">
        <argument>Create or update a Doctrine entity class, and optionally an API Platform resource</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_fixtures" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:fixtures" description="Create a new class to load Doctrine fixtures"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_fixtures"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:fixtures</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new class to load Doctrine fixtures</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_form" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:form" description="Create a new form class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_form"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:form</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new form class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_listener" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:listener" description="Creates a new event subscriber class or a new event listener class"/>
      <tag name="console.command" command="make:subscriber" description="Deprecated alias of &quot;make:listener&quot;"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_listener"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:listener</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>make:subscriber</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Creates a new event subscriber class or a new event listener class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_message" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:message" description="Create a new message and handler"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_message"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:message</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new message and handler</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_messenger_middleware" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:messenger-middleware" description="Create a new messenger middleware"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_messenger_middleware"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:messenger-middleware</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new messenger middleware</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_registration_form" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:registration-form" description="Create a new registration form system"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_registration_form"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:registration-form</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new registration form system</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_reset_password" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:reset-password" description="Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_reset_password"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:reset-password</argument>
      </call>
      <call method="setDescription">
        <argument>Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_schedule" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:schedule" description="Create a scheduler component"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_schedule"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:schedule</argument>
      </call>
      <call method="setDescription">
        <argument>Create a scheduler component</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_serializer_encoder" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:serializer:encoder" description="Create a new serializer encoder class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_serializer_encoder"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:serializer:encoder</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new serializer encoder class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_serializer_normalizer" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:serializer:normalizer" description="Create a new serializer normalizer class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_serializer_normalizer"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:serializer:normalizer</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new serializer normalizer class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_twig_extension" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:twig-extension" description="Create a new Twig extension with its runtime class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_twig_extension"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:twig-extension</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new Twig extension with its runtime class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_test" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:test" description="Create a new test class"/>
      <tag name="console.command" command="make:unit-test" description="Deprecated alias of &quot;make:test&quot;"/>
      <tag name="console.command" command="make:functional-test" description="Deprecated alias of &quot;make:test&quot;"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_test"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:test</argument>
      </call>
      <call method="setAliases">
        <argument type="collection">
          <argument>make:unit-test</argument>
          <argument>make:functional-test</argument>
        </argument>
      </call>
      <call method="setDescription">
        <argument>Create a new test class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_validator" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:validator" description="Create a new validator and constraint class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_validator"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:validator</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new validator and constraint class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_voter" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:voter" description="Create a new security voter class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_voter"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:voter</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new security voter class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_user" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:user" description="Create a new security user class"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_user"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:user</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new security user class</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_migration" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:migration" description="Create a new migration based on database changes"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_migration"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:migration</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new migration based on database changes</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_stimulus_controller" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:stimulus-controller" description="Create a new Stimulus controller"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_stimulus_controller"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:stimulus-controller</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new Stimulus controller</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_security_form_login" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:security:form-login" description="Generate the code needed for the form_login authenticator"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_form_login"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:security:form-login</argument>
      </call>
      <call method="setDescription">
        <argument>Generate the code needed for the form_login authenticator</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_security_custom" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:security:custom" description="Create a custom security authenticator."/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_custom_authenticator"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:security:custom</argument>
      </call>
      <call method="setDescription">
        <argument>Create a custom security authenticator.</argument>
      </call>
    </service>
    <service id="maker.auto_command.make_webhook" class="Symfony\Bundle\MakerBundle\Command\MakerCommand">
      <tag name="console.command" command="make:webhook" description="Create a new Webhook"/>
      <tag name="container.no_preload"/>
      <argument type="service" id="maker.maker.make_webhook"/>
      <argument type="service" id="maker.file_manager"/>
      <argument type="service" id="maker.generator"/>
      <argument type="service" id="maker.template_linter"/>
      <call method="setName">
        <argument>make:webhook</argument>
      </call>
      <call method="setDescription">
        <argument>Create a new Webhook</argument>
      </call>
    </service>
    <service id=".service_locator.y4_Zrx." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="loader" type="service_closure" id=".errored..service_locator.y4_Zrx..Symfony\Component\Config\Loader\LoaderInterface"/>
      </argument>
    </service>
    <service id=".service_locator.L.VUGHb" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.Ge47UTU" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="posts" type="service_closure" id="App\Repository\PostRepository"/>
      </argument>
    </service>
    <service id=".service_locator.PYF7PhY" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="post" type="service_closure" id=".errored..service_locator.PYF7PhY.App\Entity\Post"/>
      </argument>
    </service>
    <service id=".service_locator.QNSxH_W" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="caratteristicheRepository" type="service_closure" id="App\Repository\CaratteristicheRepository"/>
      </argument>
    </service>
    <service id=".service_locator.CsMkqUa" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.m1OcrLL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="caratteristiche" type="service_closure" id=".errored..service_locator.m1OcrLL.App\Entity\Caratteristiche"/>
      </argument>
    </service>
    <service id=".service_locator.o0KYuTs" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="caratteristiche" type="service_closure" id=".errored..service_locator.o0KYuTs.App\Entity\Caratteristiche"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.1Z9fEX7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.h0ZdTWq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_session" type="service_closure" id=".errored..service_locator.h0ZdTWq.Symfony\Component\HttpFoundation\Session\Session"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.Lfq.JWp" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="managerRegistry" type="service_closure" id=".errored..service_locator.Lfq.JWp.Symfony\Bridge\Doctrine\ManagerRegistry"/>
      </argument>
    </service>
    <service id=".service_locator.NtHe63v" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="scheduledCommand" type="service_closure" id="Dukecity\CommandSchedulerBundle\Entity\ScheduledCommand"/>
      </argument>
    </service>
    <service id=".service_locator.zA.zjO6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="decodeRepository" type="service_closure" id="App\Repository\DecodeRepository"/>
      </argument>
    </service>
    <service id=".service_locator.5.VEx7o" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="decode" type="service_closure" id=".errored..service_locator.5.VEx7o.App\Entity\Decode"/>
      </argument>
    </service>
    <service id=".service_locator.1A1BBOc" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="decode" type="service_closure" id=".errored..service_locator.1A1BBOc.App\Entity\Decode"/>
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.jH9FXWu" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_session" type="service_closure" id=".errored..service_locator.jH9FXWu.Symfony\Component\HttpFoundation\Session\Session"/>
      </argument>
    </service>
    <service id=".service_locator.IhZVZ_K" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="exp" type="service_closure" id="App\Services\ExportService"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.56w7fnY" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translato" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.lATwoId" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="encoder" type="service_closure" id="security.user_password_hasher"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.tkCUrz4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="fileManagerRoot" type="service_closure">
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/fmuploads</argument>
        </argument>
        <argument key="fileManagerWebRoot" type="service_closure">
          <argument>/fmuploads</argument>
        </argument>
      </argument>
    </service>
    <service id=".service_locator.nvNV0ng" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="fileManagerRoot" type="service_closure">
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/fmuploads</argument>
        </argument>
      </argument>
    </service>
    <service id=".service_locator.SoIa2O7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="validator" type="service_closure" id="debug.validator"/>
      </argument>
    </service>
    <service id=".service_locator.Q9_Ua5J" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="logger" type="service_closure" id="monolog.logger"/>
      </argument>
    </service>
    <service id=".service_locator.y8P5G4x" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="eventDispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="post" type="service_closure" id=".errored..service_locator.y8P5G4x.App\Entity\Post"/>
      </argument>
    </service>
    <service id=".service_locator.p_1cpwZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.Ko5ib3H" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_session" type="service_closure" id=".errored..service_locator.Ko5ib3H.Symfony\Component\HttpFoundation\Session\Session"/>
        <argument key="transformer" type="service_closure" id="App\Form\DataTransformer\CoeffPesoVolumetricoTypeToIdTransformer"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.0Ir81EE" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="componentiRepository" type="service_closure" id="App\Repository\ComponentiRepository"/>
      </argument>
    </service>
    <service id=".service_locator.JGoNQZj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="componenti" type="service_closure" id=".errored..service_locator.JGoNQZj.App\Entity\Componenti"/>
      </argument>
    </service>
    <service id=".service_locator.3BHQ8oi" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="componenti" type="service_closure" id=".errored..service_locator.3BHQ8oi.App\Entity\Componenti"/>
        <argument key="componentiRepository" type="service_closure" id="App\Repository\ComponentiRepository"/>
      </argument>
    </service>
    <service id=".service_locator.2PSjfM." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_Translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.a20YgQC" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_Translator" type="service_closure" id="translator.data_collector"/>
        <argument key="kernel" type="service_closure" id="kernel"/>
      </argument>
    </service>
    <service id=".service_locator.pjBSITi" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_C4rgoUtils" type="service_closure" id="App\Utils\C4rgoUtils"/>
        <argument key="a_DecodeRep" type="service_closure" id="App\Repository\DecodeRepository"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.PLBJHx8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_ConfSol" type="service_closure" id="App\Repository\ConfigurazioneTrasportiSoluzioniRepository"/>
      </argument>
    </service>
    <service id=".service_locator.sEM9DCW" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_Contenitore" type="service_closure" id="App\Repository\ContenitoriRepository"/>
        <argument key="a_DO" type="service_closure" id="App\Repository\ConfiguratoreDORepository"/>
        <argument key="a_MO" type="service_closure" id="App\Repository\ConfigurazioneRepository"/>
        <argument key="a_SO" type="service_closure" id="App\Repository\ConfigurazioneTrasportiRepository"/>
      </argument>
    </service>
    <service id=".service_locator.Vaahi7y" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_repoDecode" type="service_closure" id="App\Repository\DecodeRepository"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.xXwPK6J" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_repoDecode" type="service_closure" id="App\Repository\DecodeRepository"/>
        <argument key="kernel" type="service_closure" id="kernel"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.OsjzbMs" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_repConfTrasportiSol" type="service_closure" id="App\Repository\ConfigurazioneTrasportiSoluzioniRepository"/>
        <argument key="a_repoDecode" type="service_closure" id="App\Repository\DecodeRepository"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.CseHU7V" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel" type="service_closure" id="kernel"/>
      </argument>
    </service>
    <service id=".service_locator.oG2vFy5" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="contenitoriRepository" type="service_closure" id="App\Repository\ContenitoriRepository"/>
        <argument key="fileManagerWebRoot" type="service_closure">
          <argument>/fmuploads</argument>
        </argument>
        <argument key="translato" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.IrgEEl6" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="contenitoriRepository" type="service_closure" id="App\Repository\ContenitoriRepository"/>
      </argument>
    </service>
    <service id=".service_locator.dXV1re8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="contenitori" type="service_closure" id=".errored..service_locator.dXV1re8.App\Entity\Contenitori"/>
      </argument>
    </service>
    <service id=".service_locator.nHQ.CRt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="contenitori" type="service_closure" id=".errored..service_locator.nHQ.CRt.App\Entity\Contenitori"/>
        <argument key="fileManagerRoot" type="service_closure">
          <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/public/fmuploads</argument>
        </argument>
      </argument>
    </service>
    <service id=".service_locator.ExM_rWC" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_ContenitoriRep" type="service_closure" id="App\Repository\ContenitoriRepository"/>
        <argument key="translato" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.bixgmJU" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_ImageGen" type="service_closure" id="App\Utils\ImageGen"/>
      </argument>
    </service>
    <service id=".service_locator.uVvF4gL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mailer" type="service_closure" id="mailer.mailer"/>
      </argument>
    </service>
    <service id=".service_locator.xXV0L36" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="famigliaComponentiRepository" type="service_closure" id="App\Repository\FamigliaComponentiRepository"/>
      </argument>
    </service>
    <service id=".service_locator.3rb4HZy" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="famigliaComponenti" type="service_closure" id=".errored..service_locator.3rb4HZy.App\Entity\FamigliaComponenti"/>
      </argument>
    </service>
    <service id=".service_locator.fS8cDPO" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="famigliaComponenti" type="service_closure" id=".errored..service_locator.fS8cDPO.App\Entity\FamigliaComponenti"/>
        <argument key="famigliaComponentiRepository" type="service_closure" id="App\Repository\FamigliaComponentiRepository"/>
      </argument>
    </service>
    <service id=".service_locator.IovBHgs" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_session" type="service_closure" id=".errored..service_locator.IovBHgs.Symfony\Component\HttpFoundation\Session\Session"/>
        <argument key="translato" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.aanWH5_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_session" type="service_closure" id=".errored..service_locator.aanWH5_.Symfony\Component\HttpFoundation\Session\Session"/>
        <argument key="logger" type="service_closure" id="monolog.logger"/>
      </argument>
    </service>
    <service id=".service_locator.dTswIlL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a_GPSRep" type="service_closure" id="App\Repository\GPSRepository"/>
        <argument key="a_MacRep" type="service_closure" id="App\Repository\MacchineRepository"/>
      </argument>
    </service>
    <service id=".service_locator.9kKwU2t" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.fqghnjG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mDecodeRepository" type="service_closure" id="App\Repository\MDecodeRepository"/>
      </argument>
    </service>
    <service id=".service_locator.cq4r4mK" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="mDecode" type="service_closure" id=".errored..service_locator.cq4r4mK.App\Entity\MDecode"/>
      </argument>
    </service>
    <service id=".service_locator.RGaYKwJ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="mDecode" type="service_closure" id=".errored..service_locator.RGaYKwJ.App\Entity\MDecode"/>
      </argument>
    </service>
    <service id=".service_locator.KMU0.us" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="macchineRep" type="service_closure" id="App\Repository\MacchineRepository"/>
      </argument>
    </service>
    <service id=".service_locator.N1xdrPC" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="aziendeRep" type="service_closure" id="App\Repository\AziendeRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="modelliRep" type="service_closure" id="App\Repository\ModelliRepository"/>
      </argument>
    </service>
    <service id=".service_locator.aDBaiMN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="aziendeRep" type="service_closure" id="App\Repository\AziendeRepository"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="macchineRep" type="service_closure" id="App\Repository\MacchineRepository"/>
        <argument key="modelliRep" type="service_closure" id="App\Repository\ModelliRepository"/>
      </argument>
    </service>
    <service id=".service_locator.DzvJ9dP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="macchineRep" type="service_closure" id="App\Repository\MacchineRepository"/>
      </argument>
    </service>
    <service id=".service_locator.dX3m5cX" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="luoghiRep" type="service_closure" id="App\Repository\LuoghiRepository"/>
      </argument>
    </service>
    <service id=".service_locator.CCrpAJJ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="modelliRep" type="service_closure" id="App\Repository\ModelliRepository"/>
      </argument>
    </service>
    <service id=".service_locator.Sw3BLJz" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="macchineRepository" type="service_closure" id="App\Repository\MacchineRepository"/>
      </argument>
    </service>
    <service id=".service_locator.O0jqDpU" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="macchine" type="service_closure" id=".errored..service_locator.O0jqDpU.App\Entity\Macchine"/>
      </argument>
    </service>
    <service id=".service_locator.gXCcPXT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="macchine" type="service_closure" id=".errored..service_locator.gXCcPXT.App\Entity\Macchine"/>
      </argument>
    </service>
    <service id=".service_locator.quxG.oT" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="modelliRepository" type="service_closure" id="App\Repository\ModelliRepository"/>
      </argument>
    </service>
    <service id=".service_locator.iPyVwLZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="modelli" type="service_closure" id=".errored..service_locator.iPyVwLZ.App\Entity\Modelli"/>
      </argument>
    </service>
    <service id=".service_locator..KnNZen" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="entityManager" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="modelli" type="service_closure" id=".errored..service_locator..KnNZen.App\Entity\Modelli"/>
      </argument>
    </service>
    <service id=".service_locator.jCjQ5z." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="montaggiRepository" type="service_closure" id="App\Repository\MontaggiRepository"/>
      </argument>
    </service>
    <service id=".service_locator.7G.h9xt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="montaggi" type="service_closure" id=".errored..service_locator.7G.h9xt.App\Entity\Montaggi"/>
      </argument>
    </service>
    <service id=".service_locator._9J0vbF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="montaggi" type="service_closure" id=".errored..service_locator._9J0vbF.App\Entity\Montaggi"/>
        <argument key="montaggiRepository" type="service_closure" id="App\Repository\MontaggiRepository"/>
      </argument>
    </service>
    <service id=".service_locator.91QYP5y" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="session" type="service_closure" id=".errored..service_locator.91QYP5y.Symfony\Component\HttpFoundation\Session\Session"/>
      </argument>
    </service>
    <service id=".service_locator.E9unxk2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cmdExecRep" type="service_closure" id="App\Repository\ComandiExecRepository"/>
        <argument key="cmdRep" type="service_closure" id="App\Repository\ComandiRepository"/>
        <argument key="macRep" type="service_closure" id="App\Repository\MacchineRepository"/>
      </argument>
    </service>
    <service id=".service_locator.bvgWslw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cmdRep" type="service_closure" id="App\Repository\ComandiExecRepository"/>
        <argument key="macRep" type="service_closure" id="App\Repository\MacchineRepository"/>
      </argument>
    </service>
    <service id=".service_locator.4T4jrFJ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="GPSRep" type="service_closure" id="App\Repository\GPSRepository"/>
        <argument key="macRep" type="service_closure" id="App\Repository\MacchineRepository"/>
      </argument>
    </service>
    <service id=".service_locator.ncwfjde" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="decRep" type="service_closure" id="App\Repository\DecodeRepository"/>
        <argument key="macRep" type="service_closure" id="App\Repository\MacchineRepository"/>
      </argument>
    </service>
    <service id=".service_locator.yQu8QGe" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.tTf1h5K" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="fileManagerWebRoot" type="service_closure">
          <argument>/fmuploads</argument>
        </argument>
      </argument>
    </service>
    <service id=".service_locator.qs4hwPP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="helper" type="service_closure" id="security.authentication_utils"/>
      </argument>
    </service>
    <service id=".service_locator.Ps8ujrF" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.PvuWw1V" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="spedRepository" type="service_closure" id="App\Repository\SpedRepository"/>
      </argument>
    </service>
    <service id=".service_locator.c0tHGAx" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="sped" type="service_closure" id=".errored..service_locator.c0tHGAx.App\Entity\Sped"/>
      </argument>
    </service>
    <service id=".service_locator.qe5VdSi" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="t" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.b2Ova5p" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="counter" type="service_closure" id="App\Utils\Counters"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.MMuM2dP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="counter" type="service_closure" id="App\Utils\Counters"/>
        <argument key="session" type="service_closure" id=".errored..service_locator.MMuM2dP.Symfony\Component\HttpFoundation\Session\Session"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.E6O6OSD" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="session" type="service_closure" id=".errored..service_locator.E6O6OSD.Symfony\Component\HttpFoundation\Session\Session"/>
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.ZvSL2fP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\ArticoloRepository"/>
      </argument>
    </service>
    <service id=".service_locator.emwC4D7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a" type="service_closure" id=".errored..service_locator.emwC4D7.App\Magazzino\Entity\Articolo"/>
      </argument>
    </service>
    <service id=".service_locator.ZFJEBmS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\GiacenzaRollupRepository"/>
      </argument>
    </service>
    <service id=".service_locator.4vkJ4Yl" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cfg" type="service_closure" id="App\Magazzino\Service\ModuloConfigService"/>
      </argument>
    </service>
    <service id=".service_locator.z_vvh78" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="identRepo" type="service_closure" id="App\Magazzino\Repository\IdentificatoreRepository"/>
      </argument>
    </service>
    <service id=".service_locator.x0.cvEZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lotto" type="service_closure" id=".errored..service_locator.x0.cvEZ.App\Magazzino\Entity\Lotto"/>
        <argument key="svc" type="service_closure" id="App\Magazzino\Service\TracciabilitaService"/>
      </argument>
    </service>
    <service id=".service_locator.UEdlyua" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="articolo" type="service_closure" id=".errored..service_locator.UEdlyua.App\Magazzino\Entity\Articolo"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="svc" type="service_closure" id="App\Magazzino\Service\LottoSelectionService"/>
      </argument>
    </service>
    <service id=".service_locator.xMMcHxG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cfg" type="service_closure" id="App\Magazzino\Service\ModuloConfigService"/>
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\ArticoloRepository"/>
      </argument>
    </service>
    <service id=".service_locator.HPfUOx2" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cfg" type="service_closure" id="App\Magazzino\Service\ModuloConfigService"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.Q6jw8.W" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a" type="service_closure" id=".errored..service_locator.Q6jw8.W.App\Magazzino\Entity\Articolo"/>
        <argument key="cfg" type="service_closure" id="App\Magazzino\Service\ModuloConfigService"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.aK2seLj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="a" type="service_closure" id=".errored..service_locator.aK2seLj.App\Magazzino\Entity\Articolo"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.UNOnXpl" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\CategoriaRepository"/>
      </argument>
    </service>
    <service id=".service_locator.l2YEGep" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cat" type="service_closure" id=".errored..service_locator.l2YEGep.App\Magazzino\Entity\Categoria"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.InXX32H" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\CategoriaRepository"/>
      </argument>
    </service>
    <service id=".service_locator.33X0bkM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\CausaleRepository"/>
      </argument>
    </service>
    <service id=".service_locator.2sD899E" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="c" type="service_closure" id=".errored..service_locator.2sD899E.App\Magazzino\Entity\Causale"/>
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
      </argument>
    </service>
    <service id=".service_locator.h2d0EXN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cfg" type="service_closure" id="App\Magazzino\Service\ModuloConfigService"/>
        <argument key="magRepo" type="service_closure" id="App\Magazzino\Repository\MagazzinoRepository"/>
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\GiacenzaRollupRepository"/>
      </argument>
    </service>
    <service id=".service_locator.YJ_G0iP" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\IdentificatoreRepository"/>
      </argument>
    </service>
    <service id=".service_locator.c87f2Km" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="i" type="service_closure" id=".errored..service_locator.c87f2Km.App\Magazzino\Entity\Identificatore"/>
      </argument>
    </service>
    <service id=".service_locator.BeDfvVS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="importer" type="service_closure" id="App\Magazzino\Service\ArticoloImportService"/>
      </argument>
    </service>
    <service id=".service_locator.ISKfI0U" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="exporter" type="service_closure" id="App\Magazzino\Service\ArticoloExportService"/>
      </argument>
    </service>
    <service id=".service_locator.SyNqtDg" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="svc" type="service_closure" id="App\Magazzino\Service\AnagraficaImportService"/>
      </argument>
    </service>
    <service id=".service_locator.5Of7tJH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\LottoRepository"/>
      </argument>
    </service>
    <service id=".service_locator.6AeoEuc" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="l" type="service_closure" id=".errored..service_locator.6AeoEuc.App\Magazzino\Entity\Lotto"/>
      </argument>
    </service>
    <service id=".service_locator.XZ1raqS" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="config" type="service_closure" id="App\Magazzino\Service\ModuloConfigService"/>
      </argument>
    </service>
    <service id=".service_locator.OlRoHwA" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\MagazzinoRepository"/>
      </argument>
    </service>
    <service id=".service_locator.9AFo6W4" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="m" type="service_closure" id=".errored..service_locator.9AFo6W4.App\Magazzino\Entity\Magazzino"/>
      </argument>
    </service>
    <service id=".service_locator.ZZtm05J" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\MovimentoRepository"/>
      </argument>
    </service>
    <service id=".service_locator.Y1.xM9N" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\MovimentoRepository"/>
      </argument>
    </service>
    <service id=".service_locator.v04v4Hj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="m" type="service_closure" id=".errored..service_locator.v04v4Hj.App\Magazzino\Entity\Movimento"/>
      </argument>
    </service>
    <service id=".service_locator.sG9H3VR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="m" type="service_closure" id=".errored..service_locator.sG9H3VR.App\Magazzino\Entity\Movimento"/>
      </argument>
    </service>
    <service id=".service_locator.cuCsaoq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="m" type="service_closure" id=".errored..service_locator.cuCsaoq.App\Magazzino\Entity\Movimento"/>
        <argument key="service" type="service_closure" id="App\Magazzino\Service\GiacenzaService"/>
      </argument>
    </service>
    <service id=".service_locator.U8Ba5HZ" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\SerialeRepository"/>
      </argument>
    </service>
    <service id=".service_locator.rkkwno_" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="s" type="service_closure" id=".errored..service_locator.rkkwno_.App\Magazzino\Entity\Seriale"/>
      </argument>
    </service>
    <service id=".service_locator.aZKJWV." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lottiRepo" type="service_closure" id="App\Magazzino\Repository\LottoRepository"/>
        <argument key="serialiRepo" type="service_closure" id="App\Magazzino\Repository\SerialeRepository"/>
      </argument>
    </service>
    <service id=".service_locator.qeUoa3P" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="seriale" type="service_closure" id=".errored..service_locator.qeUoa3P.App\Magazzino\Entity\Seriale"/>
        <argument key="svc" type="service_closure" id="App\Magazzino\Service\TracciabilitaService"/>
      </argument>
    </service>
    <service id=".service_locator.nLa1Z2i" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="svc" type="service_closure" id="App\Magazzino\Service\TracciabilitaService"/>
      </argument>
    </service>
    <service id=".service_locator.RzICpEo" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="magRepo" type="service_closure" id="App\Magazzino\Repository\MagazzinoRepository"/>
        <argument key="ubRepo" type="service_closure" id="App\Magazzino\Repository\UbicazioneRepository"/>
        <argument key="zoneRepo" type="service_closure" id="App\Magazzino\Repository\ZonaRepository"/>
      </argument>
    </service>
    <service id=".service_locator.nKqQVok" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="zona" type="service_closure" id=".errored..service_locator.nKqQVok.App\Magazzino\Entity\Zona"/>
      </argument>
    </service>
    <service id=".service_locator.Tr2jYYN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="u" type="service_closure" id=".errored..service_locator.Tr2jYYN.App\Magazzino\Entity\Ubicazione"/>
      </argument>
    </service>
    <service id=".service_locator.jm3Gtuj" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="repo" type="service_closure" id="App\Magazzino\Repository\UnitaMisuraRepository"/>
      </argument>
    </service>
    <service id=".service_locator.kFwJtmD" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="em" type="service_closure" id="doctrine.orm.default_entity_manager"/>
        <argument key="um" type="service_closure" id=".errored..service_locator.kFwJtmD.App\Magazzino\Entity\UnitaMisura"/>
      </argument>
    </service>
    <service id=".service_locator.FIPSm3v" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="commandParser" type="service_closure" id="Dukecity\CommandSchedulerBundle\Service\CommandParser"/>
      </argument>
    </service>
    <service id=".service_locator.3J.ju1X" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="lastExecution" type="service_closure" id=".errored..service_locator.3J.ju1X.DateTime"/>
      </argument>
    </service>
    <service id=".service_locator.EFKUbZM" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="createdAt" type="service_closure" id=".errored..service_locator.EFKUbZM.DateTime"/>
      </argument>
    </service>
    <service id=".service_locator.Z2QUpbt" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Controller\Admin\AwbimportFormController::new" type="service_closure" id=".service_locator.L.VUGHb"/>
        <argument key="App\Controller\Admin\BlogController::delete" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\Admin\BlogController::edit" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\Admin\BlogController::index" type="service_closure" id=".service_locator.Ge47UTU"/>
        <argument key="App\Controller\Admin\BlogController::show" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\Admin\C4rgoNewsFormController::new" type="service_closure" id=".service_locator.L.VUGHb"/>
        <argument key="App\Controller\Admin\CaratteristicheController::delete" type="service_closure" id=".service_locator.o0KYuTs"/>
        <argument key="App\Controller\Admin\CaratteristicheController::edit" type="service_closure" id=".service_locator.o0KYuTs"/>
        <argument key="App\Controller\Admin\CaratteristicheController::index" type="service_closure" id=".service_locator.QNSxH_W"/>
        <argument key="App\Controller\Admin\CaratteristicheController::new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CaratteristicheController::show" type="service_closure" id=".service_locator.m1OcrLL"/>
        <argument key="App\Controller\Admin\CloudCamController::detail" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\CompanyManagementController::index" type="service_closure" id=".service_locator.h0ZdTWq"/>
        <argument key="App\Controller\Admin\CustomSchedulerController::setManagerRegistry" type="service_closure" id=".service_locator.Lfq.JWp"/>
        <argument key="App\Controller\Admin\CustomSchedulerController::setTranslator" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\CustomSchedulerDetailController::indexAction" type="service_closure" id=".service_locator.NtHe63v"/>
        <argument key="App\Controller\Admin\CustomSchedulerDetailController::setManagerRegistry" type="service_closure" id=".service_locator.Lfq.JWp"/>
        <argument key="App\Controller\Admin\CustomSchedulerDetailController::setTranslator" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\DecodeController::delete" type="service_closure" id=".service_locator.1A1BBOc"/>
        <argument key="App\Controller\Admin\DecodeController::edit" type="service_closure" id=".service_locator.1A1BBOc"/>
        <argument key="App\Controller\Admin\DecodeController::index" type="service_closure" id=".service_locator.zA.zjO6"/>
        <argument key="App\Controller\Admin\DecodeController::new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\DecodeController::show" type="service_closure" id=".service_locator.5.VEx7o"/>
        <argument key="App\Controller\Admin\ManagementPannel::index" type="service_closure" id=".service_locator.jH9FXWu"/>
        <argument key="App\Controller\Admin\SearchErpController::getRequest" type="service_closure" id=".service_locator.IhZVZ_K"/>
        <argument key="App\Controller\Admin\SearchErpController::getResponse" type="service_closure" id=".service_locator.IhZVZ_K"/>
        <argument key="App\Controller\Admin\SearchErpController::getlastJSON" type="service_closure" id=".service_locator.IhZVZ_K"/>
        <argument key="App\Controller\Admin\SearchErpController::searchLogResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\SearchErpController::searchLogResultEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\SearchErpController::searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\SearchErpController::searchResultEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\SendReportsController::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\SupportsController::new" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\UserCollectionController::searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\UserManagementController::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\UserManagementController::resetPassword" type="service_closure" id=".service_locator.lATwoId"/>
        <argument key="App\Controller\ApiController::register" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="App\Controller\ApiController::registerLegacy" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="App\Controller\ApiController::reset" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="App\Controller\Api\FileManagerController::delete" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\Api\FileManagerController::info" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\Api\FileManagerController::list" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\Api\FileManagerController::upload" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\Api\MachineHardwareController::update" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="App\Controller\AwbimportFormController::new" type="service_closure" id=".service_locator.L.VUGHb"/>
        <argument key="App\Controller\BLedController::putBLedCmd" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\BlogController::commentForm" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\BlogController::commentNew" type="service_closure" id=".service_locator.y8P5G4x"/>
        <argument key="App\Controller\BlogController::index" type="service_closure" id=".service_locator.Ge47UTU"/>
        <argument key="App\Controller\BlogController::postShow" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\BlogController::search" type="service_closure" id=".service_locator.Ge47UTU"/>
        <argument key="App\Controller\C4rgoRoiCalcController::apiSendMail" type="service_closure" id=".service_locator.p_1cpwZ"/>
        <argument key="App\Controller\C4rgoRoiCalcController::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\C4rgoRoiController::apiSalvaRichiedente" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\C4rgoRoiController::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\C4rgoViewerController::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController::calcNewVolumeDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController::cancellaDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController::cancellaPesata" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController::cancellaTuttePesate" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController::changeVolumeDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController::checkdetail" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\CheckController::cleanPesata" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController::confermaPesata" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController::detail" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\CheckController::encindex" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\CheckController::eseguiCancellaDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController::getPage" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\CloudServiceController::getbincloud" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudServiceController::getcloud" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudServiceController::getcloudinfo" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudToolsController::ajaxindex" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudToolsController::excecutionSplit" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudToolsController::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ComponentiController::delete" type="service_closure" id=".service_locator.3BHQ8oi"/>
        <argument key="App\Controller\ComponentiController::edit" type="service_closure" id=".service_locator.3BHQ8oi"/>
        <argument key="App\Controller\ComponentiController::index" type="service_closure" id=".service_locator.0Ir81EE"/>
        <argument key="App\Controller\ComponentiController::new" type="service_closure" id=".service_locator.0Ir81EE"/>
        <argument key="App\Controller\ComponentiController::show" type="service_closure" id=".service_locator.JGoNQZj"/>
        <argument key="App\Controller\Configuratore\Config3DController::index" type="service_closure" id=".service_locator.2PSjfM."/>
        <argument key="App\Controller\Configuratore\ConfigDeepNestController::index" type="service_closure" id=".service_locator.a20YgQC"/>
        <argument key="App\Controller\Configuratore\Configuratore3DController::index" type="service_closure" id=".service_locator.pjBSITi"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController::SaveSolution" type="service_closure" id=".service_locator.OsjzbMs"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController::TotCounter" type="service_closure" id=".service_locator.Vaahi7y"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController::api" type="service_closure" id=".service_locator.Vaahi7y"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController::getConfigEngine" type="service_closure" id=".service_locator.xXwPK6J"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController::getLastDO" type="service_closure" id=".service_locator.PLBJHx8"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController::getLastSO" type="service_closure" id=".service_locator.PLBJHx8"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController::getTrasporto" type="service_closure" id=".service_locator.Vaahi7y"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController::salvaSol" type="service_closure" id=".service_locator.sEM9DCW"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreController::new" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreController::point2d" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Configuratore\DeepNestController::api" type="service_closure" id=".service_locator.xXwPK6J"/>
        <argument key="App\Controller\Configuratore\DeepNestController::apigetbox" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\Configuratore\DeepNestController::apigetsolution" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\Configuratore\DeepNestController::apiloadsol" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\Configuratore\DeepNestController::apiopen" type="service_closure" id=".service_locator.xXwPK6J"/>
        <argument key="App\Controller\Configuratore\DeepNestController::apisvg" type="service_closure" id=".service_locator.xXwPK6J"/>
        <argument key="App\Controller\Configuratore\DeepNestController::new" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Configuratore\DeepNestController::point2d" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CongruityController::changeStatus" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ContenitoriController::apiclone" type="service_closure" id=".service_locator.ExM_rWC"/>
        <argument key="App\Controller\ContenitoriController::apidelete" type="service_closure" id=".service_locator.ExM_rWC"/>
        <argument key="App\Controller\ContenitoriController::delete" type="service_closure" id=".service_locator.dXV1re8"/>
        <argument key="App\Controller\ContenitoriController::edit" type="service_closure" id=".service_locator.nHQ.CRt"/>
        <argument key="App\Controller\ContenitoriController::index" type="service_closure" id=".service_locator.IrgEEl6"/>
        <argument key="App\Controller\ContenitoriController::new" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\ContenitoriController::searchResultEx" type="service_closure" id=".service_locator.oG2vFy5"/>
        <argument key="App\Controller\ContenitoriController::show" type="service_closure" id=".service_locator.dXV1re8"/>
        <argument key="App\Controller\DataController::bkgeneratedoc" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::changepallet" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::checkpallet" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::formatcsv" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::formatjson" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::formatjsonoracle" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::formatxml" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::generatecsv" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::generatedoc" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::generateemail" type="service_closure" id=".service_locator.p_1cpwZ"/>
        <argument key="App\Controller\DataController::generateexcel" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::generatejson" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::generateoracle" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::generatepdf" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::generatexml" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::getImage" type="service_closure" id=".service_locator.bixgmJU"/>
        <argument key="App\Controller\DataController::login3dlab" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::machineCMD" type="service_closure" id=".service_locator.jH9FXWu"/>
        <argument key="App\Controller\DataController::restorepallet" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController::sendmail" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\DataController::unlock" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController::calcNewVolumeDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController::cancellaDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController::cancellaPesata" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController::cancellaTuttePesate" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController::changeVolumeDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController::encindex" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\DetailController::getPage" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\DetailController::index" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\FamigliaComponentiController::delete" type="service_closure" id=".service_locator.fS8cDPO"/>
        <argument key="App\Controller\FamigliaComponentiController::edit" type="service_closure" id=".service_locator.fS8cDPO"/>
        <argument key="App\Controller\FamigliaComponentiController::index" type="service_closure" id=".service_locator.xXV0L36"/>
        <argument key="App\Controller\FamigliaComponentiController::new" type="service_closure" id=".service_locator.xXV0L36"/>
        <argument key="App\Controller\FamigliaComponentiController::show" type="service_closure" id=".service_locator.3rb4HZy"/>
        <argument key="App\Controller\FileManagerController::delete" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\FileManagerController::info" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\FileManagerController::list" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\FileManagerController::upload" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\FullmaticController::getFullmatic" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\FullmaticController::getUpdateFullmatic" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\HomeController::index" type="service_closure" id=".service_locator.IovBHgs"/>
        <argument key="App\Controller\HomeController::putRestartAppCmd" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\HomeController::putSelezione" type="service_closure" id=".service_locator.aanWH5_"/>
        <argument key="App\Controller\HomeController::putTipoMisura" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\ListController::searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\LocationController::getTrack" type="service_closure" id=".service_locator.dTswIlL"/>
        <argument key="App\Controller\LocationController::index" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Controller\MDecodeController::delete" type="service_closure" id=".service_locator.RGaYKwJ"/>
        <argument key="App\Controller\MDecodeController::edit" type="service_closure" id=".service_locator.RGaYKwJ"/>
        <argument key="App\Controller\MDecodeController::index" type="service_closure" id=".service_locator.fqghnjG"/>
        <argument key="App\Controller\MDecodeController::new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\MDecodeController::show" type="service_closure" id=".service_locator.cq4r4mK"/>
        <argument key="App\Controller\MacchineController::delete" type="service_closure" id=".service_locator.DzvJ9dP"/>
        <argument key="App\Controller\MacchineController::edit" type="service_closure" id=".service_locator.aDBaiMN"/>
        <argument key="App\Controller\MacchineController::getAziendaLuoghi" type="service_closure" id=".service_locator.dX3m5cX"/>
        <argument key="App\Controller\MacchineController::getModelloDetails" type="service_closure" id=".service_locator.CCrpAJJ"/>
        <argument key="App\Controller\MacchineController::list" type="service_closure" id=".service_locator.KMU0.us"/>
        <argument key="App\Controller\MacchineController::new" type="service_closure" id=".service_locator.N1xdrPC"/>
        <argument key="App\Controller\MacchineController::view" type="service_closure" id=".service_locator.KMU0.us"/>
        <argument key="App\Controller\MacchineControllerL::delete" type="service_closure" id=".service_locator.gXCcPXT"/>
        <argument key="App\Controller\MacchineControllerL::edit" type="service_closure" id=".service_locator.gXCcPXT"/>
        <argument key="App\Controller\MacchineControllerL::index" type="service_closure" id=".service_locator.Sw3BLJz"/>
        <argument key="App\Controller\MacchineControllerL::new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\MacchineControllerL::show" type="service_closure" id=".service_locator.O0jqDpU"/>
        <argument key="App\Controller\MachineController::getStatus" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\MainWeighsController::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ModelliController::delete" type="service_closure" id=".service_locator..KnNZen"/>
        <argument key="App\Controller\ModelliController::edit" type="service_closure" id=".service_locator..KnNZen"/>
        <argument key="App\Controller\ModelliController::index" type="service_closure" id=".service_locator.quxG.oT"/>
        <argument key="App\Controller\ModelliController::new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\ModelliController::show" type="service_closure" id=".service_locator.iPyVwLZ"/>
        <argument key="App\Controller\Monitor360Controller::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\MontaggiController::delete" type="service_closure" id=".service_locator._9J0vbF"/>
        <argument key="App\Controller\MontaggiController::edit" type="service_closure" id=".service_locator._9J0vbF"/>
        <argument key="App\Controller\MontaggiController::index" type="service_closure" id=".service_locator.jCjQ5z."/>
        <argument key="App\Controller\MontaggiController::new" type="service_closure" id=".service_locator.jCjQ5z."/>
        <argument key="App\Controller\MontaggiController::show" type="service_closure" id=".service_locator.7G.h9xt"/>
        <argument key="App\Controller\NotAvailableController::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\RegistrationController::index" type="service_closure" id=".service_locator.91QYP5y"/>
        <argument key="App\Controller\RemoteMacController::getkey" type="service_closure" id=".service_locator.ncwfjde"/>
        <argument key="App\Controller\RemoteMacController::setMacCmd" type="service_closure" id=".service_locator.E9unxk2"/>
        <argument key="App\Controller\RemoteMacController::update" type="service_closure" id=".service_locator.bvgWslw"/>
        <argument key="App\Controller\RemoteMacController::updategps2" type="service_closure" id=".service_locator.4T4jrFJ"/>
        <argument key="App\Controller\RemoteMacController::updateping" type="service_closure" id=".service_locator.4T4jrFJ"/>
        <argument key="App\Controller\RemoteMacController::updatereg" type="service_closure" id=".service_locator.4T4jrFJ"/>
        <argument key="App\Controller\ReportsController::formatcsv" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController::formatexcel" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController::generatedoc" type="service_closure" id=".service_locator.yQu8QGe"/>
        <argument key="App\Controller\ReportsController::reportsemail" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController::reportsgiornaliero" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController::reportsgiornalieroitems" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController::reportsmensile" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController::reportspdf" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\SA\CommandController::command_cache_clear" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\SA\CommandController::command_cache_warmup" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\SA\ComponentiController::detail" type="service_closure" id=".service_locator.tTf1h5K"/>
        <argument key="App\Controller\SA\ComponentiController::edit" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\SA\ComponentiController::new" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\SA\FamigliaComponentiController::edit" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\SA\FamigliaComponentiController::new" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\SearchController::searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchController::searchResultAcq" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchController::searchResultAcqEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchController::searchResultEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController::searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController::searchResultAcq" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController::searchResultAcqArch" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController::searchResultAcqEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController::searchResultArch" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController::searchResultEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SecurityController::errorlogin" type="service_closure" id=".service_locator.qs4hwPP"/>
        <argument key="App\Controller\SecurityController::login" type="service_closure" id=".service_locator.qs4hwPP"/>
        <argument key="App\Controller\SecurityController::logoutpage" type="service_closure" id=".service_locator.qs4hwPP"/>
        <argument key="App\Controller\ServiceController::getitemcode" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController::getnitems" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController::getweight" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController::setitemcode" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController::setnitems" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController::setweight" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\SpedController::index" type="service_closure" id=".service_locator.PvuWw1V"/>
        <argument key="App\Controller\SpedController::indexMacCode" type="service_closure" id=".service_locator.PvuWw1V"/>
        <argument key="App\Controller\SpedController::show" type="service_closure" id=".service_locator.c0tHGAx"/>
        <argument key="App\Controller\StatController::index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\StatController::statdata" type="service_closure" id=".service_locator.qe5VdSi"/>
        <argument key="App\Controller\StatController::statlist" type="service_closure" id=".service_locator.qe5VdSi"/>
        <argument key="App\Controller\WSSpedController::getDevicesListAction" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\WSSpedController::postSpedActionCloud" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\WSSpedController::putSpedActionCloud" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\WSSpedController::putSpedActionImage" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\WelcomeController::callback" type="service_closure" id=".service_locator.E6O6OSD"/>
        <argument key="App\Controller\WelcomeController::index" type="service_closure" id=".service_locator.MMuM2dP"/>
        <argument key="App\Controller\WelcomeController::welcomejson" type="service_closure" id=".service_locator.b2Ova5p"/>
        <argument key="App\Magazzino\Controller\Api\ArticoloApiController::list" type="service_closure" id=".service_locator.ZvSL2fP"/>
        <argument key="App\Magazzino\Controller\Api\ArticoloApiController::show" type="service_closure" id=".service_locator.emwC4D7"/>
        <argument key="App\Magazzino\Controller\Api\GiacenzaApiController::list" type="service_closure" id=".service_locator.ZFJEBmS"/>
        <argument key="App\Magazzino\Controller\Api\LayoutController::save" type="service_closure" id=".service_locator.4vkJ4Yl"/>
        <argument key="App\Magazzino\Controller\Api\ScanApiController::resolve" type="service_closure" id=".service_locator.z_vvh78"/>
        <argument key="App\Magazzino\Controller\Api\TracciabilitaApiController::lottoStorico" type="service_closure" id=".service_locator.x0.cvEZ"/>
        <argument key="App\Magazzino\Controller\Api\TracciabilitaApiController::lottoWhere" type="service_closure" id=".service_locator.x0.cvEZ"/>
        <argument key="App\Magazzino\Controller\Api\TracciabilitaApiController::suggerisciLotti" type="service_closure" id=".service_locator.UEdlyua"/>
        <argument key="App\Magazzino\Controller\ArticoloController::delete" type="service_closure" id=".service_locator.aK2seLj"/>
        <argument key="App\Magazzino\Controller\ArticoloController::edit" type="service_closure" id=".service_locator.Q6jw8.W"/>
        <argument key="App\Magazzino\Controller\ArticoloController::index" type="service_closure" id=".service_locator.xMMcHxG"/>
        <argument key="App\Magazzino\Controller\ArticoloController::new" type="service_closure" id=".service_locator.HPfUOx2"/>
        <argument key="App\Magazzino\Controller\ArticoloController::show" type="service_closure" id=".service_locator.emwC4D7"/>
        <argument key="App\Magazzino\Controller\CategoriaController::apiMove" type="service_closure" id=".service_locator.InXX32H"/>
        <argument key="App\Magazzino\Controller\CategoriaController::delete" type="service_closure" id=".service_locator.l2YEGep"/>
        <argument key="App\Magazzino\Controller\CategoriaController::edit" type="service_closure" id=".service_locator.l2YEGep"/>
        <argument key="App\Magazzino\Controller\CategoriaController::index" type="service_closure" id=".service_locator.UNOnXpl"/>
        <argument key="App\Magazzino\Controller\CategoriaController::new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\CausaleController::delete" type="service_closure" id=".service_locator.2sD899E"/>
        <argument key="App\Magazzino\Controller\CausaleController::edit" type="service_closure" id=".service_locator.2sD899E"/>
        <argument key="App\Magazzino\Controller\CausaleController::index" type="service_closure" id=".service_locator.33X0bkM"/>
        <argument key="App\Magazzino\Controller\CausaleController::new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\GiacenzaController::index" type="service_closure" id=".service_locator.h2d0EXN"/>
        <argument key="App\Magazzino\Controller\IdentificatoreController::delete" type="service_closure" id=".service_locator.c87f2Km"/>
        <argument key="App\Magazzino\Controller\IdentificatoreController::edit" type="service_closure" id=".service_locator.c87f2Km"/>
        <argument key="App\Magazzino\Controller\IdentificatoreController::index" type="service_closure" id=".service_locator.YJ_G0iP"/>
        <argument key="App\Magazzino\Controller\IdentificatoreController::new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\ImportExportController::articoliExport" type="service_closure" id=".service_locator.ISKfI0U"/>
        <argument key="App\Magazzino\Controller\ImportExportController::articoliImport" type="service_closure" id=".service_locator.BeDfvVS"/>
        <argument key="App\Magazzino\Controller\ImportExportController::articoliTemplate" type="service_closure" id=".service_locator.ISKfI0U"/>
        <argument key="App\Magazzino\Controller\ImportExportController::categorieImport" type="service_closure" id=".service_locator.SyNqtDg"/>
        <argument key="App\Magazzino\Controller\ImportExportController::causaliImport" type="service_closure" id=".service_locator.SyNqtDg"/>
        <argument key="App\Magazzino\Controller\ImportExportController::umImport" type="service_closure" id=".service_locator.SyNqtDg"/>
        <argument key="App\Magazzino\Controller\LottoController::delete" type="service_closure" id=".service_locator.6AeoEuc"/>
        <argument key="App\Magazzino\Controller\LottoController::edit" type="service_closure" id=".service_locator.6AeoEuc"/>
        <argument key="App\Magazzino\Controller\LottoController::index" type="service_closure" id=".service_locator.5Of7tJH"/>
        <argument key="App\Magazzino\Controller\LottoController::new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\MagazzinoController::dashboard" type="service_closure" id=".service_locator.XZ1raqS"/>
        <argument key="App\Magazzino\Controller\MagazzinoCrudController::delete" type="service_closure" id=".service_locator.9AFo6W4"/>
        <argument key="App\Magazzino\Controller\MagazzinoCrudController::edit" type="service_closure" id=".service_locator.9AFo6W4"/>
        <argument key="App\Magazzino\Controller\MagazzinoCrudController::index" type="service_closure" id=".service_locator.OlRoHwA"/>
        <argument key="App\Magazzino\Controller\MagazzinoCrudController::new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\MovimentoController::annulla" type="service_closure" id=".service_locator.cuCsaoq"/>
        <argument key="App\Magazzino\Controller\MovimentoController::conferma" type="service_closure" id=".service_locator.cuCsaoq"/>
        <argument key="App\Magazzino\Controller\MovimentoController::delete" type="service_closure" id=".service_locator.v04v4Hj"/>
        <argument key="App\Magazzino\Controller\MovimentoController::edit" type="service_closure" id=".service_locator.v04v4Hj"/>
        <argument key="App\Magazzino\Controller\MovimentoController::index" type="service_closure" id=".service_locator.ZZtm05J"/>
        <argument key="App\Magazzino\Controller\MovimentoController::new" type="service_closure" id=".service_locator.Y1.xM9N"/>
        <argument key="App\Magazzino\Controller\MovimentoController::show" type="service_closure" id=".service_locator.sG9H3VR"/>
        <argument key="App\Magazzino\Controller\SerialeController::delete" type="service_closure" id=".service_locator.rkkwno_"/>
        <argument key="App\Magazzino\Controller\SerialeController::edit" type="service_closure" id=".service_locator.rkkwno_"/>
        <argument key="App\Magazzino\Controller\SerialeController::index" type="service_closure" id=".service_locator.U8Ba5HZ"/>
        <argument key="App\Magazzino\Controller\SerialeController::new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\TracciabilitaController::index" type="service_closure" id=".service_locator.aZKJWV."/>
        <argument key="App\Magazzino\Controller\TracciabilitaController::lottoStorico" type="service_closure" id=".service_locator.x0.cvEZ"/>
        <argument key="App\Magazzino\Controller\TracciabilitaController::scadenze" type="service_closure" id=".service_locator.nLa1Z2i"/>
        <argument key="App\Magazzino\Controller\TracciabilitaController::serialeStorico" type="service_closure" id=".service_locator.qeUoa3P"/>
        <argument key="App\Magazzino\Controller\UbicazioneController::apiReorder" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\UbicazioneController::delete" type="service_closure" id=".service_locator.Tr2jYYN"/>
        <argument key="App\Magazzino\Controller\UbicazioneController::deleteZona" type="service_closure" id=".service_locator.nKqQVok"/>
        <argument key="App\Magazzino\Controller\UbicazioneController::edit" type="service_closure" id=".service_locator.Tr2jYYN"/>
        <argument key="App\Magazzino\Controller\UbicazioneController::editZona" type="service_closure" id=".service_locator.nKqQVok"/>
        <argument key="App\Magazzino\Controller\UbicazioneController::index" type="service_closure" id=".service_locator.RzICpEo"/>
        <argument key="App\Magazzino\Controller\UbicazioneController::new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\UbicazioneController::newZona" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\UnitaMisuraController::delete" type="service_closure" id=".service_locator.kFwJtmD"/>
        <argument key="App\Magazzino\Controller\UnitaMisuraController::edit" type="service_closure" id=".service_locator.kFwJtmD"/>
        <argument key="App\Magazzino\Controller\UnitaMisuraController::index" type="service_closure" id=".service_locator.jm3Gtuj"/>
        <argument key="App\Magazzino\Controller\UnitaMisuraController::new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="Dukecity\CommandSchedulerBundle\Entity\ScheduledCommand::setCreatedAt" type="service_closure" id=".service_locator.EFKUbZM"/>
        <argument key="Dukecity\CommandSchedulerBundle\Entity\ScheduledCommand::setLastExecution" type="service_closure" id=".service_locator.3J.ju1X"/>
        <argument key="kernel::loadRoutes" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel::registerContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="App\Controller\Admin\AwbimportFormController:new" type="service_closure" id=".service_locator.L.VUGHb"/>
        <argument key="App\Controller\Admin\BlogController:delete" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\Admin\BlogController:edit" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\Admin\BlogController:index" type="service_closure" id=".service_locator.Ge47UTU"/>
        <argument key="App\Controller\Admin\BlogController:show" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\Admin\C4rgoNewsFormController:new" type="service_closure" id=".service_locator.L.VUGHb"/>
        <argument key="App\Controller\Admin\CaratteristicheController:delete" type="service_closure" id=".service_locator.o0KYuTs"/>
        <argument key="App\Controller\Admin\CaratteristicheController:edit" type="service_closure" id=".service_locator.o0KYuTs"/>
        <argument key="App\Controller\Admin\CaratteristicheController:index" type="service_closure" id=".service_locator.QNSxH_W"/>
        <argument key="App\Controller\Admin\CaratteristicheController:new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\CaratteristicheController:show" type="service_closure" id=".service_locator.m1OcrLL"/>
        <argument key="App\Controller\Admin\CloudCamController:detail" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\CompanyManagementController:index" type="service_closure" id=".service_locator.h0ZdTWq"/>
        <argument key="App\Controller\Admin\CustomSchedulerController:setManagerRegistry" type="service_closure" id=".service_locator.Lfq.JWp"/>
        <argument key="App\Controller\Admin\CustomSchedulerController:setTranslator" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\CustomSchedulerDetailController:indexAction" type="service_closure" id=".service_locator.NtHe63v"/>
        <argument key="App\Controller\Admin\CustomSchedulerDetailController:setManagerRegistry" type="service_closure" id=".service_locator.Lfq.JWp"/>
        <argument key="App\Controller\Admin\CustomSchedulerDetailController:setTranslator" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\DecodeController:delete" type="service_closure" id=".service_locator.1A1BBOc"/>
        <argument key="App\Controller\Admin\DecodeController:edit" type="service_closure" id=".service_locator.1A1BBOc"/>
        <argument key="App\Controller\Admin\DecodeController:index" type="service_closure" id=".service_locator.zA.zjO6"/>
        <argument key="App\Controller\Admin\DecodeController:new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\Admin\DecodeController:show" type="service_closure" id=".service_locator.5.VEx7o"/>
        <argument key="App\Controller\Admin\ManagementPannel:index" type="service_closure" id=".service_locator.jH9FXWu"/>
        <argument key="App\Controller\Admin\SearchErpController:getRequest" type="service_closure" id=".service_locator.IhZVZ_K"/>
        <argument key="App\Controller\Admin\SearchErpController:getResponse" type="service_closure" id=".service_locator.IhZVZ_K"/>
        <argument key="App\Controller\Admin\SearchErpController:getlastJSON" type="service_closure" id=".service_locator.IhZVZ_K"/>
        <argument key="App\Controller\Admin\SearchErpController:searchLogResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\SearchErpController:searchLogResultEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\SearchErpController:searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\SearchErpController:searchResultEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\SendReportsController:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\SupportsController:new" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\UserCollectionController:searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\Admin\UserManagementController:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Admin\UserManagementController:resetPassword" type="service_closure" id=".service_locator.lATwoId"/>
        <argument key="App\Controller\ApiController:register" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="App\Controller\ApiController:registerLegacy" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="App\Controller\ApiController:reset" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="App\Controller\Api\FileManagerController:delete" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\Api\FileManagerController:info" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\Api\FileManagerController:list" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\Api\FileManagerController:upload" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\Api\MachineHardwareController:update" type="service_closure" id=".service_locator.SoIa2O7"/>
        <argument key="App\Controller\AwbimportFormController:new" type="service_closure" id=".service_locator.L.VUGHb"/>
        <argument key="App\Controller\BLedController:putBLedCmd" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\BlogController:commentForm" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\BlogController:commentNew" type="service_closure" id=".service_locator.y8P5G4x"/>
        <argument key="App\Controller\BlogController:index" type="service_closure" id=".service_locator.Ge47UTU"/>
        <argument key="App\Controller\BlogController:postShow" type="service_closure" id=".service_locator.PYF7PhY"/>
        <argument key="App\Controller\BlogController:search" type="service_closure" id=".service_locator.Ge47UTU"/>
        <argument key="App\Controller\C4rgoRoiCalcController:apiSendMail" type="service_closure" id=".service_locator.p_1cpwZ"/>
        <argument key="App\Controller\C4rgoRoiCalcController:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\C4rgoRoiController:apiSalvaRichiedente" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\C4rgoRoiController:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\C4rgoViewerController:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController:calcNewVolumeDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController:cancellaDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController:cancellaPesata" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController:cancellaTuttePesate" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController:changeVolumeDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController:checkdetail" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\CheckController:cleanPesata" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController:confermaPesata" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController:detail" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\CheckController:encindex" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\CheckController:eseguiCancellaDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CheckController:getPage" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\CloudServiceController:getbincloud" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudServiceController:getcloud" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudServiceController:getcloudinfo" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudToolsController:ajaxindex" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudToolsController:excecutionSplit" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CloudToolsController:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ComponentiController:delete" type="service_closure" id=".service_locator.3BHQ8oi"/>
        <argument key="App\Controller\ComponentiController:edit" type="service_closure" id=".service_locator.3BHQ8oi"/>
        <argument key="App\Controller\ComponentiController:index" type="service_closure" id=".service_locator.0Ir81EE"/>
        <argument key="App\Controller\ComponentiController:new" type="service_closure" id=".service_locator.0Ir81EE"/>
        <argument key="App\Controller\ComponentiController:show" type="service_closure" id=".service_locator.JGoNQZj"/>
        <argument key="App\Controller\Configuratore\Config3DController:index" type="service_closure" id=".service_locator.2PSjfM."/>
        <argument key="App\Controller\Configuratore\ConfigDeepNestController:index" type="service_closure" id=".service_locator.a20YgQC"/>
        <argument key="App\Controller\Configuratore\Configuratore3DController:index" type="service_closure" id=".service_locator.pjBSITi"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController:SaveSolution" type="service_closure" id=".service_locator.OsjzbMs"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController:TotCounter" type="service_closure" id=".service_locator.Vaahi7y"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController:api" type="service_closure" id=".service_locator.Vaahi7y"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController:getConfigEngine" type="service_closure" id=".service_locator.xXwPK6J"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController:getLastDO" type="service_closure" id=".service_locator.PLBJHx8"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController:getLastSO" type="service_closure" id=".service_locator.PLBJHx8"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController:getTrasporto" type="service_closure" id=".service_locator.Vaahi7y"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreAjaxController:salvaSol" type="service_closure" id=".service_locator.sEM9DCW"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreController:new" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Configuratore\ConfiguratoreController:point2d" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Configuratore\DeepNestController:api" type="service_closure" id=".service_locator.xXwPK6J"/>
        <argument key="App\Controller\Configuratore\DeepNestController:apigetbox" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\Configuratore\DeepNestController:apigetsolution" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\Configuratore\DeepNestController:apiloadsol" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\Configuratore\DeepNestController:apiopen" type="service_closure" id=".service_locator.xXwPK6J"/>
        <argument key="App\Controller\Configuratore\DeepNestController:apisvg" type="service_closure" id=".service_locator.xXwPK6J"/>
        <argument key="App\Controller\Configuratore\DeepNestController:new" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\Configuratore\DeepNestController:point2d" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\CongruityController:changeStatus" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ContenitoriController:apiclone" type="service_closure" id=".service_locator.ExM_rWC"/>
        <argument key="App\Controller\ContenitoriController:apidelete" type="service_closure" id=".service_locator.ExM_rWC"/>
        <argument key="App\Controller\ContenitoriController:delete" type="service_closure" id=".service_locator.dXV1re8"/>
        <argument key="App\Controller\ContenitoriController:edit" type="service_closure" id=".service_locator.nHQ.CRt"/>
        <argument key="App\Controller\ContenitoriController:index" type="service_closure" id=".service_locator.IrgEEl6"/>
        <argument key="App\Controller\ContenitoriController:new" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\ContenitoriController:searchResultEx" type="service_closure" id=".service_locator.oG2vFy5"/>
        <argument key="App\Controller\ContenitoriController:show" type="service_closure" id=".service_locator.dXV1re8"/>
        <argument key="App\Controller\DataController:bkgeneratedoc" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:changepallet" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:checkpallet" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:formatcsv" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:formatjson" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:formatjsonoracle" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:formatxml" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:generatecsv" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:generatedoc" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:generateemail" type="service_closure" id=".service_locator.p_1cpwZ"/>
        <argument key="App\Controller\DataController:generateexcel" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:generatejson" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:generateoracle" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:generatepdf" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:generatexml" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:getImage" type="service_closure" id=".service_locator.bixgmJU"/>
        <argument key="App\Controller\DataController:login3dlab" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:machineCMD" type="service_closure" id=".service_locator.jH9FXWu"/>
        <argument key="App\Controller\DataController:restorepallet" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DataController:sendmail" type="service_closure" id=".service_locator.uVvF4gL"/>
        <argument key="App\Controller\DataController:unlock" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController:calcNewVolumeDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController:cancellaDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController:cancellaPesata" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController:cancellaTuttePesate" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController:changeVolumeDettaglio" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\DetailController:encindex" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\DetailController:getPage" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\DetailController:index" type="service_closure" id=".service_locator.Ko5ib3H"/>
        <argument key="App\Controller\FamigliaComponentiController:delete" type="service_closure" id=".service_locator.fS8cDPO"/>
        <argument key="App\Controller\FamigliaComponentiController:edit" type="service_closure" id=".service_locator.fS8cDPO"/>
        <argument key="App\Controller\FamigliaComponentiController:index" type="service_closure" id=".service_locator.xXV0L36"/>
        <argument key="App\Controller\FamigliaComponentiController:new" type="service_closure" id=".service_locator.xXV0L36"/>
        <argument key="App\Controller\FamigliaComponentiController:show" type="service_closure" id=".service_locator.3rb4HZy"/>
        <argument key="App\Controller\FileManagerController:delete" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\FileManagerController:info" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\FileManagerController:list" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\FileManagerController:upload" type="service_closure" id=".service_locator.tkCUrz4"/>
        <argument key="App\Controller\FullmaticController:getFullmatic" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\FullmaticController:getUpdateFullmatic" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\HomeController:index" type="service_closure" id=".service_locator.IovBHgs"/>
        <argument key="App\Controller\HomeController:putRestartAppCmd" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\HomeController:putSelezione" type="service_closure" id=".service_locator.aanWH5_"/>
        <argument key="App\Controller\HomeController:putTipoMisura" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\ListController:searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\LocationController:getTrack" type="service_closure" id=".service_locator.dTswIlL"/>
        <argument key="App\Controller\LocationController:index" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Controller\MDecodeController:delete" type="service_closure" id=".service_locator.RGaYKwJ"/>
        <argument key="App\Controller\MDecodeController:edit" type="service_closure" id=".service_locator.RGaYKwJ"/>
        <argument key="App\Controller\MDecodeController:index" type="service_closure" id=".service_locator.fqghnjG"/>
        <argument key="App\Controller\MDecodeController:new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\MDecodeController:show" type="service_closure" id=".service_locator.cq4r4mK"/>
        <argument key="App\Controller\MacchineController:delete" type="service_closure" id=".service_locator.DzvJ9dP"/>
        <argument key="App\Controller\MacchineController:edit" type="service_closure" id=".service_locator.aDBaiMN"/>
        <argument key="App\Controller\MacchineController:getAziendaLuoghi" type="service_closure" id=".service_locator.dX3m5cX"/>
        <argument key="App\Controller\MacchineController:getModelloDetails" type="service_closure" id=".service_locator.CCrpAJJ"/>
        <argument key="App\Controller\MacchineController:list" type="service_closure" id=".service_locator.KMU0.us"/>
        <argument key="App\Controller\MacchineController:new" type="service_closure" id=".service_locator.N1xdrPC"/>
        <argument key="App\Controller\MacchineController:view" type="service_closure" id=".service_locator.KMU0.us"/>
        <argument key="App\Controller\MacchineControllerL:delete" type="service_closure" id=".service_locator.gXCcPXT"/>
        <argument key="App\Controller\MacchineControllerL:edit" type="service_closure" id=".service_locator.gXCcPXT"/>
        <argument key="App\Controller\MacchineControllerL:index" type="service_closure" id=".service_locator.Sw3BLJz"/>
        <argument key="App\Controller\MacchineControllerL:new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\MacchineControllerL:show" type="service_closure" id=".service_locator.O0jqDpU"/>
        <argument key="App\Controller\MachineController:getStatus" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\MainWeighsController:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ModelliController:delete" type="service_closure" id=".service_locator..KnNZen"/>
        <argument key="App\Controller\ModelliController:edit" type="service_closure" id=".service_locator..KnNZen"/>
        <argument key="App\Controller\ModelliController:index" type="service_closure" id=".service_locator.quxG.oT"/>
        <argument key="App\Controller\ModelliController:new" type="service_closure" id=".service_locator.CsMkqUa"/>
        <argument key="App\Controller\ModelliController:show" type="service_closure" id=".service_locator.iPyVwLZ"/>
        <argument key="App\Controller\Monitor360Controller:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\MontaggiController:delete" type="service_closure" id=".service_locator._9J0vbF"/>
        <argument key="App\Controller\MontaggiController:edit" type="service_closure" id=".service_locator._9J0vbF"/>
        <argument key="App\Controller\MontaggiController:index" type="service_closure" id=".service_locator.jCjQ5z."/>
        <argument key="App\Controller\MontaggiController:new" type="service_closure" id=".service_locator.jCjQ5z."/>
        <argument key="App\Controller\MontaggiController:show" type="service_closure" id=".service_locator.7G.h9xt"/>
        <argument key="App\Controller\NotAvailableController:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\RegistrationController:index" type="service_closure" id=".service_locator.91QYP5y"/>
        <argument key="App\Controller\RemoteMacController:getkey" type="service_closure" id=".service_locator.ncwfjde"/>
        <argument key="App\Controller\RemoteMacController:setMacCmd" type="service_closure" id=".service_locator.E9unxk2"/>
        <argument key="App\Controller\RemoteMacController:update" type="service_closure" id=".service_locator.bvgWslw"/>
        <argument key="App\Controller\RemoteMacController:updategps2" type="service_closure" id=".service_locator.4T4jrFJ"/>
        <argument key="App\Controller\RemoteMacController:updateping" type="service_closure" id=".service_locator.4T4jrFJ"/>
        <argument key="App\Controller\RemoteMacController:updatereg" type="service_closure" id=".service_locator.4T4jrFJ"/>
        <argument key="App\Controller\ReportsController:formatcsv" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController:formatexcel" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController:generatedoc" type="service_closure" id=".service_locator.yQu8QGe"/>
        <argument key="App\Controller\ReportsController:reportsemail" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController:reportsgiornaliero" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController:reportsgiornalieroitems" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController:reportsmensile" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ReportsController:reportspdf" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\SA\CommandController:command_cache_clear" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\SA\CommandController:command_cache_warmup" type="service_closure" id=".service_locator.CseHU7V"/>
        <argument key="App\Controller\SA\ComponentiController:detail" type="service_closure" id=".service_locator.tTf1h5K"/>
        <argument key="App\Controller\SA\ComponentiController:edit" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\SA\ComponentiController:new" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\SA\FamigliaComponentiController:edit" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\SA\FamigliaComponentiController:new" type="service_closure" id=".service_locator.nvNV0ng"/>
        <argument key="App\Controller\SearchController:searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchController:searchResultAcq" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchController:searchResultAcqEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchController:searchResultEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController:searchResult" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController:searchResultAcq" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController:searchResultAcqArch" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController:searchResultAcqEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController:searchResultArch" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SearchDeletedController:searchResultEx" type="service_closure" id=".service_locator.56w7fnY"/>
        <argument key="App\Controller\SecurityController:errorlogin" type="service_closure" id=".service_locator.qs4hwPP"/>
        <argument key="App\Controller\SecurityController:login" type="service_closure" id=".service_locator.qs4hwPP"/>
        <argument key="App\Controller\SecurityController:logoutpage" type="service_closure" id=".service_locator.qs4hwPP"/>
        <argument key="App\Controller\ServiceController:getitemcode" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController:getnitems" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController:getweight" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController:setitemcode" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController:setnitems" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\ServiceController:setweight" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\SpedController:index" type="service_closure" id=".service_locator.PvuWw1V"/>
        <argument key="App\Controller\SpedController:indexMacCode" type="service_closure" id=".service_locator.PvuWw1V"/>
        <argument key="App\Controller\SpedController:show" type="service_closure" id=".service_locator.c0tHGAx"/>
        <argument key="App\Controller\StatController:index" type="service_closure" id=".service_locator.1Z9fEX7"/>
        <argument key="App\Controller\StatController:statdata" type="service_closure" id=".service_locator.qe5VdSi"/>
        <argument key="App\Controller\StatController:statlist" type="service_closure" id=".service_locator.qe5VdSi"/>
        <argument key="App\Controller\WSSpedController:getDevicesListAction" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\WSSpedController:postSpedActionCloud" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\WSSpedController:putSpedActionCloud" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\WSSpedController:putSpedActionImage" type="service_closure" id=".service_locator.Q9_Ua5J"/>
        <argument key="App\Controller\WelcomeController:callback" type="service_closure" id=".service_locator.E6O6OSD"/>
        <argument key="App\Controller\WelcomeController:index" type="service_closure" id=".service_locator.MMuM2dP"/>
        <argument key="App\Controller\WelcomeController:welcomejson" type="service_closure" id=".service_locator.b2Ova5p"/>
        <argument key="App\Magazzino\Controller\Api\ArticoloApiController:list" type="service_closure" id=".service_locator.ZvSL2fP"/>
        <argument key="App\Magazzino\Controller\Api\ArticoloApiController:show" type="service_closure" id=".service_locator.emwC4D7"/>
        <argument key="App\Magazzino\Controller\Api\GiacenzaApiController:list" type="service_closure" id=".service_locator.ZFJEBmS"/>
        <argument key="App\Magazzino\Controller\Api\LayoutController:save" type="service_closure" id=".service_locator.4vkJ4Yl"/>
        <argument key="App\Magazzino\Controller\Api\ScanApiController:resolve" type="service_closure" id=".service_locator.z_vvh78"/>
        <argument key="App\Magazzino\Controller\Api\TracciabilitaApiController:lottoStorico" type="service_closure" id=".service_locator.x0.cvEZ"/>
        <argument key="App\Magazzino\Controller\Api\TracciabilitaApiController:lottoWhere" type="service_closure" id=".service_locator.x0.cvEZ"/>
        <argument key="App\Magazzino\Controller\Api\TracciabilitaApiController:suggerisciLotti" type="service_closure" id=".service_locator.UEdlyua"/>
        <argument key="App\Magazzino\Controller\ArticoloController:delete" type="service_closure" id=".service_locator.aK2seLj"/>
        <argument key="App\Magazzino\Controller\ArticoloController:edit" type="service_closure" id=".service_locator.Q6jw8.W"/>
        <argument key="App\Magazzino\Controller\ArticoloController:index" type="service_closure" id=".service_locator.xMMcHxG"/>
        <argument key="App\Magazzino\Controller\ArticoloController:new" type="service_closure" id=".service_locator.HPfUOx2"/>
        <argument key="App\Magazzino\Controller\ArticoloController:show" type="service_closure" id=".service_locator.emwC4D7"/>
        <argument key="App\Magazzino\Controller\CategoriaController:apiMove" type="service_closure" id=".service_locator.InXX32H"/>
        <argument key="App\Magazzino\Controller\CategoriaController:delete" type="service_closure" id=".service_locator.l2YEGep"/>
        <argument key="App\Magazzino\Controller\CategoriaController:edit" type="service_closure" id=".service_locator.l2YEGep"/>
        <argument key="App\Magazzino\Controller\CategoriaController:index" type="service_closure" id=".service_locator.UNOnXpl"/>
        <argument key="App\Magazzino\Controller\CategoriaController:new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\CausaleController:delete" type="service_closure" id=".service_locator.2sD899E"/>
        <argument key="App\Magazzino\Controller\CausaleController:edit" type="service_closure" id=".service_locator.2sD899E"/>
        <argument key="App\Magazzino\Controller\CausaleController:index" type="service_closure" id=".service_locator.33X0bkM"/>
        <argument key="App\Magazzino\Controller\CausaleController:new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\GiacenzaController:index" type="service_closure" id=".service_locator.h2d0EXN"/>
        <argument key="App\Magazzino\Controller\IdentificatoreController:delete" type="service_closure" id=".service_locator.c87f2Km"/>
        <argument key="App\Magazzino\Controller\IdentificatoreController:edit" type="service_closure" id=".service_locator.c87f2Km"/>
        <argument key="App\Magazzino\Controller\IdentificatoreController:index" type="service_closure" id=".service_locator.YJ_G0iP"/>
        <argument key="App\Magazzino\Controller\IdentificatoreController:new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\ImportExportController:articoliExport" type="service_closure" id=".service_locator.ISKfI0U"/>
        <argument key="App\Magazzino\Controller\ImportExportController:articoliImport" type="service_closure" id=".service_locator.BeDfvVS"/>
        <argument key="App\Magazzino\Controller\ImportExportController:articoliTemplate" type="service_closure" id=".service_locator.ISKfI0U"/>
        <argument key="App\Magazzino\Controller\ImportExportController:categorieImport" type="service_closure" id=".service_locator.SyNqtDg"/>
        <argument key="App\Magazzino\Controller\ImportExportController:causaliImport" type="service_closure" id=".service_locator.SyNqtDg"/>
        <argument key="App\Magazzino\Controller\ImportExportController:umImport" type="service_closure" id=".service_locator.SyNqtDg"/>
        <argument key="App\Magazzino\Controller\LottoController:delete" type="service_closure" id=".service_locator.6AeoEuc"/>
        <argument key="App\Magazzino\Controller\LottoController:edit" type="service_closure" id=".service_locator.6AeoEuc"/>
        <argument key="App\Magazzino\Controller\LottoController:index" type="service_closure" id=".service_locator.5Of7tJH"/>
        <argument key="App\Magazzino\Controller\LottoController:new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\MagazzinoController:dashboard" type="service_closure" id=".service_locator.XZ1raqS"/>
        <argument key="App\Magazzino\Controller\MagazzinoCrudController:delete" type="service_closure" id=".service_locator.9AFo6W4"/>
        <argument key="App\Magazzino\Controller\MagazzinoCrudController:edit" type="service_closure" id=".service_locator.9AFo6W4"/>
        <argument key="App\Magazzino\Controller\MagazzinoCrudController:index" type="service_closure" id=".service_locator.OlRoHwA"/>
        <argument key="App\Magazzino\Controller\MagazzinoCrudController:new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\MovimentoController:annulla" type="service_closure" id=".service_locator.cuCsaoq"/>
        <argument key="App\Magazzino\Controller\MovimentoController:conferma" type="service_closure" id=".service_locator.cuCsaoq"/>
        <argument key="App\Magazzino\Controller\MovimentoController:delete" type="service_closure" id=".service_locator.v04v4Hj"/>
        <argument key="App\Magazzino\Controller\MovimentoController:edit" type="service_closure" id=".service_locator.v04v4Hj"/>
        <argument key="App\Magazzino\Controller\MovimentoController:index" type="service_closure" id=".service_locator.ZZtm05J"/>
        <argument key="App\Magazzino\Controller\MovimentoController:new" type="service_closure" id=".service_locator.Y1.xM9N"/>
        <argument key="App\Magazzino\Controller\MovimentoController:show" type="service_closure" id=".service_locator.sG9H3VR"/>
        <argument key="App\Magazzino\Controller\SerialeController:delete" type="service_closure" id=".service_locator.rkkwno_"/>
        <argument key="App\Magazzino\Controller\SerialeController:edit" type="service_closure" id=".service_locator.rkkwno_"/>
        <argument key="App\Magazzino\Controller\SerialeController:index" type="service_closure" id=".service_locator.U8Ba5HZ"/>
        <argument key="App\Magazzino\Controller\SerialeController:new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\TracciabilitaController:index" type="service_closure" id=".service_locator.aZKJWV."/>
        <argument key="App\Magazzino\Controller\TracciabilitaController:lottoStorico" type="service_closure" id=".service_locator.x0.cvEZ"/>
        <argument key="App\Magazzino\Controller\TracciabilitaController:scadenze" type="service_closure" id=".service_locator.nLa1Z2i"/>
        <argument key="App\Magazzino\Controller\TracciabilitaController:serialeStorico" type="service_closure" id=".service_locator.qeUoa3P"/>
        <argument key="App\Magazzino\Controller\UbicazioneController:apiReorder" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\UbicazioneController:delete" type="service_closure" id=".service_locator.Tr2jYYN"/>
        <argument key="App\Magazzino\Controller\UbicazioneController:deleteZona" type="service_closure" id=".service_locator.nKqQVok"/>
        <argument key="App\Magazzino\Controller\UbicazioneController:edit" type="service_closure" id=".service_locator.Tr2jYYN"/>
        <argument key="App\Magazzino\Controller\UbicazioneController:editZona" type="service_closure" id=".service_locator.nKqQVok"/>
        <argument key="App\Magazzino\Controller\UbicazioneController:index" type="service_closure" id=".service_locator.RzICpEo"/>
        <argument key="App\Magazzino\Controller\UbicazioneController:new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\UbicazioneController:newZona" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="App\Magazzino\Controller\UnitaMisuraController:delete" type="service_closure" id=".service_locator.kFwJtmD"/>
        <argument key="App\Magazzino\Controller\UnitaMisuraController:edit" type="service_closure" id=".service_locator.kFwJtmD"/>
        <argument key="App\Magazzino\Controller\UnitaMisuraController:index" type="service_closure" id=".service_locator.jm3Gtuj"/>
        <argument key="App\Magazzino\Controller\UnitaMisuraController:new" type="service_closure" id=".service_locator.9kKwU2t"/>
        <argument key="Dukecity\CommandSchedulerBundle\Entity\ScheduledCommand:setCreatedAt" type="service_closure" id=".service_locator.EFKUbZM"/>
        <argument key="Dukecity\CommandSchedulerBundle\Entity\ScheduledCommand:setLastExecution" type="service_closure" id=".service_locator.3J.ju1X"/>
        <argument key="kernel:loadRoutes" type="service_closure" id=".service_locator.y4_Zrx."/>
        <argument key="kernel:registerContainerConfiguration" type="service_closure" id=".service_locator.y4_Zrx."/>
      </argument>
    </service>
    <service id=".service_locator.O.fxMIw" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Validator\UniqueDecodeKeyValidator" type="service_closure" id="App\Validator\UniqueDecodeKeyValidator"/>
        <argument key="Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator" type="service_closure" id="Bazinga\GeocoderBundle\Validator\Constraint\AddressValidator"/>
        <argument key="Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator" type="service_closure" id="security.validator.user_password"/>
        <argument key="Symfony\Component\Validator\Constraints\EmailValidator" type="service_closure" id="validator.email"/>
        <argument key="Symfony\Component\Validator\Constraints\ExpressionValidator" type="service_closure" id="validator.expression"/>
        <argument key="Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator" type="service_closure" id="validator.no_suspicious_characters"/>
        <argument key="Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator" type="service_closure" id="validator.not_compromised_password"/>
        <argument key="Symfony\Component\Validator\Constraints\WhenValidator" type="service_closure" id="validator.when"/>
        <argument key="doctrine.orm.validator.unique" type="service_closure" id="doctrine.orm.validator.unique"/>
        <argument key="security.validator.user_password" type="service_closure" id="security.validator.user_password"/>
        <argument key="validator.expression" type="service_closure" id="validator.expression"/>
      </argument>
    </service>
    <service id=".service_locator.wmwio2R" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="esi" type="service_closure" id="fragment.renderer.esi"/>
        <argument key="hinclude" type="service_closure" id="fragment.renderer.hinclude"/>
        <argument key="inline" type="service_closure" id="fragment.renderer.inline"/>
      </argument>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.session" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.session"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.security.user_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.user_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.security.security_token_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="security.security_token_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.doctrine.orm.entity_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="doctrine.orm.entity_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.backed_enum_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.backed_enum_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.datetime" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.datetime"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request_attribute" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request_attribute"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.service" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.service"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.default" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.default"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.variadic" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.variadic"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.not_tagged_controller" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.not_tagged_controller"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.request_payload" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.request_payload"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver">
      <argument type="service" id="argument_resolver.query_parameter_value_resolver"/>
      <argument type="service" id="debug.stopwatch"/>
    </service>
    <service id=".service_locator.zjUNvdv" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Form\CaratteristicheType" type="service_closure" id="App\Form\CaratteristicheType"/>
        <argument key="App\Form\CommentType" type="service_closure" id="App\Form\CommentType"/>
        <argument key="App\Form\ComponentiType" type="service_closure" id="App\Form\ComponentiType"/>
        <argument key="App\Form\ContenitoriImportType" type="service_closure" id="App\Form\ContenitoriImportType"/>
        <argument key="App\Form\ContenitoriType" type="service_closure" id="App\Form\ContenitoriType"/>
        <argument key="App\Form\DecodeType" type="service_closure" id="App\Form\DecodeType"/>
        <argument key="App\Form\DetailItemType" type="service_closure" id="App\Form\DetailItemType"/>
        <argument key="App\Form\FamigliaComponentiType" type="service_closure" id="App\Form\FamigliaComponentiType"/>
        <argument key="App\Form\MDecodeType" type="service_closure" id="App\Form\MDecodeType"/>
        <argument key="App\Form\MacchineType" type="service_closure" id="App\Form\MacchineType"/>
        <argument key="App\Form\ModelliType" type="service_closure" id="App\Form\ModelliType"/>
        <argument key="App\Form\MontaggiType" type="service_closure" id="App\Form\MontaggiType"/>
        <argument key="App\Form\PalletsType" type="service_closure" id="App\Form\PalletsType"/>
        <argument key="App\Form\PostType" type="service_closure" id="App\Form\PostType"/>
        <argument key="App\Form\SpedType" type="service_closure" id="App\Form\SpedType"/>
        <argument key="App\Form\Type\AwbimportType" type="service_closure" id="App\Form\Type\AwbimportType"/>
        <argument key="App\Form\Type\AziendeType" type="service_closure" id="App\Form\Type\AziendeType"/>
        <argument key="App\Form\Type\C4rgoNewsType" type="service_closure" id="App\Form\Type\C4rgoNewsType"/>
        <argument key="App\Form\Type\CoeffPesoVolumetricoType" type="service_closure" id="App\Form\Type\CoeffPesoVolumetricoType"/>
        <argument key="App\Form\Type\ComandiExecType" type="service_closure" id="App\Form\Type\ComandiExecType"/>
        <argument key="App\Form\Type\ComandiType" type="service_closure" id="App\Form\Type\ComandiType"/>
        <argument key="App\Form\Type\ComponentiType" type="service_closure" id="App\Form\Type\ComponentiType"/>
        <argument key="App\Form\Type\ConfigGroupType" type="service_closure" id="App\Form\Type\ConfigGroupType"/>
        <argument key="App\Form\Type\DateTimePickerType" type="service_closure" id="App\Form\Type\DateTimePickerType"/>
        <argument key="App\Form\Type\EmailTemplateType" type="service_closure" id="App\Form\Type\EmailTemplateType"/>
        <argument key="App\Form\Type\FamigliaComponentiType" type="service_closure" id="App\Form\Type\FamigliaComponentiType"/>
        <argument key="App\Form\Type\FileGalleryType" type="service_closure" id="App\Form\Type\FileGalleryType"/>
        <argument key="App\Form\Type\LuoghiType" type="service_closure" id="App\Form\Type\LuoghiType"/>
        <argument key="App\Form\Type\MacchineType" type="service_closure" id="App\Form\Type\MacchineType"/>
        <argument key="App\Form\Type\ModelliType" type="service_closure" id="App\Form\Type\ModelliType"/>
        <argument key="App\Form\Type\MontaggiType" type="service_closure" id="App\Form\Type\MontaggiType"/>
        <argument key="App\Form\Type\MyScheduledCommandType" type="service_closure" id="App\Form\Type\MyScheduledCommandType"/>
        <argument key="App\Form\Type\NotificaEventoType" type="service_closure" id="App\Form\Type\NotificaEventoType"/>
        <argument key="App\Form\Type\ProfiloType" type="service_closure" id="App\Form\Type\ProfiloType"/>
        <argument key="App\Form\Type\TagsInputType" type="service_closure" id="App\Form\Type\TagsInputType"/>
        <argument key="App\Form\Type\TargetType" type="service_closure" id="App\Form\Type\TargetType"/>
        <argument key="App\Form\Type\UserType" type="service_closure" id="App\Form\Type\UserType"/>
        <argument key="App\Magazzino\Form\ArticoloType" type="service_closure" id="App\Magazzino\Form\ArticoloType"/>
        <argument key="App\Magazzino\Form\ArticoloUMType" type="service_closure" id="App\Magazzino\Form\ArticoloUMType"/>
        <argument key="App\Magazzino\Form\CategoriaType" type="service_closure" id="App\Magazzino\Form\CategoriaType"/>
        <argument key="App\Magazzino\Form\CausaleType" type="service_closure" id="App\Magazzino\Form\CausaleType"/>
        <argument key="App\Magazzino\Form\CsvImportType" type="service_closure" id="App\Magazzino\Form\CsvImportType"/>
        <argument key="App\Magazzino\Form\IdentificatoreType" type="service_closure" id="App\Magazzino\Form\IdentificatoreType"/>
        <argument key="App\Magazzino\Form\LottoType" type="service_closure" id="App\Magazzino\Form\LottoType"/>
        <argument key="App\Magazzino\Form\MagazzinoFormType" type="service_closure" id="App\Magazzino\Form\MagazzinoFormType"/>
        <argument key="App\Magazzino\Form\MovimentoRigaType" type="service_closure" id="App\Magazzino\Form\MovimentoRigaType"/>
        <argument key="App\Magazzino\Form\MovimentoType" type="service_closure" id="App\Magazzino\Form\MovimentoType"/>
        <argument key="App\Magazzino\Form\SerialeType" type="service_closure" id="App\Magazzino\Form\SerialeType"/>
        <argument key="App\Magazzino\Form\UbicazioneType" type="service_closure" id="App\Magazzino\Form\UbicazioneType"/>
        <argument key="App\Magazzino\Form\UnitaMisuraType" type="service_closure" id="App\Magazzino\Form\UnitaMisuraType"/>
        <argument key="App\Magazzino\Form\ZonaType" type="service_closure" id="App\Magazzino\Form\ZonaType"/>
        <argument key="Dukecity\CommandSchedulerBundle\Form\Type\CommandChoiceType" type="service_closure" id="Dukecity\CommandSchedulerBundle\Form\Type\CommandChoiceType"/>
        <argument key="Liip\ImagineBundle\Form\Type\ImageType" type="service_closure" id="liip_imagine.form.type.image"/>
        <argument key="PUGX\AutocompleterBundle\Form\Type\AutocompleteFilterType" type="service_closure" id="pugx_autocompleter.filter_autocomplete"/>
        <argument key="PUGX\AutocompleterBundle\Form\Type\AutocompleteType" type="service_closure" id="pugx_autocompleter.autocomplete"/>
        <argument key="Symfony\Bridge\Doctrine\Form\Type\EntityType" type="service_closure" id="form.type.entity"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ChoiceType" type="service_closure" id="form.type.choice"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\ColorType" type="service_closure" id="form.type.color"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FileType" type="service_closure" id="form.type.file"/>
        <argument key="Symfony\Component\Form\Extension\Core\Type\FormType" type="service_closure" id="form.type.form"/>
        <argument key="Vich\UploaderBundle\Form\Type\VichFileType" type="service_closure" id="vich_uploader.form.type.file"/>
        <argument key="Vich\UploaderBundle\Form\Type\VichImageType" type="service_closure" id="vich_uploader.form.type.image"/>
      </argument>
    </service>
    <service id=".debug.security.voter.security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.authenticated_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.scheb_two_factor.security.access.authenticated_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="scheb_two_factor.security.access.authenticated_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.security.access.role_hierarchy_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.role_hierarchy_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.security.access.expression_voter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="security.access.expression_voter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Magazzino\Security\MagazzinoVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Magazzino\Security\MagazzinoVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\PostVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\PostVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id=".debug.security.voter.App\Security\Voter\GruppiVoter" class="Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter">
      <argument type="service" id="App\Security\Voter\GruppiVoter"/>
      <argument type="service" id="debug.event_dispatcher"/>
    </service>
    <service id="security.listener.csrf_protection" class="Symfony\Component\Security\Http\EventListener\CsrfProtectionListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.token_manager"/>
    </service>
    <service id="security.logout.listener.csrf_token_clearing" class="Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener">
      <tag name="kernel.event_subscriber"/>
      <argument type="service" id="security.csrf.token_storage"/>
    </service>
    <service id="security.ldap_locator" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <argument type="collection"/>
    </service>
    <service id=".service_locator.jiREWBu" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\EventListener\AuditFieldsListener" type="service_closure" id="App\EventListener\AuditFieldsListener"/>
        <argument key="doctrine.orm.default_listeners.attach_entity_listeners" type="service_closure" id="doctrine.orm.default_listeners.attach_entity_listeners"/>
        <argument key="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_listener"/>
        <argument key="doctrine.orm.listeners.doctrine_token_provider_schema_listener" type="service_closure" id="doctrine.orm.listeners.doctrine_token_provider_schema_listener"/>
        <argument key="doctrine.orm.listeners.lock_store_schema_listener" type="service_closure" id="doctrine.orm.listeners.lock_store_schema_listener"/>
        <argument key="doctrine.orm.listeners.pdo_session_handler_schema_listener" type="service_closure" id="doctrine.orm.listeners.pdo_session_handler_schema_listener"/>
        <argument key="stof_doctrine_extensions.listener.blameable" type="service_closure" id="stof_doctrine_extensions.listener.blameable"/>
        <argument key="stof_doctrine_extensions.listener.sluggable" type="service_closure" id="stof_doctrine_extensions.listener.sluggable"/>
        <argument key="stof_doctrine_extensions.listener.softdeleteable" type="service_closure" id="stof_doctrine_extensions.listener.softdeleteable"/>
        <argument key="stof_doctrine_extensions.listener.timestampable" type="service_closure" id="stof_doctrine_extensions.listener.timestampable"/>
        <argument key="stof_doctrine_extensions.listener.tree" type="service_closure" id="stof_doctrine_extensions.listener.tree"/>
        <argument key="vich_uploader.listener.clean.componenti_immagini" type="service_closure" id="vich_uploader.listener.clean.componenti_immagini"/>
        <argument key="vich_uploader.listener.clean.contenitori_immagini" type="service_closure" id="vich_uploader.listener.clean.contenitori_immagini"/>
        <argument key="vich_uploader.listener.remove.componenti_immagini" type="service_closure" id="vich_uploader.listener.remove.componenti_immagini"/>
        <argument key="vich_uploader.listener.remove.contenitori_immagini" type="service_closure" id="vich_uploader.listener.remove.contenitori_immagini"/>
        <argument key="vich_uploader.listener.upload.componenti_immagini" type="service_closure" id="vich_uploader.listener.upload.componenti_immagini"/>
        <argument key="vich_uploader.listener.upload.contenitori_immagini" type="service_closure" id="vich_uploader.listener.upload.contenitori_immagini"/>
      </argument>
    </service>
    <service id=".service_locator.vDQA1dm" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Magazzino\Repository\ArticoloAllegatoRepository" type="service_closure" id="App\Magazzino\Repository\ArticoloAllegatoRepository"/>
        <argument key="App\Magazzino\Repository\ArticoloAttributoRepository" type="service_closure" id="App\Magazzino\Repository\ArticoloAttributoRepository"/>
        <argument key="App\Magazzino\Repository\ArticoloImmagineRepository" type="service_closure" id="App\Magazzino\Repository\ArticoloImmagineRepository"/>
        <argument key="App\Magazzino\Repository\ArticoloRepository" type="service_closure" id="App\Magazzino\Repository\ArticoloRepository"/>
        <argument key="App\Magazzino\Repository\ArticoloUMRepository" type="service_closure" id="App\Magazzino\Repository\ArticoloUMRepository"/>
        <argument key="App\Magazzino\Repository\AttributoRepository" type="service_closure" id="App\Magazzino\Repository\AttributoRepository"/>
        <argument key="App\Magazzino\Repository\AwbItemRepository" type="service_closure" id="App\Magazzino\Repository\AwbItemRepository"/>
        <argument key="App\Magazzino\Repository\CausaleRepository" type="service_closure" id="App\Magazzino\Repository\CausaleRepository"/>
        <argument key="App\Magazzino\Repository\GiacenzaRollupRepository" type="service_closure" id="App\Magazzino\Repository\GiacenzaRollupRepository"/>
        <argument key="App\Magazzino\Repository\IdentificatoreRepository" type="service_closure" id="App\Magazzino\Repository\IdentificatoreRepository"/>
        <argument key="App\Magazzino\Repository\LottoRepository" type="service_closure" id="App\Magazzino\Repository\LottoRepository"/>
        <argument key="App\Magazzino\Repository\MagazzinoRepository" type="service_closure" id="App\Magazzino\Repository\MagazzinoRepository"/>
        <argument key="App\Magazzino\Repository\MovimentoRepository" type="service_closure" id="App\Magazzino\Repository\MovimentoRepository"/>
        <argument key="App\Magazzino\Repository\MovimentoRigaRepository" type="service_closure" id="App\Magazzino\Repository\MovimentoRigaRepository"/>
        <argument key="App\Magazzino\Repository\SerialeRepository" type="service_closure" id="App\Magazzino\Repository\SerialeRepository"/>
        <argument key="App\Magazzino\Repository\UbicazioneRepository" type="service_closure" id="App\Magazzino\Repository\UbicazioneRepository"/>
        <argument key="App\Magazzino\Repository\UnitaMisuraRepository" type="service_closure" id="App\Magazzino\Repository\UnitaMisuraRepository"/>
        <argument key="App\Magazzino\Repository\UserLayoutPrefRepository" type="service_closure" id="App\Magazzino\Repository\UserLayoutPrefRepository"/>
        <argument key="App\Magazzino\Repository\ZonaRepository" type="service_closure" id="App\Magazzino\Repository\ZonaRepository"/>
        <argument key="App\Repository\AAwbexportRepository" type="service_closure" id="App\Repository\AAwbexportRepository"/>
        <argument key="App\Repository\AcquisitionUploadLogRepository" type="service_closure" id="App\Repository\AcquisitionUploadLogRepository"/>
        <argument key="App\Repository\AddressBookRepository" type="service_closure" id="App\Repository\AddressBookRepository"/>
        <argument key="App\Repository\AeroPortiRepository" type="service_closure" id="App\Repository\AeroPortiRepository"/>
        <argument key="App\Repository\AlertRepository" type="service_closure" id="App\Repository\AlertRepository"/>
        <argument key="App\Repository\AlertResponseRepository" type="service_closure" id="App\Repository\AlertResponseRepository"/>
        <argument key="App\Repository\AreaRepository" type="service_closure" id="App\Repository\AreaRepository"/>
        <argument key="App\Repository\AuditLogRepository" type="service_closure" id="App\Repository\AuditLogRepository"/>
        <argument key="App\Repository\AwbExportObjCountRepository" type="service_closure" id="App\Repository\AwbExportObjCountRepository"/>
        <argument key="App\Repository\AwbexportRepository" type="service_closure" id="App\Repository\AwbexportRepository"/>
        <argument key="App\Repository\AwbexportStoricoRepository" type="service_closure" id="App\Repository\AwbexportStoricoRepository"/>
        <argument key="App\Repository\AwbimportRepository" type="service_closure" id="App\Repository\AwbimportRepository"/>
        <argument key="App\Repository\AziendeRepository" type="service_closure" id="App\Repository\AziendeRepository"/>
        <argument key="App\Repository\BarcodeRepository" type="service_closure" id="App\Repository\BarcodeRepository"/>
        <argument key="App\Repository\BoxDORepository" type="service_closure" id="App\Repository\BoxDORepository"/>
        <argument key="App\Repository\BoxRepository" type="service_closure" id="App\Repository\BoxRepository"/>
        <argument key="App\Repository\BoxSORepository" type="service_closure" id="App\Repository\BoxSORepository"/>
        <argument key="App\Repository\BoxesQtyRepository" type="service_closure" id="App\Repository\BoxesQtyRepository"/>
        <argument key="App\Repository\C4rgoNewsRepository" type="service_closure" id="App\Repository\C4rgoNewsRepository"/>
        <argument key="App\Repository\C4rgoRoiFixValueRepository" type="service_closure" id="App\Repository\C4rgoRoiFixValueRepository"/>
        <argument key="App\Repository\CaratteristicheContenitoriRepository" type="service_closure" id="App\Repository\CaratteristicheContenitoriRepository"/>
        <argument key="App\Repository\CaratteristicheItemsRepository" type="service_closure" id="App\Repository\CaratteristicheItemsRepository"/>
        <argument key="App\Repository\CaratteristicheOpzioniRepository" type="service_closure" id="App\Repository\CaratteristicheOpzioniRepository"/>
        <argument key="App\Repository\CaratteristicheRepository" type="service_closure" id="App\Repository\CaratteristicheRepository"/>
        <argument key="App\Repository\CertificazioniRepository" type="service_closure" id="App\Repository\CertificazioniRepository"/>
        <argument key="App\Repository\CodiciAcquisitiRepository" type="service_closure" id="App\Repository\CodiciAcquisitiRepository"/>
        <argument key="App\Repository\CoeffPesoVolumetricoRepository" type="service_closure" id="App\Repository\CoeffPesoVolumetricoRepository"/>
        <argument key="App\Repository\ColoriConfiguratoreDORepository" type="service_closure" id="App\Repository\ColoriConfiguratoreDORepository"/>
        <argument key="App\Repository\ColoriConfigurazioneRepository" type="service_closure" id="App\Repository\ColoriConfigurazioneRepository"/>
        <argument key="App\Repository\ColoriConfigurazioneTrasportiRepository" type="service_closure" id="App\Repository\ColoriConfigurazioneTrasportiRepository"/>
        <argument key="App\Repository\ComandiExecRepository" type="service_closure" id="App\Repository\ComandiExecRepository"/>
        <argument key="App\Repository\ComandiRepository" type="service_closure" id="App\Repository\ComandiRepository"/>
        <argument key="App\Repository\ComponentiRepository" type="service_closure" id="App\Repository\ComponentiRepository"/>
        <argument key="App\Repository\ConfigEngineRepository" type="service_closure" id="App\Repository\ConfigEngineRepository"/>
        <argument key="App\Repository\ConfiguratoreCaricoRepository" type="service_closure" id="App\Repository\ConfiguratoreCaricoRepository"/>
        <argument key="App\Repository\ConfiguratoreDORepository" type="service_closure" id="App\Repository\ConfiguratoreDORepository"/>
        <argument key="App\Repository\ConfiguratoreTestataDORepository" type="service_closure" id="App\Repository\ConfiguratoreTestataDORepository"/>
        <argument key="App\Repository\ConfiguratoreTestataMORepository" type="service_closure" id="App\Repository\ConfiguratoreTestataMORepository"/>
        <argument key="App\Repository\ConfiguratoreTestataSORepository" type="service_closure" id="App\Repository\ConfiguratoreTestataSORepository"/>
        <argument key="App\Repository\ConfigurazioneRepository" type="service_closure" id="App\Repository\ConfigurazioneRepository"/>
        <argument key="App\Repository\ConfigurazioneSoluzioniItemsRepository" type="service_closure" id="App\Repository\ConfigurazioneSoluzioniItemsRepository"/>
        <argument key="App\Repository\ConfigurazioneTrasportiRepository" type="service_closure" id="App\Repository\ConfigurazioneTrasportiRepository"/>
        <argument key="App\Repository\ConfigurazioneTrasportiSoluzioniRepository" type="service_closure" id="App\Repository\ConfigurazioneTrasportiSoluzioniRepository"/>
        <argument key="App\Repository\ContenitoriRepository" type="service_closure" id="App\Repository\ContenitoriRepository"/>
        <argument key="App\Repository\ContinentiRepository" type="service_closure" id="App\Repository\ContinentiRepository"/>
        <argument key="App\Repository\CronExpressionRepository" type="service_closure" id="App\Repository\CronExpressionRepository"/>
        <argument key="App\Repository\DMXLedLightChannelsRepository" type="service_closure" id="App\Repository\DMXLedLightChannelsRepository"/>
        <argument key="App\Repository\DMXLedLightRepository" type="service_closure" id="App\Repository\DMXLedLightRepository"/>
        <argument key="App\Repository\DecodeRepository" type="service_closure" id="App\Repository\DecodeRepository"/>
        <argument key="App\Repository\DetailItemRepository" type="service_closure" id="App\Repository\DetailItemRepository"/>
        <argument key="App\Repository\DeviceDecodeRepository" type="service_closure" id="App\Repository\DeviceDecodeRepository"/>
        <argument key="App\Repository\DevicesRepository" type="service_closure" id="App\Repository\DevicesRepository"/>
        <argument key="App\Repository\EmailRepository" type="service_closure" id="App\Repository\EmailRepository"/>
        <argument key="App\Repository\EmailTemplateRepository" type="service_closure" id="App\Repository\EmailTemplateRepository"/>
        <argument key="App\Repository\EncodedUrlRepository" type="service_closure" id="App\Repository\EncodedUrlRepository"/>
        <argument key="App\Repository\ExportLogRepository" type="service_closure" id="App\Repository\ExportLogRepository"/>
        <argument key="App\Repository\FamigliaComponentiRepository" type="service_closure" id="App\Repository\FamigliaComponentiRepository"/>
        <argument key="App\Repository\FotografieRepository" type="service_closure" id="App\Repository\FotografieRepository"/>
        <argument key="App\Repository\FunzioniRepository" type="service_closure" id="App\Repository\FunzioniRepository"/>
        <argument key="App\Repository\GPSRepository" type="service_closure" id="App\Repository\GPSRepository"/>
        <argument key="App\Repository\GruppiRepository" type="service_closure" id="App\Repository\GruppiRepository"/>
        <argument key="App\Repository\InfoMacchineRepository" type="service_closure" id="App\Repository\InfoMacchineRepository"/>
        <argument key="App\Repository\Log3DLabRepository" type="service_closure" id="App\Repository\Log3DLabRepository"/>
        <argument key="App\Repository\LoginLogRepository" type="service_closure" id="App\Repository\LoginLogRepository"/>
        <argument key="App\Repository\LuoghiRepository" type="service_closure" id="App\Repository\LuoghiRepository"/>
        <argument key="App\Repository\MDecodeRepository" type="service_closure" id="App\Repository\MDecodeRepository"/>
        <argument key="App\Repository\MacchineRepository" type="service_closure" id="App\Repository\MacchineRepository"/>
        <argument key="App\Repository\MediaRepository" type="service_closure" id="App\Repository\MediaRepository"/>
        <argument key="App\Repository\ModelliRepository" type="service_closure" id="App\Repository\ModelliRepository"/>
        <argument key="App\Repository\ModificheAwbexportRepository" type="service_closure" id="App\Repository\ModificheAwbexportRepository"/>
        <argument key="App\Repository\MontaggiRepository" type="service_closure" id="App\Repository\MontaggiRepository"/>
        <argument key="App\Repository\NazioniRepository" type="service_closure" id="App\Repository\NazioniRepository"/>
        <argument key="App\Repository\NoteRepository" type="service_closure" id="App\Repository\NoteRepository"/>
        <argument key="App\Repository\NotificaEventoRepository" type="service_closure" id="App\Repository\NotificaEventoRepository"/>
        <argument key="App\Repository\PalletsRepository" type="service_closure" id="App\Repository\PalletsRepository"/>
        <argument key="App\Repository\PostRepository" type="service_closure" id="App\Repository\PostRepository"/>
        <argument key="App\Repository\ProfiliRepository" type="service_closure" id="App\Repository\ProfiliRepository"/>
        <argument key="App\Repository\QueriesModelRepository" type="service_closure" id="App\Repository\QueriesModelRepository"/>
        <argument key="App\Repository\RolesRepository" type="service_closure" id="App\Repository\RolesRepository"/>
        <argument key="App\Repository\SessionRepository" type="service_closure" id="App\Repository\SessionRepository"/>
        <argument key="App\Repository\Sim7600DeviceStatusRepository" type="service_closure" id="App\Repository\Sim7600DeviceStatusRepository"/>
        <argument key="App\Repository\SoluzioniSalvateRepository" type="service_closure" id="App\Repository\SoluzioniSalvateRepository"/>
        <argument key="App\Repository\SoluzioniSalvateTestRepository" type="service_closure" id="App\Repository\SoluzioniSalvateTestRepository"/>
        <argument key="App\Repository\SpedRepository" type="service_closure" id="App\Repository\SpedRepository"/>
        <argument key="App\Repository\TEventiRepository" type="service_closure" id="App\Repository\TEventiRepository"/>
        <argument key="App\Repository\TabelleSupportoRepository" type="service_closure" id="App\Repository\TabelleSupportoRepository"/>
        <argument key="App\Repository\TargetRepository" type="service_closure" id="App\Repository\TargetRepository"/>
        <argument key="App\Repository\TargetVettoriRepository" type="service_closure" id="App\Repository\TargetVettoriRepository"/>
        <argument key="App\Repository\TipoAccessoriRepository" type="service_closure" id="App\Repository\TipoAccessoriRepository"/>
        <argument key="App\Repository\TipoDispositiviRepository" type="service_closure" id="App\Repository\TipoDispositiviRepository"/>
        <argument key="App\Repository\TraduzioniRepository" type="service_closure" id="App\Repository\TraduzioniRepository"/>
        <argument key="App\Repository\UMRepository" type="service_closure" id="App\Repository\UMRepository"/>
        <argument key="App\Repository\UmConversioniRepository" type="service_closure" id="App\Repository\UmConversioniRepository"/>
        <argument key="App\Repository\UserRepository" type="service_closure" id="App\Repository\UserRepository"/>
        <argument key="App\Repository\VettoriRepository" type="service_closure" id="App\Repository\VettoriRepository"/>
        <argument key="App\Repository\VolumeRepository" type="service_closure" id="App\Repository\VolumeRepository"/>
        <argument key="App\Repository\WebServiceLogRepository" type="service_closure" id="App\Repository\WebServiceLogRepository"/>
        <argument key="App\Repository\WeightRepository" type="service_closure" id="App\Repository\WeightRepository"/>
        <argument key="App\Repository\WizOptionsRepository" type="service_closure" id="App\Repository\WizOptionsRepository"/>
        <argument key="App\Repository\WizPageRepository" type="service_closure" id="App\Repository\WizPageRepository"/>
        <argument key="App\Repository\WizSetupRepository" type="service_closure" id="App\Repository\WizSetupRepository"/>
      </argument>
    </service>
    <service id=".service_locator.KLVvNIq" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="doctrine.ulid_generator" type="service_closure" id="doctrine.ulid_generator"/>
        <argument key="doctrine.uuid_generator" type="service_closure" id="doctrine.uuid_generator"/>
      </argument>
    </service>
    <service id=".doctrine.orm.default_metadata_driver" class="Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver">
      <tag name="container.decorator" id="doctrine.orm.default_metadata_driver" inner=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".doctrine.orm.default_metadata_driver.inner"/>
      <argument type="service" id=".service_locator.KLVvNIq"/>
    </service>
    <service id="doctrine.dbal.default_schema_asset_filter_manager" class="Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager">
      <argument type="collection">
        <argument type="service" id="doctrine.dbal.default_regex_schema_filter"/>
        <argument type="service" id="doctrine_migrations.schema_filter_listener"/>
      </argument>
    </service>
    <service id="doctrine.dbal.logging_middleware.default" class="Doctrine\DBAL\Logging\Middleware">
      <tag name="monolog.logger" channel="doctrine"/>
      <argument type="service" id="monolog.logger.doctrine"/>
    </service>
    <service id="doctrine.dbal.debug_middleware.default" class="Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware">
      <argument type="service" id="doctrine.debug_data_holder"/>
      <argument type="service" id="debug.stopwatch" on-invalid="null"/>
      <call method="setConnectionName">
        <argument>default</argument>
      </call>
    </service>
    <service id="monolog.logger.request" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>request</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.console" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>console</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.cache" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>cache</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.mailer" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>mailer</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.translation" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>translation</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.php" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>php</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.event" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>event</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.null_internal"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.router" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>router</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.lock" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>lock</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.profiler" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>profiler</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.security" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>security</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.doctrine" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>doctrine</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.logger.debug" class="Monolog\Logger">
      <tag name="monolog.channel_logger"/>
      <argument>debug</argument>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.console"/>
      </call>
      <call method="pushHandler">
        <argument type="service" id="monolog.handler.main"/>
      </call>
      <configurator service="debug.debug_logger_configurator" method="pushDebugLogger"/>
    </service>
    <service id="monolog.handler.null_internal" class="Monolog\Handler\NullHandler"/>
    <service id="fos_rest.request_matcher.6d27357678da78ac461e8b851ac5bf83a1f9471f9d410dff7d760712cb7770b80848bf9c" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
            <argument>^/_profiler|_wdt/</argument>
          </service>
        </argument>
      </argument>
    </service>
    <service id="fos_rest.request_matcher.cfdc62c4a58629635f1b8d9887c69aaed39b387f0469d5dc15683d067421311ca4e059e2" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
            <argument>^/(en|fr|de|es|cs|nl|ru|uk|ro|pt_BR|pl|it|ja|id|ca|sl|hr|zh_CN)/api/ws</argument>
          </service>
        </argument>
      </argument>
    </service>
    <service id="fos_rest.request_matcher.69e9d3fd562e0ecffc5bce0c68d3b7a673d187934b742bc76452558275bbd7611198d478" class="Symfony\Component\HttpFoundation\ChainRequestMatcher">
      <argument type="collection">
        <argument type="service">
          <service class="Symfony\Component\HttpFoundation\RequestMatcher\PathRequestMatcher">
            <argument>^/</argument>
          </service>
        </argument>
      </argument>
    </service>
    <service id=".stof_doctrine_extensions.reader" class="Gedmo\Mapping\Driver\AttributeReader"/>
    <service id=".service_locator.yY.p4P7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translation.loader.csv" type="service_closure" id="translation.loader.csv"/>
        <argument key="translation.loader.dat" type="service_closure" id="translation.loader.dat"/>
        <argument key="translation.loader.ini" type="service_closure" id="translation.loader.ini"/>
        <argument key="translation.loader.json" type="service_closure" id="translation.loader.json"/>
        <argument key="translation.loader.mo" type="service_closure" id="translation.loader.mo"/>
        <argument key="translation.loader.php" type="service_closure" id="translation.loader.php"/>
        <argument key="translation.loader.po" type="service_closure" id="translation.loader.po"/>
        <argument key="translation.loader.qt" type="service_closure" id="translation.loader.qt"/>
        <argument key="translation.loader.res" type="service_closure" id="translation.loader.res"/>
        <argument key="translation.loader.xliff" type="service_closure" id="translation.loader.xliff"/>
        <argument key="translation.loader.yml" type="service_closure" id="translation.loader.yml"/>
      </argument>
    </service>
    <service id="debug.security.event_dispatcher.main" class="Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher">
      <tag name="security.event_dispatcher.main">event_dispatcher.dispatcher</tag>
      <tag name="container.decorator" id="security.event_dispatcher.main" inner="debug.security.event_dispatcher.main.inner"/>
      <argument type="service" id="debug.security.event_dispatcher.main.inner"/>
      <argument type="service" id="debug.stopwatch"/>
      <argument type="service" id="monolog.logger" on-invalid="null"/>
      <argument type="service" id="request_stack" on-invalid="null"/>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.session.main"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.default.main"/>
          <argument>onLogout</argument>
        </argument>
        <argument>64</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.session.main"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.main"/>
          <argument>preCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_checker.main"/>
          <argument>postCheckCredentials</argument>
        </argument>
        <argument>256</argument>
      </call>
      <call method="addListener">
        <argument>security.interactive_login</argument>
        <argument type="collection">
          <argument type="service_closure" id="account.security_listener"/>
          <argument>onSecurityInteractiveLogin</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.user_provider"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>1024</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.check_authenticator_credentials"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.password_migrating"/>
          <argument>onLoginSuccess</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.check_two_factor_code"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>0</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LoginSuccessEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.listener.suppress_remember_me"/>
          <argument>onSuccessfulLogin</argument>
        </argument>
        <argument>-63</argument>
      </call>
      <call method="addListener">
        <argument>security.authentication.success</argument>
        <argument type="collection">
          <argument type="service_closure" id="scheb_two_factor.security.authentication_success_event_suppressor"/>
          <argument>onLogin</argument>
        </argument>
        <argument>9223372036854775806</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\CheckPassportEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.listener.csrf_protection"/>
          <argument>checkPassport</argument>
        </argument>
        <argument>512</argument>
      </call>
      <call method="addListener">
        <argument>Symfony\Component\Security\Http\Event\LogoutEvent</argument>
        <argument type="collection">
          <argument type="service_closure" id="security.logout.listener.csrf_token_clearing"/>
          <argument>onLogout</argument>
        </argument>
        <argument>0</argument>
      </call>
    </service>
    <service id=".service_locator.EztrC5Q" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\AwbimportFormController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\AwbimportFormController"/>
      <argument>App\Controller\Admin\AwbimportFormController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\BlogController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\BlogController"/>
      <argument>App\Controller\Admin\BlogController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\C4rgoNewsFormController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\C4rgoNewsFormController"/>
      <argument>App\Controller\Admin\C4rgoNewsFormController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\CaratteristicheController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CaratteristicheController"/>
      <argument>App\Controller\Admin\CaratteristicheController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\CloudCamController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CloudCamController"/>
      <argument>App\Controller\Admin\CloudCamController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\CompanyManagementController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CompanyManagementController"/>
      <argument>App\Controller\Admin\CompanyManagementController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\CustomSchedulerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CustomSchedulerController"/>
      <argument>App\Controller\Admin\CustomSchedulerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\CustomSchedulerDetailController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\CustomSchedulerDetailController"/>
      <argument>App\Controller\Admin\CustomSchedulerDetailController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\DMXLedLightController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\DMXLedLightController"/>
      <argument>App\Controller\Admin\DMXLedLightController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\DecodeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\DecodeController"/>
      <argument>App\Controller\Admin\DecodeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\EmailTemplateController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\EmailTemplateController"/>
      <argument>App\Controller\Admin\EmailTemplateController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\ImportCloudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ImportCloudController"/>
      <argument>App\Controller\Admin\ImportCloudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\ManagementPannel" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\ManagementPannel"/>
      <argument>App\Controller\Admin\ManagementPannel</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\NotificaEventoController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\NotificaEventoController"/>
      <argument>App\Controller\Admin\NotificaEventoController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\SchedReportsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SchedReportsController"/>
      <argument>App\Controller\Admin\SchedReportsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\SearchErpController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SearchErpController"/>
      <argument>App\Controller\Admin\SearchErpController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\SendReportsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SendReportsController"/>
      <argument>App\Controller\Admin\SendReportsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\SupportsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\SupportsController"/>
      <argument>App\Controller\Admin\SupportsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\UserCollectionController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserCollectionController"/>
      <argument>App\Controller\Admin\UserCollectionController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Admin\UserManagementController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Admin\UserManagementController"/>
      <argument>App\Controller\Admin\UserManagementController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Api\ActivationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\ActivationController"/>
      <argument>App\Controller\Api\ActivationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Api\FileManagerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\FileManagerController"/>
      <argument>App\Controller\Api\FileManagerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Api\MachineAdminController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\MachineAdminController"/>
      <argument>App\Controller\Api\MachineAdminController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Api\MachineHardwareController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\MachineHardwareController"/>
      <argument>App\Controller\Api\MachineHardwareController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Api\UploadController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\UploadController"/>
      <argument>App\Controller\Api\UploadController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Api\WebService" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Api\WebService"/>
      <argument>App\Controller\Api\WebService</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\ApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ApiController"/>
      <argument>App\Controller\ApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\AwbimportFormController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\AwbimportFormController"/>
      <argument>App\Controller\AwbimportFormController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\BLedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\BLedController"/>
      <argument>App\Controller\BLedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\BlogController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\BlogController"/>
      <argument>App\Controller\BlogController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\C4rgoRoiCalcController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\C4rgoRoiCalcController"/>
      <argument>App\Controller\C4rgoRoiCalcController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\C4rgoRoiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\C4rgoRoiController"/>
      <argument>App\Controller\C4rgoRoiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\C4rgoViewerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\C4rgoViewerController"/>
      <argument>App\Controller\C4rgoViewerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\CheckController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\CheckController"/>
      <argument>App\Controller\CheckController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\CloudServiceController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\CloudServiceController"/>
      <argument>App\Controller\CloudServiceController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\CloudToolsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\CloudToolsController"/>
      <argument>App\Controller\CloudToolsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\ComponentiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ComponentiController"/>
      <argument>App\Controller\ComponentiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\Config3DController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\Config3DController"/>
      <argument>App\Controller\Configuratore\Config3DController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfigDeepNestController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\ConfigDeepNestController"/>
      <argument>App\Controller\Configuratore\ConfigDeepNestController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratorCoverController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\ConfiguratorCoverController"/>
      <argument>App\Controller\Configuratore\ConfiguratorCoverController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\Configuratore3DC4rgoController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\Configuratore3DC4rgoController"/>
      <argument>App\Controller\Configuratore\Configuratore3DC4rgoController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\Configuratore3DController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\Configuratore3DController"/>
      <argument>App\Controller\Configuratore\Configuratore3DController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreAjaxController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\ConfiguratoreAjaxController"/>
      <argument>App\Controller\Configuratore\ConfiguratoreAjaxController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\ConfiguratoreController"/>
      <argument>App\Controller\Configuratore\ConfiguratoreController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreDOController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\ConfiguratoreDOController"/>
      <argument>App\Controller\Configuratore\ConfiguratoreDOController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreMOController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\ConfiguratoreMOController"/>
      <argument>App\Controller\Configuratore\ConfiguratoreMOController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\ConfiguratoreSOController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\ConfiguratoreSOController"/>
      <argument>App\Controller\Configuratore\ConfiguratoreSOController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Configuratore\DeepNestController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Configuratore\DeepNestController"/>
      <argument>App\Controller\Configuratore\DeepNestController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\CongruityController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\CongruityController"/>
      <argument>App\Controller\CongruityController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\ContenitoriController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ContenitoriController"/>
      <argument>App\Controller\ContenitoriController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\DataController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DataController"/>
      <argument>App\Controller\DataController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\DetailController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DetailController"/>
      <argument>App\Controller\DetailController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\DetailItemController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\DetailItemController"/>
      <argument>App\Controller\DetailItemController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\FamigliaComponentiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FamigliaComponentiController"/>
      <argument>App\Controller\FamigliaComponentiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\FileManagerController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FileManagerController"/>
      <argument>App\Controller\FileManagerController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\FullmaticController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\FullmaticController"/>
      <argument>App\Controller\FullmaticController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\GalleryController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\GalleryController"/>
      <argument>App\Controller\GalleryController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\HomeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\HomeController"/>
      <argument>App\Controller\HomeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\ListController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ListController"/>
      <argument>App\Controller\ListController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\LocationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\LocationController"/>
      <argument>App\Controller\LocationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\MDecodeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MDecodeController"/>
      <argument>App\Controller\MDecodeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\MacchineController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MacchineController"/>
      <argument>App\Controller\MacchineController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\MacchineControllerL" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MacchineControllerL"/>
      <argument>App\Controller\MacchineControllerL</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\MachineController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MachineController"/>
      <argument>App\Controller\MachineController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\MainWeighsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MainWeighsController"/>
      <argument>App\Controller\MainWeighsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\MenuAlertBlockController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MenuAlertBlockController"/>
      <argument>App\Controller\MenuAlertBlockController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\ModelliController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ModelliController"/>
      <argument>App\Controller\ModelliController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\Monitor360Controller" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\Monitor360Controller"/>
      <argument>App\Controller\Monitor360Controller</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\MontaggiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MontaggiController"/>
      <argument>App\Controller\MontaggiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\MyPDFController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\MyPDFController"/>
      <argument>App\Controller\MyPDFController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\NotAvailableController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\NotAvailableController"/>
      <argument>App\Controller\NotAvailableController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\RegistrationController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\RegistrationController"/>
      <argument>App\Controller\RegistrationController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\RemoteDesktopController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\RemoteDesktopController"/>
      <argument>App\Controller\RemoteDesktopController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\RemoteMacController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\RemoteMacController"/>
      <argument>App\Controller\RemoteMacController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\ReportsController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ReportsController"/>
      <argument>App\Controller\ReportsController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\AziendeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\AziendeController"/>
      <argument>App\Controller\SA\AziendeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\ComandiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\ComandiController"/>
      <argument>App\Controller\SA\ComandiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\ComandiExecController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\ComandiExecController"/>
      <argument>App\Controller\SA\ComandiExecController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\CommandController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\CommandController"/>
      <argument>App\Controller\SA\CommandController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\ComponentiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\ComponentiController"/>
      <argument>App\Controller\SA\ComponentiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\DashboardController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\DashboardController"/>
      <argument>App\Controller\SA\DashboardController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\FamigliaComponentiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\FamigliaComponentiController"/>
      <argument>App\Controller\SA\FamigliaComponentiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\LuoghiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\LuoghiController"/>
      <argument>App\Controller\SA\LuoghiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\MacchineController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\MacchineController"/>
      <argument>App\Controller\SA\MacchineController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\ModelliController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\ModelliController"/>
      <argument>App\Controller\SA\ModelliController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\MontaggiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\MontaggiController"/>
      <argument>App\Controller\SA\MontaggiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\NotificaEventoGlobaleController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\NotificaEventoGlobaleController"/>
      <argument>App\Controller\SA\NotificaEventoGlobaleController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SA\ScannerRemoteController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SA\ScannerRemoteController"/>
      <argument>App\Controller\SA\ScannerRemoteController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SearchController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SearchController"/>
      <argument>App\Controller\SearchController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SearchDeletedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SearchDeletedController"/>
      <argument>App\Controller\SearchDeletedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SecurityController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SecurityController"/>
      <argument>App\Controller\SecurityController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SelectCompanyController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SelectCompanyController"/>
      <argument>App\Controller\SelectCompanyController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\ServiceController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ServiceController"/>
      <argument>App\Controller\ServiceController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SpedArchiveController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SpedArchiveController"/>
      <argument>App\Controller\SpedArchiveController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\SpedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\SpedController"/>
      <argument>App\Controller\SpedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\StatController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\StatController"/>
      <argument>App\Controller\StatController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\StepTwoController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\StepTwoController"/>
      <argument>App\Controller\StepTwoController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\ThreeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\ThreeController"/>
      <argument>App\Controller\ThreeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\WSSpedController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WSSpedController"/>
      <argument>App\Controller\WSSpedController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\WelcomeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WelcomeController"/>
      <argument>App\Controller\WelcomeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.EztrC5Q.App\Controller\WorkInProgressController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Controller\WorkInProgressController"/>
      <argument>App\Controller\WorkInProgressController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.EztrC5Q" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\ArticoloApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\Api\ArticoloApiController"/>
      <argument>App\Magazzino\Controller\Api\ArticoloApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\GiacenzaApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\Api\GiacenzaApiController"/>
      <argument>App\Magazzino\Controller\Api\GiacenzaApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\LayoutController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\Api\LayoutController"/>
      <argument>App\Magazzino\Controller\Api\LayoutController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\ScanApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\Api\ScanApiController"/>
      <argument>App\Magazzino\Controller\Api\ScanApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\Api\TracciabilitaApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\Api\TracciabilitaApiController"/>
      <argument>App\Magazzino\Controller\Api\TracciabilitaApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\ArticoloController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\ArticoloController"/>
      <argument>App\Magazzino\Controller\ArticoloController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\CategoriaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\CategoriaController"/>
      <argument>App\Magazzino\Controller\CategoriaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\CausaleController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\CausaleController"/>
      <argument>App\Magazzino\Controller\CausaleController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\GiacenzaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\GiacenzaController"/>
      <argument>App\Magazzino\Controller\GiacenzaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\IdentificatoreController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\IdentificatoreController"/>
      <argument>App\Magazzino\Controller\IdentificatoreController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\ImportExportController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\ImportExportController"/>
      <argument>App\Magazzino\Controller\ImportExportController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\LottoController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\LottoController"/>
      <argument>App\Magazzino\Controller\LottoController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\MagazzinoController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\MagazzinoController"/>
      <argument>App\Magazzino\Controller\MagazzinoController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\MagazzinoCrudController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\MagazzinoCrudController"/>
      <argument>App\Magazzino\Controller\MagazzinoCrudController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\MovimentoController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\MovimentoController"/>
      <argument>App\Magazzino\Controller\MovimentoController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\SerialeController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\SerialeController"/>
      <argument>App\Magazzino\Controller\SerialeController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\TracciabilitaController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\TracciabilitaController"/>
      <argument>App\Magazzino\Controller\TracciabilitaController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\UbicazioneController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\UbicazioneController"/>
      <argument>App\Magazzino\Controller\UbicazioneController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.3MVhhha.App\Magazzino\Controller\UnitaMisuraController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="App\Magazzino\Controller\UnitaMisuraController"/>
      <argument>App\Magazzino\Controller\UnitaMisuraController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.3MVhhha" method="withContext"/>
    </service>
    <service id=".service_locator.fuYM_Z." class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="translator" type="service_closure" id="translator.data_collector"/>
      </argument>
    </service>
    <service id=".service_locator.fuYM_Z..translation.warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="translation.warmer"/>
      <argument>translation.warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.fuYM_Z." method="withContext"/>
    </service>
    <service id=".service_locator.9gXQpqd" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="routing.loader" type="service_closure" id="routing.loader"/>
      </argument>
    </service>
    <service id=".service_locator.9gXQpqd.router.default" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.default"/>
      <argument>router.default</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.9gXQpqd" method="withContext"/>
    </service>
    <service id=".service_locator.cUcW89y" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="router" type="service_closure" id="router.default"/>
      </argument>
    </service>
    <service id=".service_locator.cUcW89y.router.cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="router.cache_warmer"/>
      <argument>router.cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.cUcW89y" method="withContext"/>
    </service>
    <service id=".service_locator.etVElvN" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="twig" type="service_closure" id="twig"/>
      </argument>
    </service>
    <service id=".service_locator.etVElvN.twig.template_cache_warmer" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="twig.template_cache_warmer"/>
      <argument>twig.template_cache_warmer</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.etVElvN" method="withContext"/>
    </service>
    <service id=".service_locator.O2p6Lk7" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="form.factory" type="service_closure" id="form.factory" on-invalid="ignore"/>
        <argument key="http_kernel" type="service_closure" id="http_kernel" on-invalid="ignore"/>
        <argument key="parameter_bag" type="service_closure" id="parameter_bag" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="router" type="service_closure" id="router.default" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker" on-invalid="ignore"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage" on-invalid="ignore"/>
        <argument key="serializer" type="service_closure" id="serializer" on-invalid="ignore"/>
        <argument key="twig" type="service_closure" id="twig" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.O2p6Lk7.Dukecity\CommandSchedulerBundle\Controller\DetailController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Dukecity\CommandSchedulerBundle\Controller\DetailController"/>
      <argument>Dukecity\CommandSchedulerBundle\Controller\DetailController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.O2p6Lk7" method="withContext"/>
    </service>
    <service id=".service_locator.O2p6Lk7.Dukecity\CommandSchedulerBundle\Controller\ListController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Dukecity\CommandSchedulerBundle\Controller\ListController"/>
      <argument>Dukecity\CommandSchedulerBundle\Controller\ListController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.O2p6Lk7" method="withContext"/>
    </service>
    <service id=".service_locator.O2p6Lk7.Dukecity\CommandSchedulerBundle\Controller\ApiController" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator_context" id="Dukecity\CommandSchedulerBundle\Controller\ApiController"/>
      <argument>Dukecity\CommandSchedulerBundle\Controller\ApiController</argument>
      <argument type="service" id="service_container"/>
      <factory service=".service_locator.O2p6Lk7" method="withContext"/>
    </service>
    <service id=".service_locator.pToDJZH" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver" type="service_closure" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.datetime"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.default"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\QueryParameterValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.query_parameter_value_resolver"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request_payload"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.request"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.service"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.session"/>
        <argument key="Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver" type="service_closure" id=".debug.value_resolver.argument_resolver.variadic"/>
        <argument key="Symfony\Component\Security\Http\Controller\SecurityTokenValueResolver" type="service_closure" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument key="Symfony\Component\Security\Http\Controller\UserValueResolver" type="service_closure" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument key="argument_resolver.not_tagged_controller" type="service_closure" id=".debug.value_resolver.argument_resolver.not_tagged_controller"/>
      </argument>
    </service>
    <service id=".service_locator.XXv1IfR" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="reverse_container" type="service_closure" id="reverse_container" on-invalid="ignore_uninitialized"/>
      </argument>
    </service>
    <service id=".service_locator.Xbsa8iG" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection"/>
    </service>
    <service id=".service_locator.NBUFN6A" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="cache.app" type="service_closure" id="cache.app.taggable"/>
      </argument>
    </service>
    <service id=".service_locator._1SGciK" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="event_dispatcher" type="service_closure" id="debug.event_dispatcher"/>
        <argument key="security.event_dispatcher.main" type="service_closure" id="debug.security.event_dispatcher.main"/>
      </argument>
    </service>
    <service id=".service_locator.LD5oJC8" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="kernel" type="service_closure" id="kernel"/>
        <argument key="security.route_loader.logout" type="service_closure" id="security.route_loader.logout"/>
      </argument>
    </service>
    <service id=".service_locator.Kl0E_Fe" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="env" type="service_closure" id="container.getenv"/>
        <argument key="service" type="service_closure" id="container.get_routing_condition_service"/>
      </argument>
    </service>
    <service id=".service_locator.TpoC7U9" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="logger" type="service_closure" id="monolog.logger" on-invalid="ignore"/>
        <argument key="request_stack" type="service_closure" id="request_stack" on-invalid="ignore"/>
        <argument key="session_collector" type="service_closure" id="data_collector.request.session_collector" on-invalid="ignore"/>
        <argument key="session_factory" type="service_closure" id="session.factory" on-invalid="ignore"/>
      </argument>
    </service>
    <service id=".service_locator.LcVn9Hr" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="request_stack" type="service_closure" id="request_stack"/>
      </argument>
    </service>
    <service id=".service_locator.9Sbc0.x" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="request_stack" type="service_closure" id="request_stack"/>
        <argument key="security.authenticator.managers_locator" type="service_closure" id="security.authenticator.managers_locator" on-invalid="ignore"/>
        <argument key="security.authorization_checker" type="service_closure" id="security.authorization_checker"/>
        <argument key="security.csrf.token_manager" type="service_closure" id="security.csrf.token_manager" on-invalid="ignore"/>
        <argument key="security.firewall.event_dispatcher_locator" type="service_closure" id="security.firewall.event_dispatcher_locator"/>
        <argument key="security.firewall.map" type="service_closure" id="security.firewall.map"/>
        <argument key="security.firewall_config_locator" type="service_closure" id=".service_locator.2RLBKUz" on-invalid="ignore"/>
        <argument key="security.token_storage" type="service_closure" id="security.token_storage"/>
        <argument key="security.user_checker_locator" type="service_closure" id="security.user_checker_locator"/>
      </argument>
    </service>
    <service id="debug.validator.inner" class="Symfony\Component\Validator\Validator\ValidatorInterface">
      <factory service="validator.builder" method="getValidator"/>
    </service>
    <service id="debug.event_dispatcher.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id="debug.controller_resolver.inner" class="Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver">
      <argument type="service" id="service_container"/>
      <argument type="service" id="monolog.logger.request" on-invalid="ignore"/>
      <call method="allowControllers">
        <argument type="collection">
          <argument>Symfony\Bundle\FrameworkBundle\Controller\AbstractController</argument>
          <argument>Symfony\Bundle\FrameworkBundle\Controller\TemplateController</argument>
        </argument>
      </call>
      <call method="allowControllers">
        <argument type="collection">
          <argument>App\Kernel</argument>
          <argument>App\Controller\Admin\AwbimportFormController</argument>
          <argument>App\Controller\Admin\BlogController</argument>
          <argument>App\Controller\Admin\C4rgoNewsFormController</argument>
          <argument>App\Controller\Admin\CaratteristicheController</argument>
          <argument>App\Controller\Admin\CloudCamController</argument>
          <argument>App\Controller\Admin\CompanyManagementController</argument>
          <argument>App\Controller\Admin\CustomSchedulerController</argument>
          <argument>App\Controller\Admin\CustomSchedulerDetailController</argument>
          <argument>App\Controller\Admin\DMXLedLightController</argument>
          <argument>App\Controller\Admin\DecodeController</argument>
          <argument>App\Controller\Admin\EmailTemplateController</argument>
          <argument>App\Controller\Admin\ImportCloudController</argument>
          <argument>App\Controller\Admin\ManagementPannel</argument>
          <argument>App\Controller\Admin\NotificaEventoController</argument>
          <argument>App\Controller\Admin\SchedReportsController</argument>
          <argument>App\Controller\Admin\SearchErpController</argument>
          <argument>App\Controller\Admin\SendReportsController</argument>
          <argument>App\Controller\Admin\SupportsController</argument>
          <argument>App\Controller\Admin\UserCollectionController</argument>
          <argument>App\Controller\Admin\UserManagementController</argument>
          <argument>App\Controller\Api\ActivationController</argument>
          <argument>App\Controller\Api\FileManagerController</argument>
          <argument>App\Controller\Api\MachineAdminController</argument>
          <argument>App\Controller\Api\MachineHardwareController</argument>
          <argument>App\Controller\Api\UploadController</argument>
          <argument>App\Controller\Api\WebService</argument>
          <argument>App\Controller\ApiController</argument>
          <argument>App\Controller\AwbimportFormController</argument>
          <argument>App\Controller\BLedController</argument>
          <argument>App\Controller\BlogController</argument>
          <argument>App\Controller\C4rgoRoiCalcController</argument>
          <argument>App\Controller\C4rgoRoiController</argument>
          <argument>App\Controller\C4rgoViewerController</argument>
          <argument>App\Controller\CheckController</argument>
          <argument>App\Controller\CloudServiceController</argument>
          <argument>App\Controller\CloudToolsController</argument>
          <argument>App\Controller\ComponentiController</argument>
          <argument>App\Controller\Configuratore\Config3DController</argument>
          <argument>App\Controller\Configuratore\ConfigDeepNestController</argument>
          <argument>App\Controller\Configuratore\ConfiguratorCoverController</argument>
          <argument>App\Controller\Configuratore\Configuratore3DC4rgoController</argument>
          <argument>App\Controller\Configuratore\Configuratore3DController</argument>
          <argument>App\Controller\Configuratore\ConfiguratoreAjaxController</argument>
          <argument>App\Controller\Configuratore\ConfiguratoreController</argument>
          <argument>App\Controller\Configuratore\ConfiguratoreDOController</argument>
          <argument>App\Controller\Configuratore\ConfiguratoreMOController</argument>
          <argument>App\Controller\Configuratore\ConfiguratoreSOController</argument>
          <argument>App\Controller\Configuratore\DeepNestController</argument>
          <argument>App\Controller\CongruityController</argument>
          <argument>App\Controller\ContenitoriController</argument>
          <argument>App\Controller\DataController</argument>
          <argument>App\Controller\DetailController</argument>
          <argument>App\Controller\DetailItemController</argument>
          <argument>App\Controller\FamigliaComponentiController</argument>
          <argument>App\Controller\FileManagerController</argument>
          <argument>App\Controller\FullmaticController</argument>
          <argument>App\Controller\GalleryController</argument>
          <argument>App\Controller\HomeController</argument>
          <argument>App\Controller\ListController</argument>
          <argument>App\Controller\LocationController</argument>
          <argument>App\Controller\MDecodeController</argument>
          <argument>App\Controller\MacchineController</argument>
          <argument>App\Controller\MacchineControllerL</argument>
          <argument>App\Controller\MachineController</argument>
          <argument>App\Controller\MainWeighsController</argument>
          <argument>App\Controller\MenuAlertBlockController</argument>
          <argument>App\Controller\ModelliController</argument>
          <argument>App\Controller\Monitor360Controller</argument>
          <argument>App\Controller\MontaggiController</argument>
          <argument>App\Controller\MyPDFController</argument>
          <argument>App\Controller\NotAvailableController</argument>
          <argument>App\Controller\RegistrationController</argument>
          <argument>App\Controller\RemoteDesktopController</argument>
          <argument>App\Controller\RemoteMacController</argument>
          <argument>App\Controller\ReportsController</argument>
          <argument>App\Controller\SA\AziendeController</argument>
          <argument>App\Controller\SA\ComandiController</argument>
          <argument>App\Controller\SA\ComandiExecController</argument>
          <argument>App\Controller\SA\CommandController</argument>
          <argument>App\Controller\SA\ComponentiController</argument>
          <argument>App\Controller\SA\DashboardController</argument>
          <argument>App\Controller\SA\FamigliaComponentiController</argument>
          <argument>App\Controller\SA\LuoghiController</argument>
          <argument>App\Controller\SA\MacchineController</argument>
          <argument>App\Controller\SA\ModelliController</argument>
          <argument>App\Controller\SA\MontaggiController</argument>
          <argument>App\Controller\SA\NotificaEventoGlobaleController</argument>
          <argument>App\Controller\SA\ScannerRemoteController</argument>
          <argument>App\Controller\SearchController</argument>
          <argument>App\Controller\SearchDeletedController</argument>
          <argument>App\Controller\SecurityController</argument>
          <argument>App\Controller\SelectCompanyController</argument>
          <argument>App\Controller\ServiceController</argument>
          <argument>App\Controller\SpedArchiveController</argument>
          <argument>App\Controller\SpedController</argument>
          <argument>App\Controller\StatController</argument>
          <argument>App\Controller\StepTwoController</argument>
          <argument>App\Controller\ThreeController</argument>
          <argument>App\Controller\WSSpedController</argument>
          <argument>App\Controller\WelcomeController</argument>
          <argument>App\Controller\WorkInProgressController</argument>
          <argument>App\Magazzino\Controller\Api\ArticoloApiController</argument>
          <argument>App\Magazzino\Controller\Api\GiacenzaApiController</argument>
          <argument>App\Magazzino\Controller\Api\LayoutController</argument>
          <argument>App\Magazzino\Controller\Api\ScanApiController</argument>
          <argument>App\Magazzino\Controller\Api\TracciabilitaApiController</argument>
          <argument>App\Magazzino\Controller\ArticoloController</argument>
          <argument>App\Magazzino\Controller\CategoriaController</argument>
          <argument>App\Magazzino\Controller\CausaleController</argument>
          <argument>App\Magazzino\Controller\GiacenzaController</argument>
          <argument>App\Magazzino\Controller\IdentificatoreController</argument>
          <argument>App\Magazzino\Controller\ImportExportController</argument>
          <argument>App\Magazzino\Controller\LottoController</argument>
          <argument>App\Magazzino\Controller\MagazzinoController</argument>
          <argument>App\Magazzino\Controller\MagazzinoCrudController</argument>
          <argument>App\Magazzino\Controller\MovimentoController</argument>
          <argument>App\Magazzino\Controller\SerialeController</argument>
          <argument>App\Magazzino\Controller\TracciabilitaController</argument>
          <argument>App\Magazzino\Controller\UbicazioneController</argument>
          <argument>App\Magazzino\Controller\UnitaMisuraController</argument>
          <argument>Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController</argument>
          <argument>Dukecity\CommandSchedulerBundle\Controller\DetailController</argument>
          <argument>Dukecity\CommandSchedulerBundle\Controller\ListController</argument>
          <argument>Dukecity\CommandSchedulerBundle\Controller\ApiController</argument>
          <argument>Dukecity\CommandSchedulerBundle\Entity\ScheduledCommand</argument>
        </argument>
      </call>
    </service>
    <service id="debug.argument_resolver.inner" class="Symfony\Component\HttpKernel\Controller\ArgumentResolver">
      <argument type="service" id="argument_metadata_factory"/>
      <argument type="iterator">
        <argument type="service" id=".debug.value_resolver.argument_resolver.request"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.session"/>
        <argument type="service" id=".debug.value_resolver.security.user_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.security.security_token_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.doctrine.orm.entity_value_resolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.backed_enum_resolver"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.datetime"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.request_attribute"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.service"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.default"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.variadic"/>
        <argument type="service" id=".debug.value_resolver.argument_resolver.not_tagged_controller"/>
      </argument>
      <argument type="service" id=".service_locator.pToDJZH"/>
    </service>
    <service id="debug.security.access.decision_manager.inner" class="Symfony\Component\Security\Core\Authorization\AccessDecisionManager">
      <argument type="iterator">
        <argument type="service" id=".debug.security.voter.security.access.authenticated_voter"/>
        <argument type="service" id=".debug.security.voter.scheb_two_factor.security.access.authenticated_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.role_hierarchy_voter"/>
        <argument type="service" id=".debug.security.voter.security.access.expression_voter"/>
        <argument type="service" id=".debug.security.voter.App\Magazzino\Security\MagazzinoVoter"/>
        <argument type="service" id=".debug.security.voter.App\Security\PostVoter"/>
        <argument type="service" id=".debug.security.voter.App\Security\Voter\GruppiVoter"/>
      </argument>
      <argument type="service">
        <service class="Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy">
          <argument>false</argument>
        </service>
      </argument>
    </service>
    <service id="debug.security.firewall.authenticator.main.inner" class="Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener">
      <argument type="service" id="security.authenticator.manager.main"/>
    </service>
    <service id="var_dumper.contextualized_cli_dumper.inner" class="Symfony\Component\VarDumper\Dumper\CliDumper">
      <argument>null</argument>
      <argument>UTF-8</argument>
      <argument>0</argument>
      <call method="setDisplayOptions">
        <argument type="collection">
          <argument key="fileLinkFormat" type="service" id="debug.file_link_formatter" on-invalid="ignore"/>
        </argument>
      </call>
    </service>
    <service id="doctrine.migrations.container_aware_migrations_factory.inner" class="Doctrine\Migrations\Version\MigrationFactory">
      <factory service="doctrine.migrations.dependency_factory" method="getMigrationFactory"/>
    </service>
    <service id="scheb_two_factor.security.authentication.trust_resolver.inner" class="Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver"/>
    <service id=".doctrine.orm.default_metadata_driver.inner" class="Doctrine\Persistence\Mapping\Driver\MappingDriverChain">
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
        <argument>App\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
        <argument>App\Magazzino\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_attribute_metadata_driver"/>
        <argument>Dukecity\CommandSchedulerBundle\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service" id="doctrine.orm.default_xml_metadata_driver"/>
        <argument>Vich\UploaderBundle\Entity</argument>
      </call>
      <call method="addDriver">
        <argument type="service">
          <service class="Doctrine\ORM\Mapping\Driver\AttributeDriver">
            <argument type="collection">
              <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/vendor/dukecity/command-scheduler-bundle/Entity</argument>
            </argument>
          </service>
        </argument>
        <argument>Dukecity\CommandSchedulerBundle\Entity</argument>
      </call>
    </service>
    <service id="debug.security.event_dispatcher.main.inner" class="Symfony\Component\EventDispatcher\EventDispatcher"/>
    <service id=".errored..service_locator.y4_Zrx..Symfony\Component\Config\Loader\LoaderInterface" class="Symfony\Component\Config\Loader\LoaderInterface">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.y4_Zrx.&quot;: it needs an instance of &quot;Symfony\Component\Config\Loader\LoaderInterface&quot; but this type has been excluded from autowiring."/>
    </service>
    <service id=".errored..service_locator.PYF7PhY.App\Entity\Post" class="App\Entity\Post">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.PYF7PhY&quot;: it needs an instance of &quot;App\Entity\Post&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.m1OcrLL.App\Entity\Caratteristiche" class="App\Entity\Caratteristiche">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.m1OcrLL&quot;: it needs an instance of &quot;App\Entity\Caratteristiche&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.o0KYuTs.App\Entity\Caratteristiche" class="App\Entity\Caratteristiche">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.o0KYuTs&quot;: it needs an instance of &quot;App\Entity\Caratteristiche&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.h0ZdTWq.Symfony\Component\HttpFoundation\Session\Session" class="Symfony\Component\HttpFoundation\Session\Session">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.h0ZdTWq&quot;: it references class &quot;Symfony\Component\HttpFoundation\Session\Session&quot; but no such service exists. Try changing the type-hint to &quot;Symfony\Component\HttpFoundation\Session\SessionInterface&quot; instead."/>
    </service>
    <service id=".errored..service_locator.Lfq.JWp.Symfony\Bridge\Doctrine\ManagerRegistry" class="Symfony\Bridge\Doctrine\ManagerRegistry">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Lfq.JWp&quot;: it references class &quot;Symfony\Bridge\Doctrine\ManagerRegistry&quot; but no such service exists. Try changing the type-hint to &quot;Doctrine\Persistence\ManagerRegistry&quot; instead."/>
    </service>
    <service id=".errored..service_locator.5.VEx7o.App\Entity\Decode" class="App\Entity\Decode">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.5.VEx7o&quot;: it needs an instance of &quot;App\Entity\Decode&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.1A1BBOc.App\Entity\Decode" class="App\Entity\Decode">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.1A1BBOc&quot;: it needs an instance of &quot;App\Entity\Decode&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.jH9FXWu.Symfony\Component\HttpFoundation\Session\Session" class="Symfony\Component\HttpFoundation\Session\Session">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.jH9FXWu&quot;: it references class &quot;Symfony\Component\HttpFoundation\Session\Session&quot; but no such service exists. Try changing the type-hint to &quot;Symfony\Component\HttpFoundation\Session\SessionInterface&quot; instead."/>
    </service>
    <service id=".errored..service_locator.y8P5G4x.App\Entity\Post" class="App\Entity\Post">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.y8P5G4x&quot;: it needs an instance of &quot;App\Entity\Post&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.Ko5ib3H.Symfony\Component\HttpFoundation\Session\Session" class="Symfony\Component\HttpFoundation\Session\Session">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Ko5ib3H&quot;: it references class &quot;Symfony\Component\HttpFoundation\Session\Session&quot; but no such service exists. Try changing the type-hint to &quot;Symfony\Component\HttpFoundation\Session\SessionInterface&quot; instead."/>
    </service>
    <service id=".errored..service_locator.JGoNQZj.App\Entity\Componenti" class="App\Entity\Componenti">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.JGoNQZj&quot;: it needs an instance of &quot;App\Entity\Componenti&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.3BHQ8oi.App\Entity\Componenti" class="App\Entity\Componenti">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.3BHQ8oi&quot;: it needs an instance of &quot;App\Entity\Componenti&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.dXV1re8.App\Entity\Contenitori" class="App\Entity\Contenitori">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.dXV1re8&quot;: it needs an instance of &quot;App\Entity\Contenitori&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.nHQ.CRt.App\Entity\Contenitori" class="App\Entity\Contenitori">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.nHQ.CRt&quot;: it needs an instance of &quot;App\Entity\Contenitori&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.3rb4HZy.App\Entity\FamigliaComponenti" class="App\Entity\FamigliaComponenti">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.3rb4HZy&quot;: it needs an instance of &quot;App\Entity\FamigliaComponenti&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.fS8cDPO.App\Entity\FamigliaComponenti" class="App\Entity\FamigliaComponenti">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.fS8cDPO&quot;: it needs an instance of &quot;App\Entity\FamigliaComponenti&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.IovBHgs.Symfony\Component\HttpFoundation\Session\Session" class="Symfony\Component\HttpFoundation\Session\Session">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.IovBHgs&quot;: it references class &quot;Symfony\Component\HttpFoundation\Session\Session&quot; but no such service exists. Try changing the type-hint to &quot;Symfony\Component\HttpFoundation\Session\SessionInterface&quot; instead."/>
    </service>
    <service id=".errored..service_locator.aanWH5_.Symfony\Component\HttpFoundation\Session\Session" class="Symfony\Component\HttpFoundation\Session\Session">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.aanWH5_&quot;: it references class &quot;Symfony\Component\HttpFoundation\Session\Session&quot; but no such service exists. Try changing the type-hint to &quot;Symfony\Component\HttpFoundation\Session\SessionInterface&quot; instead."/>
    </service>
    <service id=".errored..service_locator.cq4r4mK.App\Entity\MDecode" class="App\Entity\MDecode">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.cq4r4mK&quot;: it needs an instance of &quot;App\Entity\MDecode&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.RGaYKwJ.App\Entity\MDecode" class="App\Entity\MDecode">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.RGaYKwJ&quot;: it needs an instance of &quot;App\Entity\MDecode&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.O0jqDpU.App\Entity\Macchine" class="App\Entity\Macchine">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.O0jqDpU&quot;: it needs an instance of &quot;App\Entity\Macchine&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.gXCcPXT.App\Entity\Macchine" class="App\Entity\Macchine">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.gXCcPXT&quot;: it needs an instance of &quot;App\Entity\Macchine&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.iPyVwLZ.App\Entity\Modelli" class="App\Entity\Modelli">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.iPyVwLZ&quot;: it needs an instance of &quot;App\Entity\Modelli&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator..KnNZen.App\Entity\Modelli" class="App\Entity\Modelli">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator..KnNZen&quot;: it needs an instance of &quot;App\Entity\Modelli&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.7G.h9xt.App\Entity\Montaggi" class="App\Entity\Montaggi">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.7G.h9xt&quot;: it needs an instance of &quot;App\Entity\Montaggi&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator._9J0vbF.App\Entity\Montaggi" class="App\Entity\Montaggi">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator._9J0vbF&quot;: it needs an instance of &quot;App\Entity\Montaggi&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.91QYP5y.Symfony\Component\HttpFoundation\Session\Session" class="Symfony\Component\HttpFoundation\Session\Session">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.91QYP5y&quot;: it references class &quot;Symfony\Component\HttpFoundation\Session\Session&quot; but no such service exists. Try changing the type-hint to &quot;Symfony\Component\HttpFoundation\Session\SessionInterface&quot; instead."/>
    </service>
    <service id=".errored..service_locator.c0tHGAx.App\Entity\Sped" class="App\Entity\Sped">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.c0tHGAx&quot;: it needs an instance of &quot;App\Entity\Sped&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.MMuM2dP.Symfony\Component\HttpFoundation\Session\Session" class="Symfony\Component\HttpFoundation\Session\Session">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.MMuM2dP&quot;: it references class &quot;Symfony\Component\HttpFoundation\Session\Session&quot; but no such service exists. Try changing the type-hint to &quot;Symfony\Component\HttpFoundation\Session\SessionInterface&quot; instead."/>
    </service>
    <service id=".errored..service_locator.E6O6OSD.Symfony\Component\HttpFoundation\Session\Session" class="Symfony\Component\HttpFoundation\Session\Session">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.E6O6OSD&quot;: it references class &quot;Symfony\Component\HttpFoundation\Session\Session&quot; but no such service exists. Try changing the type-hint to &quot;Symfony\Component\HttpFoundation\Session\SessionInterface&quot; instead."/>
    </service>
    <service id=".errored..service_locator.emwC4D7.App\Magazzino\Entity\Articolo" class="App\Magazzino\Entity\Articolo">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.emwC4D7&quot;: it needs an instance of &quot;App\Magazzino\Entity\Articolo&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.x0.cvEZ.App\Magazzino\Entity\Lotto" class="App\Magazzino\Entity\Lotto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.x0.cvEZ&quot;: it needs an instance of &quot;App\Magazzino\Entity\Lotto&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.UEdlyua.App\Magazzino\Entity\Articolo" class="App\Magazzino\Entity\Articolo">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.UEdlyua&quot;: it needs an instance of &quot;App\Magazzino\Entity\Articolo&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.Q6jw8.W.App\Magazzino\Entity\Articolo" class="App\Magazzino\Entity\Articolo">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Q6jw8.W&quot;: it needs an instance of &quot;App\Magazzino\Entity\Articolo&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.aK2seLj.App\Magazzino\Entity\Articolo" class="App\Magazzino\Entity\Articolo">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.aK2seLj&quot;: it needs an instance of &quot;App\Magazzino\Entity\Articolo&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.l2YEGep.App\Magazzino\Entity\Categoria" class="App\Magazzino\Entity\Categoria">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.l2YEGep&quot;: it needs an instance of &quot;App\Magazzino\Entity\Categoria&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.2sD899E.App\Magazzino\Entity\Causale" class="App\Magazzino\Entity\Causale">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.2sD899E&quot;: it needs an instance of &quot;App\Magazzino\Entity\Causale&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.c87f2Km.App\Magazzino\Entity\Identificatore" class="App\Magazzino\Entity\Identificatore">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.c87f2Km&quot;: it needs an instance of &quot;App\Magazzino\Entity\Identificatore&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.6AeoEuc.App\Magazzino\Entity\Lotto" class="App\Magazzino\Entity\Lotto">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.6AeoEuc&quot;: it needs an instance of &quot;App\Magazzino\Entity\Lotto&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.9AFo6W4.App\Magazzino\Entity\Magazzino" class="App\Magazzino\Entity\Magazzino">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.9AFo6W4&quot;: it needs an instance of &quot;App\Magazzino\Entity\Magazzino&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.v04v4Hj.App\Magazzino\Entity\Movimento" class="App\Magazzino\Entity\Movimento">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.v04v4Hj&quot;: it needs an instance of &quot;App\Magazzino\Entity\Movimento&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.sG9H3VR.App\Magazzino\Entity\Movimento" class="App\Magazzino\Entity\Movimento">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.sG9H3VR&quot;: it needs an instance of &quot;App\Magazzino\Entity\Movimento&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.cuCsaoq.App\Magazzino\Entity\Movimento" class="App\Magazzino\Entity\Movimento">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.cuCsaoq&quot;: it needs an instance of &quot;App\Magazzino\Entity\Movimento&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.rkkwno_.App\Magazzino\Entity\Seriale" class="App\Magazzino\Entity\Seriale">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.rkkwno_&quot;: it needs an instance of &quot;App\Magazzino\Entity\Seriale&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.qeUoa3P.App\Magazzino\Entity\Seriale" class="App\Magazzino\Entity\Seriale">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.qeUoa3P&quot;: it needs an instance of &quot;App\Magazzino\Entity\Seriale&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.nKqQVok.App\Magazzino\Entity\Zona" class="App\Magazzino\Entity\Zona">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.nKqQVok&quot;: it needs an instance of &quot;App\Magazzino\Entity\Zona&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.Tr2jYYN.App\Magazzino\Entity\Ubicazione" class="App\Magazzino\Entity\Ubicazione">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.Tr2jYYN&quot;: it needs an instance of &quot;App\Magazzino\Entity\Ubicazione&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.kFwJtmD.App\Magazzino\Entity\UnitaMisura" class="App\Magazzino\Entity\UnitaMisura">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.kFwJtmD&quot;: it needs an instance of &quot;App\Magazzino\Entity\UnitaMisura&quot; but this type has been excluded in &quot;config/services.yaml&quot;."/>
    </service>
    <service id=".errored..service_locator.3J.ju1X.DateTime" class="DateTime">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.3J.ju1X&quot;: it references class &quot;DateTime&quot; but no such service exists."/>
    </service>
    <service id=".errored..service_locator.EFKUbZM.DateTime" class="DateTime">
      <tag name="container.error" message="Cannot autowire service &quot;.service_locator.EFKUbZM&quot;: it references class &quot;DateTime&quot; but no such service exists."/>
    </service>
    <service id=".App\Command\CheckCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>c4rgo:CheckCommand</argument>
      <argument type="collection"/>
      <argument>Add a short description for your command</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\CheckCommand"/>
    </service>
    <service id=".App\Command\EmailTemplateDefaultsCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:email-template:defaults</argument>
      <argument type="collection"/>
      <argument>Crea i template email globali di default se mancanti</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\EmailTemplateDefaultsCommand"/>
    </service>
    <service id=".App\Command\ScannerMqttListenerCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>app:scanner:listener</argument>
      <argument type="collection"/>
      <argument>Ascolta la telemetria MQTT degli scanner c4rgo (modem, eventi) e puo' inviare comandi ai daemon</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Command\ScannerMqttListenerCommand"/>
    </service>
    <service id=".App\Magazzino\Command\ArticoliImportCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>magazzino:articoli:import</argument>
      <argument type="collection"/>
      <argument>Import articoli da file CSV (upsert per codice)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Magazzino\Command\ArticoliImportCommand"/>
    </service>
    <service id=".App\Magazzino\Command\GiacenzeRebuildCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>magazzino:giacenze:rebuild</argument>
      <argument type="collection"/>
      <argument>Ricalcola il rollup giacenze dai movimenti confermati</argument>
      <argument>false</argument>
      <argument type="service_closure" id="App\Magazzino\Command\GiacenzeRebuildCommand"/>
    </service>
    <service id=".console.command.about.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>about</argument>
      <argument type="collection"/>
      <argument>Display information about the current project</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.about"/>
    </service>
    <service id=".console.command.assets_install.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>assets:install</argument>
      <argument type="collection"/>
      <argument>Install bundle's web assets under a public directory</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.assets_install"/>
    </service>
    <service id=".console.command.cache_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:clear</argument>
      <argument type="collection"/>
      <argument>Clear the cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_clear"/>
    </service>
    <service id=".console.command.cache_pool_clear.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:clear</argument>
      <argument type="collection"/>
      <argument>Clear cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_clear"/>
    </service>
    <service id=".console.command.cache_pool_prune.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:prune</argument>
      <argument type="collection"/>
      <argument>Prune cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_prune"/>
    </service>
    <service id=".console.command.cache_pool_invalidate_tags.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:invalidate-tags</argument>
      <argument type="collection"/>
      <argument>Invalidate cache tags for all or a specific pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_invalidate_tags"/>
    </service>
    <service id=".console.command.cache_pool_delete.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:delete</argument>
      <argument type="collection"/>
      <argument>Delete an item from a cache pool</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_delete"/>
    </service>
    <service id=".console.command.cache_pool_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:pool:list</argument>
      <argument type="collection"/>
      <argument>List available cache pools</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_pool_list"/>
    </service>
    <service id=".console.command.cache_warmup.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>cache:warmup</argument>
      <argument type="collection"/>
      <argument>Warm up an empty cache</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.cache_warmup"/>
    </service>
    <service id=".console.command.config_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:config</argument>
      <argument type="collection"/>
      <argument>Dump the current configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_debug"/>
    </service>
    <service id=".console.command.config_dump_reference.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>config:dump-reference</argument>
      <argument type="collection"/>
      <argument>Dump the default configuration for an extension</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.config_dump_reference"/>
    </service>
    <service id=".console.command.container_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:container</argument>
      <argument type="collection"/>
      <argument>Display current services for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_debug"/>
    </service>
    <service id=".console.command.container_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:container</argument>
      <argument type="collection"/>
      <argument>Ensure that arguments injected into services match type declarations</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.container_lint"/>
    </service>
    <service id=".console.command.debug_autowiring.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:autowiring</argument>
      <argument type="collection"/>
      <argument>List classes/interfaces you can use for autowiring</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.debug_autowiring"/>
    </service>
    <service id=".console.command.dotenv_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:dotenv</argument>
      <argument type="collection"/>
      <argument>List all dotenv files with variables and values</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.dotenv_debug"/>
    </service>
    <service id=".console.command.event_dispatcher_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:event-dispatcher</argument>
      <argument type="collection"/>
      <argument>Display configured listeners for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.event_dispatcher_debug"/>
    </service>
    <service id=".console.command.router_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:router</argument>
      <argument type="collection"/>
      <argument>Display current routes for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_debug"/>
    </service>
    <service id=".console.command.router_match.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>router:match</argument>
      <argument type="collection"/>
      <argument>Help debug routes by simulating a path info match</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.router_match"/>
    </service>
    <service id=".console.command.serializer_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:serializer</argument>
      <argument type="collection"/>
      <argument>Display serialization information for classes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.serializer_debug"/>
    </service>
    <service id=".console.command.translation_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:translation</argument>
      <argument type="collection"/>
      <argument>Display translation messages information</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_debug"/>
    </service>
    <service id=".console.command.translation_extract.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:extract</argument>
      <argument type="collection"/>
      <argument>Extract missing translations keys from code to translation files</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_extract"/>
    </service>
    <service id=".console.command.validator_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:validator</argument>
      <argument type="collection"/>
      <argument>Display validation constraints for classes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.validator_debug"/>
    </service>
    <service id=".console.command.translation_pull.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:pull</argument>
      <argument type="collection"/>
      <argument>Pull translations from a given provider.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_pull"/>
    </service>
    <service id=".console.command.translation_push.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>translation:push</argument>
      <argument type="collection"/>
      <argument>Push translations to a given provider.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.translation_push"/>
    </service>
    <service id=".console.command.xliff_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:xliff</argument>
      <argument type="collection"/>
      <argument>Lint an XLIFF file and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.xliff_lint"/>
    </service>
    <service id=".console.command.yaml_lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:yaml</argument>
      <argument type="collection"/>
      <argument>Lint a YAML file and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.yaml_lint"/>
    </service>
    <service id=".console.command.form_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:form</argument>
      <argument type="collection"/>
      <argument>Display form type information</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.form_debug"/>
    </service>
    <service id=".console.command.secrets_set.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:set</argument>
      <argument type="collection"/>
      <argument>Set a secret in the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_set"/>
    </service>
    <service id=".console.command.secrets_remove.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:remove</argument>
      <argument type="collection"/>
      <argument>Remove a secret from the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_remove"/>
    </service>
    <service id=".console.command.secrets_generate_key.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:generate-keys</argument>
      <argument type="collection"/>
      <argument>Generate new encryption keys</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_generate_key"/>
    </service>
    <service id=".console.command.secrets_list.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:list</argument>
      <argument type="collection"/>
      <argument>List all secrets</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_list"/>
    </service>
    <service id=".console.command.secrets_decrypt_to_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:decrypt-to-local</argument>
      <argument type="collection"/>
      <argument>Decrypt all secrets and stores them in the local vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_decrypt_to_local"/>
    </service>
    <service id=".console.command.secrets_encrypt_from_local.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>secrets:encrypt-from-local</argument>
      <argument type="collection"/>
      <argument>Encrypt all local secrets to the vault</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.secrets_encrypt_from_local"/>
    </service>
    <service id=".console.command.mailer_test.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>mailer:test</argument>
      <argument type="collection"/>
      <argument>Test Mailer transports by sending an email</argument>
      <argument>false</argument>
      <argument type="service_closure" id="console.command.mailer_test"/>
    </service>
    <service id=".security.command.debug_firewall.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:firewall</argument>
      <argument type="collection"/>
      <argument>Display information about your security firewall(s)</argument>
      <argument>false</argument>
      <argument type="service_closure" id="security.command.debug_firewall"/>
    </service>
    <service id=".security.command.user_password_hash.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>security:hash-password</argument>
      <argument type="collection"/>
      <argument>Hash a user password</argument>
      <argument>false</argument>
      <argument type="service_closure" id="security.command.user_password_hash"/>
    </service>
    <service id=".twig.command.debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>debug:twig</argument>
      <argument type="collection"/>
      <argument>Show a list of twig functions, filters, globals and tests</argument>
      <argument>false</argument>
      <argument type="service_closure" id="twig.command.debug"/>
    </service>
    <service id=".twig.command.lint.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lint:twig</argument>
      <argument type="collection"/>
      <argument>Lint a Twig template and outputs encountered errors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="twig.command.lint"/>
    </service>
    <service id=".var_dumper.command.server_dump.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>server:dump</argument>
      <argument type="collection"/>
      <argument>Start a dump server that collects and displays dumps in a single place</argument>
      <argument>false</argument>
      <argument type="service_closure" id="var_dumper.command.server_dump"/>
    </service>
    <service id=".monolog.command.server_log.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>server:log</argument>
      <argument type="collection"/>
      <argument>Start a log server that displays logs in real time</argument>
      <argument>false</argument>
      <argument type="service_closure" id="monolog.command.server_log"/>
    </service>
    <service id=".doctrine_migrations.diff_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:diff</argument>
      <argument type="collection"/>
      <argument>Generate a migration by comparing your current database to your mapping information.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.diff_command"/>
    </service>
    <service id=".doctrine_migrations.sync_metadata_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:sync-metadata-storage</argument>
      <argument type="collection"/>
      <argument>Ensures that the metadata storage is at the latest version.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.sync_metadata_command"/>
    </service>
    <service id=".doctrine_migrations.versions_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:list</argument>
      <argument type="collection"/>
      <argument>Display a list of all available migrations and their status.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.versions_command"/>
    </service>
    <service id=".doctrine_migrations.current_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:current</argument>
      <argument type="collection"/>
      <argument>Outputs the current version</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.current_command"/>
    </service>
    <service id=".doctrine_migrations.dump_schema_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:dump-schema</argument>
      <argument type="collection"/>
      <argument>Dump the schema for your database to a migration.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.dump_schema_command"/>
    </service>
    <service id=".doctrine_migrations.execute_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:execute</argument>
      <argument type="collection"/>
      <argument>Execute one or more migration versions up or down manually.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.execute_command"/>
    </service>
    <service id=".doctrine_migrations.generate_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:generate</argument>
      <argument type="collection"/>
      <argument>Generate a blank migration class.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.generate_command"/>
    </service>
    <service id=".doctrine_migrations.latest_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:latest</argument>
      <argument type="collection"/>
      <argument>Outputs the latest version</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.latest_command"/>
    </service>
    <service id=".doctrine_migrations.migrate_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:migrate</argument>
      <argument type="collection"/>
      <argument>Execute a migration to a specified version or the latest available version.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.migrate_command"/>
    </service>
    <service id=".doctrine_migrations.rollup_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:rollup</argument>
      <argument type="collection"/>
      <argument>Rollup migrations by deleting all tracked versions and insert the one version that exists.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.rollup_command"/>
    </service>
    <service id=".doctrine_migrations.status_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:status</argument>
      <argument type="collection"/>
      <argument>View the status of a set of migrations.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.status_command"/>
    </service>
    <service id=".doctrine_migrations.up_to_date_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:up-to-date</argument>
      <argument type="collection"/>
      <argument>Tells you if your schema is up-to-date.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.up_to_date_command"/>
    </service>
    <service id=".doctrine_migrations.version_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>doctrine:migrations:version</argument>
      <argument type="collection"/>
      <argument>Manually add and delete migration versions from the version table.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="doctrine_migrations.version_command"/>
    </service>
    <service id=".vich_uploader.command.mapping_debug_class.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>vich:mapping:debug-class</argument>
      <argument type="collection"/>
      <argument>Debug a class.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="vich_uploader.command.mapping_debug_class"/>
    </service>
    <service id=".vich_uploader.command.mapping_debug.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>vich:mapping:debug</argument>
      <argument type="collection"/>
      <argument>Debug a mapping.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="vich_uploader.command.mapping_debug"/>
    </service>
    <service id=".vich_uploader.command.mapping_list_classes.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>vich:mapping:list-classes</argument>
      <argument type="collection"/>
      <argument>Searches for uploadable classes.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="vich_uploader.command.mapping_list_classes"/>
    </service>
    <service id=".fos_js_routing.dump_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>fos:js-routing:dump</argument>
      <argument type="collection"/>
      <argument>Dumps exposed routes to the filesystem</argument>
      <argument>false</argument>
      <argument type="service_closure" id="fos_js_routing.dump_command"/>
    </service>
    <service id=".fos_js_routing.router_debug_exposed_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>fos:js-routing:debug</argument>
      <argument type="collection"/>
      <argument>Displays currently exposed routes for an application</argument>
      <argument>false</argument>
      <argument type="service_closure" id="fos_js_routing.router_debug_exposed_command"/>
    </service>
    <service id=".Bazinga\GeocoderBundle\Command\GeocodeCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>geocoder:geocode</argument>
      <argument type="collection"/>
      <argument>Geocode an address or a ip address</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Bazinga\GeocoderBundle\Command\GeocodeCommand"/>
    </service>
    <service id=".lexik_jwt_authentication.check_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:check-config</argument>
      <argument type="collection"/>
      <argument>Checks that the bundle is properly configured.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.check_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.migrate_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:migrate-config</argument>
      <argument type="collection"/>
      <argument>Migrate LexikJWTAuthenticationBundle configuration to the Web-Token one.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.migrate_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.enable_encryption_config_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:enable-encryption</argument>
      <argument type="collection"/>
      <argument>Enable Web-Token encryption support.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.enable_encryption_config_command"/>
    </service>
    <service id=".lexik_jwt_authentication.generate_token_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:generate-token</argument>
      <argument type="collection"/>
      <argument>Generates a JWT token for a given user.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.generate_token_command"/>
    </service>
    <service id=".lexik_jwt_authentication.generate_keypair_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>lexik:jwt:generate-keypair</argument>
      <argument type="collection"/>
      <argument>Generate public/private keys for use in your application.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="lexik_jwt_authentication.generate_keypair_command"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\ExecuteCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:execute</argument>
      <argument type="collection"/>
      <argument>Execute scheduled commands</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\ExecuteCommand"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\MonitorCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:monitor</argument>
      <argument type="collection"/>
      <argument>Monitor scheduled commands</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\MonitorCommand"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\ListCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:list</argument>
      <argument type="collection"/>
      <argument>List scheduled commands</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\ListCommand"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\UnlockCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:unlock</argument>
      <argument type="collection"/>
      <argument>Unlock one or all scheduled commands that have surpassed the lock timeout.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\UnlockCommand"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\AddCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:add</argument>
      <argument type="collection"/>
      <argument>Add a scheduled command</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\AddCommand"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\RemoveCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:remove</argument>
      <argument type="collection">
        <argument>scheduler:delete</argument>
      </argument>
      <argument>Remove a scheduled command</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\RemoveCommand"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\StartSchedulerCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:start</argument>
      <argument type="collection"/>
      <argument>Starts command scheduler</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\StartSchedulerCommand"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\StopSchedulerCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:stop</argument>
      <argument type="collection"/>
      <argument>Stops command scheduler</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\StopSchedulerCommand"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\TestCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:test</argument>
      <argument type="collection"/>
      <argument>long running command</argument>
      <argument>true</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\TestCommand"/>
    </service>
    <service id=".Dukecity\CommandSchedulerBundle\Command\DisableCommand.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>scheduler:disable</argument>
      <argument type="collection"/>
      <argument>Command to disable one or all scheduled commands</argument>
      <argument>false</argument>
      <argument type="service_closure" id="Dukecity\CommandSchedulerBundle\Command\DisableCommand"/>
    </service>
    <service id=".maker.auto_command.make_auth.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:auth</argument>
      <argument type="collection"/>
      <argument>Create a Guard authenticator of different flavors</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_auth"/>
    </service>
    <service id=".maker.auto_command.make_command.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:command</argument>
      <argument type="collection"/>
      <argument>Create a new console command class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_command"/>
    </service>
    <service id=".maker.auto_command.make_twig_component.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:twig-component</argument>
      <argument type="collection"/>
      <argument>Create a Twig (or Live) component</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_twig_component"/>
    </service>
    <service id=".maker.auto_command.make_controller.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:controller</argument>
      <argument type="collection"/>
      <argument>Create a new controller class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_controller"/>
    </service>
    <service id=".maker.auto_command.make_crud.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:crud</argument>
      <argument type="collection"/>
      <argument>Create CRUD for Doctrine entity class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_crud"/>
    </service>
    <service id=".maker.auto_command.make_docker_database.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:docker:database</argument>
      <argument type="collection"/>
      <argument>Add a database container to your compose.yaml file</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_docker_database"/>
    </service>
    <service id=".maker.auto_command.make_entity.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:entity</argument>
      <argument type="collection"/>
      <argument>Create or update a Doctrine entity class, and optionally an API Platform resource</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_entity"/>
    </service>
    <service id=".maker.auto_command.make_fixtures.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:fixtures</argument>
      <argument type="collection"/>
      <argument>Create a new class to load Doctrine fixtures</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_fixtures"/>
    </service>
    <service id=".maker.auto_command.make_form.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:form</argument>
      <argument type="collection"/>
      <argument>Create a new form class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_form"/>
    </service>
    <service id=".maker.auto_command.make_listener.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:listener</argument>
      <argument type="collection">
        <argument>make:subscriber</argument>
      </argument>
      <argument>Creates a new event subscriber class or a new event listener class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_listener"/>
    </service>
    <service id=".maker.auto_command.make_message.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:message</argument>
      <argument type="collection"/>
      <argument>Create a new message and handler</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_message"/>
    </service>
    <service id=".maker.auto_command.make_messenger_middleware.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:messenger-middleware</argument>
      <argument type="collection"/>
      <argument>Create a new messenger middleware</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_messenger_middleware"/>
    </service>
    <service id=".maker.auto_command.make_registration_form.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:registration-form</argument>
      <argument type="collection"/>
      <argument>Create a new registration form system</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_registration_form"/>
    </service>
    <service id=".maker.auto_command.make_reset_password.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:reset-password</argument>
      <argument type="collection"/>
      <argument>Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_reset_password"/>
    </service>
    <service id=".maker.auto_command.make_schedule.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:schedule</argument>
      <argument type="collection"/>
      <argument>Create a scheduler component</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_schedule"/>
    </service>
    <service id=".maker.auto_command.make_serializer_encoder.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:serializer:encoder</argument>
      <argument type="collection"/>
      <argument>Create a new serializer encoder class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_serializer_encoder"/>
    </service>
    <service id=".maker.auto_command.make_serializer_normalizer.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:serializer:normalizer</argument>
      <argument type="collection"/>
      <argument>Create a new serializer normalizer class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_serializer_normalizer"/>
    </service>
    <service id=".maker.auto_command.make_twig_extension.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:twig-extension</argument>
      <argument type="collection"/>
      <argument>Create a new Twig extension with its runtime class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_twig_extension"/>
    </service>
    <service id=".maker.auto_command.make_test.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:test</argument>
      <argument type="collection">
        <argument>make:unit-test</argument>
        <argument>make:functional-test</argument>
      </argument>
      <argument>Create a new test class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_test"/>
    </service>
    <service id=".maker.auto_command.make_validator.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:validator</argument>
      <argument type="collection"/>
      <argument>Create a new validator and constraint class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_validator"/>
    </service>
    <service id=".maker.auto_command.make_voter.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:voter</argument>
      <argument type="collection"/>
      <argument>Create a new security voter class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_voter"/>
    </service>
    <service id=".maker.auto_command.make_user.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:user</argument>
      <argument type="collection"/>
      <argument>Create a new security user class</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_user"/>
    </service>
    <service id=".maker.auto_command.make_migration.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:migration</argument>
      <argument type="collection"/>
      <argument>Create a new migration based on database changes</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_migration"/>
    </service>
    <service id=".maker.auto_command.make_stimulus_controller.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:stimulus-controller</argument>
      <argument type="collection"/>
      <argument>Create a new Stimulus controller</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_stimulus_controller"/>
    </service>
    <service id=".maker.auto_command.make_security_form_login.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:security:form-login</argument>
      <argument type="collection"/>
      <argument>Generate the code needed for the form_login authenticator</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_security_form_login"/>
    </service>
    <service id=".maker.auto_command.make_security_custom.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:security:custom</argument>
      <argument type="collection"/>
      <argument>Create a custom security authenticator.</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_security_custom"/>
    </service>
    <service id=".maker.auto_command.make_webhook.lazy" class="Symfony\Component\Console\Command\LazyCommand">
      <argument>make:webhook</argument>
      <argument type="collection"/>
      <argument>Create a new Webhook</argument>
      <argument>false</argument>
      <argument type="service_closure" id="maker.auto_command.make_webhook"/>
    </service>
    <service id="console.command_loader" class="Symfony\Component\Console\CommandLoader\ContainerCommandLoader" public="true">
      <tag name="container.no_preload"/>
      <argument type="service" id=".service_locator.i6oe1DB"/>
      <argument type="collection">
        <argument key="app:add-user">App\Command\AddUserCommand</argument>
        <argument key="c4rgo:CheckCommand">App\Command\CheckCommand</argument>
        <argument key="app:delete-user">App\Command\DeleteUserCommand</argument>
        <argument key="app:email-template:defaults">App\Command\EmailTemplateDefaultsCommand</argument>
        <argument key="app:info-mac">App\Command\InfoMacchinaCommand</argument>
        <argument key="app:list-users">App\Command\ListUsersCommand</argument>
        <argument key="app:moresend-ced">App\Command\MoreSendCEDCommand</argument>
        <argument key="app:resend-ced">App\Command\ReSendCEDCommand</argument>
        <argument key="app:rep-annual">App\Command\RepAnnual</argument>
        <argument key="app:rep-day">App\Command\RepDay</argument>
        <argument key="app:rep-day-send-oracle">App\Command\RepDaySendOracle</argument>
        <argument key="app:rep-day-susp">App\Command\RepDaySusp</argument>
        <argument key="app:rep-month">App\Command\RepMonth</argument>
        <argument key="app:rep-quart">App\Command\RepQuart</argument>
        <argument key="app:rep-send-oracle">App\Command\RepSendOracle</argument>
        <argument key="app:rep-six">App\Command\RepSix</argument>
        <argument key="app:rep-susp">App\Command\RepSusp</argument>
        <argument key="app:rep-three-month">App\Command\RepThreeMonth</argument>
        <argument key="app:rep-week">App\Command\RepWeek</argument>
        <argument key="app:scanner:listener">App\Command\ScannerMqttListenerCommand</argument>
        <argument key="app:send-ced">App\Command\SendCEDCommand</argument>
        <argument key="run:websocket-server">App\Command\WebsocketServerCommand</argument>
        <argument key="magazzino:articoli:import">App\Magazzino\Command\ArticoliImportCommand</argument>
        <argument key="magazzino:giacenze:rebuild">App\Magazzino\Command\GiacenzeRebuildCommand</argument>
        <argument key="about">console.command.about</argument>
        <argument key="assets:install">console.command.assets_install</argument>
        <argument key="cache:clear">console.command.cache_clear</argument>
        <argument key="cache:pool:clear">console.command.cache_pool_clear</argument>
        <argument key="cache:pool:prune">console.command.cache_pool_prune</argument>
        <argument key="cache:pool:invalidate-tags">console.command.cache_pool_invalidate_tags</argument>
        <argument key="cache:pool:delete">console.command.cache_pool_delete</argument>
        <argument key="cache:pool:list">console.command.cache_pool_list</argument>
        <argument key="cache:warmup">console.command.cache_warmup</argument>
        <argument key="debug:config">console.command.config_debug</argument>
        <argument key="config:dump-reference">console.command.config_dump_reference</argument>
        <argument key="debug:container">console.command.container_debug</argument>
        <argument key="lint:container">console.command.container_lint</argument>
        <argument key="debug:autowiring">console.command.debug_autowiring</argument>
        <argument key="debug:dotenv">console.command.dotenv_debug</argument>
        <argument key="debug:event-dispatcher">console.command.event_dispatcher_debug</argument>
        <argument key="debug:router">console.command.router_debug</argument>
        <argument key="router:match">console.command.router_match</argument>
        <argument key="debug:serializer">console.command.serializer_debug</argument>
        <argument key="debug:translation">console.command.translation_debug</argument>
        <argument key="translation:extract">console.command.translation_extract</argument>
        <argument key="debug:validator">console.command.validator_debug</argument>
        <argument key="translation:pull">console.command.translation_pull</argument>
        <argument key="translation:push">console.command.translation_push</argument>
        <argument key="lint:xliff">console.command.xliff_lint</argument>
        <argument key="lint:yaml">console.command.yaml_lint</argument>
        <argument key="debug:form">console.command.form_debug</argument>
        <argument key="secrets:set">console.command.secrets_set</argument>
        <argument key="secrets:remove">console.command.secrets_remove</argument>
        <argument key="secrets:generate-keys">console.command.secrets_generate_key</argument>
        <argument key="secrets:list">console.command.secrets_list</argument>
        <argument key="secrets:decrypt-to-local">console.command.secrets_decrypt_to_local</argument>
        <argument key="secrets:encrypt-from-local">console.command.secrets_encrypt_from_local</argument>
        <argument key="mailer:test">console.command.mailer_test</argument>
        <argument key="debug:firewall">security.command.debug_firewall</argument>
        <argument key="security:hash-password">security.command.user_password_hash</argument>
        <argument key="doctrine:database:create">doctrine.database_create_command</argument>
        <argument key="doctrine:database:drop">doctrine.database_drop_command</argument>
        <argument key="doctrine:query:sql">doctrine.query_sql_command</argument>
        <argument key="dbal:run-sql">Doctrine\DBAL\Tools\Console\Command\RunSqlCommand</argument>
        <argument key="doctrine:cache:clear-metadata">doctrine.cache_clear_metadata_command</argument>
        <argument key="doctrine:cache:clear-query">doctrine.cache_clear_query_cache_command</argument>
        <argument key="doctrine:cache:clear-result">doctrine.cache_clear_result_command</argument>
        <argument key="doctrine:cache:clear-collection-region">doctrine.cache_collection_region_command</argument>
        <argument key="doctrine:mapping:convert">doctrine.mapping_convert_command</argument>
        <argument key="doctrine:schema:create">doctrine.schema_create_command</argument>
        <argument key="doctrine:schema:drop">doctrine.schema_drop_command</argument>
        <argument key="doctrine:ensure-production-settings">doctrine.ensure_production_settings_command</argument>
        <argument key="doctrine:cache:clear-entity-region">doctrine.clear_entity_region_command</argument>
        <argument key="doctrine:mapping:info">doctrine.mapping_info_command</argument>
        <argument key="doctrine:mapping:describe">doctrine.mapping_describe_command</argument>
        <argument key="doctrine:cache:clear-query-region">doctrine.clear_query_region_command</argument>
        <argument key="doctrine:query:dql">doctrine.query_dql_command</argument>
        <argument key="doctrine:schema:update">doctrine.schema_update_command</argument>
        <argument key="doctrine:schema:validate">doctrine.schema_validate_command</argument>
        <argument key="doctrine:mapping:import">doctrine.mapping_import_command</argument>
        <argument key="doctrine:fixtures:load">doctrine.fixtures_load_command</argument>
        <argument key="debug:twig">twig.command.debug</argument>
        <argument key="lint:twig">twig.command.lint</argument>
        <argument key="server:dump">var_dumper.command.server_dump</argument>
        <argument key="server:log">monolog.command.server_log</argument>
        <argument key="doctrine:migrations:diff">doctrine_migrations.diff_command</argument>
        <argument key="doctrine:migrations:sync-metadata-storage">doctrine_migrations.sync_metadata_command</argument>
        <argument key="doctrine:migrations:list">doctrine_migrations.versions_command</argument>
        <argument key="doctrine:migrations:current">doctrine_migrations.current_command</argument>
        <argument key="doctrine:migrations:dump-schema">doctrine_migrations.dump_schema_command</argument>
        <argument key="doctrine:migrations:execute">doctrine_migrations.execute_command</argument>
        <argument key="doctrine:migrations:generate">doctrine_migrations.generate_command</argument>
        <argument key="doctrine:migrations:latest">doctrine_migrations.latest_command</argument>
        <argument key="doctrine:migrations:migrate">doctrine_migrations.migrate_command</argument>
        <argument key="doctrine:migrations:rollup">doctrine_migrations.rollup_command</argument>
        <argument key="doctrine:migrations:status">doctrine_migrations.status_command</argument>
        <argument key="doctrine:migrations:up-to-date">doctrine_migrations.up_to_date_command</argument>
        <argument key="doctrine:migrations:version">doctrine_migrations.version_command</argument>
        <argument key="vich:mapping:debug-class">vich_uploader.command.mapping_debug_class</argument>
        <argument key="vich:mapping:debug">vich_uploader.command.mapping_debug</argument>
        <argument key="vich:mapping:list-classes">vich_uploader.command.mapping_list_classes</argument>
        <argument key="liip:imagine:cache:remove">liip_imagine.command.cache_remove</argument>
        <argument key="liip:imagine:cache:resolve">liip_imagine.command.cache_resolve</argument>
        <argument key="fos:js-routing:dump">fos_js_routing.dump_command</argument>
        <argument key="fos:js-routing:debug">fos_js_routing.router_debug_exposed_command</argument>
        <argument key="geocoder:geocode">Bazinga\GeocoderBundle\Command\GeocodeCommand</argument>
        <argument key="lexik:jwt:check-config">lexik_jwt_authentication.check_config_command</argument>
        <argument key="lexik:jwt:migrate-config">lexik_jwt_authentication.migrate_config_command</argument>
        <argument key="lexik:jwt:enable-encryption">lexik_jwt_authentication.enable_encryption_config_command</argument>
        <argument key="lexik:jwt:generate-token">lexik_jwt_authentication.generate_token_command</argument>
        <argument key="lexik:jwt:generate-keypair">lexik_jwt_authentication.generate_keypair_command</argument>
        <argument key="scheduler:execute">Dukecity\CommandSchedulerBundle\Command\ExecuteCommand</argument>
        <argument key="scheduler:monitor">Dukecity\CommandSchedulerBundle\Command\MonitorCommand</argument>
        <argument key="scheduler:list">Dukecity\CommandSchedulerBundle\Command\ListCommand</argument>
        <argument key="scheduler:unlock">Dukecity\CommandSchedulerBundle\Command\UnlockCommand</argument>
        <argument key="scheduler:add">Dukecity\CommandSchedulerBundle\Command\AddCommand</argument>
        <argument key="scheduler:remove">Dukecity\CommandSchedulerBundle\Command\RemoveCommand</argument>
        <argument key="scheduler:delete">Dukecity\CommandSchedulerBundle\Command\RemoveCommand</argument>
        <argument key="scheduler:start">Dukecity\CommandSchedulerBundle\Command\StartSchedulerCommand</argument>
        <argument key="scheduler:stop">Dukecity\CommandSchedulerBundle\Command\StopSchedulerCommand</argument>
        <argument key="scheduler:test">Dukecity\CommandSchedulerBundle\Command\TestCommand</argument>
        <argument key="scheduler:disable">Dukecity\CommandSchedulerBundle\Command\DisableCommand</argument>
        <argument key="make:auth">maker.auto_command.make_auth</argument>
        <argument key="make:command">maker.auto_command.make_command</argument>
        <argument key="make:twig-component">maker.auto_command.make_twig_component</argument>
        <argument key="make:controller">maker.auto_command.make_controller</argument>
        <argument key="make:crud">maker.auto_command.make_crud</argument>
        <argument key="make:docker:database">maker.auto_command.make_docker_database</argument>
        <argument key="make:entity">maker.auto_command.make_entity</argument>
        <argument key="make:fixtures">maker.auto_command.make_fixtures</argument>
        <argument key="make:form">maker.auto_command.make_form</argument>
        <argument key="make:listener">maker.auto_command.make_listener</argument>
        <argument key="make:subscriber">maker.auto_command.make_listener</argument>
        <argument key="make:message">maker.auto_command.make_message</argument>
        <argument key="make:messenger-middleware">maker.auto_command.make_messenger_middleware</argument>
        <argument key="make:registration-form">maker.auto_command.make_registration_form</argument>
        <argument key="make:reset-password">maker.auto_command.make_reset_password</argument>
        <argument key="make:schedule">maker.auto_command.make_schedule</argument>
        <argument key="make:serializer:encoder">maker.auto_command.make_serializer_encoder</argument>
        <argument key="make:serializer:normalizer">maker.auto_command.make_serializer_normalizer</argument>
        <argument key="make:twig-extension">maker.auto_command.make_twig_extension</argument>
        <argument key="make:test">maker.auto_command.make_test</argument>
        <argument key="make:unit-test">maker.auto_command.make_test</argument>
        <argument key="make:functional-test">maker.auto_command.make_test</argument>
        <argument key="make:validator">maker.auto_command.make_validator</argument>
        <argument key="make:voter">maker.auto_command.make_voter</argument>
        <argument key="make:user">maker.auto_command.make_user</argument>
        <argument key="make:migration">maker.auto_command.make_migration</argument>
        <argument key="make:stimulus-controller">maker.auto_command.make_stimulus_controller</argument>
        <argument key="make:security:form-login">maker.auto_command.make_security_form_login</argument>
        <argument key="make:security:custom">maker.auto_command.make_security_custom</argument>
        <argument key="make:webhook">maker.auto_command.make_webhook</argument>
      </argument>
    </service>
    <service id=".service_locator.i6oe1DB" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="App\Command\AddUserCommand" type="service_closure" id="App\Command\AddUserCommand"/>
        <argument key="App\Command\CheckCommand" type="service_closure" id=".App\Command\CheckCommand.lazy"/>
        <argument key="App\Command\DeleteUserCommand" type="service_closure" id="App\Command\DeleteUserCommand"/>
        <argument key="App\Command\EmailTemplateDefaultsCommand" type="service_closure" id=".App\Command\EmailTemplateDefaultsCommand.lazy"/>
        <argument key="App\Command\InfoMacchinaCommand" type="service_closure" id="App\Command\InfoMacchinaCommand"/>
        <argument key="App\Command\ListUsersCommand" type="service_closure" id="App\Command\ListUsersCommand"/>
        <argument key="App\Command\MoreSendCEDCommand" type="service_closure" id="App\Command\MoreSendCEDCommand"/>
        <argument key="App\Command\ReSendCEDCommand" type="service_closure" id="App\Command\ReSendCEDCommand"/>
        <argument key="App\Command\RepAnnual" type="service_closure" id="App\Command\RepAnnual"/>
        <argument key="App\Command\RepDay" type="service_closure" id="App\Command\RepDay"/>
        <argument key="App\Command\RepDaySendOracle" type="service_closure" id="App\Command\RepDaySendOracle"/>
        <argument key="App\Command\RepDaySusp" type="service_closure" id="App\Command\RepDaySusp"/>
        <argument key="App\Command\RepMonth" type="service_closure" id="App\Command\RepMonth"/>
        <argument key="App\Command\RepQuart" type="service_closure" id="App\Command\RepQuart"/>
        <argument key="App\Command\RepSendOracle" type="service_closure" id="App\Command\RepSendOracle"/>
        <argument key="App\Command\RepSix" type="service_closure" id="App\Command\RepSix"/>
        <argument key="App\Command\RepSusp" type="service_closure" id="App\Command\RepSusp"/>
        <argument key="App\Command\RepThreeMonth" type="service_closure" id="App\Command\RepThreeMonth"/>
        <argument key="App\Command\RepWeek" type="service_closure" id="App\Command\RepWeek"/>
        <argument key="App\Command\ScannerMqttListenerCommand" type="service_closure" id=".App\Command\ScannerMqttListenerCommand.lazy"/>
        <argument key="App\Command\SendCEDCommand" type="service_closure" id="App\Command\SendCEDCommand"/>
        <argument key="App\Command\WebsocketServerCommand" type="service_closure" id="App\Command\WebsocketServerCommand"/>
        <argument key="App\Magazzino\Command\ArticoliImportCommand" type="service_closure" id=".App\Magazzino\Command\ArticoliImportCommand.lazy"/>
        <argument key="App\Magazzino\Command\GiacenzeRebuildCommand" type="service_closure" id=".App\Magazzino\Command\GiacenzeRebuildCommand.lazy"/>
        <argument key="console.command.about" type="service_closure" id=".console.command.about.lazy"/>
        <argument key="console.command.assets_install" type="service_closure" id=".console.command.assets_install.lazy"/>
        <argument key="console.command.cache_clear" type="service_closure" id=".console.command.cache_clear.lazy"/>
        <argument key="console.command.cache_pool_clear" type="service_closure" id=".console.command.cache_pool_clear.lazy"/>
        <argument key="console.command.cache_pool_prune" type="service_closure" id=".console.command.cache_pool_prune.lazy"/>
        <argument key="console.command.cache_pool_invalidate_tags" type="service_closure" id=".console.command.cache_pool_invalidate_tags.lazy"/>
        <argument key="console.command.cache_pool_delete" type="service_closure" id=".console.command.cache_pool_delete.lazy"/>
        <argument key="console.command.cache_pool_list" type="service_closure" id=".console.command.cache_pool_list.lazy"/>
        <argument key="console.command.cache_warmup" type="service_closure" id=".console.command.cache_warmup.lazy"/>
        <argument key="console.command.config_debug" type="service_closure" id=".console.command.config_debug.lazy"/>
        <argument key="console.command.config_dump_reference" type="service_closure" id=".console.command.config_dump_reference.lazy"/>
        <argument key="console.command.container_debug" type="service_closure" id=".console.command.container_debug.lazy"/>
        <argument key="console.command.container_lint" type="service_closure" id=".console.command.container_lint.lazy"/>
        <argument key="console.command.debug_autowiring" type="service_closure" id=".console.command.debug_autowiring.lazy"/>
        <argument key="console.command.dotenv_debug" type="service_closure" id=".console.command.dotenv_debug.lazy"/>
        <argument key="console.command.event_dispatcher_debug" type="service_closure" id=".console.command.event_dispatcher_debug.lazy"/>
        <argument key="console.command.router_debug" type="service_closure" id=".console.command.router_debug.lazy"/>
        <argument key="console.command.router_match" type="service_closure" id=".console.command.router_match.lazy"/>
        <argument key="console.command.serializer_debug" type="service_closure" id=".console.command.serializer_debug.lazy"/>
        <argument key="console.command.translation_debug" type="service_closure" id=".console.command.translation_debug.lazy"/>
        <argument key="console.command.translation_extract" type="service_closure" id=".console.command.translation_extract.lazy"/>
        <argument key="console.command.validator_debug" type="service_closure" id=".console.command.validator_debug.lazy"/>
        <argument key="console.command.translation_pull" type="service_closure" id=".console.command.translation_pull.lazy"/>
        <argument key="console.command.translation_push" type="service_closure" id=".console.command.translation_push.lazy"/>
        <argument key="console.command.xliff_lint" type="service_closure" id=".console.command.xliff_lint.lazy"/>
        <argument key="console.command.yaml_lint" type="service_closure" id=".console.command.yaml_lint.lazy"/>
        <argument key="console.command.form_debug" type="service_closure" id=".console.command.form_debug.lazy"/>
        <argument key="console.command.secrets_set" type="service_closure" id=".console.command.secrets_set.lazy"/>
        <argument key="console.command.secrets_remove" type="service_closure" id=".console.command.secrets_remove.lazy"/>
        <argument key="console.command.secrets_generate_key" type="service_closure" id=".console.command.secrets_generate_key.lazy"/>
        <argument key="console.command.secrets_list" type="service_closure" id=".console.command.secrets_list.lazy"/>
        <argument key="console.command.secrets_decrypt_to_local" type="service_closure" id=".console.command.secrets_decrypt_to_local.lazy"/>
        <argument key="console.command.secrets_encrypt_from_local" type="service_closure" id=".console.command.secrets_encrypt_from_local.lazy"/>
        <argument key="console.command.mailer_test" type="service_closure" id=".console.command.mailer_test.lazy"/>
        <argument key="security.command.debug_firewall" type="service_closure" id=".security.command.debug_firewall.lazy"/>
        <argument key="security.command.user_password_hash" type="service_closure" id=".security.command.user_password_hash.lazy"/>
        <argument key="doctrine.database_create_command" type="service_closure" id="doctrine.database_create_command"/>
        <argument key="doctrine.database_drop_command" type="service_closure" id="doctrine.database_drop_command"/>
        <argument key="doctrine.query_sql_command" type="service_closure" id="doctrine.query_sql_command"/>
        <argument key="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand" type="service_closure" id="Doctrine\DBAL\Tools\Console\Command\RunSqlCommand"/>
        <argument key="doctrine.cache_clear_metadata_command" type="service_closure" id="doctrine.cache_clear_metadata_command"/>
        <argument key="doctrine.cache_clear_query_cache_command" type="service_closure" id="doctrine.cache_clear_query_cache_command"/>
        <argument key="doctrine.cache_clear_result_command" type="service_closure" id="doctrine.cache_clear_result_command"/>
        <argument key="doctrine.cache_collection_region_command" type="service_closure" id="doctrine.cache_collection_region_command"/>
        <argument key="doctrine.mapping_convert_command" type="service_closure" id="doctrine.mapping_convert_command"/>
        <argument key="doctrine.schema_create_command" type="service_closure" id="doctrine.schema_create_command"/>
        <argument key="doctrine.schema_drop_command" type="service_closure" id="doctrine.schema_drop_command"/>
        <argument key="doctrine.ensure_production_settings_command" type="service_closure" id="doctrine.ensure_production_settings_command"/>
        <argument key="doctrine.clear_entity_region_command" type="service_closure" id="doctrine.clear_entity_region_command"/>
        <argument key="doctrine.mapping_info_command" type="service_closure" id="doctrine.mapping_info_command"/>
        <argument key="doctrine.mapping_describe_command" type="service_closure" id="doctrine.mapping_describe_command"/>
        <argument key="doctrine.clear_query_region_command" type="service_closure" id="doctrine.clear_query_region_command"/>
        <argument key="doctrine.query_dql_command" type="service_closure" id="doctrine.query_dql_command"/>
        <argument key="doctrine.schema_update_command" type="service_closure" id="doctrine.schema_update_command"/>
        <argument key="doctrine.schema_validate_command" type="service_closure" id="doctrine.schema_validate_command"/>
        <argument key="doctrine.mapping_import_command" type="service_closure" id="doctrine.mapping_import_command"/>
        <argument key="doctrine.fixtures_load_command" type="service_closure" id="doctrine.fixtures_load_command"/>
        <argument key="twig.command.debug" type="service_closure" id=".twig.command.debug.lazy"/>
        <argument key="twig.command.lint" type="service_closure" id=".twig.command.lint.lazy"/>
        <argument key="var_dumper.command.server_dump" type="service_closure" id=".var_dumper.command.server_dump.lazy"/>
        <argument key="monolog.command.server_log" type="service_closure" id=".monolog.command.server_log.lazy"/>
        <argument key="doctrine_migrations.diff_command" type="service_closure" id=".doctrine_migrations.diff_command.lazy"/>
        <argument key="doctrine_migrations.sync_metadata_command" type="service_closure" id=".doctrine_migrations.sync_metadata_command.lazy"/>
        <argument key="doctrine_migrations.versions_command" type="service_closure" id=".doctrine_migrations.versions_command.lazy"/>
        <argument key="doctrine_migrations.current_command" type="service_closure" id=".doctrine_migrations.current_command.lazy"/>
        <argument key="doctrine_migrations.dump_schema_command" type="service_closure" id=".doctrine_migrations.dump_schema_command.lazy"/>
        <argument key="doctrine_migrations.execute_command" type="service_closure" id=".doctrine_migrations.execute_command.lazy"/>
        <argument key="doctrine_migrations.generate_command" type="service_closure" id=".doctrine_migrations.generate_command.lazy"/>
        <argument key="doctrine_migrations.latest_command" type="service_closure" id=".doctrine_migrations.latest_command.lazy"/>
        <argument key="doctrine_migrations.migrate_command" type="service_closure" id=".doctrine_migrations.migrate_command.lazy"/>
        <argument key="doctrine_migrations.rollup_command" type="service_closure" id=".doctrine_migrations.rollup_command.lazy"/>
        <argument key="doctrine_migrations.status_command" type="service_closure" id=".doctrine_migrations.status_command.lazy"/>
        <argument key="doctrine_migrations.up_to_date_command" type="service_closure" id=".doctrine_migrations.up_to_date_command.lazy"/>
        <argument key="doctrine_migrations.version_command" type="service_closure" id=".doctrine_migrations.version_command.lazy"/>
        <argument key="vich_uploader.command.mapping_debug_class" type="service_closure" id=".vich_uploader.command.mapping_debug_class.lazy"/>
        <argument key="vich_uploader.command.mapping_debug" type="service_closure" id=".vich_uploader.command.mapping_debug.lazy"/>
        <argument key="vich_uploader.command.mapping_list_classes" type="service_closure" id=".vich_uploader.command.mapping_list_classes.lazy"/>
        <argument key="liip_imagine.command.cache_remove" type="service_closure" id="liip_imagine.command.cache_remove"/>
        <argument key="liip_imagine.command.cache_resolve" type="service_closure" id="liip_imagine.command.cache_resolve"/>
        <argument key="fos_js_routing.dump_command" type="service_closure" id=".fos_js_routing.dump_command.lazy"/>
        <argument key="fos_js_routing.router_debug_exposed_command" type="service_closure" id=".fos_js_routing.router_debug_exposed_command.lazy"/>
        <argument key="Bazinga\GeocoderBundle\Command\GeocodeCommand" type="service_closure" id=".Bazinga\GeocoderBundle\Command\GeocodeCommand.lazy"/>
        <argument key="lexik_jwt_authentication.check_config_command" type="service_closure" id=".lexik_jwt_authentication.check_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.migrate_config_command" type="service_closure" id=".lexik_jwt_authentication.migrate_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.enable_encryption_config_command" type="service_closure" id=".lexik_jwt_authentication.enable_encryption_config_command.lazy"/>
        <argument key="lexik_jwt_authentication.generate_token_command" type="service_closure" id=".lexik_jwt_authentication.generate_token_command.lazy"/>
        <argument key="lexik_jwt_authentication.generate_keypair_command" type="service_closure" id=".lexik_jwt_authentication.generate_keypair_command.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\ExecuteCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\ExecuteCommand.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\MonitorCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\MonitorCommand.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\ListCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\ListCommand.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\UnlockCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\UnlockCommand.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\AddCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\AddCommand.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\RemoveCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\RemoveCommand.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\StartSchedulerCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\StartSchedulerCommand.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\StopSchedulerCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\StopSchedulerCommand.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\TestCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\TestCommand.lazy"/>
        <argument key="Dukecity\CommandSchedulerBundle\Command\DisableCommand" type="service_closure" id=".Dukecity\CommandSchedulerBundle\Command\DisableCommand.lazy"/>
        <argument key="maker.auto_command.make_auth" type="service_closure" id=".maker.auto_command.make_auth.lazy"/>
        <argument key="maker.auto_command.make_command" type="service_closure" id=".maker.auto_command.make_command.lazy"/>
        <argument key="maker.auto_command.make_twig_component" type="service_closure" id=".maker.auto_command.make_twig_component.lazy"/>
        <argument key="maker.auto_command.make_controller" type="service_closure" id=".maker.auto_command.make_controller.lazy"/>
        <argument key="maker.auto_command.make_crud" type="service_closure" id=".maker.auto_command.make_crud.lazy"/>
        <argument key="maker.auto_command.make_docker_database" type="service_closure" id=".maker.auto_command.make_docker_database.lazy"/>
        <argument key="maker.auto_command.make_entity" type="service_closure" id=".maker.auto_command.make_entity.lazy"/>
        <argument key="maker.auto_command.make_fixtures" type="service_closure" id=".maker.auto_command.make_fixtures.lazy"/>
        <argument key="maker.auto_command.make_form" type="service_closure" id=".maker.auto_command.make_form.lazy"/>
        <argument key="maker.auto_command.make_listener" type="service_closure" id=".maker.auto_command.make_listener.lazy"/>
        <argument key="maker.auto_command.make_message" type="service_closure" id=".maker.auto_command.make_message.lazy"/>
        <argument key="maker.auto_command.make_messenger_middleware" type="service_closure" id=".maker.auto_command.make_messenger_middleware.lazy"/>
        <argument key="maker.auto_command.make_registration_form" type="service_closure" id=".maker.auto_command.make_registration_form.lazy"/>
        <argument key="maker.auto_command.make_reset_password" type="service_closure" id=".maker.auto_command.make_reset_password.lazy"/>
        <argument key="maker.auto_command.make_schedule" type="service_closure" id=".maker.auto_command.make_schedule.lazy"/>
        <argument key="maker.auto_command.make_serializer_encoder" type="service_closure" id=".maker.auto_command.make_serializer_encoder.lazy"/>
        <argument key="maker.auto_command.make_serializer_normalizer" type="service_closure" id=".maker.auto_command.make_serializer_normalizer.lazy"/>
        <argument key="maker.auto_command.make_twig_extension" type="service_closure" id=".maker.auto_command.make_twig_extension.lazy"/>
        <argument key="maker.auto_command.make_test" type="service_closure" id=".maker.auto_command.make_test.lazy"/>
        <argument key="maker.auto_command.make_validator" type="service_closure" id=".maker.auto_command.make_validator.lazy"/>
        <argument key="maker.auto_command.make_voter" type="service_closure" id=".maker.auto_command.make_voter.lazy"/>
        <argument key="maker.auto_command.make_user" type="service_closure" id=".maker.auto_command.make_user.lazy"/>
        <argument key="maker.auto_command.make_migration" type="service_closure" id=".maker.auto_command.make_migration.lazy"/>
        <argument key="maker.auto_command.make_stimulus_controller" type="service_closure" id=".maker.auto_command.make_stimulus_controller.lazy"/>
        <argument key="maker.auto_command.make_security_form_login" type="service_closure" id=".maker.auto_command.make_security_form_login.lazy"/>
        <argument key="maker.auto_command.make_security_custom" type="service_closure" id=".maker.auto_command.make_security_custom.lazy"/>
        <argument key="maker.auto_command.make_webhook" type="service_closure" id=".maker.auto_command.make_webhook.lazy"/>
      </argument>
    </service>
    <service id="cache.app.recorder_inner" class="Symfony\Component\Cache\Adapter\FilesystemAdapter">
      <argument>OkSdsgXqdt</argument>
      <argument>0</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/app</argument>
      <argument type="service" id="cache.default_marshaller" on-invalid="ignore"/>
      <call method="setLogger">
        <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      </call>
    </service>
    <service id="cache.system.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>zPcZNTxfS9</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.validator.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>II2lTZ8Mng</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.serializer.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>Wlt0v8b5tT</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.annotations.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>hCMRx1Z5eF</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.property_info.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>-b20-m7Imj</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.validator_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>VlfUNfuwfp</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.security_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>imgimYjo5c</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.security_is_granted_attribute_expression_language.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>TFg--GGXcI</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id="cache.doctrine.orm.default.result.recorder_inner" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.doctrine.orm.default.query.recorder_inner" class="Symfony\Component\Cache\Adapter\ArrayAdapter"/>
    <service id="cache.webpack_encore.recorder_inner" class="Symfony\Component\Cache\Adapter\AdapterInterface">
      <argument>IczdvqadmM</argument>
      <argument>0</argument>
      <argument>%container.build_id%</argument>
      <argument>/var/www/html/my.c4rgo.cloud/c4rgocloud/var/cache/dev/pools/system</argument>
      <argument type="service" id="monolog.logger.cache" on-invalid="ignore"/>
      <factory class="Symfony\Component\Cache\Adapter\AbstractAdapter" method="createSystemCache"/>
    </service>
    <service id=".service_locator.gfLJL6m" class="Symfony\Component\DependencyInjection\ServiceLocator">
      <tag name="container.service_locator"/>
      <argument type="collection">
        <argument key="Symfony\Bridge\Twig\Extension\CsrfRuntime" type="service_closure" id="twig.runtime.security_csrf"/>
        <argument key="Symfony\Bridge\Twig\Extension\HttpKernelRuntime" type="service_closure" id="twig.runtime.httpkernel"/>
        <argument key="Symfony\Bridge\Twig\Extension\SerializerRuntime" type="service_closure" id="twig.runtime.serializer"/>
        <argument key="Symfony\Component\Form\FormRenderer" type="service_closure" id="twig.form.renderer"/>
        <argument key="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime" type="service_closure" id="Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime"/>
        <argument key="Liip\ImagineBundle\Templating\LazyFilterRuntime" type="service_closure" id="liip_imagine.templating.filter_runtime"/>
      </argument>
    </service>
    <service id="Psr\Http\Message\RequestFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\ResponseFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\ServerRequestFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\StreamFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\UploadedFileFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Psr\Http\Message\UriFactoryInterface" alias="http_discovery.psr17_factory"/>
    <service id="Doctrine\Persistence\ObjectManager" alias="doctrine.orm.default_entity_manager"/>
    <service id="Doctrine\Common\Persistence\ObjectManager" alias="doctrine.orm.default_entity_manager"/>
    <service id="Doctrine\Common\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="Doctrine\Persistence\ManagerRegistry" alias="doctrine"/>
    <service id="Symfony\Component\Mailer\MailerInterface $reportMailer" alias="mailer.report"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface" alias="parameter_bag"/>
    <service id="Symfony\Component\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Contracts\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Psr\EventDispatcher\EventDispatcherInterface" alias="debug.event_dispatcher"/>
    <service id="Symfony\Component\HttpKernel\HttpKernelInterface" alias="http_kernel"/>
    <service id="Symfony\Component\HttpFoundation\RequestStack" alias="request_stack"/>
    <service id="Symfony\Component\HttpKernel\HttpCache\StoreInterface" alias="http_cache.store"/>
    <service id="Symfony\Component\HttpFoundation\UrlHelper" alias="url_helper"/>
    <service id="Symfony\Component\HttpKernel\KernelInterface" alias="kernel"/>
    <service id="Symfony\Component\Filesystem\Filesystem" alias="filesystem"/>
    <service id="Symfony\Component\HttpKernel\Config\FileLocator" alias="file_locator"/>
    <service id="Symfony\Component\HttpFoundation\UriSigner" alias="uri_signer"/>
    <service id="Symfony\Component\HttpKernel\UriSigner" alias="uri_signer">
      <deprecated package="symfony/framework-bundle" version="6.4">The "%alias_id%" alias is deprecated, use "Symfony\Component\HttpFoundation\UriSigner" instead.</deprecated>
    </service>
    <service id="Symfony\Component\DependencyInjection\ReverseContainer" alias="reverse_container"/>
    <service id="Symfony\Component\String\Slugger\SluggerInterface" alias="slugger"/>
    <service id="Symfony\Component\Clock\ClockInterface" alias="clock"/>
    <service id="Psr\Clock\ClockInterface" alias="clock"/>
    <service id="Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface" alias="fragment.uri_generator"/>
    <service id="error_renderer.html" alias="twig.error_renderer.html"/>
    <service id="error_renderer" alias="error_handler.error_renderer.serializer"/>
    <service id=".Psr\Container\ContainerInterface $parameter_bag" alias="parameter_bag"/>
    <service id="Psr\Container\ContainerInterface $parameterBag" alias="parameter_bag"/>
    <service id="cache.app_clearer" alias="cache.default_clearer" public="true"/>
    <service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\CacheInterface" alias="cache.app"/>
    <service id="Symfony\Contracts\Cache\TagAwareCacheInterface" alias="cache.app.taggable"/>
    <service id="Symfony\Contracts\Translation\TranslatorInterface" alias="translator.data_collector"/>
    <service id="Symfony\Component\Asset\Packages" alias="assets.packages"/>
    <service id="mailer" alias="mailer.mailer"/>
    <service id="Symfony\Component\Mailer\MailerInterface" alias="mailer.mailer"/>
    <service id="mailer.default_transport" alias="mailer.transports"/>
    <service id="Symfony\Component\Mailer\Transport\TransportInterface" alias="mailer.transports"/>
    <service id="Symfony\Component\Translation\Reader\TranslationReaderInterface" alias="translation.reader"/>
    <service id="Symfony\Component\Translation\Extractor\ExtractorInterface" alias="translation.extractor"/>
    <service id="Symfony\Component\Translation\Writer\TranslationWriterInterface" alias="translation.writer"/>
    <service id="Symfony\Contracts\Translation\LocaleAwareInterface" alias="translation.locale_switcher"/>
    <service id="Symfony\Component\Translation\LocaleSwitcher" alias="translation.locale_switcher"/>
    <service id="translator" alias="translator.data_collector" public="true"/>
    <service id="translator.formatter" alias="translator.formatter.default"/>
    <service id="Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter" alias="debug.file_link_formatter"/>
    <service id="Symfony\Component\Stopwatch\Stopwatch" alias="debug.stopwatch"/>
    <service id="routing.loader.annotation" alias="routing.loader.attribute">
      <deprecated package="symfony/routing" version="6.4">The "%alias_id%" service is deprecated, use the "routing.loader.attribute" service instead.</deprecated>
    </service>
    <service id="routing.loader.annotation.directory" alias="routing.loader.attribute.directory">
      <deprecated package="symfony/routing" version="6.4">The "%alias_id%" service is deprecated, use the "routing.loader.attribute.directory" service instead.</deprecated>
    </service>
    <service id="routing.loader.annotation.file" alias="routing.loader.attribute.file">
      <deprecated package="symfony/routing" version="6.4">The "%alias_id%" service is deprecated, use the "routing.loader.attribute.file" service instead.</deprecated>
    </service>
    <service id="router" alias="router.default" public="true"/>
    <service id="Symfony\Component\Routing\RouterInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\Generator\UrlGeneratorInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\Matcher\UrlMatcherInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\RequestContextAwareInterface" alias="router.default"/>
    <service id="Symfony\Component\Routing\RequestContext" alias="router.request_context"/>
    <service id="Symfony\Component\PropertyAccess\PropertyAccessorInterface" alias="property_accessor"/>
    <service id="Symfony\Component\Serializer\SerializerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\NormalizerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Normalizer\DenormalizerInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\EncoderInterface" alias="serializer"/>
    <service id="Symfony\Component\Serializer\Encoder\DecoderInterface" alias="serializer"/>
    <service id="serializer.property_accessor" alias="property_accessor"/>
    <service id="Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface" alias="serializer.mapping.class_discriminator_resolver"/>
    <service id="Symfony\Component\Serializer\Normalizer\ObjectNormalizer" alias="serializer.normalizer.object">
      <deprecated package="symfony/serializer" version="6.2">The "%alias_id%" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead.</deprecated>
    </service>
    <service id="Symfony\Component\Serializer\Normalizer\PropertyNormalizer" alias="serializer.normalizer.property">
      <deprecated package="symfony/serializer" version="6.2">The "%alias_id%" service alias is deprecated, type-hint against "Symfony\Component\Serializer\Normalizer\NormalizerInterface" or implement "Symfony\Component\Serializer\Normalizer\NormalizerAwareInterface" instead.</deprecated>
    </service>
    <service id="Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface" alias="serializer.mapping.class_metadata_factory"/>
    <service id="error_renderer.serializer" alias="error_handler.error_renderer.serializer"/>
    <service id="Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyListExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface" alias="property_info"/>
    <service id="Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface" alias="property_info.reflection_extractor"/>
    <service id="Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface" alias="property_info.reflection_extractor"/>
    <service id="lock.factory" alias="lock.default.factory"/>
    <service id="Symfony\Component\Lock\LockFactory" alias="lock.default.factory"/>
    <service id="cache.default_redis_provider" alias=".cache_connection.GD_MSZC"/>
    <service id="cache.default_memcached_provider" alias=".cache_connection.JKE6keX"/>
    <service id="cache.default_doctrine_dbal_provider" alias="doctrine.dbal.default_connection"/>
    <service id="SessionHandlerInterface" alias="session.handler.native_file"/>
    <service id="session.storage.factory" alias="session.storage.factory.native"/>
    <service id="session.handler" alias="session.handler.native_file"/>
    <service id="Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface" alias="security.csrf.token_generator"/>
    <service id="Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface" alias="security.csrf.token_storage"/>
    <service id="Symfony\Component\Security\Csrf\CsrfTokenManagerInterface" alias="security.csrf.token_manager"/>
    <service id="Symfony\Component\Form\ResolvedFormTypeFactoryInterface" alias="form.resolved_type_factory"/>
    <service id="Symfony\Component\Form\FormRegistryInterface" alias="form.registry"/>
    <service id="Symfony\Component\Form\FormFactoryInterface" alias="form.factory"/>
    <service id="form.property_accessor" alias="property_accessor"/>
    <service id="form.choice_list_factory" alias="form.choice_list_factory.cached"/>
    <service id="Symfony\Component\Validator\Validator\ValidatorInterface" alias="debug.validator"/>
    <service id="validator.mapping.class_metadata_factory" alias="debug.validator"/>
    <service id="Symfony\Component\Mime\MimeTypesInterface" alias="mime_types"/>
    <service id="Symfony\Component\Mime\MimeTypeGuesserInterface" alias="mime_types"/>
    <service id="Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface" alias="security.authorization_checker"/>
    <service id="Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface" alias="security.token_storage"/>
    <service id="Symfony\Bundle\SecurityBundle\Security" alias="security.helper"/>
    <service id="Symfony\Component\Security\Core\Security" alias="security.helper">
      <deprecated package="symfony/security-bundle" version="6.2">The "%alias_id%" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead.</deprecated>
    </service>
    <service id="Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface" alias="security.authentication.session_strategy"/>
    <service id="Symfony\Component\Security\Http\Authentication\AuthenticationUtils" alias="security.authentication_utils"/>
    <service id="Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface" alias="debug.security.access.decision_manager"/>
    <service id="Symfony\Component\Security\Core\Role\RoleHierarchyInterface" alias="security.role_hierarchy"/>
    <service id="Symfony\Component\Security\Http\Firewall" alias="debug.security.firewall"/>
    <service id="Symfony\Component\Security\Http\FirewallMapInterface" alias="security.firewall.map"/>
    <service id="Symfony\Component\Security\Http\HttpUtils" alias="security.http_utils"/>
    <service id="Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" alias="security.password_hasher_factory"/>
    <service id="security.password_hasher" alias="security.user_password_hasher"/>
    <service id="Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" alias="security.user_password_hasher"/>
    <service id="Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface" alias="security.user_authenticator"/>
    <service id="security.firewall" alias="debug.security.firewall"/>
    <service id="security.user_providers" alias="security.user.provider.concrete.database_users"/>
    <service id="Symfony\Component\Security\Core\User\UserProviderInterface" alias="security.user.provider.concrete.database_users"/>
    <service id="security.authentication.session_strategy.main" alias="security.authentication.session_strategy"/>
    <service id="security.user_checker.main" alias="security.user_checker"/>
    <service id="security.firewall.context_locator" alias=".service_locator.zJyh7qS"/>
    <service id="security.firewall_config_locator" alias=".service_locator.2RLBKUz"/>
    <service id="Symfony\Component\Security\Core\User\UserCheckerInterface" alias="security.user_checker"/>
    <service id="Doctrine\DBAL\Connection" alias="doctrine.dbal.default_connection"/>
    <service id="database_connection" alias="doctrine.dbal.default_connection" public="true"/>
    <service id="doctrine.dbal.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id=".Doctrine\DBAL\Connection $default.connection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\DBAL\Connection $defaultConnection" alias="doctrine.dbal.default_connection"/>
    <service id="Doctrine\ORM\EntityManagerInterface" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.entity_manager" alias="doctrine.orm.default_entity_manager" public="true"/>
    <service id="doctrine.orm.default_metadata_cache" alias="cache.doctrine.orm.default.metadata"/>
    <service id="doctrine.orm.default_result_cache" alias="cache.doctrine.orm.default.result"/>
    <service id="doctrine.orm.default_query_cache" alias="cache.doctrine.orm.default.query"/>
    <service id=".Doctrine\ORM\EntityManagerInterface $default.entity_manager" alias="doctrine.orm.default_entity_manager"/>
    <service id="Doctrine\ORM\EntityManagerInterface $defaultEntityManager" alias="doctrine.orm.default_entity_manager"/>
    <service id="doctrine.orm.default_entity_manager.event_manager" alias="doctrine.dbal.default_connection.event_manager"/>
    <service id="logger" alias="monolog.logger"/>
    <service id="Psr\Log\LoggerInterface" alias="monolog.logger"/>
    <service id="Twig_Environment" alias="twig">
      <deprecated package="symfony/twig-bundle" version="6.3">The "%alias_id%" service alias is deprecated, use "Twig\Environment" or "twig" instead.</deprecated>
    </service>
    <service id="Twig\Environment" alias="twig"/>
    <service id="Symfony\Component\Mime\BodyRendererInterface" alias="twig.mime_body_renderer"/>
    <service id="doctrine.migrations.metadata_storage" alias="doctrine.migrations.storage.table_storage"/>
    <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.view_handler" alias="fos_rest.view_handler.default" public="true"/>
    <service id="vich_uploader.storage" alias="vich_uploader.storage.file_system"/>
    <service id="Vich\UploaderBundle\Storage\StorageInterface" alias="vich_uploader.storage.file_system"/>
    <service id="Vich\UploaderBundle\Storage\FileSystemStorage" alias="vich_uploader.storage.file_system"/>
    <service id="vich_uploader.metadata_driver" alias="vich_uploader.metadata_driver.chain"/>
    <service id="vich_uploader.metadata.cache" alias="vich_uploader.metadata.cache.file_cache"/>
    <service id="Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface" alias="vich_uploader.property_mapping_resolver"/>
    <service id="Vich\UploaderBundle\Mapping\PropertyMappingFactory" alias="vich_uploader.property_mapping_factory"/>
    <service id="vich_uploader.namer_uniqid" alias="Vich\UploaderBundle\Naming\UniqidNamer"/>
    <service id="vich_uploader.namer_property" alias="Vich\UploaderBundle\Naming\PropertyNamer"/>
    <service id="vich_uploader.namer_origname" alias="Vich\UploaderBundle\Naming\OrignameNamer"/>
    <service id="vich_uploader.namer_hash" alias="Vich\UploaderBundle\Naming\HashNamer"/>
    <service id="vich_uploader.namer_base64" alias="Vich\UploaderBundle\Naming\Base64Namer"/>
    <service id="vich_uploader.directory_namer_subdir" alias="Vich\UploaderBundle\Naming\SubdirDirectoryNamer"/>
    <service id="vich_uploader.namer_directory_property" alias="Vich\UploaderBundle\Naming\PropertyDirectoryNamer"/>
    <service id="vich_uploader.namer_directory_current_date_time" alias="Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"/>
    <service id="vich_uploader.namer_directory_configurable" alias="Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"/>
    <service id="vich_uploader.namer_smart_unique" alias="Vich\UploaderBundle\Naming\SmartUniqueNamer"/>
    <service id="Vich\UploaderBundle\Handler\DownloadHandler" alias="vich_uploader.download_handler"/>
    <service id="Vich\UploaderBundle\Handler\UploadHandler" alias="vich_uploader.upload_handler"/>
    <service id="Vich\UploaderBundle\Form\Type\VichFileType" alias="vich_uploader.form.type.file"/>
    <service id="Vich\UploaderBundle\Form\Type\VichImageType" alias="vich_uploader.form.type.image"/>
    <service id="Liip\ImagineBundle\Config\FilterFactoryCollection" alias="liip_imagine.config.filter_factory_collection"/>
    <service id="Liip\ImagineBundle\Config\StackBuilder" alias="liip_imagine.config.stack_builder"/>
    <service id="Liip\ImagineBundle\Config\StackCollection" alias="liip_imagine.config.stack_collection"/>
    <service id="Liip\ImagineBundle\Imagine\Filter\FilterManager" alias="liip_imagine.filter.manager"/>
    <service id="Liip\ImagineBundle\Imagine\Data\DataManager" alias="liip_imagine.data.manager"/>
    <service id="Liip\ImagineBundle\Imagine\Cache\CacheManager" alias="liip_imagine.cache.manager"/>
    <service id="Liip\ImagineBundle\Service\FilterService" alias="liip_imagine.service.filter"/>
    <service id="liip_imagine.controller" alias="Liip\ImagineBundle\Controller\ImagineController" public="true"/>
    <service id="liip_imagine" alias="liip_imagine.gd"/>
    <service id="Imagine\Image\ImagineInterface" alias="liip_imagine.gd"/>
    <service id="Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface" alias="webpack_encore.entrypoint_lookup_collection"/>
    <service id="Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface" alias="webpack_encore.entrypoint_lookup[_default]"/>
    <service id="fos_js_routing.router" alias="router.default"/>
    <service id="bazinga_geocoder.geocoder" alias="Geocoder\ProviderAggregator"/>
    <service id="geocoder" alias="Geocoder\ProviderAggregator"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface" alias="lexik_jwt_authentication.jwt_manager"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface" alias="lexik_jwt_authentication.jws_provider.lcobucci"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler" alias="lexik_jwt_authentication.handler.authentication_success"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler" alias="lexik_jwt_authentication.handler.authentication_failure"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface" alias="lexik_jwt_authentication.extractor.chain_extractor"/>
    <service id="lexik_jwt_authentication.encoder" alias="lexik_jwt_authentication.encoder.lcobucci" public="true"/>
    <service id="Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface" alias="lexik_jwt_authentication.encoder.lcobucci"/>
    <service id="lexik_jwt_authentication.key_loader" alias="lexik_jwt_authentication.key_loader.raw" public="true"/>
    <service id="scheb_two_factor.csrf_token_manager" alias="security.csrf.token_manager"/>
    <service id="Scheb\TwoFactorBundle\Model\PersisterInterface" alias="scheb_two_factor.persister.doctrine"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallContext" alias="scheb_two_factor.firewall_context"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorFormRendererInterface" alias="scheb_two_factor.security.form_renderer"/>
    <service id="Scheb\TwoFactorBundle\Security\TwoFactor\Provider\Email\Generator\CodeGeneratorInterface" alias="scheb_two_factor.security.email.default_code_generator"/>
    <service id="scheb_two_factor.security.email.form_renderer" alias="scheb_two_factor.security.email.default_form_renderer"/>
    <service id="scheb_two_factor.security.email.code_generator" alias="scheb_two_factor.security.email.default_code_generator" public="true"/>
    <service id="scheb_two_factor.persister" alias="scheb_two_factor.persister.doctrine"/>
    <service id="scheb_two_factor.ip_whitelist_provider" alias="scheb_two_factor.default_ip_whitelist_provider"/>
    <service id="scheb_two_factor.token_factory" alias="scheb_two_factor.default_token_factory"/>
    <service id="container.env_var_processors_locator" alias=".service_locator.w7.f4fT" public="true"/>
    <service id="twig.loader.filesystem" alias="twig.loader.native_filesystem"/>
    <service id="argument_resolver.controller_locator" alias=".service_locator.Z2QUpbt"/>
    <service id="doctrine.id_generator_locator" alias=".service_locator.KLVvNIq"/>
    <service id=".Psr\Log\LoggerInterface $request.logger" alias="monolog.logger.request"/>
    <service id="Psr\Log\LoggerInterface $requestLogger" alias="monolog.logger.request"/>
    <service id=".Psr\Log\LoggerInterface $console.logger" alias="monolog.logger.console"/>
    <service id="Psr\Log\LoggerInterface $consoleLogger" alias="monolog.logger.console"/>
    <service id=".Psr\Log\LoggerInterface $cache.logger" alias="monolog.logger.cache"/>
    <service id="Psr\Log\LoggerInterface $cacheLogger" alias="monolog.logger.cache"/>
    <service id=".Psr\Log\LoggerInterface $mailer.logger" alias="monolog.logger.mailer"/>
    <service id="Psr\Log\LoggerInterface $mailerLogger" alias="monolog.logger.mailer"/>
    <service id=".Psr\Log\LoggerInterface $translation.logger" alias="monolog.logger.translation"/>
    <service id="Psr\Log\LoggerInterface $translationLogger" alias="monolog.logger.translation"/>
    <service id=".Psr\Log\LoggerInterface $php.logger" alias="monolog.logger.php"/>
    <service id="Psr\Log\LoggerInterface $phpLogger" alias="monolog.logger.php"/>
    <service id=".Psr\Log\LoggerInterface $event.logger" alias="monolog.logger.event"/>
    <service id="Psr\Log\LoggerInterface $eventLogger" alias="monolog.logger.event"/>
    <service id=".Psr\Log\LoggerInterface $router.logger" alias="monolog.logger.router"/>
    <service id="Psr\Log\LoggerInterface $routerLogger" alias="monolog.logger.router"/>
    <service id=".Psr\Log\LoggerInterface $lock.logger" alias="monolog.logger.lock"/>
    <service id="Psr\Log\LoggerInterface $lockLogger" alias="monolog.logger.lock"/>
    <service id=".Psr\Log\LoggerInterface $profiler.logger" alias="monolog.logger.profiler"/>
    <service id="Psr\Log\LoggerInterface $profilerLogger" alias="monolog.logger.profiler"/>
    <service id=".Psr\Log\LoggerInterface $security.logger" alias="monolog.logger.security"/>
    <service id="Psr\Log\LoggerInterface $securityLogger" alias="monolog.logger.security"/>
    <service id=".Psr\Log\LoggerInterface $doctrine.logger" alias="monolog.logger.doctrine"/>
    <service id="Psr\Log\LoggerInterface $doctrineLogger" alias="monolog.logger.doctrine"/>
    <service id=".Psr\Log\LoggerInterface $debug.logger" alias="monolog.logger.debug"/>
    <service id="Psr\Log\LoggerInterface $debugLogger" alias="monolog.logger.debug"/>
    <service id="twig.loader" alias="twig.loader.native_filesystem"/>
    <service id="fos_rest.serializer" alias="fos_rest.serializer.symfony"/>
    <service id="liip_imagine.mime_type_guesser" alias="mime_types"/>
    <service id="liip_imagine.extension_guesser" alias="mime_types"/>
    <service id="scheb_two_factor.security.email.auth_code_mailer" alias="scheb_two_factor.security.email.symfony_auth_code_mailer"/>
    <service id=".service_locator.XDGmiR3" alias=".1_ServiceLocator~4YY_OWT"/>
    <service id=".service_locator.bJ.4HC5" alias=".service_locator.w7.f4fT"/>
    <service id=".service_locator.3LPrAVu" alias=".service_locator.L.VUGHb"/>
    <service id=".service_locator.5IKQ_hf" alias=".service_locator.h0ZdTWq"/>
    <service id=".service_locator.Ng2oDam" alias=".service_locator.IhZVZ_K"/>
    <service id=".service_locator.hTBR0uy" alias=".service_locator.lATwoId"/>
    <service id=".service_locator.ev1jfHs" alias=".service_locator.tkCUrz4"/>
    <service id=".service_locator.JsAayh0" alias=".service_locator.nvNV0ng"/>
    <service id=".service_locator.HGtoll0" alias=".service_locator.y8P5G4x"/>
    <service id=".service_locator.EE0.cm9" alias=".service_locator.p_1cpwZ"/>
    <service id=".service_locator.VjSbMK9" alias=".service_locator.Ko5ib3H"/>
    <service id=".service_locator.iv0eY7Z" alias=".service_locator.pjBSITi"/>
    <service id=".service_locator.L8ra0Dk" alias=".service_locator.sEM9DCW"/>
    <service id=".service_locator.wWohCfu" alias=".service_locator.Vaahi7y"/>
    <service id=".service_locator.sZ9t3Qf" alias=".service_locator.xXwPK6J"/>
    <service id=".service_locator.K1bBbp5" alias=".service_locator.OsjzbMs"/>
    <service id=".service_locator.UcWYrdX" alias=".service_locator.oG2vFy5"/>
    <service id=".service_locator.ZU60ttD" alias=".service_locator.nHQ.CRt"/>
    <service id=".service_locator.s2BhukC" alias=".service_locator.ExM_rWC"/>
    <service id=".service_locator.3b.5hWs" alias=".service_locator.IovBHgs"/>
    <service id=".service_locator.D9h2oa2" alias=".service_locator.aanWH5_"/>
    <service id=".service_locator.iPqNsbo" alias=".service_locator.RGaYKwJ"/>
    <service id=".service_locator.h9LvaTt" alias=".service_locator.N1xdrPC"/>
    <service id=".service_locator.V7sOn4W" alias=".service_locator.aDBaiMN"/>
    <service id=".service_locator.IN0vry2" alias=".service_locator.gXCcPXT"/>
    <service id=".service_locator.D1iyG8w" alias=".service_locator..KnNZen"/>
    <service id=".service_locator.An1XG2A" alias=".service_locator.E9unxk2"/>
    <service id=".service_locator.9c0UzkB" alias=".service_locator.bvgWslw"/>
    <service id=".service_locator.B8TA7If" alias=".service_locator.4T4jrFJ"/>
    <service id=".service_locator.4lQNLBT" alias=".service_locator.ncwfjde"/>
    <service id=".service_locator.vSiqZc." alias=".service_locator.yQu8QGe"/>
    <service id=".service_locator.qKFriQi" alias=".service_locator.b2Ova5p"/>
    <service id=".service_locator.tjFyQ30" alias=".service_locator.MMuM2dP"/>
    <service id=".service_locator.l0hNV29" alias=".service_locator.z_vvh78"/>
    <service id=".service_locator.dlaZNJq" alias=".service_locator.UEdlyua"/>
    <service id=".service_locator.gH9051V" alias=".service_locator.xMMcHxG"/>
    <service id=".service_locator.EFVEraI" alias=".service_locator.HPfUOx2"/>
    <service id=".service_locator.bGWnpnu" alias=".service_locator.Q6jw8.W"/>
    <service id=".service_locator.ibQy6Sd" alias=".service_locator.InXX32H"/>
    <service id=".service_locator.kab.aud" alias=".service_locator.h2d0EXN"/>
    <service id=".service_locator.sROlY24" alias=".service_locator.c87f2Km"/>
    <service id=".service_locator.v3zNYhk" alias=".service_locator.6AeoEuc"/>
    <service id=".service_locator.Ddgnkgn" alias=".service_locator.9AFo6W4"/>
    <service id=".service_locator.DjV5xAZ" alias=".service_locator.v04v4Hj"/>
    <service id=".service_locator.2x9.iDA" alias=".service_locator.rkkwno_"/>
    <service id=".service_locator.agSk.n_" alias=".service_locator.RzICpEo"/>
    <service id=".service_locator.wvTjRS5" alias=".service_locator.nKqQVok"/>
    <service id=".service_locator.C9zqDqM" alias=".service_locator.Tr2jYYN"/>
    <service id=".service_locator.QJAJUgV" alias=".service_locator.kFwJtmD"/>
    <service id=".service_locator.1o2.0.." alias=".service_locator.Z2QUpbt"/>
    <service id=".service_locator.Z1X7HHq" alias=".service_locator.O.fxMIw"/>
    <service id=".service_locator.RGe.Eww" alias=".service_locator.wmwio2R"/>
    <service id=".service_locator.0sgW_go" alias=".service_locator.zjUNvdv"/>
    <service id=".service_locator.ddrYvz7" alias=".service_locator.jiREWBu"/>
    <service id=".service_locator.O24_MAy" alias=".service_locator.yY.p4P7"/>
    <service id=".service_locator.67kVG1o" alias=".service_locator.EztrC5Q"/>
    <service id=".service_locator.LJV9DCP" alias=".service_locator.3MVhhha"/>
    <service id=".service_locator.jUv.zyj" alias=".service_locator.O2p6Lk7"/>
    <service id="validator" alias="debug.validator"/>
    <service id="event_dispatcher" alias="debug.event_dispatcher" public="true"/>
    <service id="controller_resolver" alias="debug.controller_resolver"/>
    <service id="argument_resolver" alias="debug.argument_resolver"/>
    <service id="translator.data_collector.inner" alias="translator.default"/>
    <service id="security.access.decision_manager" alias="debug.security.access.decision_manager"/>
    <service id="security.firewall.authenticator.main" alias="debug.security.firewall.authenticator.main"/>
    <service id="twig.error_renderer.html.inner" alias="error_handler.error_renderer.html"/>
    <service id="var_dumper.cli_dumper" alias="var_dumper.contextualized_cli_dumper"/>
    <service id="doctrine.migrations.migrations_factory" alias="doctrine.migrations.container_aware_migrations_factory"/>
    <service id="security.authentication.trust_resolver" alias="scheb_two_factor.security.authentication.trust_resolver"/>
    <service id="doctrine.orm.default_metadata_driver" alias=".doctrine.orm.default_metadata_driver"/>
    <service id="security.event_dispatcher.main" alias="debug.security.event_dispatcher.main"/>
    <service id=".service_locator.gFlme_s" alias=".service_locator.y4_Zrx."/>
    <service id=".service_locator.kUeGosC" alias=".service_locator.L.VUGHb"/>
    <service id=".service_locator.YyZa5jG" alias=".service_locator.Ge47UTU"/>
    <service id=".service_locator.wA7N8Gi" alias=".service_locator.PYF7PhY"/>
    <service id=".service_locator.tEAEZBc" alias=".service_locator.QNSxH_W"/>
    <service id=".service_locator.9e2t_lq" alias=".service_locator.CsMkqUa"/>
    <service id=".service_locator.gGWuTWt" alias=".service_locator.m1OcrLL"/>
    <service id=".service_locator.xIGBYO6" alias=".service_locator.o0KYuTs"/>
    <service id=".service_locator.5cKt1SW" alias=".service_locator.1Z9fEX7"/>
    <service id=".service_locator.51T8Np3" alias=".service_locator.h0ZdTWq"/>
    <service id=".service_locator.kX64EdJ" alias=".service_locator.Lfq.JWp"/>
    <service id=".service_locator.jTsecGN" alias=".service_locator.NtHe63v"/>
    <service id=".service_locator.iNb5HcR" alias=".service_locator.zA.zjO6"/>
    <service id=".service_locator.g..Ajso" alias=".service_locator.5.VEx7o"/>
    <service id=".service_locator.4VQOEPf" alias=".service_locator.1A1BBOc"/>
    <service id=".service_locator.iBmeBJI" alias=".service_locator.jH9FXWu"/>
    <service id=".service_locator.ECrymro" alias=".service_locator.IhZVZ_K"/>
    <service id=".service_locator.XvZpFrE" alias=".service_locator.56w7fnY"/>
    <service id=".service_locator.P8mYNdJ" alias=".service_locator.lATwoId"/>
    <service id=".service_locator.dxLDz23" alias=".service_locator.SoIa2O7"/>
    <service id=".service_locator.BEsFY1H" alias=".service_locator.Q9_Ua5J"/>
    <service id=".service_locator.DIZk4xw" alias=".service_locator.y8P5G4x"/>
    <service id=".service_locator.ostNlSn" alias=".service_locator.p_1cpwZ"/>
    <service id=".service_locator.jmtqnu_" alias=".service_locator.Ko5ib3H"/>
    <service id=".service_locator.CyhMZeh" alias=".service_locator.0Ir81EE"/>
    <service id=".service_locator.vJrQ2w7" alias=".service_locator.JGoNQZj"/>
    <service id=".service_locator.y6vT4UY" alias=".service_locator.3BHQ8oi"/>
    <service id=".service_locator.cC7qRup" alias=".service_locator.2PSjfM."/>
    <service id=".service_locator.yLbtFMK" alias=".service_locator.a20YgQC"/>
    <service id=".service_locator.S39yUzs" alias=".service_locator.pjBSITi"/>
    <service id=".service_locator.7cH9w0K" alias=".service_locator.PLBJHx8"/>
    <service id=".service_locator.XsMeXHA" alias=".service_locator.sEM9DCW"/>
    <service id=".service_locator.8Z9.TBP" alias=".service_locator.Vaahi7y"/>
    <service id=".service_locator.Ycq.XID" alias=".service_locator.xXwPK6J"/>
    <service id=".service_locator.kR.uqMB" alias=".service_locator.OsjzbMs"/>
    <service id=".service_locator.UHuQE_1" alias=".service_locator.CseHU7V"/>
    <service id=".service_locator.aOpSHEH" alias=".service_locator.oG2vFy5"/>
    <service id=".service_locator.wKk9vFn" alias=".service_locator.IrgEEl6"/>
    <service id=".service_locator.e23MugF" alias=".service_locator.dXV1re8"/>
    <service id=".service_locator.Fthw0Hp" alias=".service_locator.nHQ.CRt"/>
    <service id=".service_locator.5xj6ZG." alias=".service_locator.ExM_rWC"/>
    <service id=".service_locator.jMvL77N" alias=".service_locator.bixgmJU"/>
    <service id=".service_locator.OJmnvRJ" alias=".service_locator.uVvF4gL"/>
    <service id=".service_locator.nio8CEa" alias=".service_locator.xXV0L36"/>
    <service id=".service_locator.syJZVJX" alias=".service_locator.3rb4HZy"/>
    <service id=".service_locator.xk3xdZ8" alias=".service_locator.fS8cDPO"/>
    <service id=".service_locator.1OgR_WR" alias=".service_locator.IovBHgs"/>
    <service id=".service_locator.RLIuull" alias=".service_locator.aanWH5_"/>
    <service id=".service_locator.RLT.YM9" alias=".service_locator.dTswIlL"/>
    <service id=".service_locator.gaTSUXr" alias=".service_locator.9kKwU2t"/>
    <service id=".service_locator..CT5BWK" alias=".service_locator.fqghnjG"/>
    <service id=".service_locator..oRmshV" alias=".service_locator.cq4r4mK"/>
    <service id=".service_locator.rXpFSpe" alias=".service_locator.RGaYKwJ"/>
    <service id=".service_locator.ebr12zv" alias=".service_locator.KMU0.us"/>
    <service id=".service_locator.0IfASr6" alias=".service_locator.N1xdrPC"/>
    <service id=".service_locator.hUMPOjK" alias=".service_locator.aDBaiMN"/>
    <service id=".service_locator.uN0fpEE" alias=".service_locator.DzvJ9dP"/>
    <service id=".service_locator.uVG_zoo" alias=".service_locator.dX3m5cX"/>
    <service id=".service_locator.gzIXE1n" alias=".service_locator.CCrpAJJ"/>
    <service id=".service_locator.sXMD0AZ" alias=".service_locator.Sw3BLJz"/>
    <service id=".service_locator.7aaHOpB" alias=".service_locator.O0jqDpU"/>
    <service id=".service_locator.CrLZeNV" alias=".service_locator.gXCcPXT"/>
    <service id=".service_locator.JHjHVUm" alias=".service_locator.quxG.oT"/>
    <service id=".service_locator.2WUVMoC" alias=".service_locator.iPyVwLZ"/>
    <service id=".service_locator.xVRss1u" alias=".service_locator..KnNZen"/>
    <service id=".service_locator.bSYabws" alias=".service_locator.jCjQ5z."/>
    <service id=".service_locator.FmS554M" alias=".service_locator.7G.h9xt"/>
    <service id=".service_locator..EwX4bh" alias=".service_locator._9J0vbF"/>
    <service id=".service_locator.6.j6IDV" alias=".service_locator.91QYP5y"/>
    <service id=".service_locator.k1zaNe1" alias=".service_locator.E9unxk2"/>
    <service id=".service_locator.HYb2iER" alias=".service_locator.bvgWslw"/>
    <service id=".service_locator.Xlps3Q6" alias=".service_locator.4T4jrFJ"/>
    <service id=".service_locator.nlXJHd3" alias=".service_locator.ncwfjde"/>
    <service id=".service_locator.vrNsQZX" alias=".service_locator.yQu8QGe"/>
    <service id=".service_locator.nKvo3qr" alias=".service_locator.qs4hwPP"/>
    <service id=".service_locator.kqdM9w_" alias=".service_locator.PvuWw1V"/>
    <service id=".service_locator.N_rTQn7" alias=".service_locator.c0tHGAx"/>
    <service id=".service_locator.k4bDZ96" alias=".service_locator.qe5VdSi"/>
    <service id=".service_locator.z0FwKHc" alias=".service_locator.b2Ova5p"/>
    <service id=".service_locator.pwgSQgV" alias=".service_locator.MMuM2dP"/>
    <service id=".service_locator.wFnRMHt" alias=".service_locator.E6O6OSD"/>
    <service id=".service_locator._8_CfXR" alias=".service_locator.ZvSL2fP"/>
    <service id=".service_locator.atpOmT4" alias=".service_locator.emwC4D7"/>
    <service id=".service_locator.lW5JGZM" alias=".service_locator.ZFJEBmS"/>
    <service id=".service_locator.Yn7JcUi" alias=".service_locator.4vkJ4Yl"/>
    <service id=".service_locator.xEb3prD" alias=".service_locator.z_vvh78"/>
    <service id=".service_locator.HsdcmUm" alias=".service_locator.x0.cvEZ"/>
    <service id=".service_locator.IbHcyaE" alias=".service_locator.UEdlyua"/>
    <service id=".service_locator.4pZHCtW" alias=".service_locator.xMMcHxG"/>
    <service id=".service_locator.ynV4A3L" alias=".service_locator.HPfUOx2"/>
    <service id=".service_locator.wzdpZjS" alias=".service_locator.Q6jw8.W"/>
    <service id=".service_locator.CZ_WUbP" alias=".service_locator.aK2seLj"/>
    <service id=".service_locator.vap0V5L" alias=".service_locator.UNOnXpl"/>
    <service id=".service_locator.MB.hRKL" alias=".service_locator.l2YEGep"/>
    <service id=".service_locator.RCPAygJ" alias=".service_locator.InXX32H"/>
    <service id=".service_locator.RLMXI.M" alias=".service_locator.33X0bkM"/>
    <service id=".service_locator.gH7m7kf" alias=".service_locator.2sD899E"/>
    <service id=".service_locator.K21bf_N" alias=".service_locator.h2d0EXN"/>
    <service id=".service_locator.wjsy1K_" alias=".service_locator.YJ_G0iP"/>
    <service id=".service_locator.QRd6deM" alias=".service_locator.c87f2Km"/>
    <service id=".service_locator.6sO86N9" alias=".service_locator.BeDfvVS"/>
    <service id=".service_locator..dJSScp" alias=".service_locator.ISKfI0U"/>
    <service id=".service_locator.fWwSNfe" alias=".service_locator.SyNqtDg"/>
    <service id=".service_locator.ZjZPaOi" alias=".service_locator.5Of7tJH"/>
    <service id=".service_locator.llym12Z" alias=".service_locator.6AeoEuc"/>
    <service id=".service_locator.hqydcKS" alias=".service_locator.XZ1raqS"/>
    <service id=".service_locator.GANBFX9" alias=".service_locator.OlRoHwA"/>
    <service id=".service_locator.TXYlpyP" alias=".service_locator.9AFo6W4"/>
    <service id=".service_locator.6FjyQnK" alias=".service_locator.ZZtm05J"/>
    <service id=".service_locator.Z.movAZ" alias=".service_locator.Y1.xM9N"/>
    <service id=".service_locator.HU0oHho" alias=".service_locator.v04v4Hj"/>
    <service id=".service_locator.o6TY3B4" alias=".service_locator.sG9H3VR"/>
    <service id=".service_locator.ityZTbX" alias=".service_locator.cuCsaoq"/>
    <service id=".service_locator.23XN1bb" alias=".service_locator.U8Ba5HZ"/>
    <service id=".service_locator.xJHW8XE" alias=".service_locator.rkkwno_"/>
    <service id=".service_locator.DDjIkOg" alias=".service_locator.aZKJWV."/>
    <service id=".service_locator.5KqApji" alias=".service_locator.qeUoa3P"/>
    <service id=".service_locator.7ZI1hu5" alias=".service_locator.nLa1Z2i"/>
    <service id=".service_locator.NHcKDTk" alias=".service_locator.RzICpEo"/>
    <service id=".service_locator.hjywhKX" alias=".service_locator.nKqQVok"/>
    <service id=".service_locator.FIizFh6" alias=".service_locator.Tr2jYYN"/>
    <service id=".service_locator.t11LTjJ" alias=".service_locator.jm3Gtuj"/>
    <service id=".service_locator.xHhjR3W" alias=".service_locator.kFwJtmD"/>
    <service id=".service_locator.eo7k2F5" alias=".service_locator.FIPSm3v"/>
    <service id=".service_locator.gUK6AtC" alias=".service_locator.3J.ju1X"/>
    <service id=".service_locator.ogjAJkL" alias=".service_locator.EFKUbZM"/>
    <service id=".service_locator.3edI._2" alias=".service_locator.EztrC5Q"/>
    <service id=".service_locator.t5TMf8a" alias=".service_locator.3MVhhha"/>
    <service id=".service_locator.Cj5mqT." alias=".service_locator.O2p6Lk7"/>
    <service id=".service_locator.dGUCsbe" alias=".service_locator.pToDJZH"/>
    <service id=".service_locator._kIAbz1" alias=".service_locator.TpoC7U9"/>
    <service id=".service_locator.a1R_f7T" alias=".service_locator.9Sbc0.x"/>
  </services>
</container>
