"SELECT t0.id AS id_1, t0.email AS email_2, t0.google AS google_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.legal_name AS legal_name_7, t0.sex AS sex_8, t0.account_type AS account_type_9, t0.nin AS nin_10, t0.status AS status_11, t0.is_suspended AS is_suspended_12, t0.roles AS roles_13, t0.balance AS balance_14, t0.is_subscribed AS is_subscribed_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.language_id AS language_id_18, t19.id AS id_20, t19.phone_number AS phone_number_21, t19.status AS status_22, t19.code AS code_23, t19.ip_address AS ip_address_24, t19.created_at AS created_at_25, t19.updated_at AS updated_at_26, t19.landlord_id AS landlord_id_27 FROM ax_landlord t0 LEFT JOIN ax_landlord_phone t19 ON t19.landlord_id = t0.id WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.google AS google_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.legal_name AS legal_name_7, t0.sex AS sex_8, t0.account_type AS account_type_9, t0.nin AS nin_10, t0.status AS status_11, t0.is_suspended AS is_suspended_12, t0.roles AS roles_13, t0.balance AS balance_14, t0.is_subscribed AS is_subscribed_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.language_id AS language_id_18, t19.id AS id_20, t19.phone_number AS phone_number_21, t19.status AS status_22, t19.code AS code_23, t19.ip_address AS ip_address_24, t19.created_at AS created_at_25, t19.updated_at AS updated_at_26, t19.landlord_id AS landlord_id_27 FROM ax_landlord t0 LEFT JOIN ax_landlord_phone t19 ON t19.landlord_id = t0.id WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#869
+name: "INTEGER"
}
]
]
"SELECT DISTINCT a0_.id AS id_0, a0_.created_at AS created_at_1 FROM ax_invoice a0_ INNER JOIN ax_contract a1_ ON a0_.contract_id = a1_.id WHERE a1_.landlord_id = ? ORDER BY a0_.created_at DESC LIMIT 10"
[
"sql" => "SELECT DISTINCT a0_.id AS id_0, a0_.created_at AS created_at_1 FROM ax_invoice a0_ INNER JOIN ax_contract a1_ ON a0_.contract_id = a1_.id WHERE a1_.landlord_id = ? ORDER BY a0_.created_at DESC LIMIT 10"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#869
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT a0_.id AS id_0, a0_.invoice_number AS invoice_number_1, a0_.status AS status_2, a0_.due_date AS due_date_3, a0_.paid_at AS paid_at_4, a0_.period_start AS period_start_5, a0_.period_end AS period_end_6, a0_.total_amount AS total_amount_7, a0_.notes AS notes_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.contract_id AS contract_id_11, a0_.currency_id AS currency_id_12 FROM ax_invoice a0_ INNER JOIN ax_contract a1_ ON a0_.contract_id = a1_.id WHERE a1_.landlord_id = ? AND a0_.id IN (?, ?) ORDER BY a0_.created_at DESC"
[
"sql" => "SELECT a0_.id AS id_0, a0_.invoice_number AS invoice_number_1, a0_.status AS status_2, a0_.due_date AS due_date_3, a0_.paid_at AS paid_at_4, a0_.period_start AS period_start_5, a0_.period_end AS period_end_6, a0_.total_amount AS total_amount_7, a0_.notes AS notes_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.contract_id AS contract_id_11, a0_.currency_id AS currency_id_12 FROM ax_invoice a0_ INNER JOIN ax_contract a1_ ON a0_.contract_id = a1_.id WHERE a1_.landlord_id = ? AND a0_.id IN (?, ?) ORDER BY a0_.created_at DESC"
"params" => [1 => 12 => 23 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#869
+name: "INTEGER"
}
2 => Doctrine\DBAL\ParameterType {#869}
3 => Doctrine\DBAL\ParameterType {#869}
]
]
debug
Executing statement:
"SELECT count(DISTINCT a0_.id) AS sclr_0 FROM ax_invoice a0_ INNER JOIN ax_contract a1_ ON a0_.contract_id = a1_.id WHERE a1_.landlord_id = ?"
[
"sql" => "SELECT count(DISTINCT a0_.id) AS sclr_0 FROM ax_invoice a0_ INNER JOIN ax_contract a1_ ON a0_.contract_id = a1_.id WHERE a1_.landlord_id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#869
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.org AS org_4, t0.street AS street_5, t0.city AS city_6, t0.district AS district_7, t0.postal_code AS postal_code_8, t0.country AS country_9, t0.phone_number AS phone_number_10, t0.email AS email_11, t0.bank_account AS bank_account_12, t0.bank_name AS bank_name_13, t0.ic_serial_number AS ic_serial_number_14, t0.authority AS authority_15, t0.ic_issue_date AS ic_issue_date_16, t0.ic_expiration_date AS ic_expiration_date_17, t0.birth_date AS birth_date_18, t0.number AS number_19, t0.signature_date AS signature_date_20, t0.start_date AS start_date_21, t0.termination_date AS termination_date_22, t0.registration_number AS registration_number_23, t0.notes AS notes_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26, t0.landlord_id AS landlord_id_27, t0.tenant_id AS tenant_id_28 FROM ax_contract t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.org AS org_4, t0.street AS street_5, t0.city AS city_6, t0.district AS district_7, t0.postal_code AS postal_code_8, t0.country AS country_9, t0.phone_number AS phone_number_10, t0.email AS email_11, t0.bank_account AS bank_account_12, t0.bank_name AS bank_name_13, t0.ic_serial_number AS ic_serial_number_14, t0.authority AS authority_15, t0.ic_issue_date AS ic_issue_date_16, t0.ic_expiration_date AS ic_expiration_date_17, t0.birth_date AS birth_date_18, t0.number AS number_19, t0.signature_date AS signature_date_20, t0.start_date AS start_date_21, t0.termination_date AS termination_date_22, t0.registration_number AS registration_number_23, t0.notes AS notes_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26, t0.landlord_id AS landlord_id_27, t0.tenant_id AS tenant_id_28 FROM ax_contract t0 WHERE t0.id = ?"
"params" => [1 => 4]
"types" => [1 => Doctrine\DBAL\ParameterType {#869
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.email AS email_2, t0.google AS google_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.legal_name AS legal_name_7, t0.sex AS sex_8, t0.account_type AS account_type_9, t0.nin AS nin_10, t0.status AS status_11, t0.is_suspended AS is_suspended_12, t0.roles AS roles_13, t0.balance AS balance_14, t0.is_subscribed AS is_subscribed_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.language_id AS language_id_18, t19.id AS id_20, t19.phone_number AS phone_number_21, t19.status AS status_22, t19.code AS code_23, t19.ip_address AS ip_address_24, t19.created_at AS created_at_25, t19.updated_at AS updated_at_26, t19.tenant_id AS tenant_id_27 FROM ax_tenant t0 LEFT JOIN ax_tenant_phone t19 ON t19.tenant_id = t0.id WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.google AS google_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.legal_name AS legal_name_7, t0.sex AS sex_8, t0.account_type AS account_type_9, t0.nin AS nin_10, t0.status AS status_11, t0.is_suspended AS is_suspended_12, t0.roles AS roles_13, t0.balance AS balance_14, t0.is_subscribed AS is_subscribed_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.language_id AS language_id_18, t19.id AS id_20, t19.phone_number AS phone_number_21, t19.status AS status_22, t19.code AS code_23, t19.ip_address AS ip_address_24, t19.created_at AS created_at_25, t19.updated_at AS updated_at_26, t19.tenant_id AS tenant_id_27 FROM ax_tenant t0 LEFT JOIN ax_tenant_phone t19 ON t19.tenant_id = t0.id WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => Doctrine\DBAL\ParameterType {#869
+name: "INTEGER"
}
]
]
debug
Stored the security token in the session.
security
[
"key" => "_security_landlord"
]
There are no log messages.
Container Compilation Logs (1978)
Log messages generated during the compilation of the service container.
Messages
Class
440
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddTenantCommand" (parent: .abstract.instanceof.App\Command\AddTenantCommand).
Resolving inheritance for ".instanceof.App\Command\AddTenantCommand.0.App\Command\AddTenantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddTenantCommand).
Resolving inheritance for "App\Command\AddTenantCommand" (parent: .instanceof.App\Command\AddTenantCommand.0.App\Command\AddTenantCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteTenantCommand" (parent: .abstract.instanceof.App\Command\DeleteTenantCommand).
Resolving inheritance for ".instanceof.App\Command\DeleteTenantCommand.0.App\Command\DeleteTenantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteTenantCommand).
Resolving inheritance for "App\Command\DeleteTenantCommand" (parent: .instanceof.App\Command\DeleteTenantCommand.0.App\Command\DeleteTenantCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUnverifiedTenantCommand" (parent: .abstract.instanceof.App\Command\DeleteUnverifiedTenantCommand).
Resolving inheritance for ".instanceof.App\Command\DeleteUnverifiedTenantCommand.0.App\Command\DeleteUnverifiedTenantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUnverifiedTenantCommand).
Resolving inheritance for "App\Command\DeleteUnverifiedTenantCommand" (parent: .instanceof.App\Command\DeleteUnverifiedTenantCommand.0.App\Command\DeleteUnverifiedTenantCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateMessageTranslationCommand" (parent: .abstract.instanceof.App\Command\GenerateMessageTranslationCommand).
Resolving inheritance for ".instanceof.App\Command\GenerateMessageTranslationCommand.0.App\Command\GenerateMessageTranslationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateMessageTranslationCommand).
Resolving inheritance for "App\Command\GenerateMessageTranslationCommand" (parent: .instanceof.App\Command\GenerateMessageTranslationCommand.0.App\Command\GenerateMessageTranslationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GrabFromCadastruCommand" (parent: .abstract.instanceof.App\Command\GrabFromCadastruCommand).
Resolving inheritance for ".instanceof.App\Command\GrabFromCadastruCommand.0.App\Command\GrabFromCadastruCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GrabFromCadastruCommand).
Resolving inheritance for "App\Command\GrabFromCadastruCommand" (parent: .instanceof.App\Command\GrabFromCadastruCommand.0.App\Command\GrabFromCadastruCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListTenantsCommand" (parent: .abstract.instanceof.App\Command\ListTenantsCommand).
Resolving inheritance for ".instanceof.App\Command\ListTenantsCommand.0.App\Command\ListTenantsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListTenantsCommand).
Resolving inheritance for "App\Command\ListTenantsCommand" (parent: .instanceof.App\Command\ListTenantsCommand.0.App\Command\ListTenantsCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminAccountRecoveryController" (parent: .abstract.instanceof.App\Controller\Admin\AdminAccountRecoveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminAccountRecoveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminAccountRecoveryController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AdminAccountRecoveryController.0.App\Controller\Admin\AdminAccountRecoveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminAccountRecoveryController).
Resolving inheritance for "App\Controller\Admin\AdminAccountRecoveryController" (parent: .instanceof.App\Controller\Admin\AdminAccountRecoveryController.0.App\Controller\Admin\AdminAccountRecoveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminContractController" (parent: .abstract.instanceof.App\Controller\Admin\AdminContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminContractController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AdminContractController.0.App\Controller\Admin\AdminContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminContractController).
Resolving inheritance for "App\Controller\Admin\AdminContractController" (parent: .instanceof.App\Controller\Admin\AdminContractController.0.App\Controller\Admin\AdminContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController" (parent: .abstract.instanceof.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AdminController.0.App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController).
Resolving inheritance for "App\Controller\Admin\AdminController" (parent: .instanceof.App\Controller\Admin\AdminController.0.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminDashboardController" (parent: .abstract.instanceof.App\Controller\Admin\AdminDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminDashboardController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AdminDashboardController.0.App\Controller\Admin\AdminDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminDashboardController).
Resolving inheritance for "App\Controller\Admin\AdminDashboardController" (parent: .instanceof.App\Controller\Admin\AdminDashboardController.0.App\Controller\Admin\AdminDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLandlordController" (parent: .abstract.instanceof.App\Controller\Admin\AdminLandlordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLandlordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLandlordController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AdminLandlordController.0.App\Controller\Admin\AdminLandlordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLandlordController).
Resolving inheritance for "App\Controller\Admin\AdminLandlordController" (parent: .instanceof.App\Controller\Admin\AdminLandlordController.0.App\Controller\Admin\AdminLandlordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPropertyController" (parent: .abstract.instanceof.App\Controller\Admin\AdminPropertyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPropertyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPropertyController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AdminPropertyController.0.App\Controller\Admin\AdminPropertyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPropertyController).
Resolving inheritance for "App\Controller\Admin\AdminPropertyController" (parent: .instanceof.App\Controller\Admin\AdminPropertyController.0.App\Controller\Admin\AdminPropertyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminSuperAdminController" (parent: .abstract.instanceof.App\Controller\Admin\AdminSuperAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminSuperAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminSuperAdminController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AdminSuperAdminController.0.App\Controller\Admin\AdminSuperAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminSuperAdminController).
Resolving inheritance for "App\Controller\Admin\AdminSuperAdminController" (parent: .instanceof.App\Controller\Admin\AdminSuperAdminController.0.App\Controller\Admin\AdminSuperAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminUserController" (parent: .abstract.instanceof.App\Controller\Admin\AdminUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminUserController).
Resolving inheritance for ".instanceof.App\Controller\Admin\AdminUserController.0.App\Controller\Admin\AdminUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminUserController).
Resolving inheritance for "App\Controller\Admin\AdminUserController" (parent: .instanceof.App\Controller\Admin\AdminUserController.0.App\Controller\Admin\AdminUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController" (parent: .abstract.instanceof.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController).
Resolving inheritance for ".instanceof.App\Controller\ContactController.0.App\Controller\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController).
Resolving inheritance for "App\Controller\ContactController" (parent: .instanceof.App\Controller\ContactController.0.App\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GoogleLoginController" (parent: .abstract.instanceof.App\Controller\GoogleLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GoogleLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GoogleLoginController).
Resolving inheritance for ".instanceof.App\Controller\GoogleLoginController.0.App\Controller\GoogleLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GoogleLoginController).
Resolving inheritance for "App\Controller\GoogleLoginController" (parent: .instanceof.App\Controller\GoogleLoginController.0.App\Controller\GoogleLoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\GoogleLandlordLoginController" (parent: .abstract.instanceof.App\Controller\Landlord\GoogleLandlordLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\GoogleLandlordLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\GoogleLandlordLoginController).
Resolving inheritance for ".instanceof.App\Controller\Landlord\GoogleLandlordLoginController.0.App\Controller\Landlord\GoogleLandlordLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\GoogleLandlordLoginController).
Resolving inheritance for "App\Controller\Landlord\GoogleLandlordLoginController" (parent: .instanceof.App\Controller\Landlord\GoogleLandlordLoginController.0.App\Controller\Landlord\GoogleLandlordLoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordAccountController" (parent: .abstract.instanceof.App\Controller\Landlord\LandlordAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordAccountController).
Resolving inheritance for ".instanceof.App\Controller\Landlord\LandlordAccountController.0.App\Controller\Landlord\LandlordAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordAccountController).
Resolving inheritance for "App\Controller\Landlord\LandlordAccountController" (parent: .instanceof.App\Controller\Landlord\LandlordAccountController.0.App\Controller\Landlord\LandlordAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordAccountRecoveryController" (parent: .abstract.instanceof.App\Controller\Landlord\LandlordAccountRecoveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordAccountRecoveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordAccountRecoveryController).
Resolving inheritance for ".instanceof.App\Controller\Landlord\LandlordAccountRecoveryController.0.App\Controller\Landlord\LandlordAccountRecoveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordAccountRecoveryController).
Resolving inheritance for "App\Controller\Landlord\LandlordAccountRecoveryController" (parent: .instanceof.App\Controller\Landlord\LandlordAccountRecoveryController.0.App\Controller\Landlord\LandlordAccountRecoveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordContractController" (parent: .abstract.instanceof.App\Controller\Landlord\LandlordContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordContractController).
Resolving inheritance for ".instanceof.App\Controller\Landlord\LandlordContractController.0.App\Controller\Landlord\LandlordContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordContractController).
Resolving inheritance for "App\Controller\Landlord\LandlordContractController" (parent: .instanceof.App\Controller\Landlord\LandlordContractController.0.App\Controller\Landlord\LandlordContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordDashboardController" (parent: .abstract.instanceof.App\Controller\Landlord\LandlordDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordDashboardController).
Resolving inheritance for ".instanceof.App\Controller\Landlord\LandlordDashboardController.0.App\Controller\Landlord\LandlordDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordDashboardController).
Resolving inheritance for "App\Controller\Landlord\LandlordDashboardController" (parent: .instanceof.App\Controller\Landlord\LandlordDashboardController.0.App\Controller\Landlord\LandlordDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordEmailVerificationController" (parent: .abstract.instanceof.App\Controller\Landlord\LandlordEmailVerificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordEmailVerificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordEmailVerificationController).
Resolving inheritance for ".instanceof.App\Controller\Landlord\LandlordEmailVerificationController.0.App\Controller\Landlord\LandlordEmailVerificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordEmailVerificationController).
Resolving inheritance for "App\Controller\Landlord\LandlordEmailVerificationController" (parent: .instanceof.App\Controller\Landlord\LandlordEmailVerificationController.0.App\Controller\Landlord\LandlordEmailVerificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordInvoiceController" (parent: .abstract.instanceof.App\Controller\Landlord\LandlordInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordInvoiceController).
Resolving inheritance for ".instanceof.App\Controller\Landlord\LandlordInvoiceController.0.App\Controller\Landlord\LandlordInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordInvoiceController).
Resolving inheritance for "App\Controller\Landlord\LandlordInvoiceController" (parent: .instanceof.App\Controller\Landlord\LandlordInvoiceController.0.App\Controller\Landlord\LandlordInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordPropertyController" (parent: .abstract.instanceof.App\Controller\Landlord\LandlordPropertyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordPropertyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordPropertyController).
Resolving inheritance for ".instanceof.App\Controller\Landlord\LandlordPropertyController.0.App\Controller\Landlord\LandlordPropertyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordPropertyController).
Resolving inheritance for "App\Controller\Landlord\LandlordPropertyController" (parent: .instanceof.App\Controller\Landlord\LandlordPropertyController.0.App\Controller\Landlord\LandlordPropertyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PropertyController" (parent: .abstract.instanceof.App\Controller\PropertyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PropertyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PropertyController).
Resolving inheritance for ".instanceof.App\Controller\PropertyController.0.App\Controller\PropertyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PropertyController).
Resolving inheritance for "App\Controller\PropertyController" (parent: .instanceof.App\Controller\PropertyController.0.App\Controller\PropertyController).
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\SiteController" (parent: .abstract.instanceof.App\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SiteController).
Resolving inheritance for ".instanceof.App\Controller\SiteController.0.App\Controller\SiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SiteController).
Resolving inheritance for "App\Controller\SiteController" (parent: .instanceof.App\Controller\SiteController.0.App\Controller\SiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController" (parent: .abstract.instanceof.App\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController).
Resolving inheritance for ".instanceof.App\Controller\SitemapController.0.App\Controller\SitemapController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController).
Resolving inheritance for "App\Controller\SitemapController" (parent: .instanceof.App\Controller\SitemapController.0.App\Controller\SitemapController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TelegramController" (parent: .abstract.instanceof.App\Controller\TelegramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TelegramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TelegramController).
Resolving inheritance for ".instanceof.App\Controller\TelegramController.0.App\Controller\TelegramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TelegramController).
Resolving inheritance for "App\Controller\TelegramController" (parent: .instanceof.App\Controller\TelegramController.0.App\Controller\TelegramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\GoogleTenantLoginController" (parent: .abstract.instanceof.App\Controller\Tenant\GoogleTenantLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\GoogleTenantLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\GoogleTenantLoginController).
Resolving inheritance for ".instanceof.App\Controller\Tenant\GoogleTenantLoginController.0.App\Controller\Tenant\GoogleTenantLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\GoogleTenantLoginController).
Resolving inheritance for "App\Controller\Tenant\GoogleTenantLoginController" (parent: .instanceof.App\Controller\Tenant\GoogleTenantLoginController.0.App\Controller\Tenant\GoogleTenantLoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantAccountController" (parent: .abstract.instanceof.App\Controller\Tenant\TenantAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantAccountController).
Resolving inheritance for ".instanceof.App\Controller\Tenant\TenantAccountController.0.App\Controller\Tenant\TenantAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantAccountController).
Resolving inheritance for "App\Controller\Tenant\TenantAccountController" (parent: .instanceof.App\Controller\Tenant\TenantAccountController.0.App\Controller\Tenant\TenantAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantAccountRecoveryController" (parent: .abstract.instanceof.App\Controller\Tenant\TenantAccountRecoveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantAccountRecoveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantAccountRecoveryController).
Resolving inheritance for ".instanceof.App\Controller\Tenant\TenantAccountRecoveryController.0.App\Controller\Tenant\TenantAccountRecoveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantAccountRecoveryController).
Resolving inheritance for "App\Controller\Tenant\TenantAccountRecoveryController" (parent: .instanceof.App\Controller\Tenant\TenantAccountRecoveryController.0.App\Controller\Tenant\TenantAccountRecoveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantContractController" (parent: .abstract.instanceof.App\Controller\Tenant\TenantContractController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantContractController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantContractController).
Resolving inheritance for ".instanceof.App\Controller\Tenant\TenantContractController.0.App\Controller\Tenant\TenantContractController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantContractController).
Resolving inheritance for "App\Controller\Tenant\TenantContractController" (parent: .instanceof.App\Controller\Tenant\TenantContractController.0.App\Controller\Tenant\TenantContractController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantDashboardController" (parent: .abstract.instanceof.App\Controller\Tenant\TenantDashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantDashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantDashboardController).
Resolving inheritance for ".instanceof.App\Controller\Tenant\TenantDashboardController.0.App\Controller\Tenant\TenantDashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantDashboardController).
Resolving inheritance for "App\Controller\Tenant\TenantDashboardController" (parent: .instanceof.App\Controller\Tenant\TenantDashboardController.0.App\Controller\Tenant\TenantDashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantEmailVerificationController" (parent: .abstract.instanceof.App\Controller\Tenant\TenantEmailVerificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantEmailVerificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantEmailVerificationController).
Resolving inheritance for ".instanceof.App\Controller\Tenant\TenantEmailVerificationController.0.App\Controller\Tenant\TenantEmailVerificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantEmailVerificationController).
Resolving inheritance for "App\Controller\Tenant\TenantEmailVerificationController" (parent: .instanceof.App\Controller\Tenant\TenantEmailVerificationController.0.App\Controller\Tenant\TenantEmailVerificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantInvoiceController" (parent: .abstract.instanceof.App\Controller\Tenant\TenantInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantInvoiceController).
Resolving inheritance for ".instanceof.App\Controller\Tenant\TenantInvoiceController.0.App\Controller\Tenant\TenantInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantInvoiceController).
Resolving inheritance for "App\Controller\Tenant\TenantInvoiceController" (parent: .instanceof.App\Controller\Tenant\TenantInvoiceController.0.App\Controller\Tenant\TenantInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TenantAuthController" (parent: .abstract.instanceof.App\Controller\TenantAuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TenantAuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TenantAuthController).
Resolving inheritance for ".instanceof.App\Controller\TenantAuthController.0.App\Controller\TenantAuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TenantAuthController).
Resolving inheritance for "App\Controller\TenantAuthController" (parent: .instanceof.App\Controller\TenantAuthController.0.App\Controller\TenantAuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnconfirmedLandlordController" (parent: .abstract.instanceof.App\Controller\UnconfirmedLandlordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnconfirmedLandlordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnconfirmedLandlordController).
Resolving inheritance for ".instanceof.App\Controller\UnconfirmedLandlordController.0.App\Controller\UnconfirmedLandlordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnconfirmedLandlordController).
Resolving inheritance for "App\Controller\UnconfirmedLandlordController" (parent: .instanceof.App\Controller\UnconfirmedLandlordController.0.App\Controller\UnconfirmedLandlordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnconfirmedTenantController" (parent: .abstract.instanceof.App\Controller\UnconfirmedTenantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnconfirmedTenantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnconfirmedTenantController).
Resolving inheritance for ".instanceof.App\Controller\UnconfirmedTenantController.0.App\Controller\UnconfirmedTenantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnconfirmedTenantController).
Resolving inheritance for "App\Controller\UnconfirmedTenantController" (parent: .instanceof.App\Controller\UnconfirmedTenantController.0.App\Controller\UnconfirmedTenantController).
Resolving inheritance for ".instanceof.App\EventListener\AdminLogOutListener.0.App\EventListener\AdminLogOutListener" (parent: .abstract.instanceof.App\EventListener\AdminLogOutListener).
Resolving inheritance for "App\EventListener\AdminLogOutListener" (parent: .instanceof.App\EventListener\AdminLogOutListener.0.App\EventListener\AdminLogOutListener).
Resolving inheritance for ".instanceof.App\EventListener\LandlordLogOutListener.0.App\EventListener\LandlordLogOutListener" (parent: .abstract.instanceof.App\EventListener\LandlordLogOutListener).
Resolving inheritance for "App\EventListener\LandlordLogOutListener" (parent: .instanceof.App\EventListener\LandlordLogOutListener.0.App\EventListener\LandlordLogOutListener).
Resolving inheritance for ".instanceof.App\EventListener\TenantLogOutListener.0.App\EventListener\TenantLogOutListener" (parent: .abstract.instanceof.App\EventListener\TenantLogOutListener).
Resolving inheritance for "App\EventListener\TenantLogOutListener" (parent: .instanceof.App\EventListener\TenantLogOutListener.0.App\EventListener\TenantLogOutListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogActivitySubscriber" (parent: .abstract.instanceof.App\EventSubscriber\LogActivitySubscriber).
Resolving inheritance for "App\EventSubscriber\LogActivitySubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogActivitySubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OwnerSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\OwnerSubscriber).
Resolving inheritance for "App\EventSubscriber\OwnerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OwnerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PropertyCreatedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\PropertyCreatedSubscriber).
Resolving inheritance for "App\EventSubscriber\PropertyCreatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PropertyCreatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PropertyUpdatedSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\PropertyUpdatedSubscriber).
Resolving inheritance for "App\EventSubscriber\PropertyUpdatedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PropertyUpdatedSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\RedirectToPreferredLocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\RedirectToPreferredLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SendCodeSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\SendCodeSubscriber).
Resolving inheritance for "App\EventSubscriber\SendCodeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SendCodeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for "App\EventSubscriber\UserLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLogInSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserLogInSubscriber).
Resolving inheritance for "App\EventSubscriber\UserLogInSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLogInSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCreateLandlordType" (parent: .abstract.instanceof.App\Form\AdminCreateLandlordType).
Resolving inheritance for "App\Form\AdminCreateLandlordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCreateLandlordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCreateResidentialComplexType" (parent: .abstract.instanceof.App\Form\AdminCreateResidentialComplexType).
Resolving inheritance for "App\Form\AdminCreateResidentialComplexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCreateResidentialComplexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditLandlordType" (parent: .abstract.instanceof.App\Form\AdminEditLandlordType).
Resolving inheritance for "App\Form\AdminEditLandlordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditLandlordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditListingType" (parent: .abstract.instanceof.App\Form\AdminEditListingType).
Resolving inheritance for "App\Form\AdminEditListingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditListingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditProfileType" (parent: .abstract.instanceof.App\Form\AdminEditProfileType).
Resolving inheritance for "App\Form\AdminEditProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditResidentialComplexType" (parent: .abstract.instanceof.App\Form\AdminEditResidentialComplexType).
Resolving inheritance for "App\Form\AdminEditResidentialComplexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditResidentialComplexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditUserType" (parent: .abstract.instanceof.App\Form\AdminEditUserType).
Resolving inheritance for "App\Form\AdminEditUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminUserNoteType" (parent: .abstract.instanceof.App\Form\AdminUserNoteType).
Resolving inheritance for "App\Form\AdminUserNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminUserNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType" (parent: .abstract.instanceof.App\Form\ChangePasswordType).
Resolving inheritance for "App\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType" (parent: .abstract.instanceof.App\Form\ContactType).
Resolving inheritance for "App\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreateLandlordType" (parent: .abstract.instanceof.App\Form\CreateLandlordType).
Resolving inheritance for "App\Form\CreateLandlordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreateLandlordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreateUserType" (parent: .abstract.instanceof.App\Form\CreateUserType).
Resolving inheritance for "App\Form\CreateUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreateUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeleteAccountType" (parent: .abstract.instanceof.App\Form\DeleteAccountType).
Resolving inheritance for "App\Form\DeleteAccountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeleteAccountType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeletePhoneNumberType" (parent: .abstract.instanceof.App\Form\DeletePhoneNumberType).
Resolving inheritance for "App\Form\DeletePhoneNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeletePhoneNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordType" (parent: .abstract.instanceof.App\Form\ForgotPasswordType).
Resolving inheritance for "App\Form\ForgotPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordContractCreateType" (parent: .abstract.instanceof.App\Form\LandlordContractCreateType).
Resolving inheritance for "App\Form\LandlordContractCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordContractCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordContractEditType" (parent: .abstract.instanceof.App\Form\LandlordContractEditType).
Resolving inheritance for "App\Form\LandlordContractEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordContractEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordDescriptionType" (parent: .abstract.instanceof.App\Form\LandlordDescriptionType).
Resolving inheritance for "App\Form\LandlordDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordEditProfileType" (parent: .abstract.instanceof.App\Form\LandlordEditProfileType).
Resolving inheritance for "App\Form\LandlordEditProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordEditProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordInvoiceCreateType" (parent: .abstract.instanceof.App\Form\LandlordInvoiceCreateType).
Resolving inheritance for "App\Form\LandlordInvoiceCreateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordInvoiceCreateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordInvoiceEditType" (parent: .abstract.instanceof.App\Form\LandlordInvoiceEditType).
Resolving inheritance for "App\Form\LandlordInvoiceEditType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordInvoiceEditType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordPropertyType" (parent: .abstract.instanceof.App\Form\LandlordPropertyType).
Resolving inheritance for "App\Form\LandlordPropertyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordPropertyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordTransferListingType" (parent: .abstract.instanceof.App\Form\LandlordTransferListingType).
Resolving inheritance for "App\Form\LandlordTransferListingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordTransferListingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType" (parent: .abstract.instanceof.App\Form\MessageType).
Resolving inheritance for "App\Form\MessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerCreateResidentialComplexType" (parent: .abstract.instanceof.App\Form\OwnerCreateResidentialComplexType).
Resolving inheritance for "App\Form\OwnerCreateResidentialComplexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerCreateResidentialComplexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerEditResidentialComplexType" (parent: .abstract.instanceof.App\Form\OwnerEditResidentialComplexType).
Resolving inheritance for "App\Form\OwnerEditResidentialComplexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerEditResidentialComplexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerEditUserType" (parent: .abstract.instanceof.App\Form\OwnerEditUserType).
Resolving inheritance for "App\Form\OwnerEditUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerEditUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyDescriptionType" (parent: .abstract.instanceof.App\Form\PropertyDescriptionType).
Resolving inheritance for "App\Form\PropertyDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResidentialComplexDescriptionType" (parent: .abstract.instanceof.App\Form\ResidentialComplexDescriptionType).
Resolving inheritance for "App\Form\ResidentialComplexDescriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResidentialComplexDescriptionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchLandlordType" (parent: .abstract.instanceof.App\Form\SearchLandlordType).
Resolving inheritance for "App\Form\SearchLandlordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchLandlordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchPropertyType" (parent: .abstract.instanceof.App\Form\SearchPropertyType).
Resolving inheritance for "App\Form\SearchPropertyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchPropertyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SendPhoneCodeType" (parent: .abstract.instanceof.App\Form\SendPhoneCodeType).
Resolving inheritance for "App\Form\SendPhoneCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SendPhoneCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetNewPasswordType" (parent: .abstract.instanceof.App\Form\SetNewPasswordType).
Resolving inheritance for "App\Form\SetNewPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetNewPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetPasswordType" (parent: .abstract.instanceof.App\Form\SetPasswordType).
Resolving inheritance for "App\Form\SetPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubmitPhoneCodeType" (parent: .abstract.instanceof.App\Form\SubmitPhoneCodeType).
Resolving inheritance for "App\Form\SubmitPhoneCodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubmitPhoneCodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdminAddAdministratorType" (parent: .abstract.instanceof.App\Form\SuperAdminAddAdministratorType).
Resolving inheritance for "App\Form\SuperAdminAddAdministratorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdminAddAdministratorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdminEditAdministratorType" (parent: .abstract.instanceof.App\Form\SuperAdminEditAdministratorType).
Resolving inheritance for "App\Form\SuperAdminEditAdministratorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdminEditAdministratorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedLandlordFinalizeType" (parent: .abstract.instanceof.App\Form\UnconfirmedLandlordFinalizeType).
Resolving inheritance for "App\Form\UnconfirmedLandlordFinalizeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedLandlordFinalizeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedLandlordType" (parent: .abstract.instanceof.App\Form\UnconfirmedLandlordType).
Resolving inheritance for "App\Form\UnconfirmedLandlordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedLandlordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedTenantFinalizeType" (parent: .abstract.instanceof.App\Form\UnconfirmedTenantFinalizeType).
Resolving inheritance for "App\Form\UnconfirmedTenantFinalizeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedTenantFinalizeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedTenantType" (parent: .abstract.instanceof.App\Form\UnconfirmedTenantType).
Resolving inheritance for "App\Form\UnconfirmedTenantType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedTenantType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UploadImageType" (parent: .abstract.instanceof.App\Form\UploadImageType).
Resolving inheritance for "App\Form\UploadImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UploadImageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAddPhoneNumberType" (parent: .abstract.instanceof.App\Form\UserAddPhoneNumberType).
Resolving inheritance for "App\Form\UserAddPhoneNumberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAddPhoneNumberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserCreateListingType" (parent: .abstract.instanceof.App\Form\UserCreateListingType).
Resolving inheritance for "App\Form\UserCreateListingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserCreateListingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditListingLocationType" (parent: .abstract.instanceof.App\Form\UserEditListingLocationType).
Resolving inheritance for "App\Form\UserEditListingLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditListingLocationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditListingType" (parent: .abstract.instanceof.App\Form\UserEditListingType).
Resolving inheritance for "App\Form\UserEditListingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditListingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditProfileType" (parent: .abstract.instanceof.App\Form\UserEditProfileType).
Resolving inheritance for "App\Form\UserEditProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserNewEmailType" (parent: .abstract.instanceof.App\Form\UserNewEmailType).
Resolving inheritance for "App\Form\UserNewEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserNewEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSavedPropertyType" (parent: .abstract.instanceof.App\Form\UserSavedPropertyType).
Resolving inheritance for "App\Form\UserSavedPropertyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSavedPropertyType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSavedSearchType" (parent: .abstract.instanceof.App\Form\UserSavedSearchType).
Resolving inheritance for "App\Form\UserSavedSearchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSavedSearchType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository" (parent: .abstract.instanceof.App\Repository\AdminRepository).
Resolving inheritance for "App\Repository\AdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository" (parent: .abstract.instanceof.App\Repository\ContractRepository).
Resolving inheritance for "App\Repository\ContractRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConversationRepository" (parent: .abstract.instanceof.App\Repository\ConversationRepository).
Resolving inheritance for "App\Repository\ConversationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConversationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandlordRepository" (parent: .abstract.instanceof.App\Repository\LandlordRepository).
Resolving inheritance for "App\Repository\LandlordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandlordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository" (parent: .abstract.instanceof.App\Repository\LanguageRepository).
Resolving inheritance for "App\Repository\LanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyRepository" (parent: .abstract.instanceof.App\Repository\PropertyRepository).
Resolving inheritance for "App\Repository\PropertyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TenantRepository" (parent: .abstract.instanceof.App\Repository\TenantRepository).
Resolving inheritance for "App\Repository\TenantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TenantRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ContractVoter" (parent: .abstract.instanceof.App\Security\ContractVoter).
Resolving inheritance for "App\Security\ContractVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ContractVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\InvoiceVoter" (parent: .abstract.instanceof.App\Security\InvoiceVoter).
Resolving inheritance for "App\Security\InvoiceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\InvoiceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PropertyVoter" (parent: .abstract.instanceof.App\Security\PropertyVoter).
Resolving inheritance for "App\Security\PropertyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PropertyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ResidentialComplexVoter" (parent: .abstract.instanceof.App\Security\ResidentialComplexVoter).
Resolving inheritance for "App\Security\ResidentialComplexVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ResidentialComplexVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\SavedPropertyVoter" (parent: .abstract.instanceof.App\Security\SavedPropertyVoter).
Resolving inheritance for "App\Security\SavedPropertyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\SavedPropertyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\SavedSearchVoter" (parent: .abstract.instanceof.App\Security\SavedSearchVoter).
Resolving inheritance for "App\Security\SavedSearchVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\SavedSearchVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter" (parent: .abstract.instanceof.App\Security\UserVoter).
Resolving inheritance for "App\Security\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter).
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.App\Twig\Components\TenantSearchComponent.0.App\Twig\Components\TenantSearchComponent" (parent: .abstract.instanceof.App\Twig\Components\TenantSearchComponent).
Resolving inheritance for "App\Twig\Components\TenantSearchComponent" (parent: .instanceof.App\Twig\Components\TenantSearchComponent.0.App\Twig\Components\TenantSearchComponent).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniqueLanguageValidator" (parent: .abstract.instanceof.App\Validator\UniqueLanguageValidator).
Resolving inheritance for "App\Validator\UniqueLanguageValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniqueLanguageValidator).
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 "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.controller_expression_language" (parent: cache.system).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
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.asset_mapper" (parent: cache.system).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "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 "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.telegram" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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_admin_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_landlord_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_tenant_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.admin_secured_area" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin_secured_area.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.admin_secured_area" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin_secured_area" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin_secured_area" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin_secured_area" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin_secured_area" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin_secured_area.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin_secured_area.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.admin_secured_area" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin_secured_area" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin_secured_area" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin_secured_area" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin_secured_area" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin_secured_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin_secured_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin_secured_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.admin_secured_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin_secured_area" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.landlord_secured_area" (parent: security.firewall.config).
Resolving inheritance for "security.listener.landlord_secured_area.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.1" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.landlord_secured_area" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.landlord_secured_area" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.landlord_secured_area" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.landlord_secured_area" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.landlord_secured_area" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.landlord_secured_area.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.landlord_secured_area.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.landlord_secured_area" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.landlord_secured_area" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.landlord_secured_area" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.landlord_secured_area" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.landlord_secured_area" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.landlord_secured_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.landlord_secured_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.landlord_secured_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.landlord_secured_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.landlord_secured_area" (parent: security.firewall.lazy_context).
Resolving inheritance for "security.firewall.map.config.tenant_secured_area" (parent: security.firewall.config).
Resolving inheritance for "security.listener.tenant_secured_area.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.2" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.tenant_secured_area" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.tenant_secured_area" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.tenant_secured_area" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.tenant_secured_area" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.tenant_secured_area" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.tenant_secured_area.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.tenant_secured_area.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.tenant_secured_area" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.tenant_secured_area" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.tenant_secured_area" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.tenant_secured_area" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.tenant_secured_area" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.tenant_secured_area" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.tenant_secured_area" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.tenant_secured_area" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.tenant_secured_area" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.tenant_secured_area" (parent: security.firewall.lazy_context).
Resolving inheritance for ".ux_icons.cache" (parent: cache.system).
Resolving inheritance for "cache.ux.twig_component" (parent: cache.system).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\AdminStatus" (parent: .abstract.instanceof.App\Enum\AdminStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\CurrencyCode" (parent: .abstract.instanceof.App\Enum\CurrencyCode).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\CurrencyDefault" (parent: .abstract.instanceof.App\Enum\CurrencyDefault).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\InvoiceStatus" (parent: .abstract.instanceof.App\Enum\InvoiceStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\LandlordAccountType" (parent: .abstract.instanceof.App\Enum\LandlordAccountType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\LandlordStatus" (parent: .abstract.instanceof.App\Enum\LandlordStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\PhoneStatus" (parent: .abstract.instanceof.App\Enum\PhoneStatus).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\PropertyCadastralType" (parent: .abstract.instanceof.App\Enum\PropertyCadastralType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Sex" (parent: .abstract.instanceof.App\Enum\Sex).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\TenantAccountType" (parent: .abstract.instanceof.App\Enum\TenantAccountType).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\TenantStatus" (parent: .abstract.instanceof.App\Enum\TenantStatus).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\UniqueLanguage" (parent: .abstract.instanceof.App\Validator\UniqueLanguage).
Resolving inheritance for ".instanceof.App\Validator\UniqueLanguage.0.App\Validator\UniqueLanguage" (parent: .instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\UniqueLanguage).
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 "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.asset_mapper" (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.lock" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
292
Removed service "Symfony\Component\Security\Http\Logout\LogoutUrlGenerator"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\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 "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\Kernel\KernelInterface"; 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\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\Kernel\FileLocator"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; 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\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\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; 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\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\Compressor\CompressorInterface"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "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 "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; 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\Extension\Validator\ViolationMapper\ViolationMapperInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\ChatterInterface"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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.authentication.session_strategy.admin_secured_area"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.admin_secured_area"; reason: private alias.
Removed service "security.authentication.session_strategy.landlord_secured_area"; reason: private alias.
Removed service "security.user_checker.landlord_secured_area"; reason: private alias.
Removed service "security.authentication.session_strategy.tenant_secured_area"; reason: private alias.
Removed service "security.user_checker.tenant_secured_area"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "security.firewall_config_locator"; 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 "Symfony\UX\TwigComponent\ComponentRendererInterface"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\LiveResponder"; reason: private alias.
Removed service "Symfony\UX\LiveComponent\ComponentValidatorInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $asset_mapper"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $lock"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $lockLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".service_locator.cKadChd"; reason: private alias.
Removed service ".service_locator.Nckg.jt"; reason: private alias.
Removed service ".service_locator.f4gBJbk"; 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 "var_dumper.cli_dumper"; reason: private alias.
Removed service "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; 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 "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin_secured_area"; reason: private alias.
Removed service "security.firewall.authenticator.landlord_secured_area"; reason: private alias.
Removed service "security.firewall.authenticator.tenant_secured_area"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.event_dispatcher.admin_secured_area"; reason: private alias.
Removed service "security.event_dispatcher.landlord_secured_area"; reason: private alias.
Removed service "security.event_dispatcher.tenant_secured_area"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.c0wzfI4"; reason: private alias.
Removed service ".service_locator.8IcLvf_"; reason: private alias.
Removed service ".service_locator.d0pWe0E"; reason: private alias.
Removed service ".service_locator.dXc5xHc"; reason: private alias.
Removed service ".service_locator.5kYKOHt"; reason: private alias.
Removed service ".service_locator.8neL.vk"; reason: private alias.
Removed service ".service_locator.4ncDxjW"; reason: private alias.
Removed service ".service_locator..ahdQo8"; reason: private alias.
Removed service ".service_locator.Ys7a.ut"; reason: private alias.
Removed service ".service_locator.R_ZLMDk"; reason: private alias.
Removed service ".service_locator.0AwGQ5F"; reason: private alias.
Removed service ".service_locator.8OtztDb"; reason: private alias.
Removed service ".service_locator.ga0.Rk8"; reason: private alias.
Removed service ".service_locator.uIaZFUA"; reason: private alias.
Removed service ".service_locator.uL_iWWn"; reason: private alias.
Removed service ".service_locator.Q2NbnfQ"; reason: private alias.
Removed service ".service_locator.H9fJQff"; reason: private alias.
Removed service ".service_locator.4kp3kuy"; reason: private alias.
Removed service ".service_locator.xM.Jmcd"; reason: private alias.
Removed service ".service_locator.EDwQymx"; reason: private alias.
Removed service ".service_locator.zqcLBq5"; reason: private alias.
Removed service ".service_locator.Tm50WRk"; reason: private alias.
Removed service ".service_locator.ND2xD4R"; reason: private alias.
Removed service ".service_locator.rY5x._P"; reason: private alias.
Removed service ".service_locator.5H11mRQ"; reason: private alias.
Removed service ".service_locator.xydh6RG"; reason: private alias.
Removed service ".service_locator..k2qA8q"; reason: private alias.
Removed service ".service_locator.hsZ2pUm"; reason: private alias.
Removed service ".service_locator.q.mUd_O"; reason: private alias.
Removed service ".service_locator.b_2ecGt"; reason: private alias.
Removed service ".service_locator.hx.NNhq"; reason: private alias.
Removed service ".service_locator.IcspBB1"; reason: private alias.
Removed service ".service_locator.wBaOxtd"; reason: private alias.
Removed service ".service_locator.BYmSDOh"; reason: private alias.
Removed service ".service_locator.Y4aHyK5"; reason: private alias.
Removed service ".service_locator.P8aLj4D"; reason: private alias.
Removed service ".service_locator.wIGuQ5w"; reason: private alias.
Removed service ".service_locator.iFmTIeS"; reason: private alias.
Removed service ".service_locator.KTUrI4Q"; reason: private alias.
Removed service ".service_locator.lseIDGN"; reason: private alias.
Removed service ".service_locator.bXGKv2o"; reason: private alias.
Removed service ".service_locator._e2LZ.E"; reason: private alias.
Removed service ".service_locator.kKn0OB4"; reason: private alias.
Removed service ".service_locator.T.jHVbo"; reason: private alias.
Removed service ".service_locator.wkb1ybw"; reason: private alias.
Removed service ".service_locator.0eqa9PD"; reason: private alias.
Removed service ".service_locator.34nxbl8"; reason: private alias.
Removed service ".service_locator.Ab6.Qn4"; reason: private alias.
Removed service ".service_locator.KOEHkKy"; reason: private alias.
Removed service ".service_locator.xSVZkr5"; reason: private alias.
Removed service ".service_locator.6iLSFDI"; reason: private alias.
Removed service ".service_locator.xfDG62b"; reason: private alias.
Removed service ".service_locator.xKu2loI"; reason: private alias.
Removed service ".service_locator.UOV1jy9"; reason: private alias.
Removed service ".service_locator.o_qZnqi"; reason: private alias.
Removed service ".service_locator.IZpeFcx"; reason: private alias.
Removed service ".service_locator.apLE4ya"; reason: private alias.
Removed service ".service_locator.nZ_IwXf"; reason: private alias.
Removed service ".service_locator.I25VgB0"; reason: private alias.
Removed service ".service_locator.qfXBbEp"; reason: private alias.
Removed service ".service_locator._C01KnG"; reason: private alias.
Removed service ".service_locator.qlFCfFz"; reason: private alias.
Removed service ".service_locator.XIgWycS"; reason: private alias.
Removed service ".service_locator.3hpFUGD"; reason: private alias.
Removed service ".service_locator.KdFO0ju"; reason: private alias.
Removed service ".service_locator.U3PA6o4"; reason: private alias.
Removed service ".service_locator.qs8HvRy"; reason: private alias.
Removed service ".service_locator.LKg4y.7"; reason: private alias.
Removed service ".service_locator.VWMIOdi"; reason: private alias.
Removed service ".service_locator.YlSsHam"; reason: private alias.
Removed service ".service_locator.N8.0nXS"; reason: private alias.
Removed service ".service_locator.yJB7L52"; reason: private alias.
Removed service ".service_locator.H.xHOl7"; reason: private alias.
Removed service ".service_locator.C.bPIQn"; reason: private alias.
Removed service ".service_locator.dAkzyGb"; reason: private alias.
Removed service ".service_locator.zVwhxOc"; reason: private alias.
Removed service ".service_locator.4Apt7Fd"; reason: private alias.
Removed service ".service_locator.QKfmfWo"; reason: private alias.
Removed service ".service_locator.FvsZNh3"; reason: private alias.
Removed service ".service_locator.2vvW.cw"; reason: private alias.
Removed service ".service_locator.qUFu0JG"; reason: private alias.
Removed service ".service_locator.ov2dMWP"; reason: private alias.
Removed service ".service_locator.gtjoDMp"; reason: private alias.
Removed service ".service_locator.FKG6F_t"; reason: private alias.
131
Changed reference of service "App\EventSubscriber\OwnerSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\PropertyCreatedSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\PropertyUpdatedSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\RedirectToPreferredLocaleSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\SendCodeSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\EventSubscriber\SendCodeSubscriber" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\CreateLandlordType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\LandlordPropertyType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\SearchPropertyType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\UserCreateListingType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Security\AdminAccessDeniedHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Security\AdminAccessDeniedHandler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" 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 "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 "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "form.violation_mapper" previously pointing to "translator.data_collector" to "translator".
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 "chatter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.telegram" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "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 "nelmio_security.csp_reporter_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ux.live_component.twig.component_runtime" previously pointing to "router.default" to "router".
Changed reference of service "ux.live_component.live_controller_attributes_creator" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Noq6UGe" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Noq6UGe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kUnj1im" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.02dYmYp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.BKWMRLr" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Xc1TUMr" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ykMVqKq" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.32Ehg9." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.32Ehg9." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.Ifw6OOj" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.uppeyVC" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.penGnmL" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.4nbTWGv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.SXslcHr" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZI9Iwb4" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fiinBBH" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.fiinBBH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.W0pH.kQ" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.W0pH.kQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uwySbRT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.SzS5aTN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.D2GFOf9" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.YS8C6FK" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.YS8C6FK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.DGj387h" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.DGj387h" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.T7DXr.V" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.v1_yzZb" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.9Jb3rYb" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service ".service_locator.9Jb3rYb" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.G_VtRh3" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service ".service_locator.hoE_Lhh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.hoE_Lhh" 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.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".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\ContractVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\InvoiceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\PropertyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\ResidentialComplexVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\SavedPropertyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\SavedSearchVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.NiAYUhT" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.MPL5lSJ" previously pointing to "router.default" to "router".
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._dt3OH6" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.UAJBURS" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
488
Removed service "App\Entity"; 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 "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "container.env"; 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 "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; 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\XmlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; 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 ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddTenantCommand"; reason: abstract.
Removed service ".instanceof.App\Command\AddTenantCommand.0.App\Command\AddTenantCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddTenantCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteTenantCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DeleteTenantCommand.0.App\Command\DeleteTenantCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeleteTenantCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteUnverifiedTenantCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DeleteUnverifiedTenantCommand.0.App\Command\DeleteUnverifiedTenantCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeleteUnverifiedTenantCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateMessageTranslationCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GenerateMessageTranslationCommand.0.App\Command\GenerateMessageTranslationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateMessageTranslationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GrabFromCadastruCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GrabFromCadastruCommand.0.App\Command\GrabFromCadastruCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GrabFromCadastruCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ListTenantsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ListTenantsCommand.0.App\Command\ListTenantsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ListTenantsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminAccountRecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminAccountRecoveryController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AdminAccountRecoveryController.0.App\Controller\Admin\AdminAccountRecoveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminAccountRecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminContractController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AdminContractController.0.App\Controller\Admin\AdminContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AdminController.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminDashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AdminDashboardController.0.App\Controller\Admin\AdminDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminLandlordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminLandlordController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AdminLandlordController.0.App\Controller\Admin\AdminLandlordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminLandlordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminPropertyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminPropertyController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AdminPropertyController.0.App\Controller\Admin\AdminPropertyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminPropertyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminSuperAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminSuperAdminController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AdminSuperAdminController.0.App\Controller\Admin\AdminSuperAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminSuperAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminUserController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\AdminUserController.0.App\Controller\Admin\AdminUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.App\Controller\ContactController.0.App\Controller\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GoogleLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GoogleLoginController"; reason: abstract.
Removed service ".instanceof.App\Controller\GoogleLoginController.0.App\Controller\GoogleLoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GoogleLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\GoogleLandlordLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\GoogleLandlordLoginController"; reason: abstract.
Removed service ".instanceof.App\Controller\Landlord\GoogleLandlordLoginController.0.App\Controller\Landlord\GoogleLandlordLoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Landlord\GoogleLandlordLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordAccountController"; reason: abstract.
Removed service ".instanceof.App\Controller\Landlord\LandlordAccountController.0.App\Controller\Landlord\LandlordAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Landlord\LandlordAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordAccountRecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordAccountRecoveryController"; reason: abstract.
Removed service ".instanceof.App\Controller\Landlord\LandlordAccountRecoveryController.0.App\Controller\Landlord\LandlordAccountRecoveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Landlord\LandlordAccountRecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordContractController"; reason: abstract.
Removed service ".instanceof.App\Controller\Landlord\LandlordContractController.0.App\Controller\Landlord\LandlordContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Landlord\LandlordContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordDashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Landlord\LandlordDashboardController.0.App\Controller\Landlord\LandlordDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Landlord\LandlordDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordEmailVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordEmailVerificationController"; reason: abstract.
Removed service ".instanceof.App\Controller\Landlord\LandlordEmailVerificationController.0.App\Controller\Landlord\LandlordEmailVerificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Landlord\LandlordEmailVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordInvoiceController"; reason: abstract.
Removed service ".instanceof.App\Controller\Landlord\LandlordInvoiceController.0.App\Controller\Landlord\LandlordInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Landlord\LandlordInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Landlord\LandlordPropertyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Landlord\LandlordPropertyController"; reason: abstract.
Removed service ".instanceof.App\Controller\Landlord\LandlordPropertyController.0.App\Controller\Landlord\LandlordPropertyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Landlord\LandlordPropertyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PropertyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PropertyController"; reason: abstract.
Removed service ".instanceof.App\Controller\PropertyController.0.App\Controller\PropertyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PropertyController"; 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\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.App\Controller\SiteController.0.App\Controller\SiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.App\Controller\SitemapController.0.App\Controller\SitemapController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SitemapController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TelegramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TelegramController"; reason: abstract.
Removed service ".instanceof.App\Controller\TelegramController.0.App\Controller\TelegramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TelegramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\GoogleTenantLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\GoogleTenantLoginController"; reason: abstract.
Removed service ".instanceof.App\Controller\Tenant\GoogleTenantLoginController.0.App\Controller\Tenant\GoogleTenantLoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tenant\GoogleTenantLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantAccountController"; reason: abstract.
Removed service ".instanceof.App\Controller\Tenant\TenantAccountController.0.App\Controller\Tenant\TenantAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tenant\TenantAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantAccountRecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantAccountRecoveryController"; reason: abstract.
Removed service ".instanceof.App\Controller\Tenant\TenantAccountRecoveryController.0.App\Controller\Tenant\TenantAccountRecoveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tenant\TenantAccountRecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantContractController"; reason: abstract.
Removed service ".instanceof.App\Controller\Tenant\TenantContractController.0.App\Controller\Tenant\TenantContractController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tenant\TenantContractController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantDashboardController"; reason: abstract.
Removed service ".instanceof.App\Controller\Tenant\TenantDashboardController.0.App\Controller\Tenant\TenantDashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tenant\TenantDashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantEmailVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantEmailVerificationController"; reason: abstract.
Removed service ".instanceof.App\Controller\Tenant\TenantEmailVerificationController.0.App\Controller\Tenant\TenantEmailVerificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tenant\TenantEmailVerificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Tenant\TenantInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Tenant\TenantInvoiceController"; reason: abstract.
Removed service ".instanceof.App\Controller\Tenant\TenantInvoiceController.0.App\Controller\Tenant\TenantInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Tenant\TenantInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TenantAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TenantAuthController"; reason: abstract.
Removed service ".instanceof.App\Controller\TenantAuthController.0.App\Controller\TenantAuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TenantAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnconfirmedLandlordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnconfirmedLandlordController"; reason: abstract.
Removed service ".instanceof.App\Controller\UnconfirmedLandlordController.0.App\Controller\UnconfirmedLandlordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UnconfirmedLandlordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnconfirmedTenantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnconfirmedTenantController"; reason: abstract.
Removed service ".instanceof.App\Controller\UnconfirmedTenantController.0.App\Controller\UnconfirmedTenantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UnconfirmedTenantController"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\AdminStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\AdminStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\CurrencyCode"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\CurrencyCode"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\CurrencyDefault"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\CurrencyDefault"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\InvoiceStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\InvoiceStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\LandlordAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\LandlordAccountType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\LandlordStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\LandlordStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\PhoneStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\PhoneStatus"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\PropertyCadastralType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\PropertyCadastralType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Sex"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Sex"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\TenantAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\TenantAccountType"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\TenantStatus"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\TenantStatus"; reason: abstract.
Removed service ".instanceof.App\EventListener\AdminLogOutListener.0.App\EventListener\AdminLogOutListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\AdminLogOutListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\LandlordLogOutListener.0.App\EventListener\LandlordLogOutListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LandlordLogOutListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\TenantLogOutListener.0.App\EventListener\TenantLogOutListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\TenantLogOutListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\LogActivitySubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\LogActivitySubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\OwnerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\OwnerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PropertyCreatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\PropertyCreatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PropertyUpdatedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\PropertyUpdatedSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\RedirectToPreferredLocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\RedirectToPreferredLocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\SendCodeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\SendCodeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLogInSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\UserLogInSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCreateLandlordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminCreateLandlordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCreateResidentialComplexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminCreateResidentialComplexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditLandlordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminEditLandlordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditListingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminEditListingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminEditProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditResidentialComplexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminEditResidentialComplexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminEditUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminEditUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminUserNoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminUserNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreateLandlordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CreateLandlordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CreateUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CreateUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeleteAccountType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DeleteAccountType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeletePhoneNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DeletePhoneNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ForgotPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ForgotPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordContractCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LandlordContractCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordContractEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LandlordContractEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LandlordDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordEditProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LandlordEditProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordInvoiceCreateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LandlordInvoiceCreateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordInvoiceEditType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LandlordInvoiceEditType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordPropertyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LandlordPropertyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LandlordTransferListingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LandlordTransferListingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerCreateResidentialComplexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OwnerCreateResidentialComplexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerEditResidentialComplexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OwnerEditResidentialComplexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\OwnerEditUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\OwnerEditUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PropertyDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PropertyDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResidentialComplexDescriptionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResidentialComplexDescriptionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchLandlordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchLandlordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchPropertyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchPropertyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SendPhoneCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SendPhoneCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetNewPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SetNewPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SetPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubmitPhoneCodeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubmitPhoneCodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdminAddAdministratorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SuperAdminAddAdministratorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SuperAdminEditAdministratorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SuperAdminEditAdministratorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedLandlordFinalizeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UnconfirmedLandlordFinalizeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedLandlordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UnconfirmedLandlordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedTenantFinalizeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UnconfirmedTenantFinalizeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UnconfirmedTenantType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UnconfirmedTenantType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UploadImageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UploadImageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserAddPhoneNumberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserAddPhoneNumberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserCreateListingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserCreateListingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditListingLocationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserEditListingLocationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditListingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserEditListingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserEditProfileType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserEditProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserNewEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserNewEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSavedPropertyType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserSavedPropertyType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSavedSearchType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserSavedSearchType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdminRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContractRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContractRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConversationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConversationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LandlordRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LandlordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LanguageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PropertyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PropertyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TenantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TenantRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ContractVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ContractVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\InvoiceVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\InvoiceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PropertyVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\PropertyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ResidentialComplexVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ResidentialComplexVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\SavedPropertyVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\SavedPropertyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\SavedSearchVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\SavedSearchVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\UserVoter"; 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.App\Twig\Components\TenantSearchComponent.0.App\Twig\Components\TenantSearchComponent"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Components\TenantSearchComponent"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\Constraint.0.App\Validator\UniqueLanguage"; reason: abstract.
Removed service ".instanceof.App\Validator\UniqueLanguage.0.App\Validator\UniqueLanguage"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\UniqueLanguage"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\UniqueLanguageValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\UniqueLanguageValidator"; reason: abstract.
178
Removed service "Google\Client"; reason: unused.
Removed service "App\Enum\AdminStatus"; reason: unused.
Removed service "App\Enum\CurrencyCode"; reason: unused.
Removed service "App\Enum\CurrencyDefault"; reason: unused.
Removed service "App\Enum\InvoiceStatus"; reason: unused.
Removed service "App\Enum\LandlordAccountType"; reason: unused.
Removed service "App\Enum\LandlordStatus"; reason: unused.
Removed service "App\Enum\PhoneStatus"; reason: unused.
Removed service "App\Enum\PropertyCadastralType"; reason: unused.
Removed service "App\Enum\Sex"; reason: unused.
Removed service "App\Enum\TenantAccountType"; reason: unused.
Removed service "App\Enum\TenantStatus"; reason: unused.
Removed service "App\Event\AdminActivityEvent"; reason: unused.
Removed service "App\Event\LandlordAccountCreatedEvent"; reason: unused.
Removed service "App\Event\LandlordActivityEvent"; reason: unused.
Removed service "App\Event\LandlordNewEmailCreatedEvent"; reason: unused.
Removed service "App\Event\LandlordSendPhoneCodeRequestedEvent"; reason: unused.
Removed service "App\Event\ResetAdminPasswordRequestedEvent"; reason: unused.
Removed service "App\Event\ResetLandlordPasswordRequestedEvent"; reason: unused.
Removed service "App\Event\ResetTenantPasswordRequestedEvent"; reason: unused.
Removed service "App\Event\TenantAccountCreatedEvent"; reason: unused.
Removed service "App\Event\TenantActivityEvent"; reason: unused.
Removed service "App\Event\TenantNewEmailCreatedEvent"; reason: unused.
Removed service "App\Event\TenantSendPhoneCodeRequestedEvent"; reason: unused.
Removed service "App\Event\UnconfirmedLandlordRegisteredEvent"; reason: unused.
Removed service "App\Event\UnconfirmedTenantRegisteredEvent"; reason: unused.
Removed service "App\EventListener\RequestResponseListener"; reason: unused.
Removed service "App\Http\TransparentPixelResponse"; reason: unused.
Removed service "App\Pagination\Paginator"; reason: unused.
Removed service "App\Service\ConversationService"; reason: unused.
Removed service "App\Service\FileUploader"; reason: unused.
Removed service "App\Type\MultiPolygonType"; reason: unused.
Removed service "App\Type\PointType"; reason: unused.
Removed service "App\Type\PolygonType"; reason: unused.
Removed service "App\Util\ComputeDistance"; reason: unused.
Removed service "App\Util\EmailNormalizer"; reason: unused.
Removed service "App\Util\MomentFormatConverter"; reason: unused.
Removed service "App\Util\TransformPointCoordinates"; reason: unused.
Removed service "App\Validator\DescriptionValidator"; reason: unused.
Removed service "App\Validator\UniqueLanguage"; reason: unused.
Removed service "App\ValueObject\Point"; reason: unused.
Removed service "Redis"; reason: unused.
Removed service "Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler"; 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_number_aware"; 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 "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.chain_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.authorization_header_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; 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 "asset_mapper.compressor.brotli"; reason: unused.
Removed service "asset_mapper.compressor.zstandard"; reason: unused.
Removed service "asset_mapper.compressor.gzip"; reason: unused.
Removed service "http_client.mock_transport"; reason: unused.
Removed service "psr18.http_client"; 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 "translation.extractor.visitor.trans_method"; reason: unused.
Removed service "translation.extractor.visitor.translatable_message"; reason: unused.
Removed service "translation.extractor.visitor.constraint"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service ".lock.flock.store"; reason: unused.
Removed service ".lock.semaphore.store"; reason: unused.
Removed service "lock.default.factory"; 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 "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "texter.messenger.desktop_handler"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "mime_types"; 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 "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; 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.admin_secured_area"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "security.user_checker.chain.landlord_secured_area"; reason: unused.
Removed service "security.user_checker.chain.tenant_secured_area"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "twig.extension.weblink"; reason: unused.
Removed service "twig.runtime.serializer"; reason: unused.
Removed service "twig.extension.serializer"; reason: unused.
Removed service "Symfony\UX\TwigComponent\ComponentAttributes"; reason: unused.
Removed service "nelmio_security.ua_parser"; reason: unused.
Removed service "nelmio_security.ua_parser.ua_php"; reason: unused.
Removed service "nelmio_security.policy_manager"; reason: unused.
Removed service "nelmio_security.csp_report.filter.noise_detector_custom_rules"; reason: unused.
Removed service "Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "monolog.logger.lock"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.TJNRSaV"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator.X_WBshW"; reason: unused.
Removed service ".service_locator.X_WBshW.Symfony\UX\LiveComponent\ComponentValidator"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.HlhG04S"; reason: unused.
Removed service ".service_locator.PO0lpZ1"; reason: unused.
441
Inlined service ".service_locator.NiAYUhT.App\Controller\Admin\AdminAccountRecoveryController" to "App\Controller\Admin\AdminAccountRecoveryController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Admin\AdminContractController" to "App\Controller\Admin\AdminContractController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Admin\AdminController" to "App\Controller\Admin\AdminController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Admin\AdminDashboardController" to "App\Controller\Admin\AdminDashboardController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Admin\AdminLandlordController" to "App\Controller\Admin\AdminLandlordController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Admin\AdminPropertyController" to "App\Controller\Admin\AdminPropertyController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Admin\AdminSuperAdminController" to "App\Controller\Admin\AdminSuperAdminController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Admin\AdminUserController" to "App\Controller\Admin\AdminUserController".
Inlined service ".service_locator.MPL5lSJ.App\Controller\ContactController" to "App\Controller\ContactController".
Inlined service ".service_locator.NiAYUhT.App\Controller\GoogleLoginController" to "App\Controller\GoogleLoginController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Landlord\GoogleLandlordLoginController" to "App\Controller\Landlord\GoogleLandlordLoginController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Landlord\LandlordAccountController" to "App\Controller\Landlord\LandlordAccountController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Landlord\LandlordAccountRecoveryController" to "App\Controller\Landlord\LandlordAccountRecoveryController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Landlord\LandlordContractController" to "App\Controller\Landlord\LandlordContractController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Landlord\LandlordDashboardController" to "App\Controller\Landlord\LandlordDashboardController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Landlord\LandlordEmailVerificationController" to "App\Controller\Landlord\LandlordEmailVerificationController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Landlord\LandlordInvoiceController" to "App\Controller\Landlord\LandlordInvoiceController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Landlord\LandlordPropertyController" to "App\Controller\Landlord\LandlordPropertyController".
Inlined service ".service_locator.NiAYUhT.App\Controller\PropertyController" to "App\Controller\PropertyController".
Inlined service ".service_locator.NiAYUhT.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.NiAYUhT.App\Controller\SiteController" to "App\Controller\SiteController".
Inlined service ".service_locator.NiAYUhT.App\Controller\SitemapController" to "App\Controller\SitemapController".
Inlined service ".service_locator.NiAYUhT.App\Controller\TelegramController" to "App\Controller\TelegramController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Tenant\GoogleTenantLoginController" to "App\Controller\Tenant\GoogleTenantLoginController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Tenant\TenantAccountController" to "App\Controller\Tenant\TenantAccountController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Tenant\TenantAccountRecoveryController" to "App\Controller\Tenant\TenantAccountRecoveryController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Tenant\TenantContractController" to "App\Controller\Tenant\TenantContractController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Tenant\TenantDashboardController" to "App\Controller\Tenant\TenantDashboardController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Tenant\TenantEmailVerificationController" to "App\Controller\Tenant\TenantEmailVerificationController".
Inlined service ".service_locator.NiAYUhT.App\Controller\Tenant\TenantInvoiceController" to "App\Controller\Tenant\TenantInvoiceController".
Inlined service ".service_locator.NiAYUhT.App\Controller\TenantAuthController" to "App\Controller\TenantAuthController".
Inlined service ".service_locator.NiAYUhT.App\Controller\UnconfirmedLandlordController" to "App\Controller\UnconfirmedLandlordController".
Inlined service ".service_locator.NiAYUhT.App\Controller\UnconfirmedTenantController" to "App\Controller\UnconfirmedTenantController".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider" to "Doctrine\DBAL\Tools\Console\Command\RunSqlCommand".
Inlined service "doctrine.dbal.default_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 ".service_locator.n98meg9" 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.t7OfOy6" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
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" 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 "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "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 "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "error_handler.error_renderer.default" to "error_controller".
Inlined service "controller.expression_language" to "kernel.controller_attributes_listener".
Inlined service "cache.controller_expression_language.recorder_inner" to "cache.controller_expression_language".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.qJ3QpCq" to "fragment.handler".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.6eloqTE" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.asset_mapper.recorder_inner" to "cache.asset_mapper".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
Inlined service "asset_mapper.compressor" to "asset_mapper.assets.command.compress".
Inlined service "cache.http_client.pool.recorder_inner" to "cache.http_client.pool".
Inlined service "monolog.logger.http_client" to "http_client.transport".
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 "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.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.LiNhGEY" to "router.expression_language_provider".
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 ".service_locator.1nWOYVM" to "type_info.resolver".
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.WFsPU9d" 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 "form.violation_mapper" to "form.type_extension.form.validator".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.2reTfvE" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "chatter.transports" to "chatter".
Inlined service "chatter.transport_factory" to "chatter.transports".
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.doctrine" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".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 "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.5ltxHEW" to "security.helper".
Inlined service ".service_locator.K51aE0N" to "security.helper".
Inlined service ".service_locator.AHXtaBA" to "security.helper".
Inlined service ".service_locator.axIr.dR" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.of80iLx" to "security.access_map".
Inlined service ".security.request_matcher.W220V_R" to "security.access_map".
Inlined service ".security.request_matcher.bPhInCS" to "security.access_map".
Inlined service ".security.request_matcher.eyy8JTB" to "security.access_map".
Inlined service ".security.request_matcher.eUzTEaQ" to "security.access_map".
Inlined service ".security.request_matcher.MSDj1lc" to "security.access_map".
Inlined service ".security.request_matcher.kBSkzSl" to "security.access_map".
Inlined service ".security.request_matcher.53lroxg" to "security.access_map".
Inlined service ".security.request_matcher.xgGNNfa" to "security.access_map".
Inlined service ".security.request_matcher.zeWsP0F" to "security.access_map".
Inlined service ".security.request_matcher.v7cEANR" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
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.dxczy6O" to ".security.request_matcher.QZDP5mD".
Inlined service "security.authentication.success_handler.admin_secured_area.form_login" to "security.authenticator.form_login.admin_secured_area".
Inlined service "security.authentication.failure_handler.admin_secured_area.form_login" to "security.authenticator.form_login.admin_secured_area".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.admin_secured_area" to "security.authenticator.remember_me_handler.admin_secured_area".
Inlined service "debug.security.firewall.authenticator.admin_secured_area.inner" to "debug.security.firewall.authenticator.admin_secured_area".
Inlined service "App\Security\AdminAccessDeniedHandler" to "security.exception_listener.admin_secured_area".
Inlined service "security.exception_listener.admin_secured_area" to "security.firewall.map.context.admin_secured_area".
Inlined service "security.logout_listener.admin_secured_area" to "security.firewall.map.context.admin_secured_area".
Inlined service "security.authentication.success_handler.landlord_secured_area.form_login" to "security.authenticator.form_login.landlord_secured_area".
Inlined service "security.authentication.failure_handler.landlord_secured_area.form_login" to "security.authenticator.form_login.landlord_secured_area".
Inlined service "security.authenticator.remember_me_signature_hasher.landlord_secured_area" to "security.authenticator.remember_me_handler.landlord_secured_area".
Inlined service "debug.security.firewall.authenticator.landlord_secured_area.inner" to "debug.security.firewall.authenticator.landlord_secured_area".
Inlined service "security.exception_listener.landlord_secured_area" to "security.firewall.map.context.landlord_secured_area".
Inlined service "security.logout_listener.landlord_secured_area" to "security.firewall.map.context.landlord_secured_area".
Inlined service "security.authentication.success_handler.tenant_secured_area.form_login" to "security.authenticator.form_login.tenant_secured_area".
Inlined service "security.authentication.failure_handler.tenant_secured_area.form_login" to "security.authenticator.form_login.tenant_secured_area".
Inlined service "security.authenticator.remember_me_signature_hasher.tenant_secured_area" to "security.authenticator.remember_me_handler.tenant_secured_area".
Inlined service "debug.security.firewall.authenticator.tenant_secured_area.inner" to "debug.security.firewall.authenticator.tenant_secured_area".
Inlined service "security.exception_listener.tenant_secured_area" to "security.firewall.map.context.tenant_secured_area".
Inlined service "security.logout_listener.tenant_secured_area" to "security.firewall.map.context.tenant_secured_area".
Inlined service ".security.request_matcher.4nfXtkD" to ".security.request_matcher.of80iLx".
Inlined service ".security.request_matcher.Ag9U87c" to ".security.request_matcher.of80iLx".
Inlined service ".security.request_matcher.8r7I1vB" to ".security.request_matcher.W220V_R".
Inlined service ".security.request_matcher.3CSLSeX" to ".security.request_matcher.eyy8JTB".
Inlined service ".security.request_matcher.3ci5xSA" to ".security.request_matcher.eUzTEaQ".
Inlined service ".security.request_matcher.3YK90Q0" to ".security.request_matcher.MSDj1lc".
Inlined service ".security.request_matcher.Jju8DWQ" to ".security.request_matcher.53lroxg".
Inlined service ".security.request_matcher.6wojEP." to ".security.request_matcher.xgGNNfa".
Inlined service ".security.request_matcher.IiiViXd" to ".security.request_matcher.zeWsP0F".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.htmlsanitizer" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.importmap" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service ".ux_icons.twig_icon_extension" to "twig".
Inlined service "ux.twig_component.twig.component_extension" to "twig".
Inlined service "twig.extension.markdown" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "nelmio_security.twig_extension" to "twig".
Inlined service "ux.live_component.twig.component_extension" 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.lexer" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.3DrAUl_.twig.template_cache_warmer" 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.TZtXaAI" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service ".ux_icons.cache.recorder_inner" to ".ux_icons.cache".
Inlined service ".ux_icons.chain_registry" to ".ux_icons.cache_icon_registry".
Inlined service ".ux_icons.icon_renderer" to ".ux_icons.twig_icon_runtime".
Inlined service "ux.twig_component.component_template_finder" to "ux.twig_component.component_factory".
Inlined service ".service_locator.43AQIfP" to "ux.twig_component.component_factory".
Inlined service ".service_locator.u0NMpz0" to "ux.twig_component.twig.component_runtime".
Inlined service "cache.ux.twig_component.recorder_inner" to "cache.ux.twig_component".
Inlined service ".service_locator.eB5.jjc.ux.twig_component.cache_warmer" to "ux.twig_component.cache_warmer".
Inlined service "twig.markdown.default" to "twig.runtime.markdown".
Inlined service "nelmio_security.directive_set_builder.report" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.directive_set_builder.enforce" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.nonce_generator" to "nelmio_security.csp_listener".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_domains_regex" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_schemes" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_injected_scripts" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.csp_report.filter.noise_detector_browser_bugs" to "nelmio_security.csp_report.filter".
Inlined service "nelmio_security.ua_parser.ua_php.provider" to "nelmio_security.csp_report.filter.noise_detector_browser_bugs".
Inlined service "nelmio_security.csp_report.log_formatter" to "nelmio_security.csp_report.logger".
Inlined service "nelmio_security.csp_report.logger" to "nelmio_security.csp_reporter_controller".
Inlined service "nelmio_security.csp_report.filter" to "nelmio_security.csp_reporter_controller".
Inlined service "stimulus.asset_mapper.ux_package_reader" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "stimulus.asset_mapper.auto_import_locator" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "stimulus.asset_mapper.controllers_map_generator" to "stimulus.asset_mapper.loader_javascript_compiler".
Inlined service ".service_locator.QpO14rB.ux.live_component.event_subscriber" to "ux.live_component.event_subscriber".
Inlined service ".service_locator._dt3OH6.ux.live_component.live_url_subscriber" to "ux.live_component.live_url_subscriber".
Inlined service ".service_locator.S.xdW3J.ux.live_component.intercept_child_component_render_subscriber" to "ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.dFv6Yo5.ux.live_component.child_component_partial_renderer" to "ux.live_component.child_component_partial_renderer".
Inlined service "type_info.resolver" to "ux.live_component.metadata_factory".
Inlined service "ux.live_component.live_responder" to "ux.live_component.live_controller_attributes_creator".
Inlined service ".service_locator.R6yf12C.ux.live_component.add_attributes_subscriber" to "ux.live_component.add_attributes_subscriber".
Inlined service "ux.live_component.query_string_props_extractor" to "ux.live_component.query_string_initializer_subscriber".
Inlined service "debug.security.event_dispatcher.admin_secured_area.inner" to "debug.security.event_dispatcher.admin_secured_area".
Inlined service "debug.security.event_dispatcher.landlord_secured_area.inner" to "debug.security.event_dispatcher.landlord_secured_area".
Inlined service "debug.security.event_dispatcher.tenant_secured_area.inner" to "debug.security.event_dispatcher.tenant_secured_area".
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 "console.argument_resolver.uid" to ".debug.console.value_resolver.console.argument_resolver.uid".
Inlined service "console.argument_resolver.input_file" to ".debug.console.value_resolver.console.argument_resolver.input_file".
Inlined service "console.argument_resolver.map_input" to ".debug.console.value_resolver.console.argument_resolver.map_input".
Inlined service "console.argument_resolver.service" to ".debug.console.value_resolver.console.argument_resolver.service".
Inlined service "console.argument_resolver.default" to ".debug.console.value_resolver.console.argument_resolver.default".
Inlined service "console.argument_resolver.variadic" to ".debug.console.value_resolver.console.argument_resolver.variadic".
Inlined service ".service_locator.RL6DGXj" to ".service_locator.RL6DGXj.App\Controller\Admin\AdminAccountRecoveryController::setNewPassword()".
Inlined service ".service_locator.yXWAbMl" to ".service_locator.yXWAbMl.App\Controller\Admin\AdminContractController::showUser()".
Inlined service ".service_locator.IGX1wJO" to ".service_locator.IGX1wJO.App\Controller\Admin\AdminController::changePassword()".
Inlined service ".service_locator.r7kI_HW" to ".service_locator.r7kI_HW.App\Controller\Admin\AdminLandlordController::showLandlord()".
Inlined service ".service_locator.cwscdoZ" to ".service_locator.cwscdoZ.App\Controller\Admin\AdminLandlordController::addLandlord()".
Inlined service ".service_locator.kUnj1im" to ".service_locator.kUnj1im.App\Controller\Admin\AdminLandlordController::createLandlord()".
Inlined service ".service_locator.4toVyKR" to ".service_locator.4toVyKR.App\Controller\Admin\AdminLandlordController::editLandlord()".
Inlined service ".service_locator.02dYmYp" to ".service_locator.02dYmYp.App\Controller\Admin\AdminLandlordController::updateLandlord()".
Inlined service ".service_locator.GzWqwOD" to ".service_locator.GzWqwOD.App\Controller\Admin\AdminLandlordController::deleteLandlord()".
Inlined service ".service_locator.BKWMRLr" to ".service_locator.BKWMRLr.App\Controller\Admin\AdminLandlordController::uploadImage()".
Inlined service ".service_locator.Xc1TUMr" to ".service_locator.Xc1TUMr.App\Controller\Admin\AdminLandlordController::programmaticLogin()".
Inlined service ".service_locator.7pgxvrH" to ".service_locator.7pgxvrH.App\Controller\Admin\AdminPropertyController::listPropertiesByUser()".
Inlined service ".service_locator.a2pdt7z" to ".service_locator.a2pdt7z.App\Controller\Admin\AdminPropertyController::listPropertiesByOwner()".
Inlined service ".service_locator.32Ehg9." to ".service_locator.32Ehg9..App\Controller\Admin\AdminPropertyController::editProperty()".
Inlined service ".service_locator.xcHxMmr" to ".service_locator.xcHxMmr.App\Controller\Admin\AdminSuperAdminController::listAdministrators()".
Inlined service ".service_locator.Ifw6OOj" to ".service_locator.Ifw6OOj.App\Controller\Admin\AdminSuperAdminController::createAdministrator()".
Inlined service ".service_locator.eXQNuBf" to ".service_locator.eXQNuBf.App\Controller\Admin\AdminSuperAdminController::showAdministrator()".
Inlined service ".service_locator.uppeyVC" to ".service_locator.uppeyVC.App\Controller\Admin\AdminSuperAdminController::editAdministrator()".
Inlined service ".service_locator.penGnmL" to ".service_locator.penGnmL.App\Controller\Admin\AdminSuperAdminController::deleteAdministrator()".
Inlined service ".service_locator.i_OVuid" to ".service_locator.i_OVuid.App\Controller\Admin\AdminUserController::showUser()".
Inlined service ".service_locator.F4a232P" to ".service_locator.F4a232P.App\Controller\Admin\AdminUserController::editUser()".
Inlined service ".service_locator.9aEj5YD" to ".service_locator.9aEj5YD.App\Controller\Admin\AdminUserController::changeUserStatus()".
Inlined service ".service_locator.Yc_I3Qd" to ".service_locator.Yc_I3Qd.App\Controller\Admin\AdminUserController::deleteUser()".
Inlined service ".service_locator.4nbTWGv" to ".service_locator.4nbTWGv.App\Controller\Admin\AdminUserController::addUserNote()".
Inlined service ".service_locator.fuNdWc6" to ".service_locator.fuNdWc6.App\Controller\Admin\AdminUserController::deleteUserNote()".
Inlined service ".service_locator.sNgGcQL" to ".service_locator.sNgGcQL.App\Controller\Admin\AdminUserController::programmaticLogin()".
Inlined service ".service_locator.YFUG3pG" to ".service_locator.YFUG3pG.App\Controller\ContactController::index()".
Inlined service ".service_locator.SXslcHr" to ".service_locator.SXslcHr.App\Controller\GoogleLoginController::checkGoogle()".
Inlined service ".service_locator.fiinBBH" to ".service_locator.fiinBBH.App\Controller\Landlord\LandlordAccountController::addNewEmail()".
Inlined service ".service_locator.W0pH.kQ" to ".service_locator.W0pH.kQ.App\Controller\Landlord\LandlordAccountController::addPhoneNumber()".
Inlined service ".service_locator.Sx4ZKDV" to ".service_locator.Sx4ZKDV.App\Controller\Landlord\LandlordAccountController::changePassword()".
Inlined service ".service_locator.uwySbRT" to ".service_locator.uwySbRT.App\Controller\Landlord\LandlordAccountController::deletePhoneNumber()".
Inlined service ".service_locator.SzS5aTN" to ".service_locator.SzS5aTN.App\Controller\Landlord\LandlordAccountController::deleteAccount()".
Inlined service ".service_locator.NtQ9TkL" to ".service_locator.NtQ9TkL.App\Controller\Landlord\LandlordAccountRecoveryController::setNewPassword()".
Inlined service ".service_locator.3IcFc06" to ".service_locator.3IcFc06.App\Controller\Landlord\LandlordContractController::list()".
Inlined service ".service_locator.DdJ8lOB" to ".service_locator.DdJ8lOB.App\Controller\Landlord\LandlordContractController::show()".
Inlined service ".service_locator.bWEDM61" to ".service_locator.bWEDM61.App\Controller\Landlord\LandlordContractController::new()".
Inlined service ".service_locator.CE5WhHA" to ".service_locator.CE5WhHA.App\Controller\Landlord\LandlordDashboardController::indexqqq()".
Inlined service ".service_locator.K63NorB" to ".service_locator.K63NorB.App\Controller\Landlord\LandlordEmailVerificationController::verifyEmail()".
Inlined service ".service_locator.eDoXo5I" to ".service_locator.eDoXo5I.App\Controller\Landlord\LandlordInvoiceController::list()".
Inlined service ".service_locator.lqPU7Rz" to ".service_locator.lqPU7Rz.App\Controller\Landlord\LandlordInvoiceController::show()".
Inlined service ".service_locator.sLsW2J2" to ".service_locator.sLsW2J2.App\Controller\Landlord\LandlordInvoiceController::new()".
Inlined service ".service_locator.1DPx46f" to ".service_locator.1DPx46f.App\Controller\Landlord\LandlordPropertyController::list()".
Inlined service ".service_locator.90F0sMW" to ".service_locator.90F0sMW.App\Controller\Landlord\LandlordPropertyController::show()".
Inlined service ".service_locator.U1zAJQI" to ".service_locator.U1zAJQI.App\Controller\PropertyController::listPropertiesByUser()".
Inlined service ".service_locator.UWpat46" to ".service_locator.UWpat46.App\Controller\PropertyController::listPropertiesByResidentialComplex()".
Inlined service ".service_locator.cW3HOul" to ".service_locator.cW3HOul.App\Controller\PropertyController::listPropertiesByDistrict()".
Inlined service ".service_locator.9eCDaW3" to ".service_locator.9eCDaW3.App\Controller\PropertyController::listPropertiesByLocality()".
Inlined service ".service_locator.LXrPtPJ" to ".service_locator.LXrPtPJ.App\Controller\PropertyController::searchProperty()".
Inlined service ".service_locator.VDqG82i" to ".service_locator.VDqG82i.App\Controller\PropertyController::showProperty()".
Inlined service ".service_locator.D2GFOf9" to ".service_locator.D2GFOf9.App\Controller\PropertyController::showPropertyById()".
Inlined service ".service_locator.tAjL2PE" to ".service_locator.tAjL2PE.App\Controller\PropertyController::getFeatureCollection()".
Inlined service ".service_locator.A8wkh1F" to ".service_locator.A8wkh1F.App\Controller\SecurityController::loginAdmin()".
Inlined service ".service_locator.YD.0o49" to ".service_locator.YD.0o49.App\Controller\SecurityController::loginLandlord()".
Inlined service ".service_locator.UuFFhGw" to ".service_locator.UuFFhGw.App\Controller\SecurityController::loginTenant()".
Inlined service ".service_locator.kd0B3.t" to ".service_locator.kd0B3.t.App\Controller\TelegramController::index()".
Inlined service ".service_locator.YS8C6FK" to ".service_locator.YS8C6FK.App\Controller\Tenant\TenantAccountController::addNewEmail()".
Inlined service ".service_locator.DGj387h" to ".service_locator.DGj387h.App\Controller\Tenant\TenantAccountController::addPhoneNumber()".
Inlined service ".service_locator.pIMq0XR" to ".service_locator.pIMq0XR.App\Controller\Tenant\TenantAccountController::changePassword()".
Inlined service ".service_locator.T7DXr.V" to ".service_locator.T7DXr.V.App\Controller\Tenant\TenantAccountController::deletePhoneNumber()".
Inlined service ".service_locator.v1_yzZb" to ".service_locator.v1_yzZb.App\Controller\Tenant\TenantAccountController::deleteAccount()".
Inlined service ".service_locator.BIT5F8B" to ".service_locator.BIT5F8B.App\Controller\Tenant\TenantAccountRecoveryController::setNewPassword()".
Inlined service ".service_locator.8hu1eCU" to ".service_locator.8hu1eCU.App\Controller\Tenant\TenantContractController::list()".
Inlined service ".service_locator.ltqZNQi" to ".service_locator.ltqZNQi.App\Controller\Tenant\TenantContractController::show()".
Inlined service ".service_locator.rMVx4E3" to ".service_locator.rMVx4E3.App\Controller\Tenant\TenantDashboardController::indexqqq()".
Inlined service ".service_locator.YrFbgYj" to ".service_locator.YrFbgYj.App\Controller\Tenant\TenantInvoiceController::list()".
Inlined service ".service_locator.tbyBIEZ" to ".service_locator.tbyBIEZ.App\Controller\Tenant\TenantInvoiceController::show()".
Inlined service ".service_locator.9Jb3rYb" to ".service_locator.9Jb3rYb.App\Controller\TenantAuthController::checkGoogle()".
Inlined service ".service_locator.G_VtRh3" to ".service_locator.G_VtRh3.App\Controller\TenantAuthController::checkEmail()".
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 "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.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 "argument_resolver.header_value_resolver" to ".debug.value_resolver.argument_resolver.header_value_resolver".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "App\Security\ContractVoter" to ".debug.security.voter.App\Security\ContractVoter".
Inlined service "App\Security\InvoiceVoter" to ".debug.security.voter.App\Security\InvoiceVoter".
Inlined service "App\Security\PropertyVoter" to ".debug.security.voter.App\Security\PropertyVoter".
Inlined service "App\Security\ResidentialComplexVoter" to ".debug.security.voter.App\Security\ResidentialComplexVoter".
Inlined service "App\Security\SavedPropertyVoter" to ".debug.security.voter.App\Security\SavedPropertyVoter".
Inlined service "App\Security\SavedSearchVoter" to ".debug.security.voter.App\Security\SavedSearchVoter".
Inlined service "App\Security\UserVoter" to ".debug.security.voter.App\Security\UserVoter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.MPL5lSJ" to ".service_locator.MPL5lSJ.App\Controller\ContactController".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.Bog7sHi" to ".service_locator.Bog7sHi.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 ".service_locator.QpO14rB" to ".service_locator.QpO14rB.ux.live_component.event_subscriber".
Inlined service ".service_locator._dt3OH6" to ".service_locator._dt3OH6.ux.live_component.live_url_subscriber".
Inlined service ".service_locator.S.xdW3J" to ".service_locator.S.xdW3J.ux.live_component.intercept_child_component_render_subscriber".
Inlined service ".service_locator.dFv6Yo5" to ".service_locator.dFv6Yo5.ux.live_component.child_component_partial_renderer".
Inlined service ".service_locator.R6yf12C" to ".service_locator.R6yf12C.ux.live_component.add_attributes_subscriber".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service "assets.context" to "asset_mapper.asset_package.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.BzaRe12" to "debug.argument_resolver.inner".
Inlined service ".service_locator.yaqxmaC" to "debug.console.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "doctrine.orm.default_attribute_metadata_driver" to ".doctrine.orm.default_metadata_driver.inner".
Inlined service ".service_locator.tss0W0i" to "console.command_loader".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service ".service_locator.Bog7sHi.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "debug.console.argument_resolver.inner" to "console.argument_resolver".
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".
3
Tag "container.error" was defined on service(s) "argument_resolver.request_payload", but was never used. Did you mean "container.preload", "container.decorator"?
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.admin_secured_area", "debug.security.firewall.authenticator.landlord_secured_area", "debug.security.firewall.authenticator.tenant_secured_area", "debug.security.event_dispatcher.admin_secured_area", "debug.security.event_dispatcher.landlord_secured_area", "debug.security.event_dispatcher.tenant_secured_area", "event_dispatcher", "console.argument_resolver", but was never used. Did you mean "container.error"?
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.security", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.asset_mapper", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.deprecation", but was never used.
5
Removing build parameter ".kernel.config_dir".
Keeping array build parameter ".kernel.bundles_definition" for placeholder resolution.
Keeping array build parameter ".container.known_envs" for placeholder resolution.