The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "Symfony\Bridge\Monolog\Command\ServerLogCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "Symfony\Bridge\Monolog\Command\ServerLogCommand".
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Component\VarDumper\Command\ServerDumpCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Component\VarDumper\Command\ServerDumpCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bridge\Monolog\Command\ServerLogCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Symfony\Bridge\Monolog\Command\ServerLogCommand" class instead.
"SELECT t0.id AS id_1, t0.nome AS nome_2, t0.nome_visualizzato AS nome_visualizzato_3, t0.valore AS valore_4, t0.famiglia AS famiglia_5, t0.valori_concessi AS valori_concessi_6, t0.tipo_dato AS tipo_dato_7, t0.data_modifica AS data_modifica_8, t0.utente_modifica_id AS utente_modifica_id_9 FROM impostazioni t0 WHERE t0.nome IN (?, ?, ?, ?, ?, ?, ?, ?)"
[
"sql" => "SELECT t0.id AS id_1, t0.nome AS nome_2, t0.nome_visualizzato AS nome_visualizzato_3, t0.valore AS valore_4, t0.famiglia AS famiglia_5, t0.valori_concessi AS valori_concessi_6, t0.tipo_dato AS tipo_dato_7, t0.data_modifica AS data_modifica_8, t0.utente_modifica_id AS utente_modifica_id_9 FROM impostazioni t0 WHERE t0.nome IN (?, ?, ?, ?, ?, ?, ?, ?)"
"params" => [1 => "UsaSearchEngine"
2 => "AbilitaB2C"
3 => "FiltroVisualizzazioneArticoloPerShopComune"
4 => "NumeroArticoliPaginaPrincipaleShopComune"
5 => "AbilitaDebugUtentiAmministrativi"
6 => "AttivaUtilizzoAttributiArticoli"
7 => "CodiceListinoShopComune"
8 => "DisponibileSommatoMagazziniSecondari"
]
"types" => [1 => 22 => 23 => 24 => 25 => 26 => 27 => 28 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.nome AS nome_2, t0.nome_visualizzato AS nome_visualizzato_3, t0.valore AS valore_4, t0.famiglia AS famiglia_5, t0.valori_concessi AS valori_concessi_6, t0.tipo_dato AS tipo_dato_7, t0.data_modifica AS data_modifica_8, t0.utente_modifica_id AS utente_modifica_id_9 FROM impostazioni t0 WHERE t0.nome IN (?, ?, ?, ?, ?)"
[
"sql" => "SELECT t0.id AS id_1, t0.nome AS nome_2, t0.nome_visualizzato AS nome_visualizzato_3, t0.valore AS valore_4, t0.famiglia AS famiglia_5, t0.valori_concessi AS valori_concessi_6, t0.tipo_dato AS tipo_dato_7, t0.data_modifica AS data_modifica_8, t0.utente_modifica_id AS utente_modifica_id_9 FROM impostazioni t0 WHERE t0.nome IN (?, ?, ?, ?, ?)"
"params" => [1 => "FiltroVisualizzazioneArticoloPerShopComune"
2 => "MostraSoloArticoliConListino"
3 => "CodiceListinoShopComune"
4 => "AbilitaTipoOrdine"
5 => "UtilizzaCategorieAlberoPerGenerazione"
]
"types" => [1 => 22 => 23 => 24 => 25 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"SELECT table_name AS 'table_name', column_name AS 'column_name', data_type AS 'data_type' FROM information_schema.columns WHERE Table_Schema = ? AND Table_Name IN ('albero_menu_prodotti','categorie','categorie','categorie_in_lingua','categorie_in_lingua','albero_menu_prodotti');"
(parameters:
[1 => "webshop"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT table_name AS 'table_name', column_name AS 'column_name', data_type AS 'data_type' FROM information_schema.columns WHERE Table_Schema = ? AND Table_Name IN ('albero_menu_prodotti','categorie','categorie','categorie_in_lingua','categorie_in_lingua','albero_menu_prodotti');"
"params" => [1 => "webshop"
]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT albero.id AS albero_id, albero.categoria_id AS albero_categoria_id, albero.parent_id_id AS albero_parent_id_id, albero.utente_id AS albero_utente_id, albero.livello AS albero_livello, albero.has_child AS albero_has_child, albero.risorse_presenti AS albero_risorse_presenti, albero.posizione AS albero_posizione, albero.posizione_assoluta AS albero_posizione_assoluta, albero.data_creazione AS albero_data_creazione, albero.data_modifica AS albero_data_modifica, albero.categoria_albero_id AS albero_categoria_albero_id, categoria.id AS categoria_id, categoria.utente_id AS categoria_utente_id, categoria.ordinamento AS categoria_ordinamento, categoria.nome AS categoria_nome, categoria.colonna_provenienza AS categoria_colonna_provenienza, categoria.codice AS categoria_codice, categoria.codice_originale AS categoria_codice_originale, categoria.descrizione AS categoria_descrizione, categoria.title_seo AS categoria_title_seo, categoria.nome_univoco AS categoria_nome_univoco, categoria.immagine AS categoria_immagine, categoria.attivo AS categoria_attivo, categoria.prezzo_su_richiesta AS categoria_prezzo_su_richiesta, categoria.data_modifica AS categoria_data_modifica, categoria.data_creazione AS categoria_data_creazione, parentCategoria.id AS parentCategoria_id, parentCategoria.utente_id AS parentCategoria_utente_id, parentCategoria.ordinamento AS parentCategoria_ordinamento, parentCategoria.nome AS parentCategoria_nome, parentCategoria.colonna_provenienza AS parentCategoria_colonna_provenienza, parentCategoria.codice AS parentCategoria_codice, parentCategoria.codice_originale AS parentCategoria_codice_originale, parentCategoria.descrizione AS parentCategoria_descrizione, parentCategoria.title_seo AS parentCategoria_title_seo, parentCategoria.nome_univoco AS parentCategoria_nome_univoco, parentCategoria.immagine AS parentCategoria_immagine, parentCategoria.attivo AS parentCategoria_attivo, parentCategoria.prezzo_su_richiesta AS parentCategoria_prezzo_su_richiesta, parentCategoria.data_modifica AS parentCategoria_data_modifica, parentCategoria.data_creazione AS parentCategoria_data_creazione, categoriaInLingua.id AS categoriaInLingua_id, categoriaInLingua.categoria_id AS categoriaInLingua_categoria_id, categoriaInLingua.locale AS categoriaInLingua_locale, categoriaInLingua.utente_id AS categoriaInLingua_utente_id, categoriaInLingua.nome AS categoriaInLingua_nome, categoriaInLingua.descrizione AS categoriaInLingua_descrizione, categoriaInLingua.nome_univoco AS categoriaInLingua_nome_univoco, categoriaInLingua.data_creazione AS categoriaInLingua_data_creazione, categoriaInLingua.data_modifica AS categoriaInLingua_data_modifica, categoriaInLingua.attivo AS categoriaInLingua_attivo, parentCategoriaInLingua.id AS parentCategoriaInLingua_id, parentCategoriaInLingua.categoria_id AS parentCategoriaInLingua_categoria_id, parentCategoriaInLingua.locale AS parentCategoriaInLingua_locale, parentCategoriaInLingua.utente_id AS parentCategoriaInLingua_utente_id, parentCategoriaInLingua.nome AS parentCategoriaInLingua_nome, parentCategoriaInLingua.descrizione AS parentCategoriaInLingua_descrizione, parentCategoriaInLingua.nome_univoco AS parentCategoriaInLingua_nome_univoco, parentCategoriaInLingua.data_creazione AS parentCategoriaInLingua_data_creazione, parentCategoriaInLingua.data_modifica AS parentCategoriaInLingua_data_modifica, parentCategoriaInLingua.attivo AS parentCategoriaInLingua_attivo, alberoParent.id AS alberoParent_id, alberoParent.categoria_id AS alberoParent_categoria_id, alberoParent.parent_id_id AS alberoParent_parent_id_id, alberoParent.utente_id AS alberoParent_utente_id, alberoParent.livello AS alberoParent_livello, alberoParent.has_child AS alberoParent_has_child, alberoParent.risorse_presenti AS alberoParent_risorse_presenti, alberoParent.posizione AS alberoParent_posizione, alberoParent.posizione_assoluta AS alberoParent_posizione_assoluta, alberoParent.data_creazione AS alberoParent_data_creazione, alberoParent.data_modifica AS alberoParent_data_modifica, alberoParent.categoria_albero_id AS alberoParent_categoria_albero_id FROM albero_menu_prodotti albero LEFT JOIN categorie categoria on categoria.id = albero.categoria_id\n LEFT JOIN albero_menu_prodotti alberoParent on alberoParent.id = albero.parent_id_id \n LEFT JOIN categorie parentCategoria on parentCategoria.id = alberoParent.categoria_id \n LEFT JOIN categorie_in_lingua categoriaInLingua on categoriaInLingua.categoria_id = categoria.id AND categoriaInLingua.locale = ?\n LEFT JOIN categorie_in_lingua parentCategoriaInLingua on parentCategoriaInLingua.categoria_id = alberoParent.categoria_id AND parentCategoriaInLingua.locale = ?\n WHERE categoria.attivo = 1 AND EXISTS (select lst.id FROM listini_vendita lst LEFT JOIN mappa_categorie_articoli mp ON mp.id = lst.mappa_categorie_articoli_id \n LEFT JOIN associazione_categorie_albero_mappa_categorie_articoli ass ON ass.mappa_categoria_articolo_id = mp.id\n WHERE (mp.categoria1_id = albero.categoria_id OR mp.categoria2_id = albero.categoria_id OR mp.categoria3_id = albero.categoria_id OR mp.categoria4_id = albero.categoria_id OR mp.categoria5_id = albero.categoria_id) AND lst.codice_listino = ? AND (lst.codice_anagrafica IS NULL OR lst.codice_anagrafica = '' OR lst.codice_anagrafica = ?) ) GROUP BY albero.id ORDER BY categoria.ordinamento, categoria.nome
"""
(parameters:
[1 => "it"
2 => "it"
3 => "1V"
4 => ""
]
, types:
[1 => 22 => 23 => 24 => 2]
)
doctrine
[
"sql" => """
SELECT albero.id AS albero_id, albero.categoria_id AS albero_categoria_id, albero.parent_id_id AS albero_parent_id_id, albero.utente_id AS albero_utente_id, albero.livello AS albero_livello, albero.has_child AS albero_has_child, albero.risorse_presenti AS albero_risorse_presenti, albero.posizione AS albero_posizione, albero.posizione_assoluta AS albero_posizione_assoluta, albero.data_creazione AS albero_data_creazione, albero.data_modifica AS albero_data_modifica, albero.categoria_albero_id AS albero_categoria_albero_id, categoria.id AS categoria_id, categoria.utente_id AS categoria_utente_id, categoria.ordinamento AS categoria_ordinamento, categoria.nome AS categoria_nome, categoria.colonna_provenienza AS categoria_colonna_provenienza, categoria.codice AS categoria_codice, categoria.codice_originale AS categoria_codice_originale, categoria.descrizione AS categoria_descrizione, categoria.title_seo AS categoria_title_seo, categoria.nome_univoco AS categoria_nome_univoco, categoria.immagine AS categoria_immagine, categoria.attivo AS categoria_attivo, categoria.prezzo_su_richiesta AS categoria_prezzo_su_richiesta, categoria.data_modifica AS categoria_data_modifica, categoria.data_creazione AS categoria_data_creazione, parentCategoria.id AS parentCategoria_id, parentCategoria.utente_id AS parentCategoria_utente_id, parentCategoria.ordinamento AS parentCategoria_ordinamento, parentCategoria.nome AS parentCategoria_nome, parentCategoria.colonna_provenienza AS parentCategoria_colonna_provenienza, parentCategoria.codice AS parentCategoria_codice, parentCategoria.codice_originale AS parentCategoria_codice_originale, parentCategoria.descrizione AS parentCategoria_descrizione, parentCategoria.title_seo AS parentCategoria_title_seo, parentCategoria.nome_univoco AS parentCategoria_nome_univoco, parentCategoria.immagine AS parentCategoria_immagine, parentCategoria.attivo AS parentCategoria_attivo, parentCategoria.prezzo_su_richiesta AS parentCategoria_prezzo_su_richiesta, parentCategoria.data_modifica AS parentCategoria_data_modifica, parentCategoria.data_creazione AS parentCategoria_data_creazione, categoriaInLingua.id AS categoriaInLingua_id, categoriaInLingua.categoria_id AS categoriaInLingua_categoria_id, categoriaInLingua.locale AS categoriaInLingua_locale, categoriaInLingua.utente_id AS categoriaInLingua_utente_id, categoriaInLingua.nome AS categoriaInLingua_nome, categoriaInLingua.descrizione AS categoriaInLingua_descrizione, categoriaInLingua.nome_univoco AS categoriaInLingua_nome_univoco, categoriaInLingua.data_creazione AS categoriaInLingua_data_creazione, categoriaInLingua.data_modifica AS categoriaInLingua_data_modifica, categoriaInLingua.attivo AS categoriaInLingua_attivo, parentCategoriaInLingua.id AS parentCategoriaInLingua_id, parentCategoriaInLingua.categoria_id AS parentCategoriaInLingua_categoria_id, parentCategoriaInLingua.locale AS parentCategoriaInLingua_locale, parentCategoriaInLingua.utente_id AS parentCategoriaInLingua_utente_id, parentCategoriaInLingua.nome AS parentCategoriaInLingua_nome, parentCategoriaInLingua.descrizione AS parentCategoriaInLingua_descrizione, parentCategoriaInLingua.nome_univoco AS parentCategoriaInLingua_nome_univoco, parentCategoriaInLingua.data_creazione AS parentCategoriaInLingua_data_creazione, parentCategoriaInLingua.data_modifica AS parentCategoriaInLingua_data_modifica, parentCategoriaInLingua.attivo AS parentCategoriaInLingua_attivo, alberoParent.id AS alberoParent_id, alberoParent.categoria_id AS alberoParent_categoria_id, alberoParent.parent_id_id AS alberoParent_parent_id_id, alberoParent.utente_id AS alberoParent_utente_id, alberoParent.livello AS alberoParent_livello, alberoParent.has_child AS alberoParent_has_child, alberoParent.risorse_presenti AS alberoParent_risorse_presenti, alberoParent.posizione AS alberoParent_posizione, alberoParent.posizione_assoluta AS alberoParent_posizione_assoluta, alberoParent.data_creazione AS alberoParent_data_creazione, alberoParent.data_modifica AS alberoParent_data_modifica, alberoParent.categoria_albero_id AS alberoParent_categoria_albero_id FROM albero_menu_prodotti albero LEFT JOIN categorie categoria on categoria.id = albero.categoria_id\n LEFT JOIN albero_menu_prodotti alberoParent on alberoParent.id = albero.parent_id_id \n LEFT JOIN categorie parentCategoria on parentCategoria.id = alberoParent.categoria_id \n LEFT JOIN categorie_in_lingua categoriaInLingua on categoriaInLingua.categoria_id = categoria.id AND categoriaInLingua.locale = ?\n LEFT JOIN categorie_in_lingua parentCategoriaInLingua on parentCategoriaInLingua.categoria_id = alberoParent.categoria_id AND parentCategoriaInLingua.locale = ?\n WHERE categoria.attivo = 1 AND EXISTS (select lst.id FROM listini_vendita lst LEFT JOIN mappa_categorie_articoli mp ON mp.id = lst.mappa_categorie_articoli_id \n LEFT JOIN associazione_categorie_albero_mappa_categorie_articoli ass ON ass.mappa_categoria_articolo_id = mp.id\n WHERE (mp.categoria1_id = albero.categoria_id OR mp.categoria2_id = albero.categoria_id OR mp.categoria3_id = albero.categoria_id OR mp.categoria4_id = albero.categoria_id OR mp.categoria5_id = albero.categoria_id) AND lst.codice_listino = ? AND (lst.codice_anagrafica IS NULL OR lst.codice_anagrafica = '' OR lst.codice_anagrafica = ?) ) GROUP BY albero.id ORDER BY categoria.ordinamento, categoria.nome
"""
"params" => [1 => "it"
2 => "it"
3 => "1V"
4 => ""
]
"types" => [1 => 22 => 23 => 24 => 2]
]
critical
Uncaught Error: Unsupported operand types: string - int
"SELECT t0.id AS id_1, t0.nome AS nome_2, t0.nome_visualizzato AS nome_visualizzato_3, t0.valore AS valore_4, t0.famiglia AS famiglia_5, t0.valori_concessi AS valori_concessi_6, t0.tipo_dato AS tipo_dato_7, t0.data_modifica AS data_modifica_8, t0.utente_modifica_id AS utente_modifica_id_9 FROM impostazioni t0 WHERE t0.nome = ? LIMIT 1"
(parameters:
[1 => "AbilitaRegistroAttivitaUtenti"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.nome AS nome_2, t0.nome_visualizzato AS nome_visualizzato_3, t0.valore AS valore_4, t0.famiglia AS famiglia_5, t0.valori_concessi AS valori_concessi_6, t0.tipo_dato AS tipo_dato_7, t0.data_modifica AS data_modifica_8, t0.utente_modifica_id AS utente_modifica_id_9 FROM impostazioni t0 WHERE t0.nome = ? LIMIT 1"
"params" => [1 => "AbilitaRegistroAttivitaUtenti"
]
"types" => [1 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
512
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserChangePasswordCommand" (parent: .abstract.instanceof.App\Command\UserChangePasswordCommand).
Resolving inheritance for "App\Command\UserChangePasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserChangePasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCommand" (parent: .abstract.instanceof.App\Command\UserCommand).
Resolving inheritance for "App\Command\UserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentiController" (parent: .abstract.instanceof.App\Controller\AgentiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentiController).
Resolving inheritance for "App\Controller\AgentiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentiGiroVisiteController" (parent: .abstract.instanceof.App\Controller\AgentiGiroVisiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentiGiroVisiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentiGiroVisiteController).
Resolving inheritance for "App\Controller\AgentiGiroVisiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentiGiroVisiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_AvanzamentoAnnualeController" (parent: .abstract.instanceof.App\Controller\Agenti_AvanzamentoAnnualeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_AvanzamentoAnnualeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_AvanzamentoAnnualeController).
Resolving inheritance for "App\Controller\Agenti_AvanzamentoAnnualeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_AvanzamentoAnnualeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_CalendarioController" (parent: .abstract.instanceof.App\Controller\Agenti_CalendarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_CalendarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_CalendarioController).
Resolving inheritance for "App\Controller\Agenti_CalendarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_CalendarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_ClientiController" (parent: .abstract.instanceof.App\Controller\Agenti_ClientiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_ClientiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_ClientiController).
Resolving inheritance for "App\Controller\Agenti_ClientiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_ClientiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_ClientiPresentiOnlineController" (parent: .abstract.instanceof.App\Controller\Agenti_ClientiPresentiOnlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_ClientiPresentiOnlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_ClientiPresentiOnlineController).
Resolving inheritance for "App\Controller\Agenti_ClientiPresentiOnlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_ClientiPresentiOnlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_ContattiController" (parent: .abstract.instanceof.App\Controller\Agenti_ContattiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_ContattiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_ContattiController).
Resolving inheritance for "App\Controller\Agenti_ContattiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_ContattiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_MappaController" (parent: .abstract.instanceof.App\Controller\Agenti_MappaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_MappaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_MappaController).
Resolving inheritance for "App\Controller\Agenti_MappaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_MappaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_NoteSpeseController" (parent: .abstract.instanceof.App\Controller\Agenti_NoteSpeseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_NoteSpeseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_NoteSpeseController).
Resolving inheritance for "App\Controller\Agenti_NoteSpeseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_NoteSpeseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_StatistichePeriodoController" (parent: .abstract.instanceof.App\Controller\Agenti_StatistichePeriodoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_StatistichePeriodoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_StatistichePeriodoController).
Resolving inheritance for "App\Controller\Agenti_StatistichePeriodoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_StatistichePeriodoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_StoricoController" (parent: .abstract.instanceof.App\Controller\Agenti_StoricoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_StoricoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_StoricoController).
Resolving inheritance for "App\Controller\Agenti_StoricoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_StoricoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AggiornamentoController" (parent: .abstract.instanceof.App\Controller\AggiornamentoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AggiornamentoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AggiornamentoController).
Resolving inheritance for "App\Controller\AggiornamentoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AggiornamentoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlberiConfiguratoreIdentificazioneArticoliController" (parent: .abstract.instanceof.App\Controller\AlberiConfiguratoreIdentificazioneArticoliController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlberiConfiguratoreIdentificazioneArticoliController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlberiConfiguratoreIdentificazioneArticoliController).
Resolving inheritance for "App\Controller\AlberiConfiguratoreIdentificazioneArticoliController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlberiConfiguratoreIdentificazioneArticoliController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlberiConfiguratoriFigliController" (parent: .abstract.instanceof.App\Controller\AlberiConfiguratoriFigliController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlberiConfiguratoriFigliController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlberiConfiguratoriFigliController).
Resolving inheritance for "App\Controller\AlberiConfiguratoriFigliController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlberiConfiguratoriFigliController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlberoMenuProdottiController" (parent: .abstract.instanceof.App\Controller\AlberoMenuProdottiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlberoMenuProdottiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlberoMenuProdottiController).
Resolving inheritance for "App\Controller\AlberoMenuProdottiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlberoMenuProdottiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AmministratoriController" (parent: .abstract.instanceof.App\Controller\AmministratoriController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AmministratoriController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AmministratoriController).
Resolving inheritance for "App\Controller\AmministratoriController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AmministratoriController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnagraficheController" (parent: .abstract.instanceof.App\Controller\AnagraficheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnagraficheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnagraficheController).
Resolving inheritance for "App\Controller\AnagraficheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnagraficheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApprovvigionamentoSuMarcaController" (parent: .abstract.instanceof.App\Controller\ApprovvigionamentoSuMarcaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApprovvigionamentoSuMarcaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApprovvigionamentoSuMarcaController).
Resolving inheritance for "App\Controller\ApprovvigionamentoSuMarcaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApprovvigionamentoSuMarcaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticoliController" (parent: .abstract.instanceof.App\Controller\ArticoliController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticoliController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticoliController).
Resolving inheritance for "App\Controller\ArticoliController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticoliController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticoliInLinguaController" (parent: .abstract.instanceof.App\Controller\ArticoliInLinguaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticoliInLinguaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticoliInLinguaController).
Resolving inheritance for "App\Controller\ArticoliInLinguaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticoliInLinguaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssociazioneCodiceAgenteUtenteController" (parent: .abstract.instanceof.App\Controller\AssociazioneCodiceAgenteUtenteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssociazioneCodiceAgenteUtenteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssociazioneCodiceAgenteUtenteController).
Resolving inheritance for "App\Controller\AssociazioneCodiceAgenteUtenteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssociazioneCodiceAgenteUtenteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssociazioneSpedizioniClientiController" (parent: .abstract.instanceof.App\Controller\AssociazioneSpedizioniClientiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssociazioneSpedizioniClientiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssociazioneSpedizioniClientiController).
Resolving inheritance for "App\Controller\AssociazioneSpedizioniClientiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssociazioneSpedizioniClientiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttributiController" (parent: .abstract.instanceof.App\Controller\AttributiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttributiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttributiController).
Resolving inheritance for "App\Controller\AttributiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttributiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutenticazioneDueFattoriController" (parent: .abstract.instanceof.App\Controller\AutenticazioneDueFattoriController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutenticazioneDueFattoriController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutenticazioneDueFattoriController).
Resolving inheritance for "App\Controller\AutenticazioneDueFattoriController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutenticazioneDueFattoriController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarrelloController" (parent: .abstract.instanceof.App\Controller\CarrelloController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarrelloController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarrelloController).
Resolving inheritance for "App\Controller\CarrelloController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarrelloController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategorieController" (parent: .abstract.instanceof.App\Controller\CategorieController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategorieController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategorieController).
Resolving inheritance for "App\Controller\CategorieController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategorieController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategorieInLinguaController" (parent: .abstract.instanceof.App\Controller\CategorieInLinguaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategorieInLinguaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategorieInLinguaController).
Resolving inheritance for "App\Controller\CategorieInLinguaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategorieInLinguaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientiController" (parent: .abstract.instanceof.App\Controller\ClientiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientiController).
Resolving inheritance for "App\Controller\ClientiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommercialeController" (parent: .abstract.instanceof.App\Controller\CommercialeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommercialeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommercialeController).
Resolving inheritance for "App\Controller\CommercialeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommercialeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigurazioneImportazioneDatiController" (parent: .abstract.instanceof.App\Controller\ConfigurazioneImportazioneDatiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigurazioneImportazioneDatiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigurazioneImportazioneDatiController).
Resolving inheritance for "App\Controller\ConfigurazioneImportazioneDatiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigurazioneImportazioneDatiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConsegnaController" (parent: .abstract.instanceof.App\Controller\ConsegnaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConsegnaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConsegnaController).
Resolving inheritance for "App\Controller\ConsegnaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConsegnaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CorrieriController" (parent: .abstract.instanceof.App\Controller\CorrieriController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CorrieriController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CorrieriController).
Resolving inheritance for "App\Controller\CorrieriController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CorrieriController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CouponController" (parent: .abstract.instanceof.App\Controller\CouponController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CouponController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CouponController).
Resolving inheritance for "App\Controller\CouponController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CouponController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CreditsafeController" (parent: .abstract.instanceof.App\Controller\CreditsafeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CreditsafeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CreditsafeController).
Resolving inheritance for "App\Controller\CreditsafeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CreditsafeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController" (parent: .abstract.instanceof.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController).
Resolving inheritance for "App\Controller\DefaultController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DizionarioController" (parent: .abstract.instanceof.App\Controller\DizionarioController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DizionarioController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DizionarioController).
Resolving inheritance for "App\Controller\DizionarioController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DizionarioController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DizionarioTraduzioniController" (parent: .abstract.instanceof.App\Controller\DizionarioTraduzioniController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DizionarioTraduzioniController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DizionarioTraduzioniController).
Resolving inheritance for "App\Controller\DizionarioTraduzioniController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DizionarioTraduzioniController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentiController" (parent: .abstract.instanceof.App\Controller\DocumentiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentiController).
Resolving inheritance for "App\Controller\DocumentiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EsportazioniController" (parent: .abstract.instanceof.App\Controller\EsportazioniController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EsportazioniController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EsportazioniController).
Resolving inheritance for "App\Controller\EsportazioniController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EsportazioniController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExcelFileController" (parent: .abstract.instanceof.App\Controller\ExcelFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExcelFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExcelFileController).
Resolving inheritance for "App\Controller\ExcelFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExcelFileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FiltroVisualizzazioneArticoliClientiController" (parent: .abstract.instanceof.App\Controller\FiltroVisualizzazioneArticoliClientiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FiltroVisualizzazioneArticoliClientiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FiltroVisualizzazioneArticoliClientiController).
Resolving inheritance for "App\Controller\FiltroVisualizzazioneArticoliClientiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FiltroVisualizzazioneArticoliClientiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FornitoriController" (parent: .abstract.instanceof.App\Controller\FornitoriController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FornitoriController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FornitoriController).
Resolving inheritance for "App\Controller\FornitoriController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FornitoriController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FornitoriRichiesteController" (parent: .abstract.instanceof.App\Controller\FornitoriRichiesteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FornitoriRichiesteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FornitoriRichiesteController).
Resolving inheritance for "App\Controller\FornitoriRichiesteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FornitoriRichiesteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController" (parent: .abstract.instanceof.App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController).
Resolving inheritance for "App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneCarrelliController" (parent: .abstract.instanceof.App\Controller\GestioneCarrelliController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneCarrelliController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneCarrelliController).
Resolving inheritance for "App\Controller\GestioneCarrelliController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneCarrelliController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneEsportazioniDiSistemaController" (parent: .abstract.instanceof.App\Controller\GestioneEsportazioniDiSistemaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneEsportazioniDiSistemaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneEsportazioniDiSistemaController).
Resolving inheritance for "App\Controller\GestioneEsportazioniDiSistemaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneEsportazioniDiSistemaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneTraduzioneCodiciController" (parent: .abstract.instanceof.App\Controller\GestioneTraduzioneCodiciController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneTraduzioneCodiciController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneTraduzioneCodiciController).
Resolving inheritance for "App\Controller\GestioneTraduzioneCodiciController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneTraduzioneCodiciController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneUtentiController" (parent: .abstract.instanceof.App\Controller\GestioneUtentiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneUtentiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneUtentiController).
Resolving inheritance for "App\Controller\GestioneUtentiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneUtentiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImpExpEsecuzioneController" (parent: .abstract.instanceof.App\Controller\ImpExpEsecuzioneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImpExpEsecuzioneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImpExpEsecuzioneController).
Resolving inheritance for "App\Controller\ImpExpEsecuzioneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImpExpEsecuzioneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImpExpGestioneEntitaController" (parent: .abstract.instanceof.App\Controller\ImpExpGestioneEntitaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImpExpGestioneEntitaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImpExpGestioneEntitaController).
Resolving inheritance for "App\Controller\ImpExpGestioneEntitaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImpExpGestioneEntitaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportazioneController" (parent: .abstract.instanceof.App\Controller\ImportazioneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportazioneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportazioneController).
Resolving inheritance for "App\Controller\ImportazioneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportazioneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LimitazioneOrdinazioneArticoliController" (parent: .abstract.instanceof.App\Controller\LimitazioneOrdinazioneArticoliController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LimitazioneOrdinazioneArticoliController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LimitazioneOrdinazioneArticoliController).
Resolving inheritance for "App\Controller\LimitazioneOrdinazioneArticoliController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LimitazioneOrdinazioneArticoliController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LingueGestioneController" (parent: .abstract.instanceof.App\Controller\LingueGestioneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LingueGestioneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LingueGestioneController).
Resolving inheritance for "App\Controller\LingueGestioneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LingueGestioneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListiniController" (parent: .abstract.instanceof.App\Controller\ListiniController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListiniController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListiniController).
Resolving inheritance for "App\Controller\ListiniController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListiniController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSAMLController" (parent: .abstract.instanceof.App\Controller\LoginSAMLController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSAMLController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSAMLController).
Resolving inheritance for "App\Controller\LoginSAMLController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSAMLController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSocialController" (parent: .abstract.instanceof.App\Controller\LoginSocialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSocialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSocialController).
Resolving inheritance for "App\Controller\LoginSocialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSocialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSocialSettingController" (parent: .abstract.instanceof.App\Controller\LoginSocialSettingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSocialSettingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSocialSettingController).
Resolving inheritance for "App\Controller\LoginSocialSettingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSocialSettingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogsController" (parent: .abstract.instanceof.App\Controller\LogsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogsController).
Resolving inheritance for "App\Controller\LogsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MagazziniSecondariController" (parent: .abstract.instanceof.App\Controller\MagazziniSecondariController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MagazziniSecondariController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MagazziniSecondariController).
Resolving inheritance for "App\Controller\MagazziniSecondariController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MagazziniSecondariController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailSecondarieUtentiController" (parent: .abstract.instanceof.App\Controller\MailSecondarieUtentiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailSecondarieUtentiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailSecondarieUtentiController).
Resolving inheritance for "App\Controller\MailSecondarieUtentiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailSecondarieUtentiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MappaAlberiConfiguratoreController" (parent: .abstract.instanceof.App\Controller\MappaAlberiConfiguratoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MappaAlberiConfiguratoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MappaAlberiConfiguratoreController).
Resolving inheritance for "App\Controller\MappaAlberiConfiguratoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MappaAlberiConfiguratoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MappaCategorieArticoliController" (parent: .abstract.instanceof.App\Controller\MappaCategorieArticoliController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MappaCategorieArticoliController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MappaCategorieArticoliController).
Resolving inheritance for "App\Controller\MappaCategorieArticoliController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MappaCategorieArticoliController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterAlberiConfiguratoreController" (parent: .abstract.instanceof.App\Controller\MasterAlberiConfiguratoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterAlberiConfiguratoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterAlberiConfiguratoreController).
Resolving inheritance for "App\Controller\MasterAlberiConfiguratoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterAlberiConfiguratoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MetaTagsController" (parent: .abstract.instanceof.App\Controller\MetaTagsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MetaTagsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MetaTagsController).
Resolving inheritance for "App\Controller\MetaTagsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MetaTagsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModalitaPagamentoController" (parent: .abstract.instanceof.App\Controller\ModalitaPagamentoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModalitaPagamentoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModalitaPagamentoController).
Resolving inheritance for "App\Controller\ModalitaPagamentoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModalitaPagamentoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModalitaSpedizioneController" (parent: .abstract.instanceof.App\Controller\ModalitaSpedizioneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModalitaSpedizioneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModalitaSpedizioneController).
Resolving inheritance for "App\Controller\ModalitaSpedizioneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModalitaSpedizioneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModificaImpostazioniController" (parent: .abstract.instanceof.App\Controller\ModificaImpostazioniController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModificaImpostazioniController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModificaImpostazioniController).
Resolving inheritance for "App\Controller\ModificaImpostazioniController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModificaImpostazioniController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModificaNoteAnagraficaController" (parent: .abstract.instanceof.App\Controller\ModificaNoteAnagraficaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModificaNoteAnagraficaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModificaNoteAnagraficaController).
Resolving inheritance for "App\Controller\ModificaNoteAnagraficaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModificaNoteAnagraficaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NascondiEsauritiSuMarcaController" (parent: .abstract.instanceof.App\Controller\NascondiEsauritiSuMarcaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NascondiEsauritiSuMarcaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NascondiEsauritiSuMarcaController).
Resolving inheritance for "App\Controller\NascondiEsauritiSuMarcaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NascondiEsauritiSuMarcaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NazioniController" (parent: .abstract.instanceof.App\Controller\NazioniController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NazioniController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NazioniController).
Resolving inheritance for "App\Controller\NazioniController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NazioniController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OfferteController" (parent: .abstract.instanceof.App\Controller\OfferteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OfferteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OfferteController).
Resolving inheritance for "App\Controller\OfferteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OfferteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrdineVeloceController" (parent: .abstract.instanceof.App\Controller\OrdineVeloceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrdineVeloceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrdineVeloceController).
Resolving inheritance for "App\Controller\OrdineVeloceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrdineVeloceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagamentiController" (parent: .abstract.instanceof.App\Controller\PagamentiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagamentiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagamentiController).
Resolving inheritance for "App\Controller\PagamentiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagamentiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagamentoOrdiniController" (parent: .abstract.instanceof.App\Controller\PagamentoOrdiniController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagamentoOrdiniController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagamentoOrdiniController).
Resolving inheritance for "App\Controller\PagamentoOrdiniController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagamentoOrdiniController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagineEComponentiController" (parent: .abstract.instanceof.App\Controller\PagineEComponentiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagineEComponentiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagineEComponentiController).
Resolving inheritance for "App\Controller\PagineEComponentiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagineEComponentiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagineEcomponentiTestVisivoController" (parent: .abstract.instanceof.App\Controller\PagineEcomponentiTestVisivoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagineEcomponentiTestVisivoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagineEcomponentiTestVisivoController).
Resolving inheritance for "App\Controller\PagineEcomponentiTestVisivoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagineEcomponentiTestVisivoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PdfFileController" (parent: .abstract.instanceof.App\Controller\PdfFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PdfFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PdfFileController).
Resolving inheritance for "App\Controller\PdfFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PdfFileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PermessiSpecialiController" (parent: .abstract.instanceof.App\Controller\PermessiSpecialiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PermessiSpecialiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PermessiSpecialiController).
Resolving inheritance for "App\Controller\PermessiSpecialiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PermessiSpecialiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuestionariController" (parent: .abstract.instanceof.App\Controller\QuestionariController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuestionariController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuestionariController).
Resolving inheritance for "App\Controller\QuestionariController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuestionariController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistroAttivitaController" (parent: .abstract.instanceof.App\Controller\RegistroAttivitaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistroAttivitaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistroAttivitaController).
Resolving inheritance for "App\Controller\RegistroAttivitaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistroAttivitaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistroAttivitaUtenteController" (parent: .abstract.instanceof.App\Controller\RegistroAttivitaUtenteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistroAttivitaUtenteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistroAttivitaUtenteController).
Resolving inheritance for "App\Controller\RegistroAttivitaUtenteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistroAttivitaUtenteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistroMailController" (parent: .abstract.instanceof.App\Controller\RegistroMailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistroMailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistroMailController).
Resolving inheritance for "App\Controller\RegistroMailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistroMailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportAmministrativiController" (parent: .abstract.instanceof.App\Controller\ReportAmministrativiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportAmministrativiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportAmministrativiController).
Resolving inheritance for "App\Controller\ReportAmministrativiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportAmministrativiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportController" (parent: .abstract.instanceof.App\Controller\ReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportController).
Resolving inheritance for "App\Controller\ReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReturnImpostazioniServiceController" (parent: .abstract.instanceof.App\Controller\ReturnImpostazioniServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReturnImpostazioniServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReturnImpostazioniServiceController).
Resolving inheritance for "App\Controller\ReturnImpostazioniServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReturnImpostazioniServiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RisorseAnagraficheController" (parent: .abstract.instanceof.App\Controller\RisorseAnagraficheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RisorseAnagraficheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RisorseAnagraficheController).
Resolving inheritance for "App\Controller\RisorseAnagraficheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RisorseAnagraficheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RisorseAnagrafichePersistentiController" (parent: .abstract.instanceof.App\Controller\RisorseAnagrafichePersistentiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RisorseAnagrafichePersistentiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RisorseAnagrafichePersistentiController).
Resolving inheritance for "App\Controller\RisorseAnagrafichePersistentiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RisorseAnagrafichePersistentiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SSLEncryptorController" (parent: .abstract.instanceof.App\Controller\SSLEncryptorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SSLEncryptorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SSLEncryptorController).
Resolving inheritance for "App\Controller\SSLEncryptorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SSLEncryptorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScontisticaBaseGenericaController" (parent: .abstract.instanceof.App\Controller\ScontisticaBaseGenericaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScontisticaBaseGenericaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScontisticaBaseGenericaController).
Resolving inheritance for "App\Controller\ScontisticaBaseGenericaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScontisticaBaseGenericaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScontisticaBaseGenericaUtenteComuneController" (parent: .abstract.instanceof.App\Controller\ScontisticaBaseGenericaUtenteComuneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScontisticaBaseGenericaUtenteComuneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScontisticaBaseGenericaUtenteComuneController).
Resolving inheritance for "App\Controller\ScontisticaBaseGenericaUtenteComuneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScontisticaBaseGenericaUtenteComuneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScontisticheOrdiniOnlineController" (parent: .abstract.instanceof.App\Controller\ScontisticheOrdiniOnlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScontisticheOrdiniOnlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScontisticheOrdiniOnlineController).
Resolving inheritance for "App\Controller\ScontisticheOrdiniOnlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScontisticheOrdiniOnlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelettoreAjaxEntitaController" (parent: .abstract.instanceof.App\Controller\SelettoreAjaxEntitaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelettoreAjaxEntitaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelettoreAjaxEntitaController).
Resolving inheritance for "App\Controller\SelettoreAjaxEntitaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelettoreAjaxEntitaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServiziController" (parent: .abstract.instanceof.App\Controller\ServiziController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServiziController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServiziController).
Resolving inheritance for "App\Controller\ServiziController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServiziController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopComuneController" (parent: .abstract.instanceof.App\Controller\ShopComuneController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopComuneController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopComuneController).
Resolving inheritance for "App\Controller\ShopComuneController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopComuneController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopHomeController" (parent: .abstract.instanceof.App\Controller\ShopHomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopHomeController).
Resolving inheritance for "App\Controller\ShopHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopHomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SorgenteDatiController" (parent: .abstract.instanceof.App\Controller\SorgenteDatiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SorgenteDatiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SorgenteDatiController).
Resolving inheritance for "App\Controller\SorgenteDatiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SorgenteDatiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpedizioniController" (parent: .abstract.instanceof.App\Controller\SpedizioniController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpedizioniController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpedizioniController).
Resolving inheritance for "App\Controller\SpedizioniController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpedizioniController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticheController" (parent: .abstract.instanceof.App\Controller\StatisticheController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticheController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticheController).
Resolving inheritance for "App\Controller\StatisticheController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticheController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoricoController" (parent: .abstract.instanceof.App\Controller\StoricoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoricoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoricoController).
Resolving inheritance for "App\Controller\StoricoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoricoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoOrdineController" (parent: .abstract.instanceof.App\Controller\TipoOrdineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoOrdineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoOrdineController).
Resolving inheritance for "App\Controller\TipoOrdineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoOrdineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipologiePreimpostateController" (parent: .abstract.instanceof.App\Controller\TipologiePreimpostateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipologiePreimpostateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipologiePreimpostateController).
Resolving inheritance for "App\Controller\TipologiePreimpostateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipologiePreimpostateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorAuthController" (parent: .abstract.instanceof.App\Controller\TwoFactorAuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorAuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorAuthController).
Resolving inheritance for "App\Controller\TwoFactorAuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorAuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnitaDiMisuraController" (parent: .abstract.instanceof.App\Controller\UnitaDiMisuraController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnitaDiMisuraController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnitaDiMisuraController).
Resolving inheritance for "App\Controller\UnitaDiMisuraController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnitaDiMisuraController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCampiCustomController" (parent: .abstract.instanceof.App\Controller\UserCampiCustomController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCampiCustomController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCampiCustomController).
Resolving inheritance for "App\Controller\UserCampiCustomController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCampiCustomController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VariantiController" (parent: .abstract.instanceof.App\Controller\VariantiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VariantiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VariantiController).
Resolving inheritance for "App\Controller\VariantiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VariantiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VariantiInLinguaController" (parent: .abstract.instanceof.App\Controller\VariantiInLinguaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VariantiInLinguaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VariantiInLinguaController).
Resolving inheritance for "App\Controller\VariantiInLinguaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VariantiInLinguaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VincoliControlloAlberoFiglioConfiguratoreController" (parent: .abstract.instanceof.App\Controller\VincoliControlloAlberoFiglioConfiguratoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VincoliControlloAlberoFiglioConfiguratoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VincoliControlloAlberoFiglioConfiguratoreController).
Resolving inheritance for "App\Controller\VincoliControlloAlberoFiglioConfiguratoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VincoliControlloAlberoFiglioConfiguratoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebServiceGestisciController" (parent: .abstract.instanceof.App\Controller\WebServiceGestisciController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebServiceGestisciController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebServiceGestisciController).
Resolving inheritance for "App\Controller\WebServiceGestisciController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebServiceGestisciController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebServicesController" (parent: .abstract.instanceof.App\Controller\WebServicesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebServicesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebServicesController).
Resolving inheritance for "App\Controller\WebServicesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebServicesController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckTwoFactListener" (parent: .abstract.instanceof.App\EventSubscriber\CheckTwoFactListener).
Resolving inheritance for "App\EventSubscriber\CheckTwoFactListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckTwoFactListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for "App\EventSubscriber\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestListener" (parent: .abstract.instanceof.App\EventSubscriber\KernelRequestListener).
Resolving inheritance for "App\EventSubscriber\KernelRequestListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelResponseListener" (parent: .abstract.instanceof.App\EventSubscriber\KernelResponseListener).
Resolving inheritance for "App\EventSubscriber\KernelResponseListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelResponseListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginListener" (parent: .abstract.instanceof.App\EventSubscriber\LoginListener).
Resolving inheritance for "App\EventSubscriber\LoginListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginListener).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssociazioneAlberoMenuProdottiTipoOrdineRepository" (parent: .abstract.instanceof.App\Repository\AssociazioneAlberoMenuProdottiTipoOrdineRepository).
Resolving inheritance for "App\Repository\AssociazioneAlberoMenuProdottiTipoOrdineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssociazioneAlberoMenuProdottiTipoOrdineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssociazioneArticoliTipoOrdineRepository" (parent: .abstract.instanceof.App\Repository\AssociazioneArticoliTipoOrdineRepository).
Resolving inheritance for "App\Repository\AssociazioneArticoliTipoOrdineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssociazioneArticoliTipoOrdineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssociazioneCategorieAlberoMappaCategorieArticoliRepository" (parent: .abstract.instanceof.App\Repository\AssociazioneCategorieAlberoMappaCategorieArticoliRepository).
Resolving inheritance for "App\Repository\AssociazioneCategorieAlberoMappaCategorieArticoliRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssociazioneCategorieAlberoMappaCategorieArticoliRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BarcodeArticoliRepository" (parent: .abstract.instanceof.App\Repository\BarcodeArticoliRepository).
Resolving inheritance for "App\Repository\BarcodeArticoliRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BarcodeArticoliRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieAlberoInLinguaRepository" (parent: .abstract.instanceof.App\Repository\CategorieAlberoInLinguaRepository).
Resolving inheritance for "App\Repository\CategorieAlberoInLinguaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieAlberoInLinguaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieAlberoInLingueRepository" (parent: .abstract.instanceof.App\Repository\CategorieAlberoInLingueRepository).
Resolving inheritance for "App\Repository\CategorieAlberoInLingueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieAlberoInLingueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieAlberoRepository" (parent: .abstract.instanceof.App\Repository\CategorieAlberoRepository).
Resolving inheritance for "App\Repository\CategorieAlberoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieAlberoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibilitaAFasceRepository" (parent: .abstract.instanceof.App\Repository\DisponibilitaAFasceRepository).
Resolving inheritance for "App\Repository\DisponibilitaAFasceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibilitaAFasceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiAllegatiRepository" (parent: .abstract.instanceof.App\Repository\DocumentiAllegatiRepository).
Resolving inheritance for "App\Repository\DocumentiAllegatiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiAllegatiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiRegistroAttivitaRepository" (parent: .abstract.instanceof.App\Repository\DocumentiRegistroAttivitaRepository).
Resolving inheritance for "App\Repository\DocumentiRegistroAttivitaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiRegistroAttivitaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiRepository" (parent: .abstract.instanceof.App\Repository\DocumentiRepository).
Resolving inheritance for "App\Repository\DocumentiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiRigheRepository" (parent: .abstract.instanceof.App\Repository\DocumentiRigheRepository).
Resolving inheritance for "App\Repository\DocumentiRigheRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiRigheRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MappaCategorieArticoliIndicizzazioneRepository" (parent: .abstract.instanceof.App\Repository\MappaCategorieArticoliIndicizzazioneRepository).
Resolving inheritance for "App\Repository\MappaCategorieArticoliIndicizzazioneRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MappaCategorieArticoliIndicizzazioneRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistroAttivitaUtentiRepository" (parent: .abstract.instanceof.App\Repository\RegistroAttivitaUtentiRepository).
Resolving inheritance for "App\Repository\RegistroAttivitaUtentiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistroAttivitaUtentiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportRepository" (parent: .abstract.instanceof.App\Repository\ReportRepository).
Resolving inheritance for "App\Repository\ReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RichiesteAllegatiRepository" (parent: .abstract.instanceof.App\Repository\RichiesteAllegatiRepository).
Resolving inheritance for "App\Repository\RichiesteAllegatiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RichiesteAllegatiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RichiesteFornitoriRepository" (parent: .abstract.instanceof.App\Repository\RichiesteFornitoriRepository).
Resolving inheritance for "App\Repository\RichiesteFornitoriRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RichiesteFornitoriRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RichiesteRepository" (parent: .abstract.instanceof.App\Repository\RichiesteRepository).
Resolving inheritance for "App\Repository\RichiesteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RichiesteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RisorseAnagrafichePersistentiRepository" (parent: .abstract.instanceof.App\Repository\RisorseAnagrafichePersistentiRepository).
Resolving inheritance for "App\Repository\RisorseAnagrafichePersistentiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RisorseAnagrafichePersistentiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SorgenteDatiStrutturaRepository" (parent: .abstract.instanceof.App\Repository\SorgenteDatiStrutturaRepository).
Resolving inheritance for "App\Repository\SorgenteDatiStrutturaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SorgenteDatiStrutturaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoOrdineRepository" (parent: .abstract.instanceof.App\Repository\TipoOrdineRepository).
Resolving inheritance for "App\Repository\TipoOrdineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoOrdineRepository).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtensions" (parent: .abstract.instanceof.App\Twig\AppExtensions).
Resolving inheritance for "App\Twig\AppExtensions" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtensions).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.web_shop.impostazioni" (parent: .abstract.instanceof.web_shop.impostazioni).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.web_shop.impostazioni" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.web_shop.impostazioni).
Resolving inheritance for "web_shop.impostazioni" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.web_shop.impostazioni).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.web_shop.servizi" (parent: .abstract.instanceof.web_shop.servizi).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.web_shop.servizi" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.web_shop.servizi).
Resolving inheritance for "web_shop.servizi" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.web_shop.servizi).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.web_shop.encryptor" (parent: .abstract.instanceof.web_shop.encryptor).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.web_shop.encryptor" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.web_shop.encryptor).
Resolving inheritance for "web_shop.encryptor" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.web_shop.encryptor).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.user_command" (parent: .abstract.instanceof.user_command).
Resolving inheritance for "user_command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.user_command).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.secured_area" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.secured_area" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.form_login.secured_area" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.secured_area.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.secured_area.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.secured_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.secured_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.secured_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.secured_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.secured_area" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.dbal.searchengine_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.searchengine_connection.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.searchengine_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.searchengine_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.searchengine_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
Resolving inheritance for "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension" (parent: .abstract.instanceof.Twig\Extension\StringLoaderExtension).
Resolving inheritance for "Twig\Extension\StringLoaderExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.searchengine" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.searchengine" (parent: doctrine.dbal.debug_middleware).
202
Removed service "App\Model\Translating\Translating"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.authentication.session_strategy.secured_area"; reason: private alias.
Removed service "security.user_checker.secured_area"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $searchengineConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.o.uf2zi"; reason: private alias.
Removed service ".service_locator.Ge6u9Pr"; reason: private alias.
Removed service ".service_locator.lfJWs0z"; reason: private alias.
Removed service ".service_locator.RIDT2qy"; reason: private alias.
Removed service ".service_locator.9XMoc9I"; reason: private alias.
Removed service ".service_locator.i2UnAhx"; reason: private alias.
Removed service ".service_locator.Za9MpXe"; reason: private alias.
Removed service ".service_locator.4hi2aOY"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.VZoQk0z"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.firewall.authenticator.secured_area"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "argument_resolver.backed_enum_resolver"; reason: private alias.
Removed service "argument_resolver.datetime"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.S4H0ZlJ"; reason: private alias.
Removed service ".service_locator.Qlu93Gc"; reason: private alias.
Removed service ".service_locator.nkezBqg"; reason: private alias.
Removed service ".service_locator.SN0MXHA"; reason: private alias.
Removed service ".service_locator.NeC2ZLO"; reason: private alias.
Removed service ".service_locator.IaMhqAF"; reason: private alias.
Removed service ".service_locator.8fb2ajm"; reason: private alias.
Removed service ".service_locator.qwRfD4k"; reason: private alias.
Removed service ".service_locator.lswf3dR"; reason: private alias.
Removed service ".service_locator.LiWbjtI"; reason: private alias.
Removed service ".service_locator.mgHQ3x1"; reason: private alias.
Removed service ".service_locator.yXB_fw7"; reason: private alias.
Removed service ".service_locator.phEEeML"; reason: private alias.
Removed service ".service_locator.bAhvzsF"; reason: private alias.
Removed service ".service_locator.lQcFSPW"; reason: private alias.
Removed service ".service_locator.ScOnmAY"; reason: private alias.
Removed service ".service_locator.r1QnX9Q"; reason: private alias.
Removed service ".service_locator.dT4.AXC"; reason: private alias.
Removed service ".service_locator.F93Sj6G"; reason: private alias.
Removed service ".service_locator.DMHzmzk"; reason: private alias.
Removed service ".service_locator.Kyflpr1"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator.b9I9uGu"; reason: private alias.
66
Changed reference of service "App\Controller\ServiziController" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\CheckTwoFactListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Authenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\Authenticator" previously pointing to "router.default" to "router".
Changed reference of service "web_shop.servizi" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.access_token" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Controller\ManagerController" previously pointing to "router.default" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Service\FileTypeService" previously pointing to "router.default" to "router".
Changed reference of service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" previously pointing to "router.default" to "router".
Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.CshazM0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.5_LkNY1" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
484
Removed service "App\Entity"; reason: abstract.
Removed service "App\Kernel"; reason: abstract.
Removed service "App\Migrations"; reason: abstract.
Removed service "App\Model"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserChangePasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserChangePasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AgentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AgentiGiroVisiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AgentiGiroVisiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AgentiGiroVisiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_AvanzamentoAnnualeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_AvanzamentoAnnualeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Agenti_AvanzamentoAnnualeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_CalendarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_CalendarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Agenti_CalendarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_ClientiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_ClientiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Agenti_ClientiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_ClientiPresentiOnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_ClientiPresentiOnlineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Agenti_ClientiPresentiOnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_ContattiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_ContattiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Agenti_ContattiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_MappaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_MappaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Agenti_MappaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_NoteSpeseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_NoteSpeseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Agenti_NoteSpeseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_StatistichePeriodoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_StatistichePeriodoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Agenti_StatistichePeriodoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Agenti_StoricoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Agenti_StoricoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Agenti_StoricoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AggiornamentoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AggiornamentoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AggiornamentoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlberiConfiguratoreIdentificazioneArticoliController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlberiConfiguratoreIdentificazioneArticoliController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AlberiConfiguratoreIdentificazioneArticoliController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlberiConfiguratoriFigliController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlberiConfiguratoriFigliController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AlberiConfiguratoriFigliController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AlberoMenuProdottiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AlberoMenuProdottiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AlberoMenuProdottiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AmministratoriController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AmministratoriController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AmministratoriController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AnagraficheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AnagraficheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AnagraficheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApprovvigionamentoSuMarcaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApprovvigionamentoSuMarcaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApprovvigionamentoSuMarcaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticoliController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticoliController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArticoliController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ArticoliInLinguaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ArticoliInLinguaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ArticoliInLinguaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssociazioneCodiceAgenteUtenteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssociazioneCodiceAgenteUtenteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AssociazioneCodiceAgenteUtenteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AssociazioneSpedizioniClientiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AssociazioneSpedizioniClientiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AssociazioneSpedizioniClientiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AttributiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AttributiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AttributiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutenticazioneDueFattoriController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutenticazioneDueFattoriController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AutenticazioneDueFattoriController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarrelloController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarrelloController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CarrelloController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategorieController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategorieController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategorieController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CategorieInLinguaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CategorieInLinguaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CategorieInLinguaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ClientiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ClientiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ClientiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommercialeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommercialeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommercialeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConfigurazioneImportazioneDatiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConfigurazioneImportazioneDatiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConfigurazioneImportazioneDatiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConsegnaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConsegnaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConsegnaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CorrieriController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CorrieriController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CorrieriController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CouponController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CreditsafeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CreditsafeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CreditsafeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DefaultController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DefaultController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DizionarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DizionarioController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DizionarioController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DizionarioTraduzioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DizionarioTraduzioniController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DizionarioTraduzioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DocumentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DocumentiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DocumentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EsportazioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EsportazioniController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EsportazioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ExcelFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ExcelFileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ExcelFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FiltroVisualizzazioneArticoliClientiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FiltroVisualizzazioneArticoliClientiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FiltroVisualizzazioneArticoliClientiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FornitoriController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FornitoriController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FornitoriController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FornitoriRichiesteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FornitoriRichiesteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FornitoriRichiesteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneCarrelliController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneCarrelliController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GestioneCarrelliController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneEsportazioniDiSistemaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneEsportazioniDiSistemaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GestioneEsportazioniDiSistemaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneTraduzioneCodiciController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneTraduzioneCodiciController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GestioneTraduzioneCodiciController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GestioneUtentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GestioneUtentiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GestioneUtentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImpExpEsecuzioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImpExpEsecuzioneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ImpExpEsecuzioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImpExpGestioneEntitaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImpExpGestioneEntitaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ImpExpGestioneEntitaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImportazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImportazioneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ImportazioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LimitazioneOrdinazioneArticoliController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LimitazioneOrdinazioneArticoliController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LimitazioneOrdinazioneArticoliController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LingueGestioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LingueGestioneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LingueGestioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ListiniController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ListiniController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ListiniController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSAMLController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSAMLController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LoginSAMLController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSocialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSocialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LoginSocialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginSocialSettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginSocialSettingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LoginSocialSettingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LogsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LogsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MagazziniSecondariController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MagazziniSecondariController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MagazziniSecondariController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MailSecondarieUtentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MailSecondarieUtentiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MailSecondarieUtentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MappaAlberiConfiguratoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MappaAlberiConfiguratoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MappaAlberiConfiguratoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MappaCategorieArticoliController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MappaCategorieArticoliController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MappaCategorieArticoliController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MasterAlberiConfiguratoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MasterAlberiConfiguratoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MasterAlberiConfiguratoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MetaTagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MetaTagsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MetaTagsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModalitaPagamentoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModalitaPagamentoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ModalitaPagamentoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModalitaSpedizioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModalitaSpedizioneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ModalitaSpedizioneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModificaImpostazioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModificaImpostazioniController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ModificaImpostazioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ModificaNoteAnagraficaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ModificaNoteAnagraficaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ModificaNoteAnagraficaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NascondiEsauritiSuMarcaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NascondiEsauritiSuMarcaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NascondiEsauritiSuMarcaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NazioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NazioniController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NazioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OfferteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OfferteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OfferteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OrdineVeloceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OrdineVeloceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\OrdineVeloceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagamentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagamentiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PagamentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagamentoOrdiniController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagamentoOrdiniController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PagamentoOrdiniController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagineEComponentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagineEComponentiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PagineEComponentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PagineEcomponentiTestVisivoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PagineEcomponentiTestVisivoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PagineEcomponentiTestVisivoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PdfFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PdfFileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PdfFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PermessiSpecialiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PermessiSpecialiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PermessiSpecialiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\QuestionariController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\QuestionariController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\QuestionariController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistroAttivitaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistroAttivitaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistroAttivitaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistroAttivitaUtenteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistroAttivitaUtenteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistroAttivitaUtenteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistroMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistroMailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistroMailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportAmministrativiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportAmministrativiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReportAmministrativiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ReturnImpostazioniServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ReturnImpostazioniServiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ReturnImpostazioniServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RisorseAnagraficheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RisorseAnagraficheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RisorseAnagraficheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RisorseAnagrafichePersistentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RisorseAnagrafichePersistentiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RisorseAnagrafichePersistentiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SSLEncryptorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SSLEncryptorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SSLEncryptorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScontisticaBaseGenericaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScontisticaBaseGenericaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScontisticaBaseGenericaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScontisticaBaseGenericaUtenteComuneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScontisticaBaseGenericaUtenteComuneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScontisticaBaseGenericaUtenteComuneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScontisticheOrdiniOnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScontisticheOrdiniOnlineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScontisticheOrdiniOnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SelettoreAjaxEntitaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SelettoreAjaxEntitaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SelettoreAjaxEntitaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ServiziController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ServiziController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ServiziController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopComuneController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopComuneController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ShopComuneController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ShopHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ShopHomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ShopHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SorgenteDatiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SorgenteDatiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SorgenteDatiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SpedizioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SpedizioniController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SpedizioniController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticheController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticheController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatisticheController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StoricoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StoricoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StoricoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipoOrdineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipoOrdineController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipoOrdineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TipologiePreimpostateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TipologiePreimpostateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TipologiePreimpostateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TwoFactorAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TwoFactorAuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TwoFactorAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnitaDiMisuraController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnitaDiMisuraController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UnitaDiMisuraController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserCampiCustomController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserCampiCustomController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserCampiCustomController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VariantiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VariantiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VariantiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VariantiInLinguaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VariantiInLinguaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VariantiInLinguaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\VincoliControlloAlberoFiglioConfiguratoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\VincoliControlloAlberoFiglioConfiguratoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\VincoliControlloAlberoFiglioConfiguratoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebServiceGestisciController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebServiceGestisciController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebServiceGestisciController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WebServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WebServicesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WebServicesController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\CheckTwoFactListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\CheckTwoFactListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelRequestListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\KernelRequestListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\KernelResponseListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\KernelResponseListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LoginListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LoginListener"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssociazioneAlberoMenuProdottiTipoOrdineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AssociazioneAlberoMenuProdottiTipoOrdineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssociazioneArticoliTipoOrdineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AssociazioneArticoliTipoOrdineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AssociazioneCategorieAlberoMappaCategorieArticoliRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AssociazioneCategorieAlberoMappaCategorieArticoliRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BarcodeArticoliRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BarcodeArticoliRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieAlberoInLinguaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategorieAlberoInLinguaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieAlberoInLingueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategorieAlberoInLingueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategorieAlberoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategorieAlberoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DisponibilitaAFasceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DisponibilitaAFasceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiAllegatiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentiAllegatiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiRegistroAttivitaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentiRegistroAttivitaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentiRigheRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DocumentiRigheRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MappaCategorieArticoliIndicizzazioneRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MappaCategorieArticoliIndicizzazioneRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegistroAttivitaUtentiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RegistroAttivitaUtentiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RichiesteAllegatiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RichiesteAllegatiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RichiesteFornitoriRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RichiesteFornitoriRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RichiesteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RichiesteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RisorseAnagrafichePersistentiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RisorseAnagrafichePersistentiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SorgenteDatiStrutturaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SorgenteDatiStrutturaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TipoOrdineRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TipoOrdineRepository"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtensions"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtensions"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.web_shop.impostazioni"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.web_shop.impostazioni"; reason: abstract.
Removed service ".abstract.instanceof.web_shop.impostazioni"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.web_shop.servizi"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.web_shop.servizi"; reason: abstract.
Removed service ".abstract.instanceof.web_shop.servizi"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.web_shop.encryptor"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.web_shop.encryptor"; reason: abstract.
Removed service ".abstract.instanceof.web_shop.encryptor"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.user_command"; reason: abstract.
Removed service ".abstract.instanceof.user_command"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Controller\ManagerController"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Artgris\Bundle\FileManagerBundle\Twig\OrderExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extension\StringLoaderExtension"; reason: abstract.
Removed service ".abstract.instanceof.Twig\Extension\StringLoaderExtension"; reason: abstract.
189
Removed service "Google_Client"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\DQL\replaceFunction"; reason: unused.
Removed service "App\Repository\AlberiConfiguratoreIdentificazioneArticoliRepository"; reason: unused.
Removed service "App\Repository\AlberoConfiguratoreRepository"; reason: unused.
Removed service "App\Repository\AlberoMenuProdottiRepository"; reason: unused.
Removed service "App\Repository\AnagraficaOpzioniAggiuntiveRepository"; reason: unused.
Removed service "App\Repository\AnagraficheBlocchiRepository"; reason: unused.
Removed service "App\Repository\AnagraficheIndirizziRepository"; reason: unused.
Removed service "App\Repository\AnagraficheRepository"; reason: unused.
Removed service "App\Repository\ApprovvigionamentoSuMarcaRepository"; reason: unused.
Removed service "App\Repository\ArticoliInLinguaRepository"; reason: unused.
Removed service "App\Repository\ArticoliRepository"; reason: unused.
Removed service "App\Repository\AssociazioneArticoliClienteRepository"; reason: unused.
Removed service "App\Repository\AssociazioneAttributiRepository"; reason: unused.
Removed service "App\Repository\AssociazioneCodiciAgentiUtenteRepository"; reason: unused.
Removed service "App\Repository\AssociazioneSpedizioniClientiRepository"; reason: unused.
Removed service "App\Repository\AttributiInLinguaRepository"; reason: unused.
Removed service "App\Repository\AttributiIndicizzazioneRepository"; reason: unused.
Removed service "App\Repository\AttributiRepository"; reason: unused.
Removed service "App\Repository\CarrelloRepository"; reason: unused.
Removed service "App\Repository\CategorieInLinguaRepository"; reason: unused.
Removed service "App\Repository\CategorieRepository"; reason: unused.
Removed service "App\Repository\CombinazioneAlberoMappaCategorieArticoliRepository"; reason: unused.
Removed service "App\Repository\ConfigurazioneImportazioneDatiDettaglioRepository"; reason: unused.
Removed service "App\Repository\ConfigurazioneImportazioneDatiRepository"; reason: unused.
Removed service "App\Repository\ConsegnaRepository"; reason: unused.
Removed service "App\Repository\CorriereListinoRepository"; reason: unused.
Removed service "App\Repository\CorriereRepository"; reason: unused.
Removed service "App\Repository\CouponDettaglioRepository"; reason: unused.
Removed service "App\Repository\CouponDettaglioUtilizzoRepository"; reason: unused.
Removed service "App\Repository\CouponRepository"; reason: unused.
Removed service "App\Repository\DestinazioniRepository"; reason: unused.
Removed service "App\Repository\DizionarioRepository"; reason: unused.
Removed service "App\Repository\DizionarioTraduzioniRepository"; reason: unused.
Removed service "App\Repository\EsportazioniDiSistemaRepository"; reason: unused.
Removed service "App\Repository\EventiCalendarioRepository"; reason: unused.
Removed service "App\Repository\FiltroVisualizzazioneArticoliClientiRepository"; reason: unused.
Removed service "App\Repository\ImpExpMappaturaRepository"; reason: unused.
Removed service "App\Repository\ImpExpSorgenteRepository"; reason: unused.
Removed service "App\Repository\ImpExpStrutturaFileDettaglioRepository"; reason: unused.
Removed service "App\Repository\ImpExpStrutturaFileTestataRepository"; reason: unused.
Removed service "App\Repository\ImpExpTestataRepository"; reason: unused.
Removed service "App\Repository\ImpExpTipoRepository"; reason: unused.
Removed service "App\Repository\ImpostazioniRepository"; reason: unused.
Removed service "App\Repository\LimitazioniOrdinazioniArticoliRepository"; reason: unused.
Removed service "App\Repository\LingueRepository"; reason: unused.
Removed service "App\Repository\ListiniVenditaRepository"; reason: unused.
Removed service "App\Repository\MagazziniSecondariRepository"; reason: unused.
Removed service "App\Repository\MagazzinoSecondarioDisponibilitaRepository"; reason: unused.
Removed service "App\Repository\MailSecondarieUtentiRepository"; reason: unused.
Removed service "App\Repository\MappaCategorieArticoliRepository"; reason: unused.
Removed service "App\Repository\MasterAlberiRepository"; reason: unused.
Removed service "App\Repository\MetaTagsDettagliRepository"; reason: unused.
Removed service "App\Repository\MetaTagsRepository"; reason: unused.
Removed service "App\Repository\ModalitaPagamentoInLinguaRepository"; reason: unused.
Removed service "App\Repository\ModalitaPagamentoRepository"; reason: unused.
Removed service "App\Repository\ModalitaSpedizioneInLinguaRepository"; reason: unused.
Removed service "App\Repository\ModalitaSpedizioneRepository"; reason: unused.
Removed service "App\Repository\ModificaNoteAnagraficheRepository"; reason: unused.
Removed service "App\Repository\NascondiEsauritiSuMarcaRepository"; reason: unused.
Removed service "App\Repository\NazioniRepository"; reason: unused.
Removed service "App\Repository\NoteSpeseRepository"; reason: unused.
Removed service "App\Repository\NoteSpese_CategorieRepository"; reason: unused.
Removed service "App\Repository\NoteSpese_PagamentoRepository"; reason: unused.
Removed service "App\Repository\OfferteAllegatiRepository"; reason: unused.
Removed service "App\Repository\OfferteContattiClientiRepository"; reason: unused.
Removed service "App\Repository\OfferteRegistroEventiRepository"; reason: unused.
Removed service "App\Repository\OfferteRepository"; reason: unused.
Removed service "App\Repository\OfferteRigheRepository"; reason: unused.
Removed service "App\Repository\OpzioniMultipleAlberoFiglioRepository"; reason: unused.
Removed service "App\Repository\OrdiniRepository"; reason: unused.
Removed service "App\Repository\OrdiniRigheRepository"; reason: unused.
Removed service "App\Repository\PagamentiRepository"; reason: unused.
Removed service "App\Repository\PagineEComponentiRepository"; reason: unused.
Removed service "App\Repository\PermessiAccessoUtentiRepository"; reason: unused.
Removed service "App\Repository\QuestionarioDettaglioCampiRepository"; reason: unused.
Removed service "App\Repository\QuestionarioRisultatiRepository"; reason: unused.
Removed service "App\Repository\QuestionarioTestataRepository"; reason: unused.
Removed service "App\Repository\RegistroAttivitaRepository"; reason: unused.
Removed service "App\Repository\RegistroMailRepository"; reason: unused.
Removed service "App\Repository\RigheCarrelloRepository"; reason: unused.
Removed service "App\Repository\RisorseAnagraficheColonneRepository"; reason: unused.
Removed service "App\Repository\RisorseAnagraficheColonneValoriRepository"; reason: unused.
Removed service "App\Repository\RisorseAnagraficheRepository"; reason: unused.
Removed service "App\Repository\ScontiAnagraficheRepository"; reason: unused.
Removed service "App\Repository\ScontiBaseRepository"; reason: unused.
Removed service "App\Repository\ScontisticheOrdiniOnlineRepository"; reason: unused.
Removed service "App\Repository\SocialLoginSettingsRepository"; reason: unused.
Removed service "App\Repository\SorgenteDatiRepository"; reason: unused.
Removed service "App\Repository\SpedizioneRepository"; reason: unused.
Removed service "App\Repository\StatisticheCategorieRepository"; reason: unused.
Removed service "App\Repository\StatisticheClickArticoliRepository"; reason: unused.
Removed service "App\Repository\StatisticheRicercaRepository"; reason: unused.
Removed service "App\Repository\TipologiePreimpostateListaRepository"; reason: unused.
Removed service "App\Repository\TipologiePreimpostateRepository"; reason: unused.
Removed service "App\Repository\UnitaMisuraRepository"; reason: unused.
Removed service "App\Repository\UserCampiCustomDettaglioCampiInLinguaRepository"; reason: unused.
Removed service "App\Repository\UserCampiCustomDettaglioCampiRepository"; reason: unused.
Removed service "App\Repository\UserCampiCustomDettaglioRepository"; reason: unused.
Removed service "App\Repository\UserCampiCustomTestataRepository"; reason: unused.
Removed service "App\Repository\UserCampiCustomValoriRepository"; reason: unused.
Removed service "App\Repository\VariantiInLinguaRepository"; reason: unused.
Removed service "App\Repository\VariantiRepository"; reason: unused.
Removed service "App\Repository\VincoliControlloAlberiFigliConfiguratoreRepository"; reason: unused.
Removed service "App\Repository\VincoliOpzionaliControlloAlbriFigliConfiguratoreRepository"; reason: unused.
Removed service "App\Repository\WebServiceClientRepository"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "security.user_checker.chain.secured_area"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service ".1_ServiceLocator~_rIbzJK"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.searchengine"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.searchengine"; reason: unused.
Removed service ".service_locator.CshazM0.web_shop.impostazioni"; reason: unused.
Removed service ".service_locator.CshazM0.web_shop.servizi"; reason: unused.
Removed service ".service_locator.CshazM0.web_shop.encryptor"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
427
Inlined service ".service_locator.CshazM0.App\Controller\AgentiController" to "App\Controller\AgentiController".
Inlined service ".service_locator.CshazM0.App\Controller\AgentiGiroVisiteController" to "App\Controller\AgentiGiroVisiteController".
Inlined service ".service_locator.CshazM0.App\Controller\Agenti_AvanzamentoAnnualeController" to "App\Controller\Agenti_AvanzamentoAnnualeController".
Inlined service ".service_locator.CshazM0.App\Controller\Agenti_CalendarioController" to "App\Controller\Agenti_CalendarioController".
Inlined service ".service_locator.CshazM0.App\Controller\Agenti_ClientiController" to "App\Controller\Agenti_ClientiController".
Inlined service ".service_locator.CshazM0.App\Controller\Agenti_ClientiPresentiOnlineController" to "App\Controller\Agenti_ClientiPresentiOnlineController".
Inlined service ".service_locator.CshazM0.App\Controller\Agenti_ContattiController" to "App\Controller\Agenti_ContattiController".
Inlined service ".service_locator.CshazM0.App\Controller\Agenti_MappaController" to "App\Controller\Agenti_MappaController".
Inlined service ".service_locator.CshazM0.App\Controller\Agenti_NoteSpeseController" to "App\Controller\Agenti_NoteSpeseController".
Inlined service ".service_locator.CshazM0.App\Controller\Agenti_StatistichePeriodoController" to "App\Controller\Agenti_StatistichePeriodoController".
Inlined service ".service_locator.CshazM0.App\Controller\Agenti_StoricoController" to "App\Controller\Agenti_StoricoController".
Inlined service ".service_locator.CshazM0.App\Controller\AggiornamentoController" to "App\Controller\AggiornamentoController".
Inlined service ".service_locator.CshazM0.App\Controller\AlberiConfiguratoreIdentificazioneArticoliController" to "App\Controller\AlberiConfiguratoreIdentificazioneArticoliController".
Inlined service ".service_locator.CshazM0.App\Controller\AlberiConfiguratoriFigliController" to "App\Controller\AlberiConfiguratoriFigliController".
Inlined service ".service_locator.CshazM0.App\Controller\AlberoMenuProdottiController" to "App\Controller\AlberoMenuProdottiController".
Inlined service ".service_locator.CshazM0.App\Controller\AmministratoriController" to "App\Controller\AmministratoriController".
Inlined service ".service_locator.CshazM0.App\Controller\AnagraficheController" to "App\Controller\AnagraficheController".
Inlined service ".service_locator.CshazM0.App\Controller\ApprovvigionamentoSuMarcaController" to "App\Controller\ApprovvigionamentoSuMarcaController".
Inlined service ".service_locator.CshazM0.App\Controller\ArticoliController" to "App\Controller\ArticoliController".
Inlined service ".service_locator.CshazM0.App\Controller\ArticoliInLinguaController" to "App\Controller\ArticoliInLinguaController".
Inlined service ".service_locator.CshazM0.App\Controller\AssociazioneCodiceAgenteUtenteController" to "App\Controller\AssociazioneCodiceAgenteUtenteController".
Inlined service ".service_locator.CshazM0.App\Controller\AssociazioneSpedizioniClientiController" to "App\Controller\AssociazioneSpedizioniClientiController".
Inlined service ".service_locator.CshazM0.App\Controller\AttributiController" to "App\Controller\AttributiController".
Inlined service ".service_locator.CshazM0.App\Controller\AutenticazioneDueFattoriController" to "App\Controller\AutenticazioneDueFattoriController".
Inlined service ".service_locator.CshazM0.App\Controller\CarrelloController" to "App\Controller\CarrelloController".
Inlined service ".service_locator.CshazM0.App\Controller\CategorieController" to "App\Controller\CategorieController".
Inlined service ".service_locator.CshazM0.App\Controller\CategorieInLinguaController" to "App\Controller\CategorieInLinguaController".
Inlined service ".service_locator.CshazM0.App\Controller\ClientiController" to "App\Controller\ClientiController".
Inlined service ".service_locator.CshazM0.App\Controller\CommercialeController" to "App\Controller\CommercialeController".
Inlined service ".service_locator.CshazM0.App\Controller\ConfigurazioneImportazioneDatiController" to "App\Controller\ConfigurazioneImportazioneDatiController".
Inlined service ".service_locator.CshazM0.App\Controller\ConsegnaController" to "App\Controller\ConsegnaController".
Inlined service ".service_locator.CshazM0.App\Controller\CorrieriController" to "App\Controller\CorrieriController".
Inlined service ".service_locator.CshazM0.App\Controller\CouponController" to "App\Controller\CouponController".
Inlined service ".service_locator.CshazM0.App\Controller\CreditsafeController" to "App\Controller\CreditsafeController".
Inlined service ".service_locator.CshazM0.App\Controller\DefaultController" to "App\Controller\DefaultController".
Inlined service ".service_locator.CshazM0.App\Controller\DizionarioController" to "App\Controller\DizionarioController".
Inlined service ".service_locator.CshazM0.App\Controller\DizionarioTraduzioniController" to "App\Controller\DizionarioTraduzioniController".
Inlined service ".service_locator.CshazM0.App\Controller\DocumentiController" to "App\Controller\DocumentiController".
Inlined service ".service_locator.CshazM0.App\Controller\EsportazioniController" to "App\Controller\EsportazioniController".
Inlined service ".service_locator.CshazM0.App\Controller\ExcelFileController" to "App\Controller\ExcelFileController".
Inlined service ".service_locator.CshazM0.App\Controller\FiltroVisualizzazioneArticoliClientiController" to "App\Controller\FiltroVisualizzazioneArticoliClientiController".
Inlined service ".service_locator.CshazM0.App\Controller\FornitoriController" to "App\Controller\FornitoriController".
Inlined service ".service_locator.CshazM0.App\Controller\FornitoriRichiesteController" to "App\Controller\FornitoriRichiesteController".
Inlined service ".service_locator.CshazM0.App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController" to "App\Controller\FrontEndVisualizzazioneAlberiConfiguratoreController".
Inlined service ".service_locator.CshazM0.App\Controller\GestioneCarrelliController" to "App\Controller\GestioneCarrelliController".
Inlined service ".service_locator.CshazM0.App\Controller\GestioneEsportazioniDiSistemaController" to "App\Controller\GestioneEsportazioniDiSistemaController".
Inlined service ".service_locator.CshazM0.App\Controller\GestioneTraduzioneCodiciController" to "App\Controller\GestioneTraduzioneCodiciController".
Inlined service ".service_locator.CshazM0.App\Controller\GestioneUtentiController" to "App\Controller\GestioneUtentiController".
Inlined service ".service_locator.CshazM0.App\Controller\ImpExpEsecuzioneController" to "App\Controller\ImpExpEsecuzioneController".
Inlined service ".service_locator.CshazM0.App\Controller\ImpExpGestioneEntitaController" to "App\Controller\ImpExpGestioneEntitaController".
Inlined service ".service_locator.CshazM0.App\Controller\ImportazioneController" to "App\Controller\ImportazioneController".
Inlined service ".service_locator.CshazM0.App\Controller\LimitazioneOrdinazioneArticoliController" to "App\Controller\LimitazioneOrdinazioneArticoliController".
Inlined service ".service_locator.CshazM0.App\Controller\LingueGestioneController" to "App\Controller\LingueGestioneController".
Inlined service ".service_locator.CshazM0.App\Controller\ListiniController" to "App\Controller\ListiniController".
Inlined service ".service_locator.CshazM0.App\Controller\LoginSAMLController" to "App\Controller\LoginSAMLController".
Inlined service ".service_locator.CshazM0.App\Controller\LoginSocialController" to "App\Controller\LoginSocialController".
Inlined service ".service_locator.CshazM0.App\Controller\LoginSocialSettingController" to "App\Controller\LoginSocialSettingController".
Inlined service ".service_locator.CshazM0.App\Controller\LogsController" to "App\Controller\LogsController".
Inlined service ".service_locator.CshazM0.App\Controller\MagazziniSecondariController" to "App\Controller\MagazziniSecondariController".
Inlined service ".service_locator.CshazM0.App\Controller\MailSecondarieUtentiController" to "App\Controller\MailSecondarieUtentiController".
Inlined service ".service_locator.CshazM0.App\Controller\MappaAlberiConfiguratoreController" to "App\Controller\MappaAlberiConfiguratoreController".
Inlined service ".service_locator.CshazM0.App\Controller\MappaCategorieArticoliController" to "App\Controller\MappaCategorieArticoliController".
Inlined service ".service_locator.CshazM0.App\Controller\MasterAlberiConfiguratoreController" to "App\Controller\MasterAlberiConfiguratoreController".
Inlined service ".service_locator.CshazM0.App\Controller\MetaTagsController" to "App\Controller\MetaTagsController".
Inlined service ".service_locator.CshazM0.App\Controller\ModalitaPagamentoController" to "App\Controller\ModalitaPagamentoController".
Inlined service ".service_locator.CshazM0.App\Controller\ModalitaSpedizioneController" to "App\Controller\ModalitaSpedizioneController".
Inlined service ".service_locator.CshazM0.App\Controller\ModificaImpostazioniController" to "App\Controller\ModificaImpostazioniController".
Inlined service ".service_locator.CshazM0.App\Controller\ModificaNoteAnagraficaController" to "App\Controller\ModificaNoteAnagraficaController".
Inlined service ".service_locator.CshazM0.App\Controller\NascondiEsauritiSuMarcaController" to "App\Controller\NascondiEsauritiSuMarcaController".
Inlined service ".service_locator.CshazM0.App\Controller\NazioniController" to "App\Controller\NazioniController".
Inlined service ".service_locator.CshazM0.App\Controller\OfferteController" to "App\Controller\OfferteController".
Inlined service ".service_locator.CshazM0.App\Controller\OrdineVeloceController" to "App\Controller\OrdineVeloceController".
Inlined service ".service_locator.CshazM0.App\Controller\PagamentiController" to "App\Controller\PagamentiController".
Inlined service ".service_locator.CshazM0.App\Controller\PagamentoOrdiniController" to "App\Controller\PagamentoOrdiniController".
Inlined service ".service_locator.CshazM0.App\Controller\PagineEComponentiController" to "App\Controller\PagineEComponentiController".
Inlined service ".service_locator.CshazM0.App\Controller\PagineEcomponentiTestVisivoController" to "App\Controller\PagineEcomponentiTestVisivoController".
Inlined service ".service_locator.CshazM0.App\Controller\PdfFileController" to "App\Controller\PdfFileController".
Inlined service ".service_locator.CshazM0.App\Controller\PermessiSpecialiController" to "App\Controller\PermessiSpecialiController".
Inlined service ".service_locator.CshazM0.App\Controller\QuestionariController" to "App\Controller\QuestionariController".
Inlined service ".service_locator.CshazM0.App\Controller\RegistroAttivitaController" to "App\Controller\RegistroAttivitaController".
Inlined service ".service_locator.CshazM0.App\Controller\RegistroAttivitaUtenteController" to "App\Controller\RegistroAttivitaUtenteController".
Inlined service ".service_locator.CshazM0.App\Controller\RegistroMailController" to "App\Controller\RegistroMailController".
Inlined service ".service_locator.CshazM0.App\Controller\ReportAmministrativiController" to "App\Controller\ReportAmministrativiController".
Inlined service ".service_locator.CshazM0.App\Controller\ReportController" to "App\Controller\ReportController".
Inlined service ".service_locator.CshazM0.App\Controller\ReturnImpostazioniServiceController" to "App\Controller\ReturnImpostazioniServiceController".
Inlined service ".service_locator.CshazM0.App\Controller\RisorseAnagraficheController" to "App\Controller\RisorseAnagraficheController".
Inlined service ".service_locator.CshazM0.App\Controller\RisorseAnagrafichePersistentiController" to "App\Controller\RisorseAnagrafichePersistentiController".
Inlined service ".service_locator.CshazM0.App\Controller\SSLEncryptorController" to "App\Controller\SSLEncryptorController".
Inlined service ".service_locator.CshazM0.App\Controller\ScontisticaBaseGenericaController" to "App\Controller\ScontisticaBaseGenericaController".
Inlined service ".service_locator.CshazM0.App\Controller\ScontisticaBaseGenericaUtenteComuneController" to "App\Controller\ScontisticaBaseGenericaUtenteComuneController".
Inlined service ".service_locator.CshazM0.App\Controller\ScontisticheOrdiniOnlineController" to "App\Controller\ScontisticheOrdiniOnlineController".
Inlined service "security.authentication_utils" to "App\Controller\SecurityController".
Inlined service ".service_locator.CshazM0.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.CshazM0.App\Controller\SelettoreAjaxEntitaController" to "App\Controller\SelettoreAjaxEntitaController".
Inlined service ".service_locator.CshazM0.App\Controller\ServiziController" to "App\Controller\ServiziController".
Inlined service ".service_locator.CshazM0.App\Controller\ShopComuneController" to "App\Controller\ShopComuneController".
Inlined service ".service_locator.CshazM0.App\Controller\ShopHomeController" to "App\Controller\ShopHomeController".
Inlined service ".service_locator.CshazM0.App\Controller\SorgenteDatiController" to "App\Controller\SorgenteDatiController".
Inlined service ".service_locator.CshazM0.App\Controller\SpedizioniController" to "App\Controller\SpedizioniController".
Inlined service ".service_locator.CshazM0.App\Controller\StatisticheController" to "App\Controller\StatisticheController".
Inlined service ".service_locator.CshazM0.App\Controller\StoricoController" to "App\Controller\StoricoController".
Inlined service ".service_locator.CshazM0.App\Controller\TipoOrdineController" to "App\Controller\TipoOrdineController".
Inlined service ".service_locator.CshazM0.App\Controller\TipologiePreimpostateController" to "App\Controller\TipologiePreimpostateController".
Inlined service ".service_locator.CshazM0.App\Controller\TwoFactorAuthController" to "App\Controller\TwoFactorAuthController".
Inlined service ".service_locator.CshazM0.App\Controller\UnitaDiMisuraController" to "App\Controller\UnitaDiMisuraController".
Inlined service ".service_locator.CshazM0.App\Controller\UserCampiCustomController" to "App\Controller\UserCampiCustomController".
Inlined service ".service_locator.CshazM0.App\Controller\VariantiController" to "App\Controller\VariantiController".
Inlined service ".service_locator.CshazM0.App\Controller\VariantiInLinguaController" to "App\Controller\VariantiInLinguaController".
Inlined service ".service_locator.CshazM0.App\Controller\VincoliControlloAlberoFiglioConfiguratoreController" to "App\Controller\VincoliControlloAlberoFiglioConfiguratoreController".
Inlined service ".service_locator.CshazM0.App\Controller\WebServiceGestisciController" to "App\Controller\WebServiceGestisciController".
Inlined service ".service_locator.CshazM0.App\Controller\WebServicesController" to "App\Controller\WebServicesController".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.Xbsa8iG" to "container.get_routing_condition_service".
Inlined service ".service_locator.cEhBhXG" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service "mailer.transports" to "console.command.mailer_test".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator..6hZeC_" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.y4dplYt" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.j4nuUXI" to "validator.validator_factory".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.WiCTJMq" to "security.helper".
Inlined service ".service_locator.91GVvqy" to "security.helper".
Inlined service ".service_locator.9A_cskt" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.EwVKVDM" to "security.access_map".
Inlined service ".security.request_matcher.0Tr6F1W" to "security.access_map".
Inlined service ".security.request_matcher.CgfRQRn" to "security.access_map".
Inlined service ".security.request_matcher.it5.ahQ" to "security.access_map".
Inlined service ".security.request_matcher.c8x9vYj" to "security.access_map".
Inlined service ".security.request_matcher.tDn4aYd" to "security.access_map".
Inlined service ".security.request_matcher.WdvtbCR" to "security.access_map".
Inlined service ".security.request_matcher.zrRZYUD" to "security.access_map".
Inlined service ".security.request_matcher.1EqG.O4" to "security.access_map".
Inlined service ".security.request_matcher.66vaELo" to "security.access_map".
Inlined service ".security.request_matcher.XIE_Rfn" to "security.access_map".
Inlined service ".security.request_matcher.CAuMdMT" to "security.access_map".
Inlined service ".security.request_matcher.u2MKR_g" to "security.access_map".
Inlined service ".security.request_matcher.NTG1R8N" to "security.access_map".
Inlined service ".security.request_matcher.k3GRTye" to "security.access_map".
Inlined service ".security.request_matcher._WAS_70" to "security.access_map".
Inlined service ".security.request_matcher.EBL.7Te" to "security.access_map".
Inlined service ".security.request_matcher.v8_IAGU" to "security.access_map".
Inlined service ".security.request_matcher.hTPwb1b" to "security.access_map".
Inlined service ".security.request_matcher.d2JJs3y" to "security.access_map".
Inlined service ".security.request_matcher.HQyLEM0" to "security.access_map".
Inlined service "security.authenticator.managers_locator" to "security.user_authenticator".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "security.authentication.success_handler.secured_area.form_login" to "security.authenticator.form_login.secured_area".
Inlined service "security.authentication.failure_handler.secured_area.form_login" to "security.authenticator.form_login.secured_area".
Inlined service "debug.security.firewall.authenticator.secured_area.inner" to "debug.security.firewall.authenticator.secured_area".
Inlined service "security.exception_listener.secured_area" to "security.firewall.map.context.secured_area".
Inlined service "security.firewall.map.config.secured_area" to "security.firewall.map.context.secured_area".
Inlined service ".security.request_matcher.dIXHc1." to ".security.request_matcher.EwVKVDM".
Inlined service ".security.request_matcher.yM7vOJ9" to ".security.request_matcher.0Tr6F1W".
Inlined service ".security.request_matcher.3mSed7r" to ".security.request_matcher.CgfRQRn".
Inlined service ".security.request_matcher.wyJHvZ." to ".security.request_matcher.it5.ahQ".
Inlined service ".security.request_matcher.7JvhgAy" to ".security.request_matcher.c8x9vYj".
Inlined service ".security.request_matcher.XJMASON" to ".security.request_matcher.tDn4aYd".
Inlined service ".security.request_matcher.l8rpi96" to ".security.request_matcher.WdvtbCR".
Inlined service ".security.request_matcher.i8FwhxS" to ".security.request_matcher.zrRZYUD".
Inlined service ".security.request_matcher.kYksE5B" to ".security.request_matcher.1EqG.O4".
Inlined service ".security.request_matcher..dvc4qz" to ".security.request_matcher.66vaELo".
Inlined service ".security.request_matcher.skUHpVC" to ".security.request_matcher.XIE_Rfn".
Inlined service ".security.request_matcher.JcejPdB" to ".security.request_matcher.CAuMdMT".
Inlined service ".security.request_matcher.XB2dYit" to ".security.request_matcher.u2MKR_g".
Inlined service ".security.request_matcher.j48wiCE" to ".security.request_matcher.NTG1R8N".
Inlined service ".security.request_matcher.k.hinP8" to ".security.request_matcher.k3GRTye".
Inlined service ".security.request_matcher.0wE3a4C" to ".security.request_matcher._WAS_70".
Inlined service ".security.request_matcher.lE3VcTW" to ".security.request_matcher.EBL.7Te".
Inlined service ".security.request_matcher.EBvJK42" to ".security.request_matcher.v8_IAGU".
Inlined service ".security.request_matcher.Yxpl8lH" to ".security.request_matcher.hTPwb1b".
Inlined service ".security.request_matcher.Rl73AoD" to ".security.request_matcher.d2JJs3y".
Inlined service ".security.request_matcher.9PqzsCy" to ".security.request_matcher.HQyLEM0".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\AppExtensions" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension" to "twig".
Inlined service "Artgris\Bundle\FileManagerBundle\Twig\OrderExtension" to "twig".
Inlined service "Twig\Extension\StringLoaderExtension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.searchengine_connection.configuration" to "doctrine.dbal.searchengine_connection".
Inlined service "doctrine.dbal.searchengine_connection.event_manager" to "doctrine.dbal.searchengine_connection".
Inlined service ".service_locator.zonQFcO" to "doctrine.orm.container_repository_factory".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.MnrEUTs" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "Artgris\Bundle\FileManagerBundle\Service\FilemanagerService" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
Inlined service ".service_locator.CshazM0.Artgris\Bundle\FileManagerBundle\Controller\ManagerController" to "Artgris\Bundle\FileManagerBundle\Controller\ManagerController".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.argument_resolver.backed_enum_resolver.inner" to "debug.argument_resolver.backed_enum_resolver".
Inlined service "debug.argument_resolver.datetime.inner" to "debug.argument_resolver.datetime".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.yEoeHjj" to ".service_locator.yEoeHjj.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.811a2UT" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.yEoeHjj.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "security" was defined on service(s) "App\EventSubscriber\LoginListener", but was never used. Did you mean "security.remember_me_aware", "security.remember_me_handler", "security.authenticator.login_linker", "security.expression_language_provider", "security.voter"?