The "App\Security\KanbanBoardVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:136, https://github.com/doctrine/orm/pull/12005, package doctrine/orm)
"SELECT u0_.id AS id_0, u0_.unique_id AS unique_id_1, u0_.title AS title_2, u0_.description AS description_3, u0_.type AS type_4, u0_.category AS category_5, u0_.tags AS tags_6, u0_.budget AS budget_7, u0_.currency AS currency_8, u0_.priority AS priority_9, u0_.status AS status_10, u0_.location AS location_11, u0_.city AS city_12, u0_.country AS country_13, u0_.is_public AS is_public_14, u0_.allow_remote_work AS allow_remote_work_15, u0_.deadline AS deadline_16, u0_.created_at AS created_at_17, u0_.updated_at AS updated_at_18, u0_.attachments AS attachments_19, u0_.notes AS notes_20, u0_.ai_questions AS ai_questions_21, u0_.ai_answers AS ai_answers_22, u0_.suggested_categories AS suggested_categories_23, u0_.suggested_tags AS suggested_tags_24, u0_.view_count AS view_count_25, u0_.is_ai_processed AS is_ai_processed_26, u0_.company_code AS company_code_27, u0_.hide_company_code AS hide_company_code_28, u0_.valid_until AS valid_until_29, u0_.include_vat AS include_vat_30, u0_.allow_partial_bids AS allow_partial_bids_31, u0_.user_id AS user_id_32, u0_.company_id AS company_id_33 FROM user_request u0_ WHERE u0_.is_public = ? AND u0_.status IN (?, ?) ORDER BY u0_.created_at DESC LIMIT 20"
(parameters:
[1 => 12 => 13 => 2]
, types:
[1 => 52 => 13 => 1]
)
doctrine
[
"sql" => "SELECT u0_.id AS id_0, u0_.unique_id AS unique_id_1, u0_.title AS title_2, u0_.description AS description_3, u0_.type AS type_4, u0_.category AS category_5, u0_.tags AS tags_6, u0_.budget AS budget_7, u0_.currency AS currency_8, u0_.priority AS priority_9, u0_.status AS status_10, u0_.location AS location_11, u0_.city AS city_12, u0_.country AS country_13, u0_.is_public AS is_public_14, u0_.allow_remote_work AS allow_remote_work_15, u0_.deadline AS deadline_16, u0_.created_at AS created_at_17, u0_.updated_at AS updated_at_18, u0_.attachments AS attachments_19, u0_.notes AS notes_20, u0_.ai_questions AS ai_questions_21, u0_.ai_answers AS ai_answers_22, u0_.suggested_categories AS suggested_categories_23, u0_.suggested_tags AS suggested_tags_24, u0_.view_count AS view_count_25, u0_.is_ai_processed AS is_ai_processed_26, u0_.company_code AS company_code_27, u0_.hide_company_code AS hide_company_code_28, u0_.valid_until AS valid_until_29, u0_.include_vat AS include_vat_30, u0_.allow_partial_bids AS allow_partial_bids_31, u0_.user_id AS user_id_32, u0_.company_id AS company_id_33 FROM user_request u0_ WHERE u0_.is_public = ? AND u0_.status IN (?, ?) ORDER BY u0_.created_at DESC LIMIT 20"
"params" => [1 => 12 => 13 => 2]
"types" => [1 => 52 => 13 => 1]
]
debug
Executing statement:
"SELECT COUNT(u0_.id) AS sclr_0 FROM user_request u0_ WHERE u0_.is_public = ? AND u0_.status IN (?, ?)"
(parameters:
[1 => 12 => 13 => 2]
, types:
[1 => 52 => 13 => 1]
)
doctrine
[
"sql" => "SELECT COUNT(u0_.id) AS sclr_0 FROM user_request u0_ WHERE u0_.is_public = ? AND u0_.status IN (?, ?)"
"params" => [1 => 12 => 13 => 2]
"types" => [1 => 52 => 13 => 1]
]
debug
Executing statement:
"SELECT u0_.category AS category_0, COUNT(u0_.id) AS sclr_1 FROM user_request u0_ WHERE u0_.is_public = ? AND u0_.status IN (?, ?) AND u0_.category IS NOT NULL GROUP BY u0_.category ORDER BY sclr_1 DESC LIMIT 10"
(parameters:
[1 => 12 => 13 => 2]
, types:
[1 => 52 => 13 => 1]
)
doctrine
[
"sql" => "SELECT u0_.category AS category_0, COUNT(u0_.id) AS sclr_1 FROM user_request u0_ WHERE u0_.is_public = ? AND u0_.status IN (?, ?) AND u0_.category IS NOT NULL GROUP BY u0_.category ORDER BY sclr_1 DESC LIMIT 10"
"params" => [1 => 12 => 13 => 2]
"types" => [1 => 52 => 13 => 1]
]
debug
Executing statement:
"""
\r\n SELECT tag, COUNT(*) as tag_count\r\n FROM (\r\n SELECT DISTINCT json_array_elements_text(tags) as tag\r\n FROM user_request \r\n WHERE is_public = true \r\n AND status IN (:pending, :in_progress)\r\n AND tags IS NOT NULL\r\n ) as tags_table\r\n GROUP BY tag\r\n ORDER BY tag_count DESC\r\n LIMIT :limit\r\n
"""
[
"sql" => """
\r\n SELECT tag, COUNT(*) as tag_count\r\n FROM (\r\n SELECT DISTINCT json_array_elements_text(tags) as tag\r\n FROM user_request \r\n WHERE is_public = true \r\n AND status IN (:pending, :in_progress)\r\n AND tags IS NOT NULL\r\n ) as tags_table\r\n GROUP BY tag\r\n ORDER BY tag_count DESC\r\n LIMIT :limit\r\n
"""
"params" => [
"pending" => 1
"in_progress" => 2
"limit" => 20]
"types" => [
"pending" => 2
"in_progress" => 2
"limit" => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
676
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CommonCommand" (parent: .abstract.instanceof.App\Command\CommonCommand).
Resolving inheritance for ".instanceof.App\Command\CommonCommand.0.App\Command\CommonCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CommonCommand).
Resolving inheritance for "App\Command\CommonCommand" (parent: .instanceof.App\Command\CommonCommand.0.App\Command\CommonCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyBalansoAtaskaitaCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyBalansoAtaskaitaCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyBalansoAtaskaitaCommand.0.App\Command\FetchCompanyBalansoAtaskaitaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyBalansoAtaskaitaCommand).
Resolving inheritance for "App\Command\FetchCompanyBalansoAtaskaitaCommand" (parent: .instanceof.App\Command\FetchCompanyBalansoAtaskaitaCommand.0.App\Command\FetchCompanyBalansoAtaskaitaCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyJadisDalyvisCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyJadisDalyvisCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyJadisDalyvisCommand.0.App\Command\FetchCompanyJadisDalyvisCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyJadisDalyvisCommand).
Resolving inheritance for "App\Command\FetchCompanyJadisDalyvisCommand" (parent: .instanceof.App\Command\FetchCompanyJadisDalyvisCommand.0.App\Command\FetchCompanyJadisDalyvisCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyKapitalasCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyKapitalasCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyKapitalasCommand.0.App\Command\FetchCompanyKapitalasCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyKapitalasCommand).
Resolving inheritance for "App\Command\FetchCompanyKapitalasCommand" (parent: .instanceof.App\Command\FetchCompanyKapitalasCommand.0.App\Command\FetchCompanyKapitalasCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyMokesciuMoketojusCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyMokesciuMoketojusCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyMokesciuMoketojusCommand.0.App\Command\FetchCompanyMokesciuMoketojusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyMokesciuMoketojusCommand).
Resolving inheritance for "App\Command\FetchCompanyMokesciuMoketojusCommand" (parent: .instanceof.App\Command\FetchCompanyMokesciuMoketojusCommand.0.App\Command\FetchCompanyMokesciuMoketojusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand.0.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand).
Resolving inheritance for "App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand" (parent: .instanceof.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand.0.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNepriemokosSumosCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyNepriemokosSumosCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyNepriemokosSumosCommand.0.App\Command\FetchCompanyNepriemokosSumosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNepriemokosSumosCommand).
Resolving inheritance for "App\Command\FetchCompanyNepriemokosSumosCommand" (parent: .instanceof.App\Command\FetchCompanyNepriemokosSumosCommand.0.App\Command\FetchCompanyNepriemokosSumosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNevOrgCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyNevOrgCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyNevOrgCommand.0.App\Command\FetchCompanyNevOrgCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNevOrgCommand).
Resolving inheritance for "App\Command\FetchCompanyNevOrgCommand" (parent: .instanceof.App\Command\FetchCompanyNevOrgCommand.0.App\Command\FetchCompanyNevOrgCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNevOrgIsregistruotosCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyNevOrgIsregistruotosCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyNevOrgIsregistruotosCommand.0.App\Command\FetchCompanyNevOrgIsregistruotosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNevOrgIsregistruotosCommand).
Resolving inheritance for "App\Command\FetchCompanyNevOrgIsregistruotosCommand" (parent: .instanceof.App\Command\FetchCompanyNevOrgIsregistruotosCommand.0.App\Command\FetchCompanyNevOrgIsregistruotosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyParamosGavejaiCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyParamosGavejaiCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyParamosGavejaiCommand.0.App\Command\FetchCompanyParamosGavejaiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyParamosGavejaiCommand).
Resolving inheritance for "App\Command\FetchCompanyParamosGavejaiCommand" (parent: .instanceof.App\Command\FetchCompanyParamosGavejaiCommand.0.App\Command\FetchCompanyParamosGavejaiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand.0.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand).
Resolving inheritance for "App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand" (parent: .instanceof.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand.0.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyPelnoAtaskaitaCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyPelnoAtaskaitaCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyPelnoAtaskaitaCommand.0.App\Command\FetchCompanyPelnoAtaskaitaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyPelnoAtaskaitaCommand).
Resolving inheritance for "App\Command\FetchCompanyPelnoAtaskaitaCommand" (parent: .instanceof.App\Command\FetchCompanyPelnoAtaskaitaCommand.0.App\Command\FetchCompanyPelnoAtaskaitaCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyRawDataCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyRawDataCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyRawDataCommand.0.App\Command\FetchCompanyRawDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyRawDataCommand).
Resolving inheritance for "App\Command\FetchCompanyRawDataCommand" (parent: .instanceof.App\Command\FetchCompanyRawDataCommand.0.App\Command\FetchCompanyRawDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyTycinisBankrotasCommand" (parent: .abstract.instanceof.App\Command\FetchCompanyTycinisBankrotasCommand).
Resolving inheritance for ".instanceof.App\Command\FetchCompanyTycinisBankrotasCommand.0.App\Command\FetchCompanyTycinisBankrotasCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyTycinisBankrotasCommand).
Resolving inheritance for "App\Command\FetchCompanyTycinisBankrotasCommand" (parent: .instanceof.App\Command\FetchCompanyTycinisBankrotasCommand.0.App\Command\FetchCompanyTycinisBankrotasCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGydymoVaistiniuSarasasCommand" (parent: .abstract.instanceof.App\Command\FetchGydymoVaistiniuSarasasCommand).
Resolving inheritance for ".instanceof.App\Command\FetchGydymoVaistiniuSarasasCommand.0.App\Command\FetchGydymoVaistiniuSarasasCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGydymoVaistiniuSarasasCommand).
Resolving inheritance for "App\Command\FetchGydymoVaistiniuSarasasCommand" (parent: .instanceof.App\Command\FetchGydymoVaistiniuSarasasCommand.0.App\Command\FetchGydymoVaistiniuSarasasCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGyventojuIndividualiaVeiklaCommand" (parent: .abstract.instanceof.App\Command\FetchGyventojuIndividualiaVeiklaCommand).
Resolving inheritance for ".instanceof.App\Command\FetchGyventojuIndividualiaVeiklaCommand.0.App\Command\FetchGyventojuIndividualiaVeiklaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGyventojuIndividualiaVeiklaCommand).
Resolving inheritance for "App\Command\FetchGyventojuIndividualiaVeiklaCommand" (parent: .instanceof.App\Command\FetchGyventojuIndividualiaVeiklaCommand.0.App\Command\FetchGyventojuIndividualiaVeiklaCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGyventojuPajamosCommand" (parent: .abstract.instanceof.App\Command\FetchGyventojuPajamosCommand).
Resolving inheritance for ".instanceof.App\Command\FetchGyventojuPajamosCommand.0.App\Command\FetchGyventojuPajamosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGyventojuPajamosCommand).
Resolving inheritance for "App\Command\FetchGyventojuPajamosCommand" (parent: .instanceof.App\Command\FetchGyventojuPajamosCommand.0.App\Command\FetchGyventojuPajamosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGyventojuVersloLiudijimaiCommand" (parent: .abstract.instanceof.App\Command\FetchGyventojuVersloLiudijimaiCommand).
Resolving inheritance for ".instanceof.App\Command\FetchGyventojuVersloLiudijimaiCommand.0.App\Command\FetchGyventojuVersloLiudijimaiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGyventojuVersloLiudijimaiCommand).
Resolving inheritance for "App\Command\FetchGyventojuVersloLiudijimaiCommand" (parent: .instanceof.App\Command\FetchGyventojuVersloLiudijimaiCommand.0.App\Command\FetchGyventojuVersloLiudijimaiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand" (parent: .abstract.instanceof.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand).
Resolving inheritance for ".instanceof.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand.0.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand).
Resolving inheritance for "App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand" (parent: .instanceof.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand.0.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand" (parent: .abstract.instanceof.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand).
Resolving inheritance for ".instanceof.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand.0.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand).
Resolving inheritance for "App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand" (parent: .instanceof.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand.0.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchListSavivaldybe" (parent: .abstract.instanceof.App\Command\FetchListSavivaldybe).
Resolving inheritance for ".instanceof.App\Command\FetchListSavivaldybe.0.App\Command\FetchListSavivaldybe" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchListSavivaldybe).
Resolving inheritance for "App\Command\FetchListSavivaldybe" (parent: .instanceof.App\Command\FetchListSavivaldybe.0.App\Command\FetchListSavivaldybe).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchPolitinesKompanijosPajamosCommand" (parent: .abstract.instanceof.App\Command\FetchPolitinesKompanijosPajamosCommand).
Resolving inheritance for ".instanceof.App\Command\FetchPolitinesKompanijosPajamosCommand.0.App\Command\FetchPolitinesKompanijosPajamosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchPolitinesKompanijosPajamosCommand).
Resolving inheritance for "App\Command\FetchPolitinesKompanijosPajamosCommand" (parent: .instanceof.App\Command\FetchPolitinesKompanijosPajamosCommand.0.App\Command\FetchPolitinesKompanijosPajamosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchPolitinesNariuMokesciaiCommand" (parent: .abstract.instanceof.App\Command\FetchPolitinesNariuMokesciaiCommand).
Resolving inheritance for ".instanceof.App\Command\FetchPolitinesNariuMokesciaiCommand.0.App\Command\FetchPolitinesNariuMokesciaiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchPolitinesNariuMokesciaiCommand).
Resolving inheritance for "App\Command\FetchPolitinesNariuMokesciaiCommand" (parent: .instanceof.App\Command\FetchPolitinesNariuMokesciaiCommand.0.App\Command\FetchPolitinesNariuMokesciaiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchPolitinesReklamosCommand" (parent: .abstract.instanceof.App\Command\FetchPolitinesReklamosCommand).
Resolving inheritance for ".instanceof.App\Command\FetchPolitinesReklamosCommand.0.App\Command\FetchPolitinesReklamosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchPolitinesReklamosCommand).
Resolving inheritance for "App\Command\FetchPolitinesReklamosCommand" (parent: .instanceof.App\Command\FetchPolitinesReklamosCommand.0.App\Command\FetchPolitinesReklamosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand" (parent: .abstract.instanceof.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand).
Resolving inheritance for ".instanceof.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand.0.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand).
Resolving inheritance for "App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand" (parent: .instanceof.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand.0.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchSvietimoMoksloInstitucijosCommand" (parent: .abstract.instanceof.App\Command\FetchSvietimoMoksloInstitucijosCommand).
Resolving inheritance for ".instanceof.App\Command\FetchSvietimoMoksloInstitucijosCommand.0.App\Command\FetchSvietimoMoksloInstitucijosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchSvietimoMoksloInstitucijosCommand).
Resolving inheritance for "App\Command\FetchSvietimoMoksloInstitucijosCommand" (parent: .instanceof.App\Command\FetchSvietimoMoksloInstitucijosCommand.0.App\Command\FetchSvietimoMoksloInstitucijosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchTaxpayerDataCommand" (parent: .abstract.instanceof.App\Command\FetchTaxpayerDataCommand).
Resolving inheritance for ".instanceof.App\Command\FetchTaxpayerDataCommand.0.App\Command\FetchTaxpayerDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchTaxpayerDataCommand).
Resolving inheritance for "App\Command\FetchTaxpayerDataCommand" (parent: .instanceof.App\Command\FetchTaxpayerDataCommand.0.App\Command\FetchTaxpayerDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchValstybinesIstaigosCommand" (parent: .abstract.instanceof.App\Command\FetchValstybinesIstaigosCommand).
Resolving inheritance for ".instanceof.App\Command\FetchValstybinesIstaigosCommand.0.App\Command\FetchValstybinesIstaigosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchValstybinesIstaigosCommand).
Resolving inheritance for "App\Command\FetchValstybinesIstaigosCommand" (parent: .instanceof.App\Command\FetchValstybinesIstaigosCommand.0.App\Command\FetchValstybinesIstaigosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand" (parent: .abstract.instanceof.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand).
Resolving inheritance for ".instanceof.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand.0.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand).
Resolving inheritance for "App\Command\FetchVeluojantisPateiktiAtaskaitaCommand" (parent: .instanceof.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand.0.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetCompanyClassificationsCommand" (parent: .abstract.instanceof.App\Command\GetCompanyClassificationsCommand).
Resolving inheritance for ".instanceof.App\Command\GetCompanyClassificationsCommand.0.App\Command\GetCompanyClassificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetCompanyClassificationsCommand).
Resolving inheritance for "App\Command\GetCompanyClassificationsCommand" (parent: .instanceof.App\Command\GetCompanyClassificationsCommand.0.App\Command\GetCompanyClassificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetLegalStatusClassifierCommand" (parent: .abstract.instanceof.App\Command\GetLegalStatusClassifierCommand).
Resolving inheritance for ".instanceof.App\Command\GetLegalStatusClassifierCommand.0.App\Command\GetLegalStatusClassifierCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetLegalStatusClassifierCommand).
Resolving inheritance for "App\Command\GetLegalStatusClassifierCommand" (parent: .instanceof.App\Command\GetLegalStatusClassifierCommand.0.App\Command\GetLegalStatusClassifierCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetNewCompanyListCommand" (parent: .abstract.instanceof.App\Command\GetNewCompanyListCommand).
Resolving inheritance for ".instanceof.App\Command\GetNewCompanyListCommand.0.App\Command\GetNewCompanyListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetNewCompanyListCommand).
Resolving inheritance for "App\Command\GetNewCompanyListCommand" (parent: .instanceof.App\Command\GetNewCompanyListCommand.0.App\Command\GetNewCompanyListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetNewProcurementCommand" (parent: .abstract.instanceof.App\Command\GetNewProcurementCommand).
Resolving inheritance for ".instanceof.App\Command\GetNewProcurementCommand.0.App\Command\GetNewProcurementCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetNewProcurementCommand).
Resolving inheritance for "App\Command\GetNewProcurementCommand" (parent: .instanceof.App\Command\GetNewProcurementCommand.0.App\Command\GetNewProcurementCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompanyBankrotasCommand" (parent: .abstract.instanceof.App\Command\ImportCompanyBankrotasCommand).
Resolving inheritance for ".instanceof.App\Command\ImportCompanyBankrotasCommand.0.App\Command\ImportCompanyBankrotasCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompanyBankrotasCommand).
Resolving inheritance for "App\Command\ImportCompanyBankrotasCommand" (parent: .instanceof.App\Command\ImportCompanyBankrotasCommand.0.App\Command\ImportCompanyBankrotasCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompanyRestrukturizavimoBylosCommand" (parent: .abstract.instanceof.App\Command\ImportCompanyRestrukturizavimoBylosCommand).
Resolving inheritance for ".instanceof.App\Command\ImportCompanyRestrukturizavimoBylosCommand.0.App\Command\ImportCompanyRestrukturizavimoBylosCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompanyRestrukturizavimoBylosCommand).
Resolving inheritance for "App\Command\ImportCompanyRestrukturizavimoBylosCommand" (parent: .instanceof.App\Command\ImportCompanyRestrukturizavimoBylosCommand.0.App\Command\ImportCompanyRestrukturizavimoBylosCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand" (parent: .abstract.instanceof.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand).
Resolving inheritance for ".instanceof.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand.0.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand).
Resolving inheritance for "App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand" (parent: .instanceof.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand.0.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticAmziusLytisPilietybeCommand" (parent: .abstract.instanceof.App\Command\ImportStatisticAmziusLytisPilietybeCommand).
Resolving inheritance for ".instanceof.App\Command\ImportStatisticAmziusLytisPilietybeCommand.0.App\Command\ImportStatisticAmziusLytisPilietybeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticAmziusLytisPilietybeCommand).
Resolving inheritance for "App\Command\ImportStatisticAmziusLytisPilietybeCommand" (parent: .instanceof.App\Command\ImportStatisticAmziusLytisPilietybeCommand.0.App\Command\ImportStatisticAmziusLytisPilietybeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticGimimaiMirimaiCommand" (parent: .abstract.instanceof.App\Command\ImportStatisticGimimaiMirimaiCommand).
Resolving inheritance for ".instanceof.App\Command\ImportStatisticGimimaiMirimaiCommand.0.App\Command\ImportStatisticGimimaiMirimaiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticGimimaiMirimaiCommand).
Resolving inheritance for "App\Command\ImportStatisticGimimaiMirimaiCommand" (parent: .instanceof.App\Command\ImportStatisticGimimaiMirimaiCommand.0.App\Command\ImportStatisticGimimaiMirimaiCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand" (parent: .abstract.instanceof.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand).
Resolving inheritance for ".instanceof.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand.0.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand).
Resolving inheritance for "App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand" (parent: .instanceof.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand.0.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand" (parent: .abstract.instanceof.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand).
Resolving inheritance for ".instanceof.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand.0.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand).
Resolving inheritance for "App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand" (parent: .instanceof.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand.0.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand" (parent: .abstract.instanceof.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand).
Resolving inheritance for ".instanceof.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand.0.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand).
Resolving inheritance for "App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand" (parent: .instanceof.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand.0.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtExportCodesCommand" (parent: .abstract.instanceof.App\Command\InfoLtExportCodesCommand).
Resolving inheritance for ".instanceof.App\Command\InfoLtExportCodesCommand.0.App\Command\InfoLtExportCodesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtExportCodesCommand).
Resolving inheritance for "App\Command\InfoLtExportCodesCommand" (parent: .instanceof.App\Command\InfoLtExportCodesCommand.0.App\Command\InfoLtExportCodesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtFetchCommand" (parent: .abstract.instanceof.App\Command\InfoLtFetchCommand).
Resolving inheritance for ".instanceof.App\Command\InfoLtFetchCommand.0.App\Command\InfoLtFetchCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtFetchCommand).
Resolving inheritance for "App\Command\InfoLtFetchCommand" (parent: .instanceof.App\Command\InfoLtFetchCommand.0.App\Command\InfoLtFetchCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtImportCsvCommand" (parent: .abstract.instanceof.App\Command\InfoLtImportCsvCommand).
Resolving inheritance for ".instanceof.App\Command\InfoLtImportCsvCommand.0.App\Command\InfoLtImportCsvCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtImportCsvCommand).
Resolving inheritance for "App\Command\InfoLtImportCsvCommand" (parent: .instanceof.App\Command\InfoLtImportCsvCommand.0.App\Command\InfoLtImportCsvCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtQueuePopulateCommand" (parent: .abstract.instanceof.App\Command\InfoLtQueuePopulateCommand).
Resolving inheritance for ".instanceof.App\Command\InfoLtQueuePopulateCommand.0.App\Command\InfoLtQueuePopulateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtQueuePopulateCommand).
Resolving inheritance for "App\Command\InfoLtQueuePopulateCommand" (parent: .instanceof.App\Command\InfoLtQueuePopulateCommand.0.App\Command\InfoLtQueuePopulateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InsertMainCategoriesCommand" (parent: .abstract.instanceof.App\Command\InsertMainCategoriesCommand).
Resolving inheritance for ".instanceof.App\Command\InsertMainCategoriesCommand.0.App\Command\InsertMainCategoriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InsertMainCategoriesCommand).
Resolving inheritance for "App\Command\InsertMainCategoriesCommand" (parent: .instanceof.App\Command\InsertMainCategoriesCommand.0.App\Command\InsertMainCategoriesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InsertSubEconomicActivityTypes1Command" (parent: .abstract.instanceof.App\Command\InsertSubEconomicActivityTypes1Command).
Resolving inheritance for ".instanceof.App\Command\InsertSubEconomicActivityTypes1Command.0.App\Command\InsertSubEconomicActivityTypes1Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InsertSubEconomicActivityTypes1Command).
Resolving inheritance for "App\Command\InsertSubEconomicActivityTypes1Command" (parent: .instanceof.App\Command\InsertSubEconomicActivityTypes1Command.0.App\Command\InsertSubEconomicActivityTypes1Command).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshProjectInventoryCommand" (parent: .abstract.instanceof.App\Command\RefreshProjectInventoryCommand).
Resolving inheritance for ".instanceof.App\Command\RefreshProjectInventoryCommand.0.App\Command\RefreshProjectInventoryCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshProjectInventoryCommand).
Resolving inheritance for "App\Command\RefreshProjectInventoryCommand" (parent: .instanceof.App\Command\RefreshProjectInventoryCommand.0.App\Command\RefreshProjectInventoryCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTestEmailCommand" (parent: .abstract.instanceof.App\Command\SendTestEmailCommand).
Resolving inheritance for ".instanceof.App\Command\SendTestEmailCommand.0.App\Command\SendTestEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTestEmailCommand).
Resolving inheritance for "App\Command\SendTestEmailCommand" (parent: .instanceof.App\Command\SendTestEmailCommand.0.App\Command\SendTestEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestEmailTemplatesCommand" (parent: .abstract.instanceof.App\Command\TestEmailTemplatesCommand).
Resolving inheritance for ".instanceof.App\Command\TestEmailTemplatesCommand.0.App\Command\TestEmailTemplatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestEmailTemplatesCommand).
Resolving inheritance for "App\Command\TestEmailTemplatesCommand" (parent: .instanceof.App\Command\TestEmailTemplatesCommand.0.App\Command\TestEmailTemplatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCompaniesCommand" (parent: .abstract.instanceof.App\Command\UpdateCompaniesCommand).
Resolving inheritance for ".instanceof.App\Command\UpdateCompaniesCommand.0.App\Command\UpdateCompaniesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCompaniesCommand).
Resolving inheritance for "App\Command\UpdateCompaniesCommand" (parent: .instanceof.App\Command\UpdateCompaniesCommand.0.App\Command\UpdateCompaniesCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AIProcurementAnalysisController" (parent: .abstract.instanceof.App\Controller\AIProcurementAnalysisController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AIProcurementAnalysisController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AIProcurementAnalysisController).
Resolving inheritance for ".instanceof.App\Controller\AIProcurementAnalysisController.0.App\Controller\AIProcurementAnalysisController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AIProcurementAnalysisController).
Resolving inheritance for "App\Controller\AIProcurementAnalysisController" (parent: .instanceof.App\Controller\AIProcurementAnalysisController.0.App\Controller\AIProcurementAnalysisController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController" (parent: .abstract.instanceof.App\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController).
Resolving inheritance for ".instanceof.App\Controller\ActivityController.0.App\Controller\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController).
Resolving inheritance for "App\Controller\ActivityController" (parent: .instanceof.App\Controller\ActivityController.0.App\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GemmaController" (parent: .abstract.instanceof.App\Controller\Api\GemmaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GemmaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GemmaController).
Resolving inheritance for ".instanceof.App\Controller\Api\GemmaController.0.App\Controller\Api\GemmaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GemmaController).
Resolving inheritance for "App\Controller\Api\GemmaController" (parent: .instanceof.App\Controller\Api\GemmaController.0.App\Controller\Api\GemmaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GoogleAutoCompleteController" (parent: .abstract.instanceof.App\Controller\Api\GoogleAutoCompleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GoogleAutoCompleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GoogleAutoCompleteController).
Resolving inheritance for ".instanceof.App\Controller\Api\GoogleAutoCompleteController.0.App\Controller\Api\GoogleAutoCompleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GoogleAutoCompleteController).
Resolving inheritance for "App\Controller\Api\GoogleAutoCompleteController" (parent: .instanceof.App\Controller\Api\GoogleAutoCompleteController.0.App\Controller\Api\GoogleAutoCompleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KanbanBoardController" (parent: .abstract.instanceof.App\Controller\Api\KanbanBoardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KanbanBoardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KanbanBoardController).
Resolving inheritance for ".instanceof.App\Controller\Api\KanbanBoardController.0.App\Controller\Api\KanbanBoardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KanbanBoardController).
Resolving inheritance for "App\Controller\Api\KanbanBoardController" (parent: .instanceof.App\Controller\Api\KanbanBoardController.0.App\Controller\Api\KanbanBoardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KanbanCardController" (parent: .abstract.instanceof.App\Controller\Api\KanbanCardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KanbanCardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KanbanCardController).
Resolving inheritance for ".instanceof.App\Controller\Api\KanbanCardController.0.App\Controller\Api\KanbanCardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KanbanCardController).
Resolving inheritance for "App\Controller\Api\KanbanCardController" (parent: .instanceof.App\Controller\Api\KanbanCardController.0.App\Controller\Api\KanbanCardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KanbanColumnController" (parent: .abstract.instanceof.App\Controller\Api\KanbanColumnController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KanbanColumnController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KanbanColumnController).
Resolving inheritance for ".instanceof.App\Controller\Api\KanbanColumnController.0.App\Controller\Api\KanbanColumnController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KanbanColumnController).
Resolving inheritance for "App\Controller\Api\KanbanColumnController" (parent: .instanceof.App\Controller\Api\KanbanColumnController.0.App\Controller\Api\KanbanColumnController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController" (parent: .abstract.instanceof.App\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController).
Resolving inheritance for ".instanceof.App\Controller\CompanyController.0.App\Controller\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController).
Resolving inheritance for "App\Controller\CompanyController" (parent: .instanceof.App\Controller\CompanyController.0.App\Controller\CompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\AccountInfoController" (parent: .abstract.instanceof.App\Controller\Dashboard\AccountInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\AccountInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\AccountInfoController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\AccountInfoController.0.App\Controller\Dashboard\AccountInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\AccountInfoController).
Resolving inheritance for "App\Controller\Dashboard\AccountInfoController" (parent: .instanceof.App\Controller\Dashboard\AccountInfoController.0.App\Controller\Dashboard\AccountInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\AdminUserController" (parent: .abstract.instanceof.App\Controller\Dashboard\AdminUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\AdminUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\AdminUserController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\AdminUserController.0.App\Controller\Dashboard\AdminUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\AdminUserController).
Resolving inheritance for "App\Controller\Dashboard\AdminUserController" (parent: .instanceof.App\Controller\Dashboard\AdminUserController.0.App\Controller\Dashboard\AdminUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\CompanyInfoController" (parent: .abstract.instanceof.App\Controller\Dashboard\CompanyInfoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\CompanyInfoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\CompanyInfoController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\CompanyInfoController.0.App\Controller\Dashboard\CompanyInfoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\CompanyInfoController).
Resolving inheritance for "App\Controller\Dashboard\CompanyInfoController" (parent: .instanceof.App\Controller\Dashboard\CompanyInfoController.0.App\Controller\Dashboard\CompanyInfoController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\CompanyListController" (parent: .abstract.instanceof.App\Controller\Dashboard\CompanyListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\CompanyListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\CompanyListController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\CompanyListController.0.App\Controller\Dashboard\CompanyListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\CompanyListController).
Resolving inheritance for "App\Controller\Dashboard\CompanyListController" (parent: .instanceof.App\Controller\Dashboard\CompanyListController.0.App\Controller\Dashboard\CompanyListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\CompanyOwnerController" (parent: .abstract.instanceof.App\Controller\Dashboard\CompanyOwnerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\CompanyOwnerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\CompanyOwnerController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\CompanyOwnerController.0.App\Controller\Dashboard\CompanyOwnerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\CompanyOwnerController).
Resolving inheritance for "App\Controller\Dashboard\CompanyOwnerController" (parent: .instanceof.App\Controller\Dashboard\CompanyOwnerController.0.App\Controller\Dashboard\CompanyOwnerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardSuggestionsController" (parent: .abstract.instanceof.App\Controller\Dashboard\DashboardSuggestionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardSuggestionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardSuggestionsController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\DashboardSuggestionsController.0.App\Controller\Dashboard\DashboardSuggestionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardSuggestionsController).
Resolving inheritance for "App\Controller\Dashboard\DashboardSuggestionsController" (parent: .instanceof.App\Controller\Dashboard\DashboardSuggestionsController.0.App\Controller\Dashboard\DashboardSuggestionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DealsController" (parent: .abstract.instanceof.App\Controller\Dashboard\DealsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DealsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DealsController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\DealsController.0.App\Controller\Dashboard\DealsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DealsController).
Resolving inheritance for "App\Controller\Dashboard\DealsController" (parent: .instanceof.App\Controller\Dashboard\DealsController.0.App\Controller\Dashboard\DealsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KanbanController" (parent: .abstract.instanceof.App\Controller\Dashboard\KanbanController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KanbanController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KanbanController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\KanbanController.0.App\Controller\Dashboard\KanbanController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KanbanController).
Resolving inheritance for "App\Controller\Dashboard\KanbanController" (parent: .instanceof.App\Controller\Dashboard\KanbanController.0.App\Controller\Dashboard\KanbanController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\MessagesController" (parent: .abstract.instanceof.App\Controller\Dashboard\MessagesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\MessagesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\MessagesController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\MessagesController.0.App\Controller\Dashboard\MessagesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\MessagesController).
Resolving inheritance for "App\Controller\Dashboard\MessagesController" (parent: .instanceof.App\Controller\Dashboard\MessagesController.0.App\Controller\Dashboard\MessagesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\MyNetworkController" (parent: .abstract.instanceof.App\Controller\Dashboard\MyNetworkController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\MyNetworkController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\MyNetworkController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\MyNetworkController.0.App\Controller\Dashboard\MyNetworkController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\MyNetworkController).
Resolving inheritance for "App\Controller\Dashboard\MyNetworkController" (parent: .instanceof.App\Controller\Dashboard\MyNetworkController.0.App\Controller\Dashboard\MyNetworkController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\OverviewController" (parent: .abstract.instanceof.App\Controller\Dashboard\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\OverviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\OverviewController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\OverviewController.0.App\Controller\Dashboard\OverviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\OverviewController).
Resolving inheritance for "App\Controller\Dashboard\OverviewController" (parent: .instanceof.App\Controller\Dashboard\OverviewController.0.App\Controller\Dashboard\OverviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\ProcurementCategoriesController" (parent: .abstract.instanceof.App\Controller\Dashboard\ProcurementCategoriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\ProcurementCategoriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\ProcurementCategoriesController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\ProcurementCategoriesController.0.App\Controller\Dashboard\ProcurementCategoriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\ProcurementCategoriesController).
Resolving inheritance for "App\Controller\Dashboard\ProcurementCategoriesController" (parent: .instanceof.App\Controller\Dashboard\ProcurementCategoriesController.0.App\Controller\Dashboard\ProcurementCategoriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\PublicProcurementController" (parent: .abstract.instanceof.App\Controller\Dashboard\PublicProcurementController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\PublicProcurementController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\PublicProcurementController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\PublicProcurementController.0.App\Controller\Dashboard\PublicProcurementController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\PublicProcurementController).
Resolving inheritance for "App\Controller\Dashboard\PublicProcurementController" (parent: .instanceof.App\Controller\Dashboard\PublicProcurementController.0.App\Controller\Dashboard\PublicProcurementController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\RequestResponseController" (parent: .abstract.instanceof.App\Controller\Dashboard\RequestResponseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\RequestResponseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\RequestResponseController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\RequestResponseController.0.App\Controller\Dashboard\RequestResponseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\RequestResponseController).
Resolving inheritance for "App\Controller\Dashboard\RequestResponseController" (parent: .instanceof.App\Controller\Dashboard\RequestResponseController.0.App\Controller\Dashboard\RequestResponseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\UserRequestMessageController" (parent: .abstract.instanceof.App\Controller\Dashboard\UserRequestMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\UserRequestMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\UserRequestMessageController).
Resolving inheritance for ".instanceof.App\Controller\Dashboard\UserRequestMessageController.0.App\Controller\Dashboard\UserRequestMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\UserRequestMessageController).
Resolving inheritance for "App\Controller\Dashboard\UserRequestMessageController" (parent: .instanceof.App\Controller\Dashboard\UserRequestMessageController.0.App\Controller\Dashboard\UserRequestMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DealOutreachTrackingController" (parent: .abstract.instanceof.App\Controller\DealOutreachTrackingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DealOutreachTrackingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DealOutreachTrackingController).
Resolving inheritance for ".instanceof.App\Controller\DealOutreachTrackingController.0.App\Controller\DealOutreachTrackingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DealOutreachTrackingController).
Resolving inheritance for "App\Controller\DealOutreachTrackingController" (parent: .instanceof.App\Controller\DealOutreachTrackingController.0.App\Controller\DealOutreachTrackingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventsController" (parent: .abstract.instanceof.App\Controller\EventsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventsController).
Resolving inheritance for ".instanceof.App\Controller\EventsController.0.App\Controller\EventsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventsController).
Resolving inheritance for "App\Controller\EventsController" (parent: .instanceof.App\Controller\EventsController.0.App\Controller\EventsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.App\Controller\HomeController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.App\Controller\HomeController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguageController" (parent: .abstract.instanceof.App\Controller\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguageController).
Resolving inheritance for ".instanceof.App\Controller\LanguageController.0.App\Controller\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguageController).
Resolving inheritance for "App\Controller\LanguageController" (parent: .instanceof.App\Controller\LanguageController.0.App\Controller\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MapController" (parent: .abstract.instanceof.App\Controller\MapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MapController).
Resolving inheritance for ".instanceof.App\Controller\MapController.0.App\Controller\MapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MapController).
Resolving inheritance for "App\Controller\MapController" (parent: .instanceof.App\Controller\MapController.0.App\Controller\MapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController" (parent: .abstract.instanceof.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.App\Controller\NotificationController.0.App\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController).
Resolving inheritance for "App\Controller\NotificationController" (parent: .instanceof.App\Controller\NotificationController.0.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PerplexicaProxyController" (parent: .abstract.instanceof.App\Controller\PerplexicaProxyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PerplexicaProxyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PerplexicaProxyController).
Resolving inheritance for ".instanceof.App\Controller\PerplexicaProxyController.0.App\Controller\PerplexicaProxyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PerplexicaProxyController).
Resolving inheritance for "App\Controller\PerplexicaProxyController" (parent: .instanceof.App\Controller\PerplexicaProxyController.0.App\Controller\PerplexicaProxyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PricingController" (parent: .abstract.instanceof.App\Controller\PricingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PricingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PricingController).
Resolving inheritance for ".instanceof.App\Controller\PricingController.0.App\Controller\PricingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PricingController).
Resolving inheritance for "App\Controller\PricingController" (parent: .instanceof.App\Controller\PricingController.0.App\Controller\PricingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.App\Controller\RegistrationController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.App\Controller\RegistrationController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.App\Controller\ResetPasswordController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController).
Resolving inheritance for "App\Controller\ResetPasswordController" (parent: .instanceof.App\Controller\ResetPasswordController.0.App\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.App\Controller\SearchController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.App\Controller\SearchController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchProxyController" (parent: .abstract.instanceof.App\Controller\SearchProxyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchProxyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchProxyController).
Resolving inheritance for ".instanceof.App\Controller\SearchProxyController.0.App\Controller\SearchProxyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchProxyController).
Resolving inheritance for "App\Controller\SearchProxyController" (parent: .instanceof.App\Controller\SearchProxyController.0.App\Controller\SearchProxyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchSuggestionsController" (parent: .abstract.instanceof.App\Controller\SearchSuggestionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchSuggestionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchSuggestionsController).
Resolving inheritance for ".instanceof.App\Controller\SearchSuggestionsController.0.App\Controller\SearchSuggestionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchSuggestionsController).
Resolving inheritance for "App\Controller\SearchSuggestionsController" (parent: .instanceof.App\Controller\SearchSuggestionsController.0.App\Controller\SearchSuggestionsController).
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 ".instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.App\Controller\SecurityController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TermsController" (parent: .abstract.instanceof.App\Controller\TermsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TermsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TermsController).
Resolving inheritance for ".instanceof.App\Controller\TermsController.0.App\Controller\TermsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TermsController).
Resolving inheritance for "App\Controller\TermsController" (parent: .instanceof.App\Controller\TermsController.0.App\Controller\TermsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserProcurementRequestController" (parent: .abstract.instanceof.App\Controller\UserProcurementRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserProcurementRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserProcurementRequestController).
Resolving inheritance for ".instanceof.App\Controller\UserProcurementRequestController.0.App\Controller\UserProcurementRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserProcurementRequestController).
Resolving inheritance for "App\Controller\UserProcurementRequestController" (parent: .instanceof.App\Controller\UserProcurementRequestController.0.App\Controller\UserProcurementRequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRequestController" (parent: .abstract.instanceof.App\Controller\UserRequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRequestController).
Resolving inheritance for ".instanceof.App\Controller\UserRequestController.0.App\Controller\UserRequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRequestController).
Resolving inheritance for "App\Controller\UserRequestController" (parent: .instanceof.App\Controller\UserRequestController.0.App\Controller\UserRequestController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\EmailVerificationChecker" (parent: .abstract.instanceof.App\EventListener\EmailVerificationChecker).
Resolving inheritance for "App\EventListener\EmailVerificationChecker" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\EmailVerificationChecker).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginAttemptLogger" (parent: .abstract.instanceof.App\EventListener\LoginAttemptLogger).
Resolving inheritance for "App\EventListener\LoginAttemptLogger" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginAttemptLogger).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginDeviceTracker" (parent: .abstract.instanceof.App\EventListener\LoginDeviceTracker).
Resolving inheritance for "App\EventListener\LoginDeviceTracker" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginDeviceTracker).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SentryLoggerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SentryLoggerSubscriber).
Resolving inheritance for "App\EventSubscriber\SentryLoggerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SentryLoggerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyAutocompleteType" (parent: .abstract.instanceof.App\Form\CompanyAutocompleteType).
Resolving inheritance for ".instanceof.App\Form\CompanyAutocompleteType.0.App\Form\CompanyAutocompleteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyAutocompleteType).
Resolving inheritance for "App\Form\CompanyAutocompleteType" (parent: .instanceof.App\Form\CompanyAutocompleteType.0.App\Form\CompanyAutocompleteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyContactInfoType" (parent: .abstract.instanceof.App\Form\CompanyContactInfoType).
Resolving inheritance for "App\Form\CompanyContactInfoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyContactInfoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDescriptionType" (parent: .abstract.instanceof.App\Form\CompanyDescriptionType).
Resolving inheritance for "App\Form\CompanyDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyInfoEditType" (parent: .abstract.instanceof.App\Form\CompanyInfoEditType).
Resolving inheritance for "App\Form\CompanyInfoEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyInfoEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationFormType" (parent: .abstract.instanceof.App\Form\CompanyRegistrationFormType).
Resolving inheritance for "App\Form\CompanyRegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanySearchFormType" (parent: .abstract.instanceof.App\Form\CompanySearchFormType).
Resolving inheritance for "App\Form\CompanySearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanySearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyUserPermissionRequestType" (parent: .abstract.instanceof.App\Form\CompanyUserPermissionRequestType).
Resolving inheritance for "App\Form\CompanyUserPermissionRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyUserPermissionRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DashboardFeedbackType" (parent: .abstract.instanceof.App\Form\DashboardFeedbackType).
Resolving inheritance for "App\Form\DashboardFeedbackType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DashboardFeedbackType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RequestItemType" (parent: .abstract.instanceof.App\Form\RequestItemType).
Resolving inheritance for "App\Form\RequestItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RequestItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TestForm" (parent: .abstract.instanceof.App\Form\TestForm).
Resolving inheritance for "App\Form\TestForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TestForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HoneypotType" (parent: .abstract.instanceof.App\Form\Type\HoneypotType).
Resolving inheritance for "App\Form\Type\HoneypotType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HoneypotType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserNotificationSettingsType" (parent: .abstract.instanceof.App\Form\UserNotificationSettingsType).
Resolving inheritance for "App\Form\UserNotificationSettingsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserNotificationSettingsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProcurementRequestItemType" (parent: .abstract.instanceof.App\Form\UserProcurementRequestItemType).
Resolving inheritance for "App\Form\UserProcurementRequestItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProcurementRequestItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProcurementRequestMessageType" (parent: .abstract.instanceof.App\Form\UserProcurementRequestMessageType).
Resolving inheritance for "App\Form\UserProcurementRequestMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProcurementRequestMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProcurementRequestType" (parent: .abstract.instanceof.App\Form\UserProcurementRequestType).
Resolving inheritance for "App\Form\UserProcurementRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProcurementRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestItemResponseType" (parent: .abstract.instanceof.App\Form\UserRequestItemResponseType).
Resolving inheritance for "App\Form\UserRequestItemResponseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestItemResponseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestMessageType" (parent: .abstract.instanceof.App\Form\UserRequestMessageType).
Resolving inheritance for "App\Form\UserRequestMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestResponseType" (parent: .abstract.instanceof.App\Form\UserRequestResponseType).
Resolving inheritance for "App\Form\UserRequestResponseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestResponseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestType" (parent: .abstract.instanceof.App\Form\UserRequestType).
Resolving inheritance for "App\Form\UserRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AITagRepository" (parent: .abstract.instanceof.App\Repository\AITagRepository).
Resolving inheritance for "App\Repository\AITagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AITagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AITagSuggestionRepository" (parent: .abstract.instanceof.App\Repository\AITagSuggestionRepository).
Resolving inheritance for "App\Repository\AITagSuggestionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AITagSuggestionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AITagTranslationRepository" (parent: .abstract.instanceof.App\Repository\AITagTranslationRepository).
Resolving inheritance for "App\Repository\AITagTranslationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AITagTranslationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BvpzCodeRepository" (parent: .abstract.instanceof.App\Repository\BvpzCodeRepository).
Resolving inheritance for "App\Repository\BvpzCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BvpzCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyActivityClassifierRepository" (parent: .abstract.instanceof.App\Repository\CompanyActivityClassifierRepository).
Resolving inheritance for "App\Repository\CompanyActivityClassifierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyActivityClassifierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyBalansoAtaskaitaRepository" (parent: .abstract.instanceof.App\Repository\CompanyBalansoAtaskaitaRepository).
Resolving inheritance for "App\Repository\CompanyBalansoAtaskaitaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyBalansoAtaskaitaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyBankrotasRepository" (parent: .abstract.instanceof.App\Repository\CompanyBankrotasRepository).
Resolving inheritance for "App\Repository\CompanyBankrotasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyBankrotasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyBrandRepository" (parent: .abstract.instanceof.App\Repository\CompanyBrandRepository).
Resolving inheritance for "App\Repository\CompanyBrandRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyBrandRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyInfoLtQueueRepository" (parent: .abstract.instanceof.App\Repository\CompanyInfoLtQueueRepository).
Resolving inheritance for "App\Repository\CompanyInfoLtQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyInfoLtQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyInfoRepository" (parent: .abstract.instanceof.App\Repository\CompanyInfoRepository).
Resolving inheritance for "App\Repository\CompanyInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyJadisDalyvisRepository" (parent: .abstract.instanceof.App\Repository\CompanyJadisDalyvisRepository).
Resolving inheritance for "App\Repository\CompanyJadisDalyvisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyJadisDalyvisRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyKapitalasRepository" (parent: .abstract.instanceof.App\Repository\CompanyKapitalasRepository).
Resolving inheritance for "App\Repository\CompanyKapitalasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyKapitalasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyManagementEntitiesRepository" (parent: .abstract.instanceof.App\Repository\CompanyManagementEntitiesRepository).
Resolving inheritance for "App\Repository\CompanyManagementEntitiesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyManagementEntitiesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyMokesciuMoketojasRepository" (parent: .abstract.instanceof.App\Repository\CompanyMokesciuMoketojasRepository).
Resolving inheritance for "App\Repository\CompanyMokesciuMoketojasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyMokesciuMoketojasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNepateikeFinansiniuDokumentuRepository" (parent: .abstract.instanceof.App\Repository\CompanyNepateikeFinansiniuDokumentuRepository).
Resolving inheritance for "App\Repository\CompanyNepateikeFinansiniuDokumentuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNepateikeFinansiniuDokumentuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNepriemokosSumosRepository" (parent: .abstract.instanceof.App\Repository\CompanyNepriemokosSumosRepository).
Resolving inheritance for "App\Repository\CompanyNepriemokosSumosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNepriemokosSumosRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNevOrgIsregistruotosRepository" (parent: .abstract.instanceof.App\Repository\CompanyNevOrgIsregistruotosRepository).
Resolving inheritance for "App\Repository\CompanyNevOrgIsregistruotosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNevOrgIsregistruotosRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNevOrgRepository" (parent: .abstract.instanceof.App\Repository\CompanyNevOrgRepository).
Resolving inheritance for "App\Repository\CompanyNevOrgRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNevOrgRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyParamosGavejaiIsregistruotiRepository" (parent: .abstract.instanceof.App\Repository\CompanyParamosGavejaiIsregistruotiRepository).
Resolving inheritance for "App\Repository\CompanyParamosGavejaiIsregistruotiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyParamosGavejaiIsregistruotiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyParamosGavejaiRepository" (parent: .abstract.instanceof.App\Repository\CompanyParamosGavejaiRepository).
Resolving inheritance for "App\Repository\CompanyParamosGavejaiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyParamosGavejaiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPelnoAtaskaitaRepository" (parent: .abstract.instanceof.App\Repository\CompanyPelnoAtaskaitaRepository).
Resolving inheritance for "App\Repository\CompanyPelnoAtaskaitaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPelnoAtaskaitaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPermissionConfirmationRepository" (parent: .abstract.instanceof.App\Repository\CompanyPermissionConfirmationRepository).
Resolving inheritance for "App\Repository\CompanyPermissionConfirmationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPermissionConfirmationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRawDataRepository" (parent: .abstract.instanceof.App\Repository\CompanyRawDataRepository).
Resolving inheritance for "App\Repository\CompanyRawDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRawDataRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRestrukturizavimoBylosRepository" (parent: .abstract.instanceof.App\Repository\CompanyRestrukturizavimoBylosRepository).
Resolving inheritance for "App\Repository\CompanyRestrukturizavimoBylosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRestrukturizavimoBylosRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySectorClassifierRepository" (parent: .abstract.instanceof.App\Repository\CompanySectorClassifierRepository).
Resolving inheritance for "App\Repository\CompanySectorClassifierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySectorClassifierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTaxPayerRepository" (parent: .abstract.instanceof.App\Repository\CompanyTaxPayerRepository).
Resolving inheritance for "App\Repository\CompanyTaxPayerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTaxPayerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTaxpayerCodesRepository" (parent: .abstract.instanceof.App\Repository\CompanyTaxpayerCodesRepository).
Resolving inheritance for "App\Repository\CompanyTaxpayerCodesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTaxpayerCodesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTycinisBankrotasRepository" (parent: .abstract.instanceof.App\Repository\CompanyTycinisBankrotasRepository).
Resolving inheritance for "App\Repository\CompanyTycinisBankrotasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTycinisBankrotasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyVeluojantisPateiktiAtaskaitaRepository" (parent: .abstract.instanceof.App\Repository\CompanyVeluojantisPateiktiAtaskaitaRepository).
Resolving inheritance for "App\Repository\CompanyVeluojantisPateiktiAtaskaitaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyVeluojantisPateiktiAtaskaitaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DashboardFeedbackRepository" (parent: .abstract.instanceof.App\Repository\DashboardFeedbackRepository).
Resolving inheritance for "App\Repository\DashboardFeedbackRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DashboardFeedbackRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DealCategoryRepository" (parent: .abstract.instanceof.App\Repository\DealCategoryRepository).
Resolving inheritance for "App\Repository\DealCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DealCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DealOutreachRepository" (parent: .abstract.instanceof.App\Repository\DealOutreachRepository).
Resolving inheritance for "App\Repository\DealOutreachRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DealOutreachRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceFingerprintRepository" (parent: .abstract.instanceof.App\Repository\DeviceFingerprintRepository).
Resolving inheritance for "App\Repository\DeviceFingerprintRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceFingerprintRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GydymoVaistiniuSarasasRepository" (parent: .abstract.instanceof.App\Repository\GydymoVaistiniuSarasasRepository).
Resolving inheritance for "App\Repository\GydymoVaistiniuSarasasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GydymoVaistiniuSarasasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanBoardMemberRepository" (parent: .abstract.instanceof.App\Repository\KanbanBoardMemberRepository).
Resolving inheritance for "App\Repository\KanbanBoardMemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanBoardMemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanBoardRepository" (parent: .abstract.instanceof.App\Repository\KanbanBoardRepository).
Resolving inheritance for "App\Repository\KanbanBoardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanBoardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanCardActivityRepository" (parent: .abstract.instanceof.App\Repository\KanbanCardActivityRepository).
Resolving inheritance for "App\Repository\KanbanCardActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanCardActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanCardAssignmentRepository" (parent: .abstract.instanceof.App\Repository\KanbanCardAssignmentRepository).
Resolving inheritance for "App\Repository\KanbanCardAssignmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanCardAssignmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanCardRepository" (parent: .abstract.instanceof.App\Repository\KanbanCardRepository).
Resolving inheritance for "App\Repository\KanbanCardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanCardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanColumnRepository" (parent: .abstract.instanceof.App\Repository\KanbanColumnRepository).
Resolving inheritance for "App\Repository\KanbanColumnRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanColumnRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegalStatusClassifierRepository" (parent: .abstract.instanceof.App\Repository\LegalStatusClassifierRepository).
Resolving inheritance for "App\Repository\LegalStatusClassifierRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegalStatusClassifierRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginAttemptRepository" (parent: .abstract.instanceof.App\Repository\LoginAttemptRepository).
Resolving inheritance for "App\Repository\LoginAttemptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginAttemptRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MainEconomicActivityTypeRepository" (parent: .abstract.instanceof.App\Repository\MainEconomicActivityTypeRepository).
Resolving inheritance for "App\Repository\MainEconomicActivityTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MainEconomicActivityTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository" (parent: .abstract.instanceof.App\Repository\MessageRepository).
Resolving inheritance for "App\Repository\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcurementInfoRepository" (parent: .abstract.instanceof.App\Repository\ProcurementInfoRepository).
Resolving inheritance for "App\Repository\ProcurementInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcurementInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcurementRepository" (parent: .abstract.instanceof.App\Repository\ProcurementRepository).
Resolving inheritance for "App\Repository\ProcurementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcurementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RequestItemRepository" (parent: .abstract.instanceof.App\Repository\RequestItemRepository).
Resolving inheritance for "App\Repository\RequestItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RequestItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SavivaldybeRepository" (parent: .abstract.instanceof.App\Repository\SavivaldybeRepository).
Resolving inheritance for "App\Repository\SavivaldybeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SavivaldybeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticAbsolventuSkaiciusPagalSritisRepository" (parent: .abstract.instanceof.App\Repository\StatisticAbsolventuSkaiciusPagalSritisRepository).
Resolving inheritance for "App\Repository\StatisticAbsolventuSkaiciusPagalSritisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticAbsolventuSkaiciusPagalSritisRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticAmziusLytisPilietybeRepository" (parent: .abstract.instanceof.App\Repository\StatisticAmziusLytisPilietybeRepository).
Resolving inheritance for "App\Repository\StatisticAmziusLytisPilietybeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticAmziusLytisPilietybeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticGimimaiMirimaiRepository" (parent: .abstract.instanceof.App\Repository\StatisticGimimaiMirimaiRepository).
Resolving inheritance for "App\Repository\StatisticGimimaiMirimaiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticGimimaiMirimaiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticGyventojuIsduotuVersloLiudijimuRepository" (parent: .abstract.instanceof.App\Repository\StatisticGyventojuIsduotuVersloLiudijimuRepository).
Resolving inheritance for "App\Repository\StatisticGyventojuIsduotuVersloLiudijimuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticGyventojuIsduotuVersloLiudijimuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticGyventojuPajamosPagalSavivaldybeRepository" (parent: .abstract.instanceof.App\Repository\StatisticGyventojuPajamosPagalSavivaldybeRepository).
Resolving inheritance for "App\Repository\StatisticGyventojuPajamosPagalSavivaldybeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticGyventojuPajamosPagalSavivaldybeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticJuridiniuAsmenuApieUzsienioFJAsmenisRepository" (parent: .abstract.instanceof.App\Repository\StatisticJuridiniuAsmenuApieUzsienioFJAsmenisRepository).
Resolving inheritance for "App\Repository\StatisticJuridiniuAsmenuApieUzsienioFJAsmenisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticJuridiniuAsmenuApieUzsienioFJAsmenisRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticJuridiniuAsmenuDalyviuSkaiciusRepository" (parent: .abstract.instanceof.App\Repository\StatisticJuridiniuAsmenuDalyviuSkaiciusRepository).
Resolving inheritance for "App\Repository\StatisticJuridiniuAsmenuDalyviuSkaiciusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticJuridiniuAsmenuDalyviuSkaiciusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticJuridiniuAsmenuSkPagalSalisRepository" (parent: .abstract.instanceof.App\Repository\StatisticJuridiniuAsmenuSkPagalSalisRepository).
Resolving inheritance for "App\Repository\StatisticJuridiniuAsmenuSkPagalSalisRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticJuridiniuAsmenuSkPagalSalisRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPolitinesKampanijosReklamaRepository" (parent: .abstract.instanceof.App\Repository\StatisticPolitinesKampanijosReklamaRepository).
Resolving inheritance for "App\Repository\StatisticPolitinesKampanijosReklamaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPolitinesKampanijosReklamaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPolitinesKompanijosNariuMokesciaiRepository" (parent: .abstract.instanceof.App\Repository\StatisticPolitinesKompanijosNariuMokesciaiRepository).
Resolving inheritance for "App\Repository\StatisticPolitinesKompanijosNariuMokesciaiRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPolitinesKompanijosNariuMokesciaiRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPolitinesKompanijosPajamosRepository" (parent: .abstract.instanceof.App\Repository\StatisticPolitinesKompanijosPajamosRepository).
Resolving inheritance for "App\Repository\StatisticPolitinesKompanijosPajamosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPolitinesKompanijosPajamosRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPriimtuStudijuotiSkaiciusRepository" (parent: .abstract.instanceof.App\Repository\StatisticPriimtuStudijuotiSkaiciusRepository).
Resolving inheritance for "App\Repository\StatisticPriimtuStudijuotiSkaiciusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPriimtuStudijuotiSkaiciusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticReliginiuBendruomeniuSarasasRepository" (parent: .abstract.instanceof.App\Repository\StatisticReliginiuBendruomeniuSarasasRepository).
Resolving inheritance for "App\Repository\StatisticReliginiuBendruomeniuSarasasRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticReliginiuBendruomeniuSarasasRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticStudentuSkaiciusPagalLytiAmziuRepository" (parent: .abstract.instanceof.App\Repository\StatisticStudentuSkaiciusPagalLytiAmziuRepository).
Resolving inheritance for "App\Repository\StatisticStudentuSkaiciusPagalLytiAmziuRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticStudentuSkaiciusPagalLytiAmziuRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticValstybinesIstaigosRepository" (parent: .abstract.instanceof.App\Repository\StatisticValstybinesIstaigosRepository).
Resolving inheritance for "App\Repository\StatisticValstybinesIstaigosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticValstybinesIstaigosRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticVykdanciusIndividualiaVeiklaRepository" (parent: .abstract.instanceof.App\Repository\StatisticVykdanciusIndividualiaVeiklaRepository).
Resolving inheritance for "App\Repository\StatisticVykdanciusIndividualiaVeiklaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticVykdanciusIndividualiaVeiklaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubEconomicActivityTypeRepository" (parent: .abstract.instanceof.App\Repository\SubEconomicActivityTypeRepository).
Resolving inheritance for "App\Repository\SubEconomicActivityTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubEconomicActivityTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SvietimoMoksloInstitucijosRepository" (parent: .abstract.instanceof.App\Repository\SvietimoMoksloInstitucijosRepository).
Resolving inheritance for "App\Repository\SvietimoMoksloInstitucijosRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SvietimoMoksloInstitucijosRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestTableRepository" (parent: .abstract.instanceof.App\Repository\TestTableRepository).
Resolving inheritance for "App\Repository\TestTableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestTableRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserBvpzSubscriptionRepository" (parent: .abstract.instanceof.App\Repository\UserBvpzSubscriptionRepository).
Resolving inheritance for "App\Repository\UserBvpzSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserBvpzSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserCompanyPermissionRepository" (parent: .abstract.instanceof.App\Repository\UserCompanyPermissionRepository).
Resolving inheritance for "App\Repository\UserCompanyPermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserCompanyPermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserDeviceRepository" (parent: .abstract.instanceof.App\Repository\UserDeviceRepository).
Resolving inheritance for "App\Repository\UserDeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserDeviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserInfoRepository" (parent: .abstract.instanceof.App\Repository\UserInfoRepository).
Resolving inheritance for "App\Repository\UserInfoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserInfoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationSettingsRepository" (parent: .abstract.instanceof.App\Repository\UserNotificationSettingsRepository).
Resolving inheritance for "App\Repository\UserNotificationSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestItemRepository" (parent: .abstract.instanceof.App\Repository\UserProcurementRequestItemRepository).
Resolving inheritance for "App\Repository\UserProcurementRequestItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestItemResponseRepository" (parent: .abstract.instanceof.App\Repository\UserProcurementRequestItemResponseRepository).
Resolving inheritance for "App\Repository\UserProcurementRequestItemResponseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestItemResponseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestMessageRepository" (parent: .abstract.instanceof.App\Repository\UserProcurementRequestMessageRepository).
Resolving inheritance for "App\Repository\UserProcurementRequestMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestRepository" (parent: .abstract.instanceof.App\Repository\UserProcurementRequestRepository).
Resolving inheritance for "App\Repository\UserProcurementRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestResponseRepository" (parent: .abstract.instanceof.App\Repository\UserProcurementRequestResponseRepository).
Resolving inheritance for "App\Repository\UserProcurementRequestResponseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestResponseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRequestMessageRepository" (parent: .abstract.instanceof.App\Repository\UserRequestMessageRepository).
Resolving inheritance for "App\Repository\UserRequestMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRequestMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRequestRepository" (parent: .abstract.instanceof.App\Repository\UserRequestRepository).
Resolving inheritance for "App\Repository\UserRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRequestResponseRepository" (parent: .abstract.instanceof.App\Repository\UserRequestResponseRepository).
Resolving inheritance for "App\Repository\UserRequestResponseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRequestResponseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSuppliersRepository" (parent: .abstract.instanceof.App\Repository\UserSuppliersRepository).
Resolving inheritance for "App\Repository\UserSuppliersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSuppliersRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\KanbanBoardVoter" (parent: .abstract.instanceof.App\Security\KanbanBoardVoter).
Resolving inheritance for "App\Security\KanbanBoardVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\KanbanBoardVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Base64Extension" (parent: .abstract.instanceof.App\Twig\Base64Extension).
Resolving inheritance for "App\Twig\Base64Extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Base64Extension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CountryExtension" (parent: .abstract.instanceof.App\Twig\CountryExtension).
Resolving inheritance for "App\Twig\CountryExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CountryExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\HighlightExtension" (parent: .abstract.instanceof.App\Twig\HighlightExtension).
Resolving inheritance for "App\Twig\HighlightExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\HighlightExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ObjectExtension" (parent: .abstract.instanceof.App\Twig\ObjectExtension).
Resolving inheritance for "App\Twig\ObjectExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ObjectExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeExtension" (parent: .abstract.instanceof.App\Twig\TimeExtension).
Resolving inheritance for "App\Twig\TimeExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeExtension).
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.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._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.login_limiter" (parent: limiter).
Resolving inheritance for "limiter.register_limiter" (parent: limiter).
Resolving inheritance for "limiter.password_reset_email_limiter" (parent: limiter).
Resolving inheritance for "limiter.password_reset_ip_limiter" (parent: limiter).
Resolving inheritance for "limiter.verification_email_resend_limiter" (parent: limiter).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".ux_icons.cache" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
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.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 "ux_map.renderer_factory.leaflet" (parent: ux_map.renderer_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 "cache.security_is_csrf_token_valid_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 "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: App\Security\LoginSuccessHandler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
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 "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\RegionOfInterest" (parent: .abstract.instanceof.App\Enum\RegionOfInterest).
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_listener" (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_schedule" (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_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 "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_autocomplete_field" (parent: maker.auto_command.abstract).
Resolving inheritance for "ux.autocomplete.wrapped_entity_type_autocompleter.company_autocomplete_type" (parent: ux.autocomplete.wrapped_entity_type_autocompleter).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
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.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
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.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.http_client.pool.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.rate_limiter.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.webpack_encore.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for ".ux_icons.cache.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_token_verifier.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.ux.twig_component.traceable" (parent: sentry.tracing.traceable_cache_adapter).
287
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; 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\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; 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\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; 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.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; 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\NamespacedPoolInterface"; 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 "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; 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\ErrorHandler\ErrorRenderer\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 "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; 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 ".Symfony\Component\RateLimiter\RateLimiterFactory $login_limiter.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $login_limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $loginLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $register_limiter.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $registerLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $register_limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $registerLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $password_reset_email_limiter.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $passwordResetEmailLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $password_reset_email_limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $passwordResetEmailLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $password_reset_ip_limiter.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $passwordResetIpLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $password_reset_ip_limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $passwordResetIpLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $verification_email_resend_limiter.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $verificationEmailResendLimiterLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactoryInterface $verification_email_resend_limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactoryInterface $verificationEmailResendLimiterLimiter"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderParser"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_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\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service ".ux_icons.icon_registry"; reason: private alias.
Removed service "Symfony\UX\Icons\IconRendererInterface"; 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 $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; 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 $default.entity_manager"; 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 "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; 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\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.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
Removed service "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "console.command.stimulus_component_debug"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenFactoryInterface $defaultTokenFactory"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\Jwt\TokenProviderInterface $defaultTokenProvider"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $defaultHub"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $defaultPublisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface $default"; reason: private alias.
Removed service "Symfony\Component\Mercure\HubInterface"; reason: private alias.
Removed service "Symfony\Component\Mercure\Publisher"; reason: private alias.
Removed service "Symfony\Component\Mercure\PublisherInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory"; 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 "doctrine.id_generator_locator"; reason: private alias.
Removed service "turbo.mercure.stimulus_helper"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service ".service_locator.VPIQtpB"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "http_client.uri_template.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "twig.configurator.environment"; reason: private alias.
Removed service "mercure.hub.default.publisher"; reason: private alias.
Removed service "mercure.hub.default"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service ".ux_icons.cache"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.security_token_verifier"; reason: private alias.
Removed service "cache.ux.twig_component"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.vGqW0q7"; reason: private alias.
Removed service ".service_locator.UOV1jy9"; reason: private alias.
Removed service ".service_locator.sazjZXV"; reason: private alias.
Removed service ".service_locator.yZty4YD"; reason: private alias.
Removed service ".service_locator.qTSYRPC"; reason: private alias.
Removed service ".service_locator.NELSXUV"; reason: private alias.
Removed service ".service_locator.DGwmVzR"; reason: private alias.
Removed service ".service_locator.Jpuqt_f"; reason: private alias.
Removed service ".service_locator.uP4XkPs"; reason: private alias.
Removed service ".service_locator.qXns90D"; reason: private alias.
Removed service ".service_locator.6WWrLCn"; reason: private alias.
Removed service ".service_locator.xmu3QOq"; reason: private alias.
Removed service ".service_locator.0ekWYPZ"; reason: private alias.
Removed service ".service_locator.UW48tyq"; reason: private alias.
Removed service ".service_locator.lnHwouk"; reason: private alias.
Removed service ".service_locator.Qw2uiTE"; reason: private alias.
Removed service ".service_locator.P11K0B2"; reason: private alias.
Removed service ".service_locator.N6IQTNm"; reason: private alias.
Removed service ".service_locator.Y.5fpW."; reason: private alias.
Removed service ".service_locator.IL7wNAP"; reason: private alias.
Removed service ".service_locator.kri6iXo"; reason: private alias.
Removed service ".service_locator.dd6LK.P"; reason: private alias.
Removed service ".service_locator.3PigEx8"; reason: private alias.
Removed service ".service_locator.TCHvcvZ"; reason: private alias.
Removed service ".service_locator.W1IHb4h"; reason: private alias.
Removed service ".service_locator.2zJWWbc"; reason: private alias.
Removed service ".service_locator.2PMYUcw"; reason: private alias.
Removed service ".service_locator.mCBawgf"; reason: private alias.
Removed service ".service_locator.r3JD88c"; reason: private alias.
Removed service ".service_locator.xnaGNuh"; reason: private alias.
Removed service ".service_locator.DMks0bO"; reason: private alias.
Removed service ".service_locator.Jug69LI"; reason: private alias.
Removed service ".service_locator.U4lu1bM"; reason: private alias.
Removed service ".service_locator.n6L3_Y6"; reason: private alias.
Removed service ".service_locator.005dD31"; reason: private alias.
Removed service ".service_locator.8IUM1NI"; reason: private alias.
Removed service ".service_locator.71TyJ3v"; reason: private alias.
Removed service ".service_locator.HsFy2wW"; reason: private alias.
Removed service ".service_locator.hXBqgaL"; reason: private alias.
Removed service ".service_locator.rBfq133"; reason: private alias.
Removed service ".service_locator.TQlzLG4"; reason: private alias.
Removed service ".service_locator.6vFJEHG"; reason: private alias.
Removed service ".service_locator.UfSO8GJ"; reason: private alias.
Removed service ".service_locator.2jOsoJ9"; reason: private alias.
Removed service ".service_locator.dduSC4o"; reason: private alias.
Removed service ".service_locator.RWaZyeF"; reason: private alias.
Removed service ".service_locator.6GIaXKF"; reason: private alias.
Removed service ".service_locator.rKyNB3B"; reason: private alias.
Removed service ".service_locator.8nC0N86"; reason: private alias.
Removed service ".service_locator.ClB3hzk"; reason: private alias.
Removed service ".service_locator.sYZmADY"; reason: private alias.
Removed service ".service_locator.AlnnEqf"; reason: private alias.
Removed service ".service_locator.I7IpjjI"; reason: private alias.
Removed service ".service_locator.vKIFNIr"; reason: private alias.
Removed service ".service_locator.8saoISA"; reason: private alias.
Removed service ".service_locator.0ngK9uf"; reason: private alias.
127
Changed reference of service "App\Controller\Dashboard\CompanyInfoController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Dashboard\DashboardSuggestionsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\UserProcurementRequestController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\UserRequestController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventListener\EmailVerificationChecker" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\LoginSuccessHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\CountryService" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Service\DealOutreachService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\EmailService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\NotificationService" previously pointing to "router.default" to "router".
Changed reference of service "App\Twig\TimeExtension" previously pointing to "translator.data_collector" to "translator".
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 "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "cache.http_client.pool.traceable" to "cache.http_client.pool".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "services_resetter" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.config_debug" previously pointing to ".service_locator.ryAvHi4" to "container.env_var_processors_locator".
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 "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.http_client.pool.traceable" to "cache.http_client.pool".
Changed reference of service "cache.global_clearer" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "cache.http_client" previously pointing to "cache.http_client.pool.traceable" to "cache.http_client.pool".
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.native" 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 "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 "limiter.storage.login_limiter" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "limiter.storage.register_limiter" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "limiter.storage.password_reset_email_limiter" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "limiter.storage.password_reset_ip_limiter" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "limiter.storage.verification_email_resend_limiter" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
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 "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.http_client.pool.traceable" to "cache.http_client.pool".
Changed reference of service "data_collector.cache" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "webpack_encore.cache" previously pointing to "cache.webpack_encore.traceable" to "cache.webpack_encore".
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 "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
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 "ux.autocomplete.entity_autocomplete_controller" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.base_entity_type" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.entity_type" previously pointing to "router.default" to "router".
Changed reference of service "ux.autocomplete.choice_type_extension" 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 "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.main.form_login" 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 "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
Changed reference of service "ux.twig_component.component_factory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.twig_component.component_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.W3hy7Lt" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.g7KvXrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.BLUURdO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.EImKtS2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.jd07yxC" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.f8pLBFr" previously pointing to "translator.data_collector" to "translator".
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.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\KanbanBoardVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.TJNRSaV" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kvOAK9B" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.mFBT25N" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.GW5y7PS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.app_clearer" previously pointing to "cache.http_client.pool.traceable" to "cache.http_client.pool".
Changed reference of service "cache.app_clearer" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
711
Removed service "App\Entity"; reason: abstract.
Removed service ".abstract.App\Interface\UserInterface"; reason: abstract.
Removed service ".abstract.App\Service\Formatter\FormatDataInterface"; 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 "limiter"; reason: abstract.
Removed service ".abstract.Symfony\Component\Validator\Constraints\AbstractComparisonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\VideoValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "ux.autocomplete.wrapped_entity_type_autocompleter"; 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.dbal.idle_connection_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 "ux_map.renderer_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.clear_site_data"; 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.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; 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 "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CommonCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CommonCommand.0.App\Command\CommonCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CommonCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyBalansoAtaskaitaCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyBalansoAtaskaitaCommand.0.App\Command\FetchCompanyBalansoAtaskaitaCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyBalansoAtaskaitaCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyJadisDalyvisCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyJadisDalyvisCommand.0.App\Command\FetchCompanyJadisDalyvisCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyJadisDalyvisCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyKapitalasCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyKapitalasCommand.0.App\Command\FetchCompanyKapitalasCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyKapitalasCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyMokesciuMoketojusCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyMokesciuMoketojusCommand.0.App\Command\FetchCompanyMokesciuMoketojusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyMokesciuMoketojusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand.0.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyNepateikeFinansiniuDokumentuCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNepriemokosSumosCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyNepriemokosSumosCommand.0.App\Command\FetchCompanyNepriemokosSumosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyNepriemokosSumosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNevOrgCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyNevOrgCommand.0.App\Command\FetchCompanyNevOrgCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyNevOrgCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyNevOrgIsregistruotosCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyNevOrgIsregistruotosCommand.0.App\Command\FetchCompanyNevOrgIsregistruotosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyNevOrgIsregistruotosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyParamosGavejaiCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyParamosGavejaiCommand.0.App\Command\FetchCompanyParamosGavejaiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyParamosGavejaiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand.0.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyParamosGavejaiIsregistruotiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyPelnoAtaskaitaCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyPelnoAtaskaitaCommand.0.App\Command\FetchCompanyPelnoAtaskaitaCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyPelnoAtaskaitaCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyRawDataCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyRawDataCommand.0.App\Command\FetchCompanyRawDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyRawDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchCompanyTycinisBankrotasCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchCompanyTycinisBankrotasCommand.0.App\Command\FetchCompanyTycinisBankrotasCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchCompanyTycinisBankrotasCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGydymoVaistiniuSarasasCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchGydymoVaistiniuSarasasCommand.0.App\Command\FetchGydymoVaistiniuSarasasCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchGydymoVaistiniuSarasasCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGyventojuIndividualiaVeiklaCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchGyventojuIndividualiaVeiklaCommand.0.App\Command\FetchGyventojuIndividualiaVeiklaCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchGyventojuIndividualiaVeiklaCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGyventojuPajamosCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchGyventojuPajamosCommand.0.App\Command\FetchGyventojuPajamosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchGyventojuPajamosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchGyventojuVersloLiudijimaiCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchGyventojuVersloLiudijimaiCommand.0.App\Command\FetchGyventojuVersloLiudijimaiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchGyventojuVersloLiudijimaiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand.0.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchJuridiniuAsmenuDalyviuSkaiciusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand.0.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchJuridiniuAsmenuSkPagalSalisCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchListSavivaldybe"; reason: abstract.
Removed service ".instanceof.App\Command\FetchListSavivaldybe.0.App\Command\FetchListSavivaldybe"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchListSavivaldybe"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchPolitinesKompanijosPajamosCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchPolitinesKompanijosPajamosCommand.0.App\Command\FetchPolitinesKompanijosPajamosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchPolitinesKompanijosPajamosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchPolitinesNariuMokesciaiCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchPolitinesNariuMokesciaiCommand.0.App\Command\FetchPolitinesNariuMokesciaiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchPolitinesNariuMokesciaiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchPolitinesReklamosCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchPolitinesReklamosCommand.0.App\Command\FetchPolitinesReklamosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchPolitinesReklamosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand.0.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchStatisticJuridiniuAsmenuApieUzsienioFJAsmenisCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchSvietimoMoksloInstitucijosCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchSvietimoMoksloInstitucijosCommand.0.App\Command\FetchSvietimoMoksloInstitucijosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchSvietimoMoksloInstitucijosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchTaxpayerDataCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchTaxpayerDataCommand.0.App\Command\FetchTaxpayerDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchTaxpayerDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchValstybinesIstaigosCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchValstybinesIstaigosCommand.0.App\Command\FetchValstybinesIstaigosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchValstybinesIstaigosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand"; reason: abstract.
Removed service ".instanceof.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand.0.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FetchVeluojantisPateiktiAtaskaitaCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetCompanyClassificationsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GetCompanyClassificationsCommand.0.App\Command\GetCompanyClassificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GetCompanyClassificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetLegalStatusClassifierCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GetLegalStatusClassifierCommand.0.App\Command\GetLegalStatusClassifierCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GetLegalStatusClassifierCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetNewCompanyListCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GetNewCompanyListCommand.0.App\Command\GetNewCompanyListCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GetNewCompanyListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GetNewProcurementCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GetNewProcurementCommand.0.App\Command\GetNewProcurementCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GetNewProcurementCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompanyBankrotasCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportCompanyBankrotasCommand.0.App\Command\ImportCompanyBankrotasCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportCompanyBankrotasCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportCompanyRestrukturizavimoBylosCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportCompanyRestrukturizavimoBylosCommand.0.App\Command\ImportCompanyRestrukturizavimoBylosCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportCompanyRestrukturizavimoBylosCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand.0.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportStatisticAbsolventuSkaiciusPagalSritisCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticAmziusLytisPilietybeCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportStatisticAmziusLytisPilietybeCommand.0.App\Command\ImportStatisticAmziusLytisPilietybeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportStatisticAmziusLytisPilietybeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticGimimaiMirimaiCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportStatisticGimimaiMirimaiCommand.0.App\Command\ImportStatisticGimimaiMirimaiCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportStatisticGimimaiMirimaiCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand.0.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportStatisticPriimtuStudijuotiSkaiciusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand.0.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportStatisticReliginiuBendruomeniuSarasasCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand.0.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportStatisticStudentuSkaiciusPagalLytiAmziuCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtExportCodesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\InfoLtExportCodesCommand.0.App\Command\InfoLtExportCodesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InfoLtExportCodesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtFetchCommand"; reason: abstract.
Removed service ".instanceof.App\Command\InfoLtFetchCommand.0.App\Command\InfoLtFetchCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InfoLtFetchCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtImportCsvCommand"; reason: abstract.
Removed service ".instanceof.App\Command\InfoLtImportCsvCommand.0.App\Command\InfoLtImportCsvCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InfoLtImportCsvCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InfoLtQueuePopulateCommand"; reason: abstract.
Removed service ".instanceof.App\Command\InfoLtQueuePopulateCommand.0.App\Command\InfoLtQueuePopulateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InfoLtQueuePopulateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InsertMainCategoriesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\InsertMainCategoriesCommand.0.App\Command\InsertMainCategoriesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InsertMainCategoriesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InsertSubEconomicActivityTypes1Command"; reason: abstract.
Removed service ".instanceof.App\Command\InsertSubEconomicActivityTypes1Command.0.App\Command\InsertSubEconomicActivityTypes1Command"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InsertSubEconomicActivityTypes1Command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RefreshProjectInventoryCommand"; reason: abstract.
Removed service ".instanceof.App\Command\RefreshProjectInventoryCommand.0.App\Command\RefreshProjectInventoryCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RefreshProjectInventoryCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendTestEmailCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SendTestEmailCommand.0.App\Command\SendTestEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendTestEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestEmailTemplatesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestEmailTemplatesCommand.0.App\Command\TestEmailTemplatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestEmailTemplatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateCompaniesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\UpdateCompaniesCommand.0.App\Command\UpdateCompaniesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateCompaniesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AIProcurementAnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AIProcurementAnalysisController"; reason: abstract.
Removed service ".instanceof.App\Controller\AIProcurementAnalysisController.0.App\Controller\AIProcurementAnalysisController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AIProcurementAnalysisController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.App\Controller\ActivityController.0.App\Controller\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GemmaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GemmaController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GemmaController.0.App\Controller\Api\GemmaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GemmaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GoogleAutoCompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GoogleAutoCompleteController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\GoogleAutoCompleteController.0.App\Controller\Api\GoogleAutoCompleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GoogleAutoCompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KanbanBoardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KanbanBoardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\KanbanBoardController.0.App\Controller\Api\KanbanBoardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\KanbanBoardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KanbanCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KanbanCardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\KanbanCardController.0.App\Controller\Api\KanbanCardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\KanbanCardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KanbanColumnController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KanbanColumnController"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\KanbanColumnController.0.App\Controller\Api\KanbanColumnController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\KanbanColumnController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.App\Controller\CompanyController.0.App\Controller\CompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\AccountInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\AccountInfoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\AccountInfoController.0.App\Controller\Dashboard\AccountInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\AccountInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\AdminUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\AdminUserController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\AdminUserController.0.App\Controller\Dashboard\AdminUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\AdminUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\CompanyInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\CompanyInfoController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\CompanyInfoController.0.App\Controller\Dashboard\CompanyInfoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\CompanyInfoController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\CompanyListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\CompanyListController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\CompanyListController.0.App\Controller\Dashboard\CompanyListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\CompanyListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\CompanyOwnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\CompanyOwnerController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\CompanyOwnerController.0.App\Controller\Dashboard\CompanyOwnerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\CompanyOwnerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DashboardSuggestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DashboardSuggestionsController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\DashboardSuggestionsController.0.App\Controller\Dashboard\DashboardSuggestionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\DashboardSuggestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\DealsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\DealsController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\DealsController.0.App\Controller\Dashboard\DealsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\DealsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\KanbanController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\KanbanController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\KanbanController.0.App\Controller\Dashboard\KanbanController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\KanbanController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\MessagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\MessagesController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\MessagesController.0.App\Controller\Dashboard\MessagesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\MessagesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\MyNetworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\MyNetworkController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\MyNetworkController.0.App\Controller\Dashboard\MyNetworkController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\MyNetworkController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\OverviewController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\OverviewController.0.App\Controller\Dashboard\OverviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\OverviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\ProcurementCategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\ProcurementCategoriesController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\ProcurementCategoriesController.0.App\Controller\Dashboard\ProcurementCategoriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\ProcurementCategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\PublicProcurementController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\PublicProcurementController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\PublicProcurementController.0.App\Controller\Dashboard\PublicProcurementController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\PublicProcurementController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\RequestResponseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\RequestResponseController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\RequestResponseController.0.App\Controller\Dashboard\RequestResponseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\RequestResponseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Dashboard\UserRequestMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Dashboard\UserRequestMessageController"; reason: abstract.
Removed service ".instanceof.App\Controller\Dashboard\UserRequestMessageController.0.App\Controller\Dashboard\UserRequestMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Dashboard\UserRequestMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DealOutreachTrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DealOutreachTrackingController"; reason: abstract.
Removed service ".instanceof.App\Controller\DealOutreachTrackingController.0.App\Controller\DealOutreachTrackingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DealOutreachTrackingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.App\Controller\EventsController.0.App\Controller\EventsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\EventsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.App\Controller\HomeController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguageController"; reason: abstract.
Removed service ".instanceof.App\Controller\LanguageController.0.App\Controller\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MapController"; reason: abstract.
Removed service ".instanceof.App\Controller\MapController.0.App\Controller\MapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.App\Controller\NotificationController.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PerplexicaProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PerplexicaProxyController"; reason: abstract.
Removed service ".instanceof.App\Controller\PerplexicaProxyController.0.App\Controller\PerplexicaProxyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PerplexicaProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.App\Controller\PricingController.0.App\Controller\PricingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.App\Controller\RegistrationController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.App\Controller\ResetPasswordController.0.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.App\Controller\SearchController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchProxyController"; reason: abstract.
Removed service ".instanceof.App\Controller\SearchProxyController.0.App\Controller\SearchProxyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchSuggestionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchSuggestionsController"; reason: abstract.
Removed service ".instanceof.App\Controller\SearchSuggestionsController.0.App\Controller\SearchSuggestionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchSuggestionsController"; 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 ".instanceof.App\Controller\SecurityController.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\TermsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TermsController"; reason: abstract.
Removed service ".instanceof.App\Controller\TermsController.0.App\Controller\TermsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TermsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserProcurementRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserProcurementRequestController"; reason: abstract.
Removed service ".instanceof.App\Controller\UserProcurementRequestController.0.App\Controller\UserProcurementRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserProcurementRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRequestController"; reason: abstract.
Removed service ".instanceof.App\Controller\UserRequestController.0.App\Controller\UserRequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserRequestController"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\RegionOfInterest"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\RegionOfInterest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\EmailVerificationChecker"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\EmailVerificationChecker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginAttemptLogger"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LoginAttemptLogger"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LoginDeviceTracker"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LoginDeviceTracker"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SentryLoggerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SentryLoggerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyAutocompleteType"; reason: abstract.
Removed service ".instanceof.App\Form\CompanyAutocompleteType.0.App\Form\CompanyAutocompleteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyAutocompleteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyContactInfoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyContactInfoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyInfoEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyInfoEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyRegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyRegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanySearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanySearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyUserPermissionRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CompanyUserPermissionRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DashboardFeedbackType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DashboardFeedbackType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RequestItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RequestItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TestForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TestForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\HoneypotType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\HoneypotType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserNotificationSettingsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserNotificationSettingsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProcurementRequestItemType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserProcurementRequestItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProcurementRequestMessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserProcurementRequestMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserProcurementRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserProcurementRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestItemResponseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserRequestItemResponseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestMessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserRequestMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestResponseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserRequestResponseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserRequestType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AITagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AITagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AITagSuggestionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AITagSuggestionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AITagTranslationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AITagTranslationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BvpzCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BvpzCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyActivityClassifierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyActivityClassifierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyBalansoAtaskaitaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyBalansoAtaskaitaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyBankrotasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyBankrotasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyBrandRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyBrandRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyInfoLtQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyInfoLtQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyJadisDalyvisRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyJadisDalyvisRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyKapitalasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyKapitalasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyManagementEntitiesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyManagementEntitiesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyMokesciuMoketojasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyMokesciuMoketojasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNepateikeFinansiniuDokumentuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyNepateikeFinansiniuDokumentuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNepriemokosSumosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyNepriemokosSumosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNevOrgIsregistruotosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyNevOrgIsregistruotosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyNevOrgRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyNevOrgRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyParamosGavejaiIsregistruotiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyParamosGavejaiIsregistruotiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyParamosGavejaiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyParamosGavejaiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPelnoAtaskaitaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyPelnoAtaskaitaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPermissionConfirmationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyPermissionConfirmationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRawDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRawDataRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRestrukturizavimoBylosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRestrukturizavimoBylosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySectorClassifierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanySectorClassifierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTaxPayerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyTaxPayerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTaxpayerCodesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyTaxpayerCodesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTycinisBankrotasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyTycinisBankrotasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyVeluojantisPateiktiAtaskaitaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyVeluojantisPateiktiAtaskaitaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DashboardFeedbackRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DashboardFeedbackRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DealCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DealCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DealOutreachRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DealOutreachRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceFingerprintRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeviceFingerprintRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GydymoVaistiniuSarasasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GydymoVaistiniuSarasasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanBoardMemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\KanbanBoardMemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanBoardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\KanbanBoardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanCardActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\KanbanCardActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanCardAssignmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\KanbanCardAssignmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanCardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\KanbanCardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\KanbanColumnRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\KanbanColumnRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LegalStatusClassifierRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LegalStatusClassifierRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginAttemptRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LoginAttemptRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MainEconomicActivityTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MainEconomicActivityTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcurementInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProcurementInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProcurementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProcurementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RequestItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RequestItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SavivaldybeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SavivaldybeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticAbsolventuSkaiciusPagalSritisRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticAbsolventuSkaiciusPagalSritisRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticAmziusLytisPilietybeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticAmziusLytisPilietybeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticGimimaiMirimaiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticGimimaiMirimaiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticGyventojuIsduotuVersloLiudijimuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticGyventojuIsduotuVersloLiudijimuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticGyventojuPajamosPagalSavivaldybeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticGyventojuPajamosPagalSavivaldybeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticJuridiniuAsmenuApieUzsienioFJAsmenisRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticJuridiniuAsmenuApieUzsienioFJAsmenisRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticJuridiniuAsmenuDalyviuSkaiciusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticJuridiniuAsmenuDalyviuSkaiciusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticJuridiniuAsmenuSkPagalSalisRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticJuridiniuAsmenuSkPagalSalisRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPolitinesKampanijosReklamaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticPolitinesKampanijosReklamaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPolitinesKompanijosNariuMokesciaiRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticPolitinesKompanijosNariuMokesciaiRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPolitinesKompanijosPajamosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticPolitinesKompanijosPajamosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticPriimtuStudijuotiSkaiciusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticPriimtuStudijuotiSkaiciusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticReliginiuBendruomeniuSarasasRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticReliginiuBendruomeniuSarasasRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticStudentuSkaiciusPagalLytiAmziuRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticStudentuSkaiciusPagalLytiAmziuRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticValstybinesIstaigosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticValstybinesIstaigosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatisticVykdanciusIndividualiaVeiklaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatisticVykdanciusIndividualiaVeiklaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubEconomicActivityTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubEconomicActivityTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SvietimoMoksloInstitucijosRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SvietimoMoksloInstitucijosRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestTableRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TestTableRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserBvpzSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserBvpzSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserCompanyPermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserCompanyPermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserDeviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserDeviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserInfoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserInfoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserNotificationSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserProcurementRequestItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestItemResponseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserProcurementRequestItemResponseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserProcurementRequestMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserProcurementRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserProcurementRequestResponseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserProcurementRequestResponseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRequestMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRequestMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRequestResponseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRequestResponseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSuppliersRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserSuppliersRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\KanbanBoardVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\KanbanBoardVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Base64Extension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Base64Extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\CountryExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\CountryExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\HighlightExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\HighlightExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ObjectExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ObjectExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TimeExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TimeExtension"; reason: abstract.
146
Removed service "App\Enum\RegionOfInterest"; reason: unused.
Removed service "App\Exception\RateLimitException"; reason: unused.
Removed service "App\Helper\DataTimeHelper"; reason: unused.
Removed service "App\Repository\PolitinesKompanijosPajamosRepository"; reason: unused.
Removed service "App\Security\LoginSuccessHandler"; reason: unused.
Removed service "App\Service\DealCategoryService"; reason: unused.
Removed service "App\Service\Formatter\AmziusLytisPilietybeFormatData"; reason: unused.
Removed service "App\Service\Formatter\ClassifierFormatData"; reason: unused.
Removed service "App\Service\Formatter\CompanyBalansoAtaskaitaFormatData"; reason: unused.
Removed service "App\Service\Formatter\CompanyMokesciuMoketojasFormatData"; reason: unused.
Removed service "App\Service\Formatter\CompanyNepriemokosSumosFormatData"; reason: unused.
Removed service "App\Service\Formatter\CompanyNevOrgFormatData"; reason: unused.
Removed service "App\Service\Formatter\CompanyNevOrgIsregistruotosFormatData"; reason: unused.
Removed service "App\Service\Formatter\CompanyParamosGavejaiFormatData"; reason: unused.
Removed service "App\Service\Formatter\CompanyParamosGavejaiIsregistruotiFormatData"; reason: unused.
Removed service "App\Service\Formatter\CompanyTycinisBankrotasFormatData"; reason: unused.
Removed service "App\Service\Formatter\CompanyVeluojantisPateiktiAtaskaitaFormatData"; reason: unused.
Removed service "App\Service\Formatter\GydymoVaistiniuSarasasFormatData"; reason: unused.
Removed service "App\Service\Formatter\GyventojuPajamosFormatData"; reason: unused.
Removed service "App\Service\Formatter\IndividualiaVeiklaFormatData"; reason: unused.
Removed service "App\Service\Formatter\JadisDalyvisFormatData"; reason: unused.
Removed service "App\Service\Formatter\JurAsmKapitalasFormatData"; reason: unused.
Removed service "App\Service\Formatter\JuridiniuAsmenuDalyviuFormatData"; reason: unused.
Removed service "App\Service\Formatter\JuridiniuAsmenuSkPagalSalisFormatData"; reason: unused.
Removed service "App\Service\Formatter\NepateikeFinansiniuDokumentuFormatData"; reason: unused.
Removed service "App\Service\Formatter\PelnoAtaskaitaFormatData"; reason: unused.
Removed service "App\Service\Formatter\PolitinesKompanijosPajamosFormatData"; reason: unused.
Removed service "App\Service\Formatter\PolitinesNariuMokesciaiFormatData"; reason: unused.
Removed service "App\Service\Formatter\PolitinesReklamosFormatData"; reason: unused.
Removed service "App\Service\Formatter\ProcurementFormatData"; reason: unused.
Removed service "App\Service\Formatter\SavivaldybeFormatData"; reason: unused.
Removed service "App\Service\Formatter\StatisticJuridiniuAsmenuApieUzsienioFJAsmenisFormatData"; reason: unused.
Removed service "App\Service\Formatter\SvietimoMoksloInstitucijosFormatData"; reason: unused.
Removed service "App\Service\Formatter\TaxpayerCodesFormatData"; reason: unused.
Removed service "App\Service\Formatter\ValstybinesIstaigosFormatData"; reason: unused.
Removed service "App\Service\Formatter\VersloLiudijimasFormatData"; reason: unused.
Removed service "App\Service\SentryBeforeSend"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "web_link.http_header_parser"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; 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 "validator.form.attribute_metadata"; reason: unused.
Removed service "mime_types"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "vue.asset_mapper.vue_controller_loader_compiler"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "react.asset_mapper.react_controller_loader_compiler"; reason: unused.
Removed service "react.asset_mapper.replace_process_env_compiler"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; 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 "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; 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.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; 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 "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "ux.twig_component.twig.lexer"; reason: unused.
Removed service "mercure.hub.default.message_handler"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable"; reason: unused.
Removed service "Symfony\Component\Mercure\Discovery"; 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.syslog"; 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 "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.1nWOYVM"; reason: unused.
Removed service ".service_locator.WYl0woh"; reason: unused.
Removed service "mercure.hub.default.publisher.traceable.inner"; reason: unused.
448
Inlined service "App\Service\InfoLtScraperService" to "App\Command\InfoLtFetchCommand".
Inlined service "App\Service\ProjectInventoryService" to "App\Command\RefreshProjectInventoryCommand".
Inlined service "App\Service\AITextAnalysisService" to "App\Controller\AIProcurementAnalysisController".
Inlined service "App\Service\TagSuggestionService" to "App\Controller\AIProcurementAnalysisController".
Inlined service ".service_locator.TJNRSaV.App\Controller\AIProcurementAnalysisController" to "App\Controller\AIProcurementAnalysisController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ActivityController" to "App\Controller\ActivityController".
Inlined service "App\Service\GemmaAiService" to "App\Controller\Api\GemmaController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Api\GemmaController" to "App\Controller\Api\GemmaController".
Inlined service "App\Service\Api\GoogleAutocompleteApiService" to "App\Controller\Api\GoogleAutoCompleteController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Api\GoogleAutoCompleteController" to "App\Controller\Api\GoogleAutoCompleteController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Api\KanbanBoardController" to "App\Controller\Api\KanbanBoardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Api\KanbanCardController" to "App\Controller\Api\KanbanCardController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Api\KanbanColumnController" to "App\Controller\Api\KanbanColumnController".
Inlined service ".service_locator.TJNRSaV.App\Controller\CompanyController" to "App\Controller\CompanyController".
Inlined service "App\Service\UserService" to "App\Controller\Dashboard\AccountInfoController".
Inlined service "App\Service\UserDeviceTracker" to "App\Controller\Dashboard\AccountInfoController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\AccountInfoController" to "App\Controller\Dashboard\AccountInfoController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\AdminUserController" to "App\Controller\Dashboard\AdminUserController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\CompanyInfoController" to "App\Controller\Dashboard\CompanyInfoController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\CompanyListController" to "App\Controller\Dashboard\CompanyListController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\CompanyOwnerController" to "App\Controller\Dashboard\CompanyOwnerController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\DashboardSuggestionsController" to "App\Controller\Dashboard\DashboardSuggestionsController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\DealsController" to "App\Controller\Dashboard\DealsController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\KanbanController" to "App\Controller\Dashboard\KanbanController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\MessagesController" to "App\Controller\Dashboard\MessagesController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\MyNetworkController" to "App\Controller\Dashboard\MyNetworkController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\OverviewController" to "App\Controller\Dashboard\OverviewController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\ProcurementCategoriesController" to "App\Controller\Dashboard\ProcurementCategoriesController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\PublicProcurementController" to "App\Controller\Dashboard\PublicProcurementController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\RequestResponseController" to "App\Controller\Dashboard\RequestResponseController".
Inlined service ".service_locator.TJNRSaV.App\Controller\Dashboard\UserRequestMessageController" to "App\Controller\Dashboard\UserRequestMessageController".
Inlined service ".service_locator.TJNRSaV.App\Controller\DealOutreachTrackingController" to "App\Controller\DealOutreachTrackingController".
Inlined service ".service_locator.TJNRSaV.App\Controller\EventsController" to "App\Controller\EventsController".
Inlined service ".service_locator.TJNRSaV.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.TJNRSaV.App\Controller\LanguageController" to "App\Controller\LanguageController".
Inlined service ".service_locator.TJNRSaV.App\Controller\MapController" to "App\Controller\MapController".
Inlined service ".service_locator.TJNRSaV.App\Controller\NotificationController" to "App\Controller\NotificationController".
Inlined service ".service_locator.TJNRSaV.App\Controller\PerplexicaProxyController" to "App\Controller\PerplexicaProxyController".
Inlined service ".service_locator.TJNRSaV.App\Controller\PricingController" to "App\Controller\PricingController".
Inlined service "App\Security\EmailVerifier" to "App\Controller\RegistrationController".
Inlined service ".service_locator.TJNRSaV.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service "symfonycasts.reset_password.helper" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.TJNRSaV.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SearchProxyController" to "App\Controller\SearchProxyController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SearchSuggestionsController" to "App\Controller\SearchSuggestionsController".
Inlined service ".service_locator.TJNRSaV.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.TJNRSaV.App\Controller\TermsController" to "App\Controller\TermsController".
Inlined service ".service_locator.TJNRSaV.App\Controller\UserProcurementRequestController" to "App\Controller\UserProcurementRequestController".
Inlined service ".service_locator.TJNRSaV.App\Controller\UserRequestController" to "App\Controller\UserRequestController".
Inlined service "App\Service\SecurityAlertService" to "App\EventListener\LoginDeviceTracker".
Inlined service "symfonycasts.verify_email.helper" to "App\Security\EmailVerifier".
Inlined service "App\Service\CountryService" to "App\Twig\CountryExtension".
Inlined service "error_handler.error_renderer.default" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.nqEKT7G" 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.6eloqTE" to "console.command.cache_pool_invalidate_tags".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.6KVxCv0" 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.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
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.attribute.services" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.pKCuUXf" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.mFBT25N.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "container.getenv" to "secrets.decryption_key".
Inlined service "limiter.storage.login_limiter" to "limiter.login_limiter".
Inlined service "limiter.storage.register_limiter" to "limiter.register_limiter".
Inlined service "limiter.storage.password_reset_email_limiter" to "limiter.password_reset_email_limiter".
Inlined service "limiter.storage.password_reset_ip_limiter" to "limiter.password_reset_ip_limiter".
Inlined service "limiter.storage.verification_email_resend_limiter" to "limiter.verification_email_resend_limiter".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.MQ2K9ka" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.U7PObWj" 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.xapm37H" to "validator.validator_factory".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "property_info" to "validator.property_info_loader".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" 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.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "ux.twig_component.data_collector" 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 "data_collector.mercure" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.0NioFko" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service ".service_locator.nT7rZtz" to "turbo.twig.runtime".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service ".service_locator.lEUGOB7" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.MXLal1R" to "webpack_encore.twig_entry_files_extension".
Inlined service "maker.autoloader_util" 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.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "twig.extension.security_csrf" 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.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" 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.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "App\Twig\Base64Extension" to "twig".
Inlined service "App\Twig\CountryExtension" to "twig".
Inlined service "App\Twig\HighlightExtension" to "twig".
Inlined service "App\Twig\ObjectExtension" to "twig".
Inlined service "App\Twig\TimeExtension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "twig.extension.vue" to "twig".
Inlined service "twig.extension.debug" to "twig".
Inlined service ".ux_icons.twig_icon_extension" to "twig".
Inlined service "twig.extension.react" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "ux_map.twig_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "Symfony\Component\Mercure\Twig\MercureExtension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "ux.twig_component.twig.environment_configurator" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
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.HTp0Sgf" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".ux_icons.chain_registry" to ".ux_icons.cache_icon_registry".
Inlined service ".ux_icons.cache_warmer" to ".ux_icons.command.warm_cache".
Inlined service ".service_locator.TRG2HXH" to "ux.autocomplete.autocompleter_registry".
Inlined service "ux.autocomplete.autocompleter_registry" to "ux.autocomplete.entity_autocomplete_controller".
Inlined service "ux.autocomplete.results_executor" to "ux.autocomplete.entity_autocomplete_controller".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.oYQIOWE" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.ueumoQn" 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.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "ux_map.renderer_factory" to "ux_map.renderers".
Inlined service "ux_map.renderers" to "ux_map.twig_runtime".
Inlined service ".ux_map.ux_icons.renderer" to "ux_map.renderer_factory.leaflet".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.4vT0Jxw" to "security.helper".
Inlined service ".security.request_matcher.sb8Jflp" to "security.access_map".
Inlined service ".security.request_matcher.4JzacXD" to "security.access_map".
Inlined service ".security.request_matcher.WjOc1OS" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
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.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
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.request_matcher.7aW_eLU" to ".security.request_matcher.sb8Jflp".
Inlined service ".security.request_matcher.f1gdYZi" to ".security.request_matcher.4JzacXD".
Inlined service ".security.request_matcher.gb2qQzJ" to ".security.request_matcher.WjOc1OS".
Inlined service ".security.request_matcher.3qgJVJN" to ".security.request_matcher.0tMb.ud".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.ub2fIYB" to "ux.twig_component.component_factory".
Inlined service "ux.twig_component.component_stack" to "ux.twig_component.component_renderer".
Inlined service ".service_locator.ZCqtdlu" to "ux.twig_component.twig.component_runtime".
Inlined service "ux.twig_component.twig.environment_configurator.inner" to "ux.twig_component.twig.environment_configurator".
Inlined service ".service_locator.eB5.jjc.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service "mercure.hub.default.jwt.factory" to ".lazy.mercure.hub.default.jwt.factory".
Inlined service "mercure.hub.default.traceable.inner" to "mercure.hub.default.traceable".
Inlined service "Symfony\Component\Mercure\Authorization" to "Symfony\Component\Mercure\Twig\MercureExtension".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
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_listener" to "maker.auto_command.make_listener".
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_schedule" to "maker.auto_command.make_schedule".
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_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 "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "ux.autocomplete.make_autocomplete_field" to "maker.auto_command.make_autocomplete_field".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.W3hy7Lt" to ".service_locator.W3hy7Lt.App\Controller\Dashboard\AccountInfoController::changePass()".
Inlined service ".service_locator.PtMLGj3" to ".service_locator.PtMLGj3.App\Controller\Dashboard\AdminUserController::index()".
Inlined service ".service_locator.U6sBhd4" to ".service_locator.U6sBhd4.App\Controller\Dashboard\CompanyOwnerController::confirmFromDashboard()".
Inlined service ".service_locator.tPha0ca" to ".service_locator.tPha0ca.App\Controller\Dashboard\DashboardSuggestionsController::index()".
Inlined service ".service_locator..fRkDmi" to ".service_locator..fRkDmi.App\Controller\Dashboard\DashboardSuggestionsController::updateStatus()".
Inlined service ".service_locator.HkIilKe" to ".service_locator.HkIilKe.App\Controller\Dashboard\DealsController::index()".
Inlined service ".service_locator.MKjDQtD" to ".service_locator.MKjDQtD.App\Controller\Dashboard\DealsController::outreach()".
Inlined service ".service_locator.g7KvXrf" to ".service_locator.g7KvXrf.App\Controller\Dashboard\DealsController::aiRank()".
Inlined service ".service_locator.gwj1JeS" to ".service_locator.gwj1JeS.App\Controller\Dashboard\DealsController::view()".
Inlined service ".service_locator.z0A7H.F" to ".service_locator.z0A7H.F.App\Controller\Dashboard\MessagesController::index()".
Inlined service ".service_locator.zIblu7." to ".service_locator.zIblu7..App\Controller\Dashboard\MessagesController::chat()".
Inlined service ".service_locator.XZ89bai" to ".service_locator.XZ89bai.App\Controller\Dashboard\MessagesController::send()".
Inlined service ".service_locator.5hgbmRj" to ".service_locator.5hgbmRj.App\Controller\Dashboard\OverviewController::index()".
Inlined service ".service_locator.zGjISt3" to ".service_locator.zGjISt3.App\Controller\Dashboard\ProcurementCategoriesController::getData()".
Inlined service ".service_locator.0UxFTXi" to ".service_locator.0UxFTXi.App\Controller\Dashboard\ProcurementCategoriesController::save()".
Inlined service ".service_locator.tYbm799" to ".service_locator.tYbm799.App\Controller\Dashboard\PublicProcurementController::show()".
Inlined service ".service_locator.96CD5xR" to ".service_locator.96CD5xR.App\Controller\Dashboard\RequestResponseController::list()".
Inlined service ".service_locator.1vyXa_s" to ".service_locator.1vyXa_s.App\Controller\Dashboard\RequestResponseController::create()".
Inlined service ".service_locator.UNKb2ks" to ".service_locator.UNKb2ks.App\Controller\Dashboard\RequestResponseController::edit()".
Inlined service ".service_locator.Bhl6cyy" to ".service_locator.Bhl6cyy.App\Controller\Dashboard\RequestResponseController::view()".
Inlined service ".service_locator.qDYF.5h" to ".service_locator.qDYF.5h.App\Controller\Dashboard\RequestResponseController::listResponsesForRequest()".
Inlined service ".service_locator.EBV1mJO" to ".service_locator.EBV1mJO.App\Controller\Dashboard\UserRequestMessageController::list()".
Inlined service ".service_locator.zpifXVK" to ".service_locator.zpifXVK.App\Controller\Dashboard\UserRequestMessageController::index()".
Inlined service ".service_locator.dsv7pID" to ".service_locator.dsv7pID.App\Controller\Dashboard\UserRequestMessageController::reply()".
Inlined service ".service_locator.2bjLs4u" to ".service_locator.2bjLs4u.App\Controller\DealOutreachTrackingController::track()".
Inlined service ".service_locator.moh.hZQ" to ".service_locator.moh.hZQ.App\Controller\HomeController::index()".
Inlined service ".service_locator.oJlMGPn" to ".service_locator.oJlMGPn.App\Controller\NotificationController::markViewed()".
Inlined service ".service_locator.iybHmte" to ".service_locator.iybHmte.App\Controller\RegistrationController::register()".
Inlined service ".service_locator.EImKtS2" to ".service_locator.EImKtS2.App\Controller\RegistrationController::verifyUserEmail()".
Inlined service ".service_locator.CqsCqYY" to ".service_locator.CqsCqYY.App\Controller\RegistrationController::resendVerificationEmail()".
Inlined service ".service_locator.jd07yxC" to ".service_locator.jd07yxC.App\Controller\ResetPasswordController::request()".
Inlined service ".service_locator.f8pLBFr" to ".service_locator.f8pLBFr.App\Controller\ResetPasswordController::reset()".
Inlined service ".service_locator.9MjLTUN" to ".service_locator.9MjLTUN.App\Controller\SearchController::webSearch()".
Inlined service ".service_locator.SJ0RC44" to ".service_locator.SJ0RC44.App\Controller\SecurityController::login()".
Inlined service ".service_locator.XQTAahP" to ".service_locator.XQTAahP.App\Controller\TermsController::index()".
Inlined service ".service_locator.cVgKOrw" to ".service_locator.cVgKOrw.App\Controller\UserProcurementRequestController::bvpzSearch()".
Inlined service ".service_locator.OfE0aIv" to ".service_locator.OfE0aIv.App\Controller\UserProcurementRequestController::editRequest()".
Inlined service ".service_locator.hSHE92B" to ".service_locator.hSHE92B.App\Controller\UserProcurementRequestController::newRequest()".
Inlined service ".service_locator.dbV5EQL" to ".service_locator.dbV5EQL.App\Controller\UserProcurementRequestController::success()".
Inlined service ".service_locator.jjdjQ08" to ".service_locator.jjdjQ08.App\Controller\UserProcurementRequestController::generateAiQuestions()".
Inlined service ".service_locator.xcp.s7s" to ".service_locator.xcp.s7s.App\Controller\UserProcurementRequestController::submitAiAnswers()".
Inlined service ".service_locator.7BokMio" to ".service_locator.7BokMio.App\Controller\UserRequestController::show()".
Inlined service ".service_locator.8HgPTog" to ".service_locator.8HgPTog.App\Controller\UserRequestController::new()".
Inlined service ".service_locator.pXgELC_" to ".service_locator.pXgELC_.App\Controller\UserRequestController::success()".
Inlined service ".service_locator.bWzQJ5a" to ".service_locator.bWzQJ5a.App\Controller\UserRequestController::respond()".
Inlined service ".service_locator.Be04abS" to ".service_locator.Be04abS.App\Controller\UserRequestController::generateAiQuestions()".
Inlined service ".service_locator.aa2gKME" to ".service_locator.aa2gKME.App\Controller\UserRequestController::submitAiAnswers()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "ux.autocomplete.entity_search_util" to "ux.autocomplete.wrapped_entity_type_autocompleter.company_autocomplete_type".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.W55Po6X" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "sentry.tracing.dbal.connection_factory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "App\Security\KanbanBoardVoter" to ".debug.security.voter.App\Security\KanbanBoardVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service ".ux_icons.cache.traceable.recorder_inner" to ".ux_icons.cache.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.security_token_verifier.traceable.recorder_inner" to "cache.security_token_verifier.traceable".
Inlined service "cache.ux.twig_component.traceable.recorder_inner" to "cache.ux.twig_component.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.3uPd9MT" to ".service_locator.3uPd9MT.router.default".
Inlined service ".service_locator.mFBT25N" to ".service_locator.mFBT25N.router.cache_warmer".
Inlined service ".service_locator.3DrAUl_" to ".service_locator.3DrAUl_.twig.template_cache_warmer".
Inlined service ".service_locator.eB5.jjc" to ".service_locator.eB5.jjc.ux.twig_component.cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.1gw5tvd" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "mercure.hub.default.jwt.provider" to "mercure.hub.default.traceable.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service ".service_locator.SgHhgNc" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.http_client.pool.traceable.inner" to "cache.http_client.pool.traceable.recorder_inner".
Inlined service "cache.rate_limiter.traceable.inner" to "cache.rate_limiter.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.webpack_encore.traceable.inner" to "cache.webpack_encore.traceable.recorder_inner".
Inlined service ".ux_icons.cache.traceable.inner" to ".ux_icons.cache.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.inner" to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.security_token_verifier.traceable.inner" to "cache.security_token_verifier.traceable.recorder_inner".
Inlined service "cache.ux.twig_component.traceable.inner" to "cache.ux.twig_component.traceable.recorder_inner".
Inlined service ".service_locator.3uPd9MT.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.http_client.pool.traceable.recorder_inner" to "cache.http_client.pool".
Inlined service "cache.rate_limiter.traceable.recorder_inner" to "cache.rate_limiter".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.webpack_encore.traceable.recorder_inner" to "cache.webpack_encore".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "App\Service\SuspiciousActivityService" to "App\EventListener\LoginDeviceTracker".
Inlined service "App\Service\SuspiciousActivityService" to "App\EventListener\LoginDeviceTracker".
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.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service "Symfony\Component\Mercure\HubRegistry" to "twig".
Inlined service ".lazy.mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service ".lazy.mercure.hub.default.jwt.factory" to "mercure.hub.default.traceable".
Inlined service "ux.autocomplete.entity_metadata_factory" to "ux.autocomplete.wrapped_entity_type_autocompleter.company_autocomplete_type".
Inlined service "ux.autocomplete.entity_metadata_factory" to "ux.autocomplete.wrapped_entity_type_autocompleter.company_autocomplete_type".
Inlined service "App\Service\DeviceFingerprintService" to "App\EventListener\LoginDeviceTracker".
Inlined service "App\Service\DeviceFingerprintService" to "App\EventListener\LoginDeviceTracker".
4
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator", "container.stack"?
Tag "container.decorator" was defined on service(s) "http_client.uri_template", "security.csrf.same_origin_token_manager", "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "mercure.hub.default.traceable", "debug.security.event_dispatcher.main", "cache.validator.traceable", "cache.serializer.traceable", "cache.property_info.traceable", ".ux_icons.cache.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.security_expression_language.traceable", "cache.security_token_verifier.traceable", "cache.ux.twig_component.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "event_dispatcher", "cache.app", "cache.system", "cache.http_client.pool", "cache.rate_limiter", "cache.validator_expression_language", "cache.webpack_encore", "cache.security_is_granted_attribute_expression_language", "cache.security_is_csrf_token_valid_attribute_expression_language", but was never used. Did you mean "container.error"?
Tag "rate_limiter" was defined on service(s) "limiter.login_limiter", "limiter.register_limiter", "limiter.password_reset_email_limiter", "limiter.password_reset_ip_limiter", "limiter.verification_email_resend_limiter", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.security", "monolog.logger.deprecation", but was never used.