Since doctrine/doctrine-bundle 3.1: The "enable_native_lazy_objects" option is deprecated and will be removed in DoctrineBundle 4.0, as native lazy objects are now always enabled.
Since doctrine/doctrine-bundle 3.1: The "doctrine.orm.controller_resolver.auto_mapping" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0.
"SELECT t0.Name AS Name_1, t0.ShortCode AS ShortCode_2, t0.IsWrittenLanguage AS IsWrittenLanguage_3, t0.IsSpokenLanguage AS IsSpokenLanguage_4, t0.IsSignLanguage AS IsSignLanguage_5 FROM language t0 WHERE t0.ShortCode = ? LIMIT 1"
"SELECT t0.id AS id_1, t0.Username AS Username_2, t0.Email AS Email_3, t0.NewEmail AS NewEmail_4, t0.Locale AS Locale_5, t0.LastActive AS LastActive_6, t0.PassWord AS PassWord_7, t0.Status AS Status_8, t0.Reminders AS Reminders_9, t0.Name AS Name_10, t0.ShortName AS ShortName_11, t0.HideAttribute AS HideAttribute_12, t0.ProfileLanguage AS ProfileLanguage_13, t0.Accommodation AS Accommodation_14, t0.AdditionalAccommodationInfo AS AdditionalAccommodationInfo_15, t0.ILiveWith AS ILiveWith_16, t0.StandardOffers AS StandardOffers_17, t0.MaxGuests AS MaxGuests_18, t0.MaxLengthOfStay AS MaxLengthOfStay_19, t0.Organizations AS Organizations_20, t0.Restrictions AS Restrictions_21, t0.HouseRules AS HouseRules_22, t0.created AS created_23, t0.updated AS updated_24, t0.AboutMe AS AboutMe_25, t0.Occupation AS Occupation_26, t0.Gender AS Gender_27, t0.BirthDate AS BirthDate_28, t0.PastTrips AS PastTrips_29, t0.PlannedTrips AS PlannedTrips_30, t0.Hobbies AS Hobbies_31, t0.Books AS Books_32, t0.Music AS Music_33, t0.Movies AS Movies_34, t0.PleaseBring AS PleaseBring_35, t0.WhereYouSleep AS WhereYouSleep_36, t0.OfferGuests AS OfferGuests_37, t0.OfferHosts AS OfferHosts_38, t0.GettingThere AS GettingThere_39, t0.LastSwitchToActive AS LastSwitchToActive_40, t0.bewelcomed AS bewelcomed_41, t0.RegistrationKey AS RegistrationKey_42, t0.HostingInterest AS HostingInterest_43 FROM member t0 WHERE t0.id = ?"
[
"sql" => "SELECT t0.id AS id_1, t0.Username AS Username_2, t0.Email AS Email_3, t0.NewEmail AS NewEmail_4, t0.Locale AS Locale_5, t0.LastActive AS LastActive_6, t0.PassWord AS PassWord_7, t0.Status AS Status_8, t0.Reminders AS Reminders_9, t0.Name AS Name_10, t0.ShortName AS ShortName_11, t0.HideAttribute AS HideAttribute_12, t0.ProfileLanguage AS ProfileLanguage_13, t0.Accommodation AS Accommodation_14, t0.AdditionalAccommodationInfo AS AdditionalAccommodationInfo_15, t0.ILiveWith AS ILiveWith_16, t0.StandardOffers AS StandardOffers_17, t0.MaxGuests AS MaxGuests_18, t0.MaxLengthOfStay AS MaxLengthOfStay_19, t0.Organizations AS Organizations_20, t0.Restrictions AS Restrictions_21, t0.HouseRules AS HouseRules_22, t0.created AS created_23, t0.updated AS updated_24, t0.AboutMe AS AboutMe_25, t0.Occupation AS Occupation_26, t0.Gender AS Gender_27, t0.BirthDate AS BirthDate_28, t0.PastTrips AS PastTrips_29, t0.PlannedTrips AS PlannedTrips_30, t0.Hobbies AS Hobbies_31, t0.Books AS Books_32, t0.Music AS Music_33, t0.Movies AS Movies_34, t0.PleaseBring AS PleaseBring_35, t0.WhereYouSleep AS WhereYouSleep_36, t0.OfferGuests AS OfferGuests_37, t0.OfferHosts AS OfferHosts_38, t0.GettingThere AS GettingThere_39, t0.LastSwitchToActive AS LastSwitchToActive_40, t0.bewelcomed AS bewelcomed_41, t0.RegistrationKey AS RegistrationKey_42, t0.HostingInterest AS HostingInterest_43 FROM member t0 WHERE t0.id = ?"
"params" => [1 => 8]
"types" => [1 => Doctrine\DBAL\ParameterType {#99
+name: "INTEGER"
}
]
]
deprecation
User Deprecated: Specifying the "nullable" attribute for join columns in to-one associations (here, App\Entity\MemberLanguageLevel::$language) that are part of the identifier is a no-op.
The ORM will always set it to false.
Doing so is deprecated and will be an error in 4.0. (ToOneOwningSideMapping.php:136 called by ClassMetadata.php:1431, https://github.com/doctrine/orm/pull/12126, package doctrine/orm)
"SELECT t0.HouseNumber AS HouseNumber_1, t0.StreetName AS StreetName_2, t0.Zip AS Zip_3, t0.wheelChairAccessible AS wheelChairAccessible_4, t0.latitude AS latitude_5, t0.longitude AS longitude_6, t0.active AS active_7, t0.id AS id_8, t0.member_id AS member_id_9, t0.location AS location_10 FROM address t0 WHERE t0.member_id IN (?)"
[
"sql" => "SELECT t0.HouseNumber AS HouseNumber_1, t0.StreetName AS StreetName_2, t0.Zip AS Zip_3, t0.wheelChairAccessible AS wheelChairAccessible_4, t0.latitude AS latitude_5, t0.longitude AS longitude_6, t0.active AS active_7, t0.id AS id_8, t0.member_id AS member_id_9, t0.location AS location_10 FROM address t0 WHERE t0.member_id IN (?)"
"params" => [1 => 8]
"types" => [1 => Doctrine\DBAL\ParameterType {#99
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM member_translations t0 WHERE t0.object_id = ? ORDER BY t0.locale ASC"
[
"sql" => "SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM member_translations t0 WHERE t0.object_id = ? ORDER BY t0.locale ASC"
"params" => [1 => 8]
"types" => [1 => Doctrine\DBAL\ParameterType {#99
+name: "INTEGER"
}
]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.Level AS Level_2, t0.Scope AS Scope_3, t0.Comment AS Comment_4, t0.updated AS updated_5, t0.created AS created_6, t0.IdMember AS IdMember_7, t0.IdRight AS IdRight_8 FROM rightsvolunteers t0 WHERE t0.IdMember = ?"
"SELECT t0.id AS id_1, t0.Username AS Username_2, t0.Email AS Email_3, t0.NewEmail AS NewEmail_4, t0.Locale AS Locale_5, t0.LastActive AS LastActive_6, t0.PassWord AS PassWord_7, t0.Status AS Status_8, t0.Reminders AS Reminders_9, t0.Name AS Name_10, t0.ShortName AS ShortName_11, t0.HideAttribute AS HideAttribute_12, t0.ProfileLanguage AS ProfileLanguage_13, t0.Accommodation AS Accommodation_14, t0.AdditionalAccommodationInfo AS AdditionalAccommodationInfo_15, t0.ILiveWith AS ILiveWith_16, t0.StandardOffers AS StandardOffers_17, t0.MaxGuests AS MaxGuests_18, t0.MaxLengthOfStay AS MaxLengthOfStay_19, t0.Organizations AS Organizations_20, t0.Restrictions AS Restrictions_21, t0.HouseRules AS HouseRules_22, t0.created AS created_23, t0.updated AS updated_24, t0.AboutMe AS AboutMe_25, t0.Occupation AS Occupation_26, t0.Gender AS Gender_27, t0.BirthDate AS BirthDate_28, t0.PastTrips AS PastTrips_29, t0.PlannedTrips AS PlannedTrips_30, t0.Hobbies AS Hobbies_31, t0.Books AS Books_32, t0.Music AS Music_33, t0.Movies AS Movies_34, t0.PleaseBring AS PleaseBring_35, t0.WhereYouSleep AS WhereYouSleep_36, t0.OfferGuests AS OfferGuests_37, t0.OfferHosts AS OfferHosts_38, t0.GettingThere AS GettingThere_39, t0.LastSwitchToActive AS LastSwitchToActive_40, t0.bewelcomed AS bewelcomed_41, t0.RegistrationKey AS RegistrationKey_42, t0.HostingInterest AS HostingInterest_43 FROM member t0 WHERE t0.Username = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.Username AS Username_2, t0.Email AS Email_3, t0.NewEmail AS NewEmail_4, t0.Locale AS Locale_5, t0.LastActive AS LastActive_6, t0.PassWord AS PassWord_7, t0.Status AS Status_8, t0.Reminders AS Reminders_9, t0.Name AS Name_10, t0.ShortName AS ShortName_11, t0.HideAttribute AS HideAttribute_12, t0.ProfileLanguage AS ProfileLanguage_13, t0.Accommodation AS Accommodation_14, t0.AdditionalAccommodationInfo AS AdditionalAccommodationInfo_15, t0.ILiveWith AS ILiveWith_16, t0.StandardOffers AS StandardOffers_17, t0.MaxGuests AS MaxGuests_18, t0.MaxLengthOfStay AS MaxLengthOfStay_19, t0.Organizations AS Organizations_20, t0.Restrictions AS Restrictions_21, t0.HouseRules AS HouseRules_22, t0.created AS created_23, t0.updated AS updated_24, t0.AboutMe AS AboutMe_25, t0.Occupation AS Occupation_26, t0.Gender AS Gender_27, t0.BirthDate AS BirthDate_28, t0.PastTrips AS PastTrips_29, t0.PlannedTrips AS PlannedTrips_30, t0.Hobbies AS Hobbies_31, t0.Books AS Books_32, t0.Music AS Music_33, t0.Movies AS Movies_34, t0.PleaseBring AS PleaseBring_35, t0.WhereYouSleep AS WhereYouSleep_36, t0.OfferGuests AS OfferGuests_37, t0.OfferHosts AS OfferHosts_38, t0.GettingThere AS GettingThere_39, t0.LastSwitchToActive AS LastSwitchToActive_40, t0.bewelcomed AS bewelcomed_41, t0.RegistrationKey AS RegistrationKey_42, t0.HostingInterest AS HostingInterest_43 FROM member t0 WHERE t0.Username = ? LIMIT 1"
"params" => [1 => "member-7"
]
"types" => [1 => Doctrine\DBAL\ParameterType {#101
+name: "STRING"
}
]
]
debug
Stored the security token in the session.
security
[
"key" => "_security_main"
]
There are no log messages.
Container Compilation Logs (2580)
Log messages generated during the compilation of the service container.
Messages
Class
550
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddInitiatorCommand" (parent: .abstract.instanceof.App\Command\AddInitiatorCommand).
Resolving inheritance for ".instanceof.App\Command\AddInitiatorCommand.0.App\Command\AddInitiatorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddInitiatorCommand).
Resolving inheritance for "App\Command\AddInitiatorCommand" (parent: .instanceof.App\Command\AddInitiatorCommand.0.App\Command\AddInitiatorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateTestDatabase" (parent: .abstract.instanceof.App\Command\CreateTestDatabase).
Resolving inheritance for ".instanceof.App\Command\CreateTestDatabase.0.App\Command\CreateTestDatabase" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateTestDatabase).
Resolving inheritance for "App\Command\CreateTestDatabase" (parent: .instanceof.App\Command\CreateTestDatabase.0.App\Command\CreateTestDatabase).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DataRetentionCommand" (parent: .abstract.instanceof.App\Command\DataRetentionCommand).
Resolving inheritance for ".instanceof.App\Command\DataRetentionCommand.0.App\Command\DataRetentionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DataRetentionCommand).
Resolving inheritance for "App\Command\DataRetentionCommand" (parent: .instanceof.App\Command\DataRetentionCommand.0.App\Command\DataRetentionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeonamesUpdateDailyCommand" (parent: .abstract.instanceof.App\Command\GeonamesUpdateDailyCommand).
Resolving inheritance for ".instanceof.App\Command\GeonamesUpdateDailyCommand.0.App\Command\GeonamesUpdateDailyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeonamesUpdateDailyCommand).
Resolving inheritance for "App\Command\GeonamesUpdateDailyCommand" (parent: .instanceof.App\Command\GeonamesUpdateDailyCommand.0.App\Command\GeonamesUpdateDailyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeonamesUpdateFullCommand" (parent: .abstract.instanceof.App\Command\GeonamesUpdateFullCommand).
Resolving inheritance for ".instanceof.App\Command\GeonamesUpdateFullCommand.0.App\Command\GeonamesUpdateFullCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeonamesUpdateFullCommand).
Resolving inheritance for "App\Command\GeonamesUpdateFullCommand" (parent: .instanceof.App\Command\GeonamesUpdateFullCommand.0.App\Command\GeonamesUpdateFullCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ManticoreIndicesForumCommand" (parent: .abstract.instanceof.App\Command\ManticoreIndicesForumCommand).
Resolving inheritance for ".instanceof.App\Command\ManticoreIndicesForumCommand.0.App\Command\ManticoreIndicesForumCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ManticoreIndicesForumCommand).
Resolving inheritance for "App\Command\ManticoreIndicesForumCommand" (parent: .instanceof.App\Command\ManticoreIndicesForumCommand.0.App\Command\ManticoreIndicesForumCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ManticoreIndicesGeonamesCommand" (parent: .abstract.instanceof.App\Command\ManticoreIndicesGeonamesCommand).
Resolving inheritance for ".instanceof.App\Command\ManticoreIndicesGeonamesCommand.0.App\Command\ManticoreIndicesGeonamesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ManticoreIndicesGeonamesCommand).
Resolving inheritance for "App\Command\ManticoreIndicesGeonamesCommand" (parent: .instanceof.App\Command\ManticoreIndicesGeonamesCommand.0.App\Command\ManticoreIndicesGeonamesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateMembersCommand" (parent: .abstract.instanceof.App\Command\MigrateMembersCommand).
Resolving inheritance for ".instanceof.App\Command\MigrateMembersCommand.0.App\Command\MigrateMembersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateMembersCommand).
Resolving inheritance for "App\Command\MigrateMembersCommand" (parent: .instanceof.App\Command\MigrateMembersCommand.0.App\Command\MigrateMembersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCommentReminderCommand" (parent: .abstract.instanceof.App\Command\SendCommentReminderCommand).
Resolving inheritance for ".instanceof.App\Command\SendCommentReminderCommand.0.App\Command\SendCommentReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCommentReminderCommand).
Resolving inheritance for "App\Command\SendCommentReminderCommand" (parent: .instanceof.App\Command\SendCommentReminderCommand.0.App\Command\SendCommentReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMassmailCommand" (parent: .abstract.instanceof.App\Command\SendMassmailCommand).
Resolving inheritance for ".instanceof.App\Command\SendMassmailCommand.0.App\Command\SendMassmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMassmailCommand).
Resolving inheritance for "App\Command\SendMassmailCommand" (parent: .instanceof.App\Command\SendMassmailCommand.0.App\Command\SendMassmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendNotificationsCommand" (parent: .abstract.instanceof.App\Command\SendNotificationsCommand).
Resolving inheritance for ".instanceof.App\Command\SendNotificationsCommand.0.App\Command\SendNotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendNotificationsCommand).
Resolving inheritance for "App\Command\SendNotificationsCommand" (parent: .instanceof.App\Command\SendNotificationsCommand.0.App\Command\SendNotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TranslationsAddMissingCommand" (parent: .abstract.instanceof.App\Command\TranslationsAddMissingCommand).
Resolving inheritance for ".instanceof.App\Command\TranslationsAddMissingCommand.0.App\Command\TranslationsAddMissingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TranslationsAddMissingCommand).
Resolving inheritance for "App\Command\TranslationsAddMissingCommand" (parent: .instanceof.App\Command\TranslationsAddMissingCommand.0.App\Command\TranslationsAddMissingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateStatistics" (parent: .abstract.instanceof.App\Command\UpdateStatistics).
Resolving inheritance for ".instanceof.App\Command\UpdateStatistics.0.App\Command\UpdateStatistics" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateStatistics).
Resolving inheritance for "App\Command\UpdateStatistics" (parent: .instanceof.App\Command\UpdateStatistics.0.App\Command\UpdateStatistics).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AboutBaseController" (parent: .abstract.instanceof.App\Controller\AboutBaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AboutBaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AboutBaseController).
Resolving inheritance for "App\Controller\AboutBaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AboutBaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AboutController" (parent: .abstract.instanceof.App\Controller\AboutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AboutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AboutController).
Resolving inheritance for ".instanceof.App\Controller\AboutController.0.App\Controller\AboutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AboutController).
Resolving inheritance for "App\Controller\AboutController" (parent: .instanceof.App\Controller\AboutController.0.App\Controller\AboutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController" (parent: .abstract.instanceof.App\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController).
Resolving inheritance for ".instanceof.App\Controller\AccountController.0.App\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController).
Resolving inheritance for "App\Controller\AccountController" (parent: .instanceof.App\Controller\AccountController.0.App\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController" (parent: .abstract.instanceof.App\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController).
Resolving inheritance for ".instanceof.App\Controller\ActivityController.0.App\Controller\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController).
Resolving inheritance for "App\Controller\ActivityController" (parent: .instanceof.App\Controller\ActivityController.0.App\Controller\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CheckerController" (parent: .abstract.instanceof.App\Controller\Admin\CheckerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CheckerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CheckerController).
Resolving inheritance for ".instanceof.App\Controller\Admin\CheckerController.0.App\Controller\Admin\CheckerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CheckerController).
Resolving inheritance for "App\Controller\Admin\CheckerController" (parent: .instanceof.App\Controller\Admin\CheckerController.0.App\Controller\Admin\CheckerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommentController" (parent: .abstract.instanceof.App\Controller\Admin\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommentController).
Resolving inheritance for ".instanceof.App\Controller\Admin\CommentController.0.App\Controller\Admin\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommentController).
Resolving inheritance for "App\Controller\Admin\CommentController" (parent: .instanceof.App\Controller\Admin\CommentController.0.App\Controller\Admin\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommunityNewsController" (parent: .abstract.instanceof.App\Controller\Admin\CommunityNewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommunityNewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommunityNewsController).
Resolving inheritance for ".instanceof.App\Controller\Admin\CommunityNewsController.0.App\Controller\Admin\CommunityNewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommunityNewsController).
Resolving inheritance for "App\Controller\Admin\CommunityNewsController" (parent: .instanceof.App\Controller\Admin\CommunityNewsController.0.App\Controller\Admin\CommunityNewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqBaseController" (parent: .abstract.instanceof.App\Controller\Admin\FaqBaseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqBaseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqBaseController).
Resolving inheritance for "App\Controller\Admin\FaqBaseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqBaseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\FaqCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqCategoryController).
Resolving inheritance for ".instanceof.App\Controller\Admin\FaqCategoryController.0.App\Controller\Admin\FaqCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqCategoryController).
Resolving inheritance for "App\Controller\Admin\FaqCategoryController" (parent: .instanceof.App\Controller\Admin\FaqCategoryController.0.App\Controller\Admin\FaqCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController" (parent: .abstract.instanceof.App\Controller\Admin\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController).
Resolving inheritance for ".instanceof.App\Controller\Admin\FaqController.0.App\Controller\Admin\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController).
Resolving inheritance for "App\Controller\Admin\FaqController" (parent: .instanceof.App\Controller\Admin\FaqController.0.App\Controller\Admin\FaqController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GroupController" (parent: .abstract.instanceof.App\Controller\Admin\GroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GroupController).
Resolving inheritance for ".instanceof.App\Controller\Admin\GroupController.0.App\Controller\Admin\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GroupController).
Resolving inheritance for "App\Controller\Admin\GroupController" (parent: .instanceof.App\Controller\Admin\GroupController.0.App\Controller\Admin\GroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController" (parent: .abstract.instanceof.App\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.App\Controller\Admin\LogController.0.App\Controller\Admin\LogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController).
Resolving inheritance for "App\Controller\Admin\LogController" (parent: .instanceof.App\Controller\Admin\LogController.0.App\Controller\Admin\LogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MassmailController" (parent: .abstract.instanceof.App\Controller\Admin\MassmailController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MassmailController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MassmailController).
Resolving inheritance for ".instanceof.App\Controller\Admin\MassmailController.0.App\Controller\Admin\MassmailController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MassmailController).
Resolving inheritance for "App\Controller\Admin\MassmailController" (parent: .instanceof.App\Controller\Admin\MassmailController.0.App\Controller\Admin\MassmailController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MockupController" (parent: .abstract.instanceof.App\Controller\Admin\MockupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MockupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MockupController).
Resolving inheritance for ".instanceof.App\Controller\Admin\MockupController.0.App\Controller\Admin\MockupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MockupController).
Resolving inheritance for "App\Controller\Admin\MockupController" (parent: .instanceof.App\Controller\Admin\MockupController.0.App\Controller\Admin\MockupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NewsletterController" (parent: .abstract.instanceof.App\Controller\Admin\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NewsletterController).
Resolving inheritance for ".instanceof.App\Controller\Admin\NewsletterController.0.App\Controller\Admin\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NewsletterController).
Resolving inheritance for "App\Controller\Admin\NewsletterController" (parent: .instanceof.App\Controller\Admin\NewsletterController.0.App\Controller\Admin\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TranslationController" (parent: .abstract.instanceof.App\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.App\Controller\Admin\TranslationController.0.App\Controller\Admin\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TranslationController).
Resolving inheritance for "App\Controller\Admin\TranslationController" (parent: .instanceof.App\Controller\Admin\TranslationController.0.App\Controller\Admin\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VolunteerToolController" (parent: .abstract.instanceof.App\Controller\Admin\VolunteerToolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VolunteerToolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VolunteerToolController).
Resolving inheritance for ".instanceof.App\Controller\Admin\VolunteerToolController.0.App\Controller\Admin\VolunteerToolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VolunteerToolController).
Resolving inheritance for "App\Controller\Admin\VolunteerToolController" (parent: .instanceof.App\Controller\Admin\VolunteerToolController.0.App\Controller\Admin\VolunteerToolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutoCompleteController" (parent: .abstract.instanceof.App\Controller\AutoCompleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutoCompleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutoCompleteController).
Resolving inheritance for ".instanceof.App\Controller\AutoCompleteController.0.App\Controller\AutoCompleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutoCompleteController).
Resolving inheritance for "App\Controller\AutoCompleteController" (parent: .instanceof.App\Controller\AutoCompleteController.0.App\Controller\AutoCompleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvatarController" (parent: .abstract.instanceof.App\Controller\AvatarController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvatarController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvatarController).
Resolving inheritance for ".instanceof.App\Controller\AvatarController.0.App\Controller\AvatarController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvatarController).
Resolving inheritance for "App\Controller\AvatarController" (parent: .instanceof.App\Controller\AvatarController.0.App\Controller\AvatarController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentController" (parent: .abstract.instanceof.App\Controller\CommentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentController).
Resolving inheritance for ".instanceof.App\Controller\CommentController.0.App\Controller\CommentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentController).
Resolving inheritance for "App\Controller\CommentController" (parent: .instanceof.App\Controller\CommentController.0.App\Controller\CommentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommunityController" (parent: .abstract.instanceof.App\Controller\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommunityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommunityController).
Resolving inheritance for ".instanceof.App\Controller\CommunityController.0.App\Controller\CommunityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommunityController).
Resolving inheritance for "App\Controller\CommunityController" (parent: .instanceof.App\Controller\CommunityController.0.App\Controller\CommunityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommunityNewsController" (parent: .abstract.instanceof.App\Controller\CommunityNewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommunityNewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommunityNewsController).
Resolving inheritance for ".instanceof.App\Controller\CommunityNewsController.0.App\Controller\CommunityNewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommunityNewsController).
Resolving inheritance for "App\Controller\CommunityNewsController" (parent: .instanceof.App\Controller\CommunityNewsController.0.App\Controller\CommunityNewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversationController" (parent: .abstract.instanceof.App\Controller\ConversationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversationController).
Resolving inheritance for ".instanceof.App\Controller\ConversationController.0.App\Controller\ConversationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversationController).
Resolving inheritance for "App\Controller\ConversationController" (parent: .instanceof.App\Controller\ConversationController.0.App\Controller\ConversationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversationsController" (parent: .abstract.instanceof.App\Controller\ConversationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversationsController).
Resolving inheritance for ".instanceof.App\Controller\ConversationsController.0.App\Controller\ConversationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversationsController).
Resolving inheritance for "App\Controller\ConversationsController" (parent: .instanceof.App\Controller\ConversationsController.0.App\Controller\ConversationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DonationController" (parent: .abstract.instanceof.App\Controller\DonationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DonationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DonationController).
Resolving inheritance for ".instanceof.App\Controller\DonationController.0.App\Controller\DonationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DonationController).
Resolving inheritance for "App\Controller\DonationController" (parent: .instanceof.App\Controller\DonationController.0.App\Controller\DonationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController" (parent: .abstract.instanceof.App\Controller\FaqController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController).
Resolving inheritance for ".instanceof.App\Controller\FaqController.0.App\Controller\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController).
Resolving inheritance for "App\Controller\FaqController" (parent: .instanceof.App\Controller\FaqController.0.App\Controller\FaqController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController" (parent: .abstract.instanceof.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.App\Controller\FeedbackController.0.App\Controller\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController).
Resolving inheritance for "App\Controller\FeedbackController" (parent: .instanceof.App\Controller\FeedbackController.0.App\Controller\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ForumsController" (parent: .abstract.instanceof.App\Controller\ForumsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ForumsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ForumsController).
Resolving inheritance for ".instanceof.App\Controller\ForumsController.0.App\Controller\ForumsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ForumsController).
Resolving inheritance for "App\Controller\ForumsController" (parent: .instanceof.App\Controller\ForumsController.0.App\Controller\ForumsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GalleryController" (parent: .abstract.instanceof.App\Controller\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GalleryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GalleryController).
Resolving inheritance for ".instanceof.App\Controller\GalleryController.0.App\Controller\GalleryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GalleryController).
Resolving inheritance for "App\Controller\GalleryController" (parent: .instanceof.App\Controller\GalleryController.0.App\Controller\GalleryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController" (parent: .abstract.instanceof.App\Controller\GroupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController).
Resolving inheritance for ".instanceof.App\Controller\GroupController.0.App\Controller\GroupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController).
Resolving inheritance for "App\Controller\GroupController" (parent: .instanceof.App\Controller\GroupController.0.App\Controller\GroupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.App\Controller\HomeController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.App\Controller\HomeController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvitationController" (parent: .abstract.instanceof.App\Controller\InvitationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvitationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvitationController).
Resolving inheritance for ".instanceof.App\Controller\InvitationController.0.App\Controller\InvitationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvitationController).
Resolving inheritance for "App\Controller\InvitationController" (parent: .instanceof.App\Controller\InvitationController.0.App\Controller\InvitationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingController" (parent: .abstract.instanceof.App\Controller\LandingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingController).
Resolving inheritance for ".instanceof.App\Controller\LandingController.0.App\Controller\LandingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingController).
Resolving inheritance for "App\Controller\LandingController" (parent: .instanceof.App\Controller\LandingController.0.App\Controller\LandingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguageController" (parent: .abstract.instanceof.App\Controller\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguageController).
Resolving inheritance for ".instanceof.App\Controller\LanguageController.0.App\Controller\LanguageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguageController).
Resolving inheritance for "App\Controller\LanguageController" (parent: .instanceof.App\Controller\LanguageController.0.App\Controller\LanguageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegacyController" (parent: .abstract.instanceof.App\Controller\LegacyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegacyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegacyController).
Resolving inheritance for "App\Controller\LegacyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegacyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocaleController" (parent: .abstract.instanceof.App\Controller\LocaleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocaleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocaleController).
Resolving inheritance for ".instanceof.App\Controller\LocaleController.0.App\Controller\LocaleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocaleController).
Resolving inheritance for "App\Controller\LocaleController" (parent: .instanceof.App\Controller\LocaleController.0.App\Controller\LocaleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginMessageController" (parent: .abstract.instanceof.App\Controller\LoginMessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginMessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginMessageController).
Resolving inheritance for ".instanceof.App\Controller\LoginMessageController.0.App\Controller\LoginMessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginMessageController).
Resolving inheritance for "App\Controller\LoginMessageController" (parent: .instanceof.App\Controller\LoginMessageController.0.App\Controller\LoginMessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MemberController" (parent: .abstract.instanceof.App\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MemberController).
Resolving inheritance for ".instanceof.App\Controller\MemberController.0.App\Controller\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MemberController).
Resolving inheritance for "App\Controller\MemberController" (parent: .instanceof.App\Controller\MemberController.0.App\Controller\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessageController" (parent: .abstract.instanceof.App\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessageController).
Resolving inheritance for ".instanceof.App\Controller\MessageController.0.App\Controller\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessageController).
Resolving inheritance for "App\Controller\MessageController" (parent: .instanceof.App\Controller\MessageController.0.App\Controller\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController" (parent: .abstract.instanceof.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.App\Controller\NewsletterController.0.App\Controller\NewsletterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController).
Resolving inheritance for "App\Controller\NewsletterController" (parent: .instanceof.App\Controller\NewsletterController.0.App\Controller\NewsletterController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController" (parent: .abstract.instanceof.App\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController).
Resolving inheritance for ".instanceof.App\Controller\NoteController.0.App\Controller\NoteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController).
Resolving inheritance for "App\Controller\NoteController" (parent: .instanceof.App\Controller\NoteController.0.App\Controller\NoteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController" (parent: .abstract.instanceof.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.App\Controller\NotificationController.0.App\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController).
Resolving inheritance for "App\Controller\NotificationController" (parent: .instanceof.App\Controller\NotificationController.0.App\Controller\NotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PasswordController" (parent: .abstract.instanceof.App\Controller\PasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PasswordController).
Resolving inheritance for ".instanceof.App\Controller\PasswordController.0.App\Controller\PasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PasswordController).
Resolving inheritance for "App\Controller\PasswordController" (parent: .instanceof.App\Controller\PasswordController.0.App\Controller\PasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PoliciesController" (parent: .abstract.instanceof.App\Controller\PoliciesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PoliciesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PoliciesController).
Resolving inheritance for ".instanceof.App\Controller\PoliciesController.0.App\Controller\PoliciesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PoliciesController).
Resolving inheritance for "App\Controller\PoliciesController" (parent: .instanceof.App\Controller\PoliciesController.0.App\Controller\PoliciesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PreferenceController" (parent: .abstract.instanceof.App\Controller\PreferenceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PreferenceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PreferenceController).
Resolving inheritance for ".instanceof.App\Controller\PreferenceController.0.App\Controller\PreferenceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PreferenceController).
Resolving inheritance for "App\Controller\PreferenceController" (parent: .instanceof.App\Controller\PreferenceController.0.App\Controller\PreferenceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController" (parent: .abstract.instanceof.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.App\Controller\ProfileController.0.App\Controller\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController).
Resolving inheritance for "App\Controller\ProfileController" (parent: .instanceof.App\Controller\ProfileController.0.App\Controller\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RelationController" (parent: .abstract.instanceof.App\Controller\RelationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RelationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RelationController).
Resolving inheritance for ".instanceof.App\Controller\RelationController.0.App\Controller\RelationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RelationController).
Resolving inheritance for "App\Controller\RelationController" (parent: .instanceof.App\Controller\RelationController.0.App\Controller\RelationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RequestController" (parent: .abstract.instanceof.App\Controller\RequestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RequestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RequestController).
Resolving inheritance for ".instanceof.App\Controller\RequestController.0.App\Controller\RequestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RequestController).
Resolving inheritance for "App\Controller\RequestController" (parent: .instanceof.App\Controller\RequestController.0.App\Controller\RequestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SafetyController" (parent: .abstract.instanceof.App\Controller\SafetyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SafetyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SafetyController).
Resolving inheritance for ".instanceof.App\Controller\SafetyController.0.App\Controller\SafetyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SafetyController).
Resolving inheritance for "App\Controller\SafetyController" (parent: .instanceof.App\Controller\SafetyController.0.App\Controller\SafetyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.App\Controller\SearchController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.App\Controller\SearchController.0.App\Controller\SearchController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\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\SignupController" (parent: .abstract.instanceof.App\Controller\SignupController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SignupController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SignupController).
Resolving inheritance for ".instanceof.App\Controller\SignupController.0.App\Controller\SignupController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SignupController).
Resolving inheritance for "App\Controller\SignupController" (parent: .instanceof.App\Controller\SignupController.0.App\Controller\SignupController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController" (parent: .abstract.instanceof.App\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController).
Resolving inheritance for ".instanceof.App\Controller\StatisticsController.0.App\Controller\StatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController).
Resolving inheritance for "App\Controller\StatisticsController" (parent: .instanceof.App\Controller\StatisticsController.0.App\Controller\StatisticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController" (parent: .abstract.instanceof.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.App\Controller\SubscriptionController.0.App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController).
Resolving inheritance for "App\Controller\SubscriptionController" (parent: .instanceof.App\Controller\SubscriptionController.0.App\Controller\SubscriptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuggestLocationController" (parent: .abstract.instanceof.App\Controller\SuggestLocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuggestLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuggestLocationController).
Resolving inheritance for ".instanceof.App\Controller\SuggestLocationController.0.App\Controller\SuggestLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuggestLocationController).
Resolving inheritance for "App\Controller\SuggestLocationController" (parent: .instanceof.App\Controller\SuggestLocationController.0.App\Controller\SuggestLocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TripController" (parent: .abstract.instanceof.App\Controller\TripController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TripController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TripController).
Resolving inheritance for ".instanceof.App\Controller\TripController.0.App\Controller\TripController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TripController).
Resolving inheritance for "App\Controller\TripController" (parent: .instanceof.App\Controller\TripController.0.App\Controller\TripController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnreadController" (parent: .abstract.instanceof.App\Controller\UnreadController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnreadController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnreadController).
Resolving inheritance for ".instanceof.App\Controller\UnreadController.0.App\Controller\UnreadController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnreadController).
Resolving inheritance for "App\Controller\UnreadController" (parent: .instanceof.App\Controller\UnreadController.0.App\Controller\UnreadController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WikiController" (parent: .abstract.instanceof.App\Controller\WikiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WikiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WikiController).
Resolving inheritance for ".instanceof.App\Controller\WikiController.0.App\Controller\WikiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WikiController).
Resolving inheritance for "App\Controller\WikiController" (parent: .instanceof.App\Controller\WikiController.0.App\Controller\WikiController).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener" (parent: .abstract.instanceof.App\EventListener\LocaleListener).
Resolving inheritance for "App\EventListener\LocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserLocaleListener" (parent: .abstract.instanceof.App\EventListener\UserLocaleListener).
Resolving inheritance for "App\EventListener\UserLocaleListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserLocaleListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AuthenticationEventSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\AuthenticationEventSubscriber).
Resolving inheritance for "App\EventSubscriber\AuthenticationEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AuthenticationEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AboutMeFormType" (parent: .abstract.instanceof.App\Form\AboutMeFormType).
Resolving inheritance for "App\Form\AboutMeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AboutMeFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccommodationFormType" (parent: .abstract.instanceof.App\Form\AccommodationFormType).
Resolving inheritance for "App\Form\AccommodationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccommodationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountEditFormType" (parent: .abstract.instanceof.App\Form\AccountEditFormType).
Resolving inheritance for "App\Form\AccountEditFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountEditFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddLanguageFormType" (parent: .abstract.instanceof.App\Form\AddLanguageFormType).
Resolving inheritance for "App\Form\AddLanguageFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddLanguageFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCommentFormType" (parent: .abstract.instanceof.App\Form\AdminCommentFormType).
Resolving inheritance for "App\Form\AdminCommentFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCommentFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangeUsernameFormType" (parent: .abstract.instanceof.App\Form\ChangeUsernameFormType).
Resolving inheritance for "App\Form\ChangeUsernameFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangeUsernameFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CkEditorType" (parent: .abstract.instanceof.App\Form\CkEditorType).
Resolving inheritance for "App\Form\CkEditorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CkEditorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType" (parent: .abstract.instanceof.App\Form\CommentType).
Resolving inheritance for "App\Form\CommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommunityNewsCommentType" (parent: .abstract.instanceof.App\Form\CommunityNewsCommentType).
Resolving inheritance for "App\Form\CommunityNewsCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommunityNewsCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommunityNewsType" (parent: .abstract.instanceof.App\Form\CommunityNewsType).
Resolving inheritance for "App\Form\CommunityNewsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommunityNewsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfirmEmailAddressFormType" (parent: .abstract.instanceof.App\Form\ConfirmEmailAddressFormType).
Resolving inheritance for "App\Form\ConfirmEmailAddressFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfirmEmailAddressFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomDataClass\TranslationRequest" (parent: .abstract.instanceof.App\Form\CustomDataClass\TranslationRequest).
Resolving inheritance for "App\Form\CustomDataClass\TranslationRequest" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomDataClass\TranslationRequest).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeleteProfileFormType" (parent: .abstract.instanceof.App\Form\DeleteProfileFormType).
Resolving inheritance for "App\Form\DeleteProfileFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeleteProfileFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditTranslationFormType" (parent: .abstract.instanceof.App\Form\EditTranslationFormType).
Resolving inheritance for "App\Form\EditTranslationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditTranslationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\AutoCompleteExtension" (parent: .abstract.instanceof.App\Form\Extension\AutoCompleteExtension).
Resolving inheritance for "App\Form\Extension\AutoCompleteExtension" (parent: .instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\AutoCompleteExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqCategoryFormType" (parent: .abstract.instanceof.App\Form\FaqCategoryFormType).
Resolving inheritance for "App\Form\FaqCategoryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqCategoryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqFormType" (parent: .abstract.instanceof.App\Form\FaqFormType).
Resolving inheritance for "App\Form\FaqFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackFormType" (parent: .abstract.instanceof.App\Form\FeedbackFormType).
Resolving inheritance for "App\Form\FeedbackFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FindMemberFormType" (parent: .abstract.instanceof.App\Form\FindMemberFormType).
Resolving inheritance for "App\Form\FindMemberFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FindMemberFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FindUserFormType" (parent: .abstract.instanceof.App\Form\FindUserFormType).
Resolving inheritance for "App\Form\FindUserFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FindUserFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GalleryEditImageFormType" (parent: .abstract.instanceof.App\Form\GalleryEditImageFormType).
Resolving inheritance for "App\Form\GalleryEditImageFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GalleryEditImageFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GalleryUploadForm" (parent: .abstract.instanceof.App\Form\GalleryUploadForm).
Resolving inheritance for "App\Form\GalleryUploadForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GalleryUploadForm).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupType" (parent: .abstract.instanceof.App\Form\GroupType).
Resolving inheritance for "App\Form\GroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestAbstractType" (parent: .abstract.instanceof.App\Form\HostingRequestAbstractType).
Resolving inheritance for "App\Form\HostingRequestAbstractType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestAbstractType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestGuest" (parent: .abstract.instanceof.App\Form\HostingRequestGuest).
Resolving inheritance for "App\Form\HostingRequestGuest" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestGuest).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestHost" (parent: .abstract.instanceof.App\Form\HostingRequestHost).
Resolving inheritance for "App\Form\HostingRequestHost" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestHost).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestType" (parent: .abstract.instanceof.App\Form\HostingRequestType).
Resolving inheritance for "App\Form\HostingRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationGuest" (parent: .abstract.instanceof.App\Form\InvitationGuest).
Resolving inheritance for "App\Form\InvitationGuest" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationGuest).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationHost" (parent: .abstract.instanceof.App\Form\InvitationHost).
Resolving inheritance for "App\Form\InvitationHost" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationHost).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationType" (parent: .abstract.instanceof.App\Form\InvitationType).
Resolving inheritance for "App\Form\InvitationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinGroupType" (parent: .abstract.instanceof.App\Form\JoinGroupType).
Resolving inheritance for "App\Form\JoinGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageLevelFormType" (parent: .abstract.instanceof.App\Form\LanguageLevelFormType).
Resolving inheritance for "App\Form\LanguageLevelFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageLevelFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageLevelsFormType" (parent: .abstract.instanceof.App\Form\LanguageLevelsFormType).
Resolving inheritance for "App\Form\LanguageLevelsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageLevelsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageType" (parent: .abstract.instanceof.App\Form\LanguageType).
Resolving inheritance for "App\Form\LanguageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LogFormType" (parent: .abstract.instanceof.App\Form\LogFormType).
Resolving inheritance for "App\Form\LogFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LogFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginFormType" (parent: .abstract.instanceof.App\Form\LoginFormType).
Resolving inheritance for "App\Form\LoginFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginMessageType" (parent: .abstract.instanceof.App\Form\LoginMessageType).
Resolving inheritance for "App\Form\LoginMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MapSearchFormType" (parent: .abstract.instanceof.App\Form\MapSearchFormType).
Resolving inheritance for "App\Form\MapSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MapSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageIndexFormType" (parent: .abstract.instanceof.App\Form\MessageIndexFormType).
Resolving inheritance for "App\Form\MessageIndexFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageIndexFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageToMemberType" (parent: .abstract.instanceof.App\Form\MessageToMemberType).
Resolving inheritance for "App\Form\MessageToMemberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageToMemberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MinimalSearchFormType" (parent: .abstract.instanceof.App\Form\MinimalSearchFormType).
Resolving inheritance for "App\Form\MinimalSearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MinimalSearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MyInterestsFormType" (parent: .abstract.instanceof.App\Form\MyInterestsFormType).
Resolving inheritance for "App\Form\MyInterestsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MyInterestsFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsletterUnsubscribeType" (parent: .abstract.instanceof.App\Form\NewsletterUnsubscribeType).
Resolving inheritance for "App\Form\NewsletterUnsubscribeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsletterUnsubscribeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordFormType" (parent: .abstract.instanceof.App\Form\PasswordFormType).
Resolving inheritance for "App\Form\PasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PreferencesType" (parent: .abstract.instanceof.App\Form\PreferencesType).
Resolving inheritance for "App\Form\PreferencesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PreferencesType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileNoteCategoryType" (parent: .abstract.instanceof.App\Form\ProfileNoteCategoryType).
Resolving inheritance for "App\Form\ProfileNoteCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileNoteCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileNoteFilterType" (parent: .abstract.instanceof.App\Form\ProfileNoteFilterType).
Resolving inheritance for "App\Form\ProfileNoteFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileNoteFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileNoteType" (parent: .abstract.instanceof.App\Form\ProfileNoteType).
Resolving inheritance for "App\Form\ProfileNoteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileNoteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileStatusFormType" (parent: .abstract.instanceof.App\Form\ProfileStatusFormType).
Resolving inheritance for "App\Form\ProfileStatusFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileStatusFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RelationType" (parent: .abstract.instanceof.App\Form\RelationType).
Resolving inheritance for "App\Form\RelationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RelationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReportCommentType" (parent: .abstract.instanceof.App\Form\ReportCommentType).
Resolving inheritance for "App\Form\ReportCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReportCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReportSpamType" (parent: .abstract.instanceof.App\Form\ReportSpamType).
Resolving inheritance for "App\Form\ReportSpamType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReportSpamType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordFormType).
Resolving inheritance for "App\Form\ResetPasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchFormType" (parent: .abstract.instanceof.App\Form\SearchFormType).
Resolving inheritance for "App\Form\SearchFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchGotoLocationFormType" (parent: .abstract.instanceof.App\Form\SearchGotoLocationFormType).
Resolving inheritance for "App\Form\SearchGotoLocationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchGotoLocationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchHomeLocationFormType" (parent: .abstract.instanceof.App\Form\SearchHomeLocationFormType).
Resolving inheritance for "App\Form\SearchHomeLocationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchHomeLocationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchLocationType" (parent: .abstract.instanceof.App\Form\SearchLocationType).
Resolving inheritance for "App\Form\SearchLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchLocationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Select2Type" (parent: .abstract.instanceof.App\Form\Select2Type).
Resolving inheritance for "App\Form\Select2Type" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Select2Type).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetLocationType" (parent: .abstract.instanceof.App\Form\SetLocationType).
Resolving inheritance for "App\Form\SetLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetLocationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignupFormFinalizeType" (parent: .abstract.instanceof.App\Form\SignupFormFinalizeType).
Resolving inheritance for "App\Form\SignupFormFinalizeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignupFormFinalizeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignupFormType" (parent: .abstract.instanceof.App\Form\SignupFormType).
Resolving inheritance for "App\Form\SignupFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignupFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpamActivitiesIndexFormType" (parent: .abstract.instanceof.App\Form\SpamActivitiesIndexFormType).
Resolving inheritance for "App\Form\SpamActivitiesIndexFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpamActivitiesIndexFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpamCommunityNewsCommentsIndexFormType" (parent: .abstract.instanceof.App\Form\SpamCommunityNewsCommentsIndexFormType).
Resolving inheritance for "App\Form\SpamCommunityNewsCommentsIndexFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpamCommunityNewsCommentsIndexFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpamMessagesIndexFormType" (parent: .abstract.instanceof.App\Form\SpamMessagesIndexFormType).
Resolving inheritance for "App\Form\SpamMessagesIndexFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpamMessagesIndexFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectType" (parent: .abstract.instanceof.App\Form\SubjectType).
Resolving inheritance for "App\Form\SubjectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubtripType" (parent: .abstract.instanceof.App\Form\SubtripType).
Resolving inheritance for "App\Form\SubtripType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubtripType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TomSelectType" (parent: .abstract.instanceof.App\Form\TomSelectType).
Resolving inheritance for "App\Form\TomSelectType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TomSelectType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TranslationFormType" (parent: .abstract.instanceof.App\Form\TranslationFormType).
Resolving inheritance for "App\Form\TranslationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TranslationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TravelExperiencesFormType" (parent: .abstract.instanceof.App\Form\TravelExperiencesFormType).
Resolving inheritance for "App\Form\TravelExperiencesFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TravelExperiencesFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TripRadiusType" (parent: .abstract.instanceof.App\Form\TripRadiusType).
Resolving inheritance for "App\Form\TripRadiusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TripRadiusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TripType" (parent: .abstract.instanceof.App\Form\TripType).
Resolving inheritance for "App\Form\TripType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TripType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TripVicinityRadiusType" (parent: .abstract.instanceof.App\Form\TripVicinityRadiusType).
Resolving inheritance for "App\Form\TripVicinityRadiusType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TripVicinityRadiusType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WikiCreateForm" (parent: .abstract.instanceof.App\Form\WikiCreateForm).
Resolving inheritance for "App\Form\WikiCreateForm" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WikiCreateForm).
Resolving inheritance for ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Processor\Fixtures\LanguageLevelProcessor" (parent: .abstract.instanceof.App\Processor\Fixtures\LanguageLevelProcessor).
Resolving inheritance for "App\Processor\Fixtures\LanguageLevelProcessor" (parent: .instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Processor\Fixtures\LanguageLevelProcessor).
Resolving inheritance for ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Processor\Fixtures\MemberProcessor" (parent: .abstract.instanceof.App\Processor\Fixtures\MemberProcessor).
Resolving inheritance for "App\Processor\Fixtures\MemberProcessor" (parent: .instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Processor\Fixtures\MemberProcessor).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlternateLocationRepository" (parent: .abstract.instanceof.App\Repository\AlternateLocationRepository).
Resolving inheritance for "App\Repository\AlternateLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlternateLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository" (parent: .abstract.instanceof.App\Repository\MemberRepository).
Resolving inheritance for "App\Repository\MemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository" (parent: .abstract.instanceof.App\Repository\RefreshTokenRepository).
Resolving inheritance for "App\Repository\RefreshTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionRepository" (parent: .abstract.instanceof.App\Repository\SessionRepository).
Resolving inheritance for "App\Repository\SessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ConversationVoter" (parent: .abstract.instanceof.App\Security\ConversationVoter).
Resolving inheritance for "App\Security\ConversationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ConversationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\TripVoter" (parent: .abstract.instanceof.App\Security\TripVoter).
Resolving inheritance for "App\Security\TripVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\TripVoter).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.user_locale_listener" (parent: .abstract.instanceof.app.user_locale_listener).
Resolving inheritance for "app.user_locale_listener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.user_locale_listener).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.rox.legacy_controller" (parent: .abstract.instanceof.rox.legacy_controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.rox.legacy_controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.rox.legacy_controller).
Resolving inheritance for "rox.legacy_controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.rox.legacy_controller).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.rox.twig_extension" (parent: .abstract.instanceof.rox.twig_extension).
Resolving inheritance for "rox.twig_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.rox.twig_extension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.rox.member_twig_extension" (parent: .abstract.instanceof.rox.member_twig_extension).
Resolving inheritance for "rox.member_twig_extension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.rox.member_twig_extension).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.rox.datacollector_translator" (parent: .abstract.instanceof.rox.datacollector_translator).
Resolving inheritance for "rox.datacollector_translator" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.rox.datacollector_translator).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
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.members" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.persistent_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.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 "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.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "cache.http_client.pool" (parent: cache.app).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.app).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.system).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\Controller\BaseRequestAndInvitationController" (parent: .abstract.instanceof..abstract.App\Controller\BaseRequestAndInvitationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\Controller\BaseRequestAndInvitationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\Controller\BaseRequestAndInvitationController).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
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).
21
Removing method "setTranslator" of service "App\Controller\Admin\CommentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\GroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\MockupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\Admin\TranslationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\CommentController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\ConversationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\ConversationsController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\DonationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\FeedbackController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\GalleryController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\GroupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\InvitationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\MemberController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\MessageController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\NoteController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\PasswordController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\RelationController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\RequestController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\SignupController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\TripController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "setTranslator" of service "App\Controller\WikiController" from controller candidates: the method is called at instantiation, thus cannot be an action.
333
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "\HTMLPurifier"; reason: private alias.
Removed service "App\Security\RefreshToken\RefreshTokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\PasswordHasherInterface $legacy"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\PasswordHasherInterface $harsh"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; 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.default_second_level_cache.region_cache_driver"; 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 "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
Removed service "nelmio_alice.file_locator"; reason: private alias.
Removed service "nelmio_alice.property_accessor"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
Removed service "nelmio_alice.generator"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
Removed service "Symfony\Bundle\FrameworkBundle\Controller\ControllerHelper"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer.cli"; reason: private alias.
Removed service "error_renderer.default"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "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\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderParser"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\NamespacedPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service ".HTMLPurifier $custom.purifier"; reason: private alias.
Removed service "HTMLPurifier $customPurifier"; reason: private alias.
Removed service "Exercise\HTMLPurifierBundle\HTMLPurifiersRegistryInterface"; reason: private alias.
Removed service "HTMLPurifier"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Pagerfanta\RouteGenerator\RouteGeneratorFactoryInterface"; reason: private alias.
Removed service "Pagerfanta\View\ViewFactoryInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $security.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $doctrine.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $debug.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $request.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $console.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $cache.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_client.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $mailer.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $translation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $php.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $event.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $router.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $profiler.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $deprecation.logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service ".service_locator.lRMS44Y"; reason: private alias.
Removed service ".service_locator.ze3nPhy"; reason: private alias.
Removed service ".service_locator.2MGGGKP"; reason: private alias.
Removed service ".service_locator.SLtQLDo"; reason: private alias.
Removed service ".service_locator.JV0bnKI"; 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 "rox.datacollector_translator.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; 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 "serializer"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.event_dispatcher.main"; 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.k1DKlMI"; reason: private alias.
Removed service ".service_locator.yktAu1q"; reason: private alias.
Removed service ".service_locator.YpMpa2o"; reason: private alias.
Removed service ".service_locator.f5WnLl9"; reason: private alias.
Removed service ".service_locator.itCoFzw"; reason: private alias.
Removed service ".service_locator.k8vpfDK"; reason: private alias.
Removed service ".service_locator.KAXZnki"; reason: private alias.
Removed service ".service_locator.R5H5mHt"; reason: private alias.
Removed service ".service_locator.Ibmxvu1"; reason: private alias.
Removed service ".service_locator.mLFtc.b"; reason: private alias.
Removed service ".service_locator.R1jLqxY"; reason: private alias.
Removed service ".service_locator.aaWDgu9"; reason: private alias.
Removed service ".service_locator.zXrnpSn"; reason: private alias.
Removed service ".service_locator.QWdqcNG"; reason: private alias.
Removed service ".service_locator._D2aFmJ"; reason: private alias.
Removed service ".service_locator.tbafNPO"; reason: private alias.
Removed service ".service_locator.w7.UXdY"; reason: private alias.
Removed service ".service_locator.UOV1jy9"; reason: private alias.
Removed service ".service_locator.TaTQwrZ"; reason: private alias.
Removed service ".service_locator.YtECNVI"; reason: private alias.
Removed service ".service_locator.qbwFlU3"; reason: private alias.
Removed service ".service_locator.oiFWqup"; reason: private alias.
Removed service ".service_locator.FU3hT40"; reason: private alias.
Removed service ".service_locator.7L79eNJ"; reason: private alias.
Removed service ".service_locator.0cn0dpC"; reason: private alias.
Removed service ".service_locator.a2uoDss"; reason: private alias.
Removed service ".service_locator.uy9b0zV"; reason: private alias.
Removed service ".service_locator.fbycgF9"; reason: private alias.
Removed service ".service_locator.CRL1MoL"; reason: private alias.
Removed service ".service_locator.i4ZBsrW"; reason: private alias.
Removed service ".service_locator.BjjCURN"; reason: private alias.
Removed service ".service_locator.lfLXkpr"; reason: private alias.
Removed service ".service_locator.TXExrjp"; reason: private alias.
Removed service ".service_locator.g1wDRB6"; reason: private alias.
Removed service ".service_locator.mLmjCch"; reason: private alias.
Removed service ".service_locator._nqLDCS"; reason: private alias.
Removed service ".service_locator.9.W._fN"; reason: private alias.
Removed service ".service_locator.rxJak03"; reason: private alias.
Removed service ".service_locator.JkgOqpn"; reason: private alias.
Removed service ".service_locator.G0BNrTp"; reason: private alias.
Removed service ".service_locator.ucxjpo0"; reason: private alias.
Removed service ".service_locator.fhzisjf"; reason: private alias.
Removed service ".service_locator.x.d74bP"; reason: private alias.
Removed service ".service_locator.DJvTVlz"; reason: private alias.
Removed service ".service_locator.59QfNxr"; reason: private alias.
Removed service ".service_locator.XHTX5Yl"; reason: private alias.
Removed service ".service_locator.mZKMns1"; reason: private alias.
Removed service ".service_locator.Ilv.34l"; reason: private alias.
Removed service ".service_locator.dZxMAmB"; reason: private alias.
Removed service ".service_locator.o7Kq5ME"; reason: private alias.
Removed service ".service_locator..QukfJv"; reason: private alias.
Removed service ".service_locator.Lpur82A"; reason: private alias.
Removed service ".service_locator.ZOtVdl4"; reason: private alias.
Removed service ".service_locator.UjM5ETU"; reason: private alias.
Removed service ".service_locator.tbFzHq4"; reason: private alias.
Removed service ".service_locator.HIqcrEG"; reason: private alias.
Removed service ".service_locator.nnRLj_I"; reason: private alias.
Removed service ".service_locator.4VJbVSD"; reason: private alias.
Removed service ".service_locator.gDayajm"; reason: private alias.
Removed service ".service_locator.s1YBgYo"; reason: private alias.
Removed service ".service_locator.QBPApFn"; reason: private alias.
Removed service ".service_locator.Kg5lAxg"; reason: private alias.
Removed service ".service_locator.vDSJ1oe"; reason: private alias.
Removed service ".service_locator.oq0Fz16"; reason: private alias.
Removed service ".service_locator.UpjM.cq"; reason: private alias.
Removed service ".service_locator.5ttZ2S6"; reason: private alias.
Removed service ".service_locator.LQM8R2j"; reason: private alias.
Removed service ".service_locator.VvtTBuF"; reason: private alias.
Removed service ".service_locator.eFTRGap"; reason: private alias.
Removed service ".service_locator.5vTkXMx"; reason: private alias.
Removed service ".service_locator.llqob6d"; reason: private alias.
Removed service ".service_locator.f4CLWqG"; reason: private alias.
Removed service ".service_locator.3m_ueap"; reason: private alias.
Removed service ".service_locator.slWvXlt"; reason: private alias.
Removed service ".service_locator.eqD3g.4"; reason: private alias.
Removed service ".service_locator.MipXwRN"; reason: private alias.
Removed service ".service_locator.oQg0n_W"; reason: private alias.
Removed service ".service_locator.OLk69Tp"; reason: private alias.
Removed service ".service_locator.VOvCKVv"; reason: private alias.
Removed service ".service_locator.shJfoz5"; reason: private alias.
Removed service ".service_locator.D6tJ4Px"; reason: private alias.
Removed service ".service_locator.0ngK9uf"; reason: private alias.
140
Changed reference of service "App\Command\SendNotificationsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AccountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\CommentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\GroupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\MockupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\TranslationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\AvatarController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\CommentController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ConversationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ConversationsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\DonationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\FeedbackController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\GalleryController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\GroupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\InvitationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MemberController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\MessageController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\NoteController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\PasswordController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\ProfileController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RelationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\RequestController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\SignupController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\StatisticsController" previously pointing to "router.default" to "router".
Changed reference of service "App\Controller\SuggestLocationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\TripController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\WikiController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\EventListener\AccessDeniedRedirectListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Form\Extension\AutoCompleteExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Form\FaqFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\ConversationModel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\GroupModel" previously pointing to "router.default" to "router".
Changed reference of service "App\Model\GroupModel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\MemberModel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\MockupProvider\ProfileMockups" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\SignupModel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\StatisticsModel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\SuggestLocationModel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Model\TranslationModel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Processor\Fixtures\MemberProcessor" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "App\Service\Mailer" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Mailer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Utilities\ChangeProfilePictureGlobals" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Utilities\ChangeProfilePictureGlobals" previously pointing to "router.default" to "router".
Changed reference of service "App\Utilities\ProfileSubmenu" previously pointing to "router.default" to "router".
Changed reference of service "rox.twig_extension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "pagerfanta.bootstrap4.ajax.view" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "app.mockup_provider.profile" 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 "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
Changed reference of service "hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command" previously pointing to "hautelook_alice.loader.doctrine_orm_loader" to "hautelook_alice.loader".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.append_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" 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 "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 "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 "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gregwar_captcha.type" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "gregwar_captcha.generator" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_security.csp_reporter_controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pagerfanta.route_generator_factory" previously pointing to "router.default" to "router".
Changed reference of service "ux.translator.cache_warmer.translations_cache_warmer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.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\ConversationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\TripVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.51hHbbT" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.q7.pPIK" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.FPOhRSS" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vWswGMB" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.vWswGMB" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZHVVUQI" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.sUKS7nH" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.NaHWLJL" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.XPvHVvw" 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._Xcv0mk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.resolver.bundle.no_bundle_resolver" to "hautelook_alice.resolver.bundle".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.locator.environmentless" to "hautelook_alice.locator".
615
Removed service "App\Entity"; reason: abstract.
Removed service "App\Model\MemberDataExtractor\DoctrineExtractor"; reason: abstract.
Removed service "App\Twig"; reason: abstract.
Removed service ".abstract.App\Controller\BaseRequestAndInvitationController"; reason: abstract.
Removed service ".abstract.App\Doctrine\EnumType"; reason: abstract.
Removed service ".abstract.App\Doctrine\SetType"; reason: abstract.
Removed service ".abstract.App\Model\MemberDataExtractor\AbstractExtractor"; reason: abstract.
Removed service ".abstract.App\Model\MemberDataExtractor\ExtractorInterface"; reason: abstract.
Removed service ".abstract.App\Model\MockupProvider\MockupProviderInterface"; reason: abstract.
Removed service ".abstract.App\Pagerfanta\AbstractConversationsAdapter"; reason: abstract.
Removed service ".abstract.App\Security\RefreshToken\RefreshTokenStorageInterface"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.access_token_handler.oidc.generator"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "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 "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.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\YamlValidator"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddInitiatorCommand"; reason: abstract.
Removed service ".instanceof.App\Command\AddInitiatorCommand.0.App\Command\AddInitiatorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddInitiatorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateTestDatabase"; reason: abstract.
Removed service ".instanceof.App\Command\CreateTestDatabase.0.App\Command\CreateTestDatabase"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateTestDatabase"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DataRetentionCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DataRetentionCommand.0.App\Command\DataRetentionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DataRetentionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeonamesUpdateDailyCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GeonamesUpdateDailyCommand.0.App\Command\GeonamesUpdateDailyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GeonamesUpdateDailyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GeonamesUpdateFullCommand"; reason: abstract.
Removed service ".instanceof.App\Command\GeonamesUpdateFullCommand.0.App\Command\GeonamesUpdateFullCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GeonamesUpdateFullCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ManticoreIndicesForumCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ManticoreIndicesForumCommand.0.App\Command\ManticoreIndicesForumCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ManticoreIndicesForumCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ManticoreIndicesGeonamesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\ManticoreIndicesGeonamesCommand.0.App\Command\ManticoreIndicesGeonamesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ManticoreIndicesGeonamesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateMembersCommand"; reason: abstract.
Removed service ".instanceof.App\Command\MigrateMembersCommand.0.App\Command\MigrateMembersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateMembersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendCommentReminderCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SendCommentReminderCommand.0.App\Command\SendCommentReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendCommentReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendMassmailCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SendMassmailCommand.0.App\Command\SendMassmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendMassmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SendNotificationsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\SendNotificationsCommand.0.App\Command\SendNotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SendNotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TranslationsAddMissingCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TranslationsAddMissingCommand.0.App\Command\TranslationsAddMissingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TranslationsAddMissingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateStatistics"; reason: abstract.
Removed service ".instanceof.App\Command\UpdateStatistics.0.App\Command\UpdateStatistics"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateStatistics"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AboutBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AboutBaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AboutBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AboutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AboutController"; reason: abstract.
Removed service ".instanceof.App\Controller\AboutController.0.App\Controller\AboutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AboutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.App\Controller\AccountController.0.App\Controller\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.App\Controller\ActivityController.0.App\Controller\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CheckerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CheckerController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\CheckerController.0.App\Controller\Admin\CheckerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CheckerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommentController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\CommentController.0.App\Controller\Admin\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CommunityNewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CommunityNewsController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\CommunityNewsController.0.App\Controller\Admin\CommunityNewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CommunityNewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqBaseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FaqBaseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqCategoryController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\FaqCategoryController.0.App\Controller\Admin\FaqCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FaqCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\FaqController.0.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GroupController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\GroupController.0.App\Controller\Admin\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\LogController.0.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MassmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MassmailController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\MassmailController.0.App\Controller\Admin\MassmailController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MassmailController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MockupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MockupController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\MockupController.0.App\Controller\Admin\MockupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MockupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\NewsletterController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\NewsletterController.0.App\Controller\Admin\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\TranslationController.0.App\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VolunteerToolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VolunteerToolController"; reason: abstract.
Removed service ".instanceof.App\Controller\Admin\VolunteerToolController.0.App\Controller\Admin\VolunteerToolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\VolunteerToolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AutoCompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AutoCompleteController"; reason: abstract.
Removed service ".instanceof.App\Controller\AutoCompleteController.0.App\Controller\AutoCompleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AutoCompleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AvatarController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AvatarController"; reason: abstract.
Removed service ".instanceof.App\Controller\AvatarController.0.App\Controller\AvatarController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AvatarController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0..abstract.App\Controller\BaseRequestAndInvitationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0..abstract.App\Controller\BaseRequestAndInvitationController"; reason: abstract.
Removed service ".abstract.instanceof..abstract.App\Controller\BaseRequestAndInvitationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommentController"; reason: abstract.
Removed service ".instanceof.App\Controller\CommentController.0.App\Controller\CommentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.App\Controller\CommunityController.0.App\Controller\CommunityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommunityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CommunityNewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CommunityNewsController"; reason: abstract.
Removed service ".instanceof.App\Controller\CommunityNewsController.0.App\Controller\CommunityNewsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CommunityNewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversationController"; reason: abstract.
Removed service ".instanceof.App\Controller\ConversationController.0.App\Controller\ConversationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConversationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ConversationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ConversationsController"; reason: abstract.
Removed service ".instanceof.App\Controller\ConversationsController.0.App\Controller\ConversationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ConversationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DonationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DonationController"; reason: abstract.
Removed service ".instanceof.App\Controller\DonationController.0.App\Controller\DonationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\DonationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.App\Controller\FaqController.0.App\Controller\FaqController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FaqController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.App\Controller\FeedbackController.0.App\Controller\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ForumsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ForumsController"; reason: abstract.
Removed service ".instanceof.App\Controller\ForumsController.0.App\Controller\ForumsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ForumsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GalleryController"; reason: abstract.
Removed service ".instanceof.App\Controller\GalleryController.0.App\Controller\GalleryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GalleryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\GroupController"; reason: abstract.
Removed service ".instanceof.App\Controller\GroupController.0.App\Controller\GroupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\GroupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.App\Controller\HomeController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvitationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvitationController"; reason: abstract.
Removed service ".instanceof.App\Controller\InvitationController.0.App\Controller\InvitationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InvitationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LandingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LandingController"; reason: abstract.
Removed service ".instanceof.App\Controller\LandingController.0.App\Controller\LandingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LandingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LanguageController"; reason: abstract.
Removed service ".instanceof.App\Controller\LanguageController.0.App\Controller\LanguageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LanguageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegacyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LegacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LocaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LocaleController"; reason: abstract.
Removed service ".instanceof.App\Controller\LocaleController.0.App\Controller\LocaleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LocaleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginMessageController"; reason: abstract.
Removed service ".instanceof.App\Controller\LoginMessageController.0.App\Controller\LoginMessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\LoginMessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.App\Controller\MemberController.0.App\Controller\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.App\Controller\MessageController.0.App\Controller\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.App\Controller\NewsletterController.0.App\Controller\NewsletterController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NewsletterController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.App\Controller\NoteController.0.App\Controller\NoteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NoteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.App\Controller\NotificationController.0.App\Controller\NotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PasswordController"; reason: abstract.
Removed service ".instanceof.App\Controller\PasswordController.0.App\Controller\PasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PoliciesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PoliciesController"; reason: abstract.
Removed service ".instanceof.App\Controller\PoliciesController.0.App\Controller\PoliciesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PoliciesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PreferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PreferenceController"; reason: abstract.
Removed service ".instanceof.App\Controller\PreferenceController.0.App\Controller\PreferenceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PreferenceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.App\Controller\ProfileController.0.App\Controller\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RelationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RelationController"; reason: abstract.
Removed service ".instanceof.App\Controller\RelationController.0.App\Controller\RelationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RelationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.App\Controller\RequestController.0.App\Controller\RequestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RequestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SafetyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SafetyController"; reason: abstract.
Removed service ".instanceof.App\Controller\SafetyController.0.App\Controller\SafetyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SafetyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.App\Controller\SearchController.0.App\Controller\SearchController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\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\SignupController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SignupController"; reason: abstract.
Removed service ".instanceof.App\Controller\SignupController.0.App\Controller\SignupController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SignupController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.App\Controller\StatisticsController.0.App\Controller\StatisticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\StatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.App\Controller\SubscriptionController.0.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SubscriptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuggestLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuggestLocationController"; reason: abstract.
Removed service ".instanceof.App\Controller\SuggestLocationController.0.App\Controller\SuggestLocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SuggestLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TripController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TripController"; reason: abstract.
Removed service ".instanceof.App\Controller\TripController.0.App\Controller\TripController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TripController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UnreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UnreadController"; reason: abstract.
Removed service ".instanceof.App\Controller\UnreadController.0.App\Controller\UnreadController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UnreadController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\WikiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\WikiController"; reason: abstract.
Removed service ".instanceof.App\Controller\WikiController.0.App\Controller\WikiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\WikiController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\LocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\LocaleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventListener\UserLocaleListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\UserLocaleListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\AuthenticationEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\AuthenticationEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AboutMeFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AboutMeFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccommodationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AccommodationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountEditFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AccountEditFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddLanguageFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddLanguageFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AdminCommentFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AdminCommentFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangeUsernameFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ChangeUsernameFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CkEditorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CkEditorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommunityNewsCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CommunityNewsCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommunityNewsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CommunityNewsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ConfirmEmailAddressFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ConfirmEmailAddressFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomDataClass\TranslationRequest"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\CustomDataClass\TranslationRequest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeleteProfileFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DeleteProfileFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditTranslationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EditTranslationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeExtensionInterface.0.App\Form\Extension\AutoCompleteExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Extension\AutoCompleteExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqCategoryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FaqCategoryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FaqFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FaqFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FeedbackFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FeedbackFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FindMemberFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FindMemberFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\FindUserFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\FindUserFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GalleryEditImageFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GalleryEditImageFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GalleryUploadForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GalleryUploadForm"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestAbstractType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HostingRequestAbstractType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestGuest"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HostingRequestGuest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestHost"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HostingRequestHost"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\HostingRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\HostingRequestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationGuest"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvitationGuest"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationHost"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvitationHost"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvitationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\InvitationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\JoinGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\JoinGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageLevelFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LanguageLevelFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageLevelsFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LanguageLevelsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LanguageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LanguageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LogFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LogFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoginFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LoginMessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LoginMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MapSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MapSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageIndexFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MessageIndexFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageToMemberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MessageToMemberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MinimalSearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MinimalSearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MyInterestsFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MyInterestsFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsletterUnsubscribeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\NewsletterUnsubscribeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PreferencesType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PreferencesType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileNoteCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfileNoteCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileNoteFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfileNoteFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileNoteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfileNoteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProfileStatusFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ProfileStatusFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RelationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RelationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReportCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ReportCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ReportSpamType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ReportSpamType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchGotoLocationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchGotoLocationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchHomeLocationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchHomeLocationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SearchLocationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SearchLocationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Select2Type"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Select2Type"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SetLocationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SetLocationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignupFormFinalizeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SignupFormFinalizeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SignupFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SignupFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpamActivitiesIndexFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpamActivitiesIndexFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpamCommunityNewsCommentsIndexFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpamCommunityNewsCommentsIndexFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SpamMessagesIndexFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SpamMessagesIndexFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubjectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubjectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubtripType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubtripType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TomSelectType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TomSelectType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TranslationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TranslationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TravelExperiencesFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TravelExperiencesFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TripRadiusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TripRadiusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TripType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TripType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TripVicinityRadiusType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TripVicinityRadiusType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\WikiCreateForm"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\WikiCreateForm"; reason: abstract.
Removed service ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Processor\Fixtures\LanguageLevelProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Processor\Fixtures\LanguageLevelProcessor"; reason: abstract.
Removed service ".instanceof.Fidry\AliceDataFixtures\ProcessorInterface.0.App\Processor\Fixtures\MemberProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\Processor\Fixtures\MemberProcessor"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AlternateLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AlternateLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefreshTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SessionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ConversationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ConversationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\TripVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\TripVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.app.user_locale_listener"; reason: abstract.
Removed service ".abstract.instanceof.app.user_locale_listener"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.rox.legacy_controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.rox.legacy_controller"; reason: abstract.
Removed service ".abstract.instanceof.rox.legacy_controller"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.rox.twig_extension"; reason: abstract.
Removed service ".abstract.instanceof.rox.twig_extension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.rox.member_twig_extension"; reason: abstract.
Removed service ".abstract.instanceof.rox.member_twig_extension"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.rox.datacollector_translator"; reason: abstract.
Removed service ".abstract.instanceof.rox.datacollector_translator"; reason: abstract.
323
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\AppBundle"; reason: unused.
Removed service "App\CacheKernel"; reason: unused.
Removed service "App\Doctrine\AccommodationType"; reason: unused.
Removed service "App\Doctrine\ActionToWatchType"; reason: unused.
Removed service "App\Doctrine\Annotation\LanguageAware"; reason: unused.
Removed service "App\Doctrine\CommentAdminActionType"; reason: unused.
Removed service "App\Doctrine\CommentQualityType"; reason: unused.
Removed service "App\Doctrine\CommentRelationsType"; reason: unused.
Removed service "App\Doctrine\DeleteRequestType"; reason: unused.
Removed service "App\Doctrine\DomainType"; reason: unused.
Removed service "App\Doctrine\Filter\Configurator"; reason: unused.
Removed service "App\Doctrine\Filter\LanguageFilter"; reason: unused.
Removed service "App\Doctrine\ForumDeleteStatusType"; reason: unused.
Removed service "App\Doctrine\ForumVisibilityType"; reason: unused.
Removed service "App\Doctrine\Functions\DateDiff"; reason: unused.
Removed service "App\Doctrine\Functions\GeoDistance"; reason: unused.
Removed service "App\Doctrine\Functions\YearWeek"; reason: unused.
Removed service "App\Doctrine\GenderType"; reason: unused.
Removed service "App\Doctrine\GroupMembershipStatusType"; reason: unused.
Removed service "App\Doctrine\GroupType"; reason: unused.
Removed service "App\Doctrine\HostRestrictionsType"; reason: unused.
Removed service "App\Doctrine\Hydrator\LanguageHydrator"; reason: unused.
Removed service "App\Doctrine\InFolderType"; reason: unused.
Removed service "App\Doctrine\LanguageLevelType"; reason: unused.
Removed service "App\Doctrine\MemberStatusType"; reason: unused.
Removed service "App\Doctrine\MessageResultSetMapping"; reason: unused.
Removed service "App\Doctrine\MessageStatusType"; reason: unused.
Removed service "App\Doctrine\NotificationStatusType"; reason: unused.
Removed service "App\Doctrine\PostCanStillEditType"; reason: unused.
Removed service "App\Doctrine\ReportStatusType"; reason: unused.
Removed service "App\Doctrine\ReportTypeType"; reason: unused.
Removed service "App\Doctrine\SpamInfoType"; reason: unused.
Removed service "App\Doctrine\StandardOffersType"; reason: unused.
Removed service "App\Doctrine\StatusType"; reason: unused.
Removed service "App\Doctrine\SubtripOptionsType"; reason: unused.
Removed service "App\Doctrine\ThreadReplyType"; reason: unused.
Removed service "App\Doctrine\TranslationAllowedType"; reason: unused.
Removed service "App\Doctrine\TripAdditionalInfoType"; reason: unused.
Removed service "App\Doctrine\TypicalOfferType"; reason: unused.
Removed service "App\Doctrine\WhoSpokeLastType"; reason: unused.
Removed service "App\EventListener\AccessDeniedRedirectListener"; reason: unused.
Removed service "App\EventListener\AjaxAuthenticationListener"; reason: unused.
Removed service "App\EventListener\AuthListener"; reason: unused.
Removed service "App\EventListener\LegacyDispatchListener"; reason: unused.
Removed service "App\Form\ChoiceLoader\LanguageChoiceLoader"; reason: unused.
Removed service "App\Form\CustomDataClass\CommunityNewsCommentRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\FaqCategoryRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\FaqRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\GalleryImageEditRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\GroupRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\LocationRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\MessageIndexRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\ReportCommentRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\SearchFormRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\SearchHomeLocationRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\Tools\ChangeUsernameRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\Tools\FindUserRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\Translation\EditTranslationRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\Translation\TranslationRequest"; reason: unused.
Removed service "App\Form\CustomDataClass\WhereDoYouWantToGoRequest"; reason: unused.
Removed service "App\Form\DataTransformer\FlexibleTransformer"; reason: unused.
Removed service "App\Form\DataTransformer\SubtripOptionsTypeTransformer"; reason: unused.
Removed service "App\Model\BaseRequestModel"; reason: unused.
Removed service "App\Model\LocationModel"; reason: unused.
Removed service "App\Model\MemberDataExtractor\ActivitiesExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\CommentsExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\CommunityNewsCommentsExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\ForumPostsExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\GalleryItemsExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\GroupInformationExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\InvitationsExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\MemberDataExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\MessagesExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\PollsExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\PrivilegesExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\ProfilePicturesExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\RequestsExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\RightsExtractor"; reason: unused.
Removed service "App\Model\MemberDataExtractor\SpecialRelationsExtractor"; reason: unused.
Removed service "App\Model\MessageModel"; reason: unused.
Removed service "App\Model\MockupProvider\CommentMockups"; reason: unused.
Removed service "App\Model\MockupProvider\ErrorMockups"; reason: unused.
Removed service "App\Model\MockupProvider\ForumMockups"; reason: unused.
Removed service "App\Model\MockupProvider\GroupMockups"; reason: unused.
Removed service "App\Model\MockupProvider\HomeAndLoginMockups"; reason: unused.
Removed service "App\Model\MockupProvider\InvitationMockups"; reason: unused.
Removed service "App\Model\MockupProvider\InvitationUtility"; reason: unused.
Removed service "App\Model\MockupProvider\LandingMockups"; reason: unused.
Removed service "App\Model\MockupProvider\MessageMockups"; reason: unused.
Removed service "App\Model\MockupProvider\MyDataMockups"; reason: unused.
Removed service "App\Model\MockupProvider\NewsletterUnsubscribeMockups"; reason: unused.
Removed service "App\Model\MockupProvider\NewslettersMockups"; reason: unused.
Removed service "App\Model\MockupProvider\PasswordMockups"; reason: unused.
Removed service "App\Model\MockupProvider\PoliciesMockups"; reason: unused.
Removed service "App\Model\MockupProvider\ProfileMockups"; reason: unused.
Removed service "App\Model\MockupProvider\RequestMockups"; reason: unused.
Removed service "App\Model\MockupProvider\SignupMockups"; reason: unused.
Removed service "App\Model\MockupProvider\StatisticsMockups"; reason: unused.
Removed service "App\Pagerfanta\ArchivedTranslationAdapter"; reason: unused.
Removed service "App\Pagerfanta\ConversationsAdapter"; reason: unused.
Removed service "App\Pagerfanta\ConversationsWithAdapter"; reason: unused.
Removed service "App\Pagerfanta\DeletedAdapter"; reason: unused.
Removed service "App\Pagerfanta\DoNotTranslateTranslationAdapter"; reason: unused.
Removed service "App\Pagerfanta\InvitationsAdapter"; reason: unused.
Removed service "App\Pagerfanta\LogAdapter"; reason: unused.
Removed service "App\Pagerfanta\MessagesAdapter"; reason: unused.
Removed service "App\Pagerfanta\MissingTranslationAdapter"; reason: unused.
Removed service "App\Pagerfanta\RequestsAdapter"; reason: unused.
Removed service "App\Pagerfanta\SearchAdapter"; reason: unused.
Removed service "App\Pagerfanta\SpamAdapter"; reason: unused.
Removed service "App\Pagerfanta\TranslationAdapter"; reason: unused.
Removed service "App\Pagerfanta\TwitterBootstrap4AjaxTemplate"; reason: unused.
Removed service "App\Pagerfanta\TwitterBootstrap4Template"; reason: unused.
Removed service "App\Pagerfanta\TwitterBootstrap4TranslatedView"; reason: unused.
Removed service "App\Pagerfanta\UpdateTranslationAdapter"; reason: unused.
Removed service "App\Provider\UserProvider"; reason: unused.
Removed service "App\Repository\ActivityAttendeeRepository"; reason: unused.
Removed service "App\Repository\ActivityRepository"; reason: unused.
Removed service "App\Repository\CommentRepository"; reason: unused.
Removed service "App\Repository\CommunityNewsCommentRepository"; reason: unused.
Removed service "App\Repository\CommunityNewsRepository"; reason: unused.
Removed service "App\Repository\DonationRepository"; reason: unused.
Removed service "App\Repository\FaqRepository"; reason: unused.
Removed service "App\Repository\ForumPostRepository"; reason: unused.
Removed service "App\Repository\GalleryImageRepository"; reason: unused.
Removed service "App\Repository\GroupRepository"; reason: unused.
Removed service "App\Repository\LanguageRepository"; reason: unused.
Removed service "App\Repository\LocationRepository"; reason: unused.
Removed service "App\Repository\LoginMessageRepository"; reason: unused.
Removed service "App\Repository\MessageRepository"; reason: unused.
Removed service "App\Repository\NewsletterRepository"; reason: unused.
Removed service "App\Repository\NotificationRepository"; reason: unused.
Removed service "App\Repository\PaginationRepository"; reason: unused.
Removed service "App\Repository\PostNotificationRepository"; reason: unused.
Removed service "App\Repository\ProfileNoteRepository"; reason: unused.
Removed service "App\Repository\ProfileVisitRepository"; reason: unused.
Removed service "App\Repository\RelationRepository"; reason: unused.
Removed service "App\Repository\RequestRepository"; reason: unused.
Removed service "App\Repository\StatisticsRepository"; reason: unused.
Removed service "App\Repository\SubjectRepository"; reason: unused.
Removed service "App\Repository\SubtripRepository"; reason: unused.
Removed service "App\Repository\TripRepository"; reason: unused.
Removed service "App\Repository\WikiRepository"; reason: unused.
Removed service "App\Repository\WordRepository"; reason: unused.
Removed service "App\Routing\LegacyLoader"; reason: unused.
Removed service "App\Security\AccountBannedException"; reason: unused.
Removed service "App\Security\AccountDeniedLoginException"; reason: unused.
Removed service "App\Security\AccountMailConfirmedException"; reason: unused.
Removed service "App\Security\AccountMailNotConfirmedException"; reason: unused.
Removed service "App\Security\AccountSuspendedException"; reason: unused.
Removed service "App\Security\RefreshToken\DoctrineRefreshTokenStorage"; reason: unused.
Removed service "App\Security\UserChecker"; reason: unused.
Removed service "App\TranslationLoader\DatabaseLoader"; reason: unused.
Removed service "App\Utilities\CommentSorter"; reason: unused.
Removed service "App\Utilities\ForumUtilities"; reason: unused.
Removed service "App\Utilities\PaypalIPN"; reason: unused.
Removed service "App\Utilities\SessionSingleton"; reason: unused.
Removed service "App\Utilities\TranslatorSingleton"; reason: unused.
Removed service "rox.logger"; reason: unused.
Removed service "Symfony\Bridge\Doctrine\Security\RememberMe\DoctrineTokenProvider"; 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.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "security.password_hasher.legacy"; reason: unused.
Removed service "security.password_hasher.harsh"; 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 "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.orm.default_second_level_cache.cache_configuration"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.default_cache_factory"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.logger_chain"; reason: unused.
Removed service "doctrine.orm.default_second_level_cache.logger_statistics"; reason: unused.
Removed service "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
Removed service "hautelook_alice.data_fixtures.loader.file_resolver_loader"; reason: unused.
Removed service "controller.helper"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "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 "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "web_link.http_header_parser"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native"; 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 "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; 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 "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 "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "stof_doctrine_extensions.event_listener.locale"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\Admin\CommentController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\Admin\GroupController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\Admin\MockupController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\Admin\TranslationController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\CommentController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\ConversationController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\ConversationsController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\DonationController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\FeedbackController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\GalleryController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\GroupController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\InvitationController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\MemberController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\MessageController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\NoteController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\PasswordController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\RelationController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\RequestController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\SignupController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\TripController::setTranslator()"; reason: unused.
Removed service ".service_locator.51hHbbT.App\Controller\WikiController::setTranslator()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.pagerfanta.serializer.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service ".service_locator.XPvHVvw.rox.legacy_controller"; reason: unused.
Removed service ".service_locator.TJNRSaV"; reason: unused.
Removed service ".service_locator.TJNRSaV.controller.helper"; reason: unused.
Removed service ".service_locator..xYP7c8"; reason: unused.
Removed service ".service_locator.icAHgqM"; reason: unused.
Removed service ".service_locator.zfRA4vz"; reason: unused.
593
Inlined service ".service_locator.NaHWLJL.App\Controller\AboutBaseController" to "App\Controller\AboutBaseController".
Inlined service ".service_locator.NaHWLJL.App\Controller\AboutController" to "App\Controller\AboutController".
Inlined service ".service_locator.NaHWLJL.App\Controller\AccountController" to "App\Controller\AccountController".
Inlined service ".service_locator.NaHWLJL.App\Controller\ActivityController" to "App\Controller\ActivityController".
Inlined service "App\Model\Admin\CheckerModel" to "App\Controller\Admin\CheckerController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\CheckerController" to "App\Controller\Admin\CheckerController".
Inlined service "App\Model\Admin\CommentModel" to "App\Controller\Admin\CommentController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\CommentController" to "App\Controller\Admin\CommentController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\CommunityNewsController" to "App\Controller\Admin\CommunityNewsController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\FaqBaseController" to "App\Controller\Admin\FaqBaseController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\FaqCategoryController" to "App\Controller\Admin\FaqCategoryController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\FaqController" to "App\Controller\Admin\FaqController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\GroupController" to "App\Controller\Admin\GroupController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\LogController" to "App\Controller\Admin\LogController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\MassmailController" to "App\Controller\Admin\MassmailController".
Inlined service ".service_locator.XPvHVvw.App\Controller\Admin\MockupController" to "App\Controller\Admin\MockupController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\NewsletterController" to "App\Controller\Admin\NewsletterController".
Inlined service ".service_locator.XPvHVvw.App\Controller\Admin\TranslationController" to "App\Controller\Admin\TranslationController".
Inlined service "App\Model\FeedbackModel" to "App\Controller\Admin\VolunteerToolController".
Inlined service ".service_locator.NaHWLJL.App\Controller\Admin\VolunteerToolController" to "App\Controller\Admin\VolunteerToolController".
Inlined service ".service_locator.NaHWLJL.App\Controller\AutoCompleteController" to "App\Controller\AutoCompleteController".
Inlined service ".service_locator.NaHWLJL.App\Controller\AvatarController" to "App\Controller\AvatarController".
Inlined service ".service_locator.NaHWLJL.App\Controller\CommentController" to "App\Controller\CommentController".
Inlined service ".service_locator.NaHWLJL.App\Controller\CommunityController" to "App\Controller\CommunityController".
Inlined service ".service_locator.NaHWLJL.App\Controller\CommunityNewsController" to "App\Controller\CommunityNewsController".
Inlined service ".service_locator.NaHWLJL.App\Controller\ConversationController" to "App\Controller\ConversationController".
Inlined service "App\Model\ConversationsModel" to "App\Controller\ConversationsController".
Inlined service ".service_locator.NaHWLJL.App\Controller\ConversationsController" to "App\Controller\ConversationsController".
Inlined service ".service_locator.NaHWLJL.App\Controller\DonationController" to "App\Controller\DonationController".
Inlined service ".service_locator.NaHWLJL.App\Controller\FaqController" to "App\Controller\FaqController".
Inlined service ".service_locator.NaHWLJL.App\Controller\FeedbackController" to "App\Controller\FeedbackController".
Inlined service ".service_locator.NaHWLJL.App\Controller\ForumsController" to "App\Controller\ForumsController".
Inlined service ".service_locator.NaHWLJL.App\Controller\GalleryController" to "App\Controller\GalleryController".
Inlined service "App\Model\GroupModel" to "App\Controller\GroupController".
Inlined service ".service_locator.NaHWLJL.App\Controller\GroupController" to "App\Controller\GroupController".
Inlined service ".service_locator.NaHWLJL.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service "App\Model\InvitationModel" to "App\Controller\InvitationController".
Inlined service ".service_locator.NaHWLJL.App\Controller\InvitationController" to "App\Controller\InvitationController".
Inlined service "App\Model\LandingModel" to "App\Controller\LandingController".
Inlined service ".service_locator.NaHWLJL.App\Controller\LandingController" to "App\Controller\LandingController".
Inlined service ".service_locator.NaHWLJL.App\Controller\LanguageController" to "App\Controller\LanguageController".
Inlined service ".service_locator.NaHWLJL.App\Controller\LegacyController" to "App\Controller\LegacyController".
Inlined service ".service_locator.NaHWLJL.App\Controller\LocaleController" to "App\Controller\LocaleController".
Inlined service ".service_locator.NaHWLJL.App\Controller\LoginMessageController" to "App\Controller\LoginMessageController".
Inlined service ".service_locator.NaHWLJL.App\Controller\MemberController" to "App\Controller\MemberController".
Inlined service "App\Utilities\ConversationThread" to "App\Controller\MessageController".
Inlined service ".service_locator.NaHWLJL.App\Controller\MessageController" to "App\Controller\MessageController".
Inlined service ".service_locator.NaHWLJL.App\Controller\NewsletterController" to "App\Controller\NewsletterController".
Inlined service ".service_locator.NaHWLJL.App\Controller\NoteController" to "App\Controller\NoteController".
Inlined service ".service_locator.NaHWLJL.App\Controller\NotificationController" to "App\Controller\NotificationController".
Inlined service ".service_locator.NaHWLJL.App\Controller\PasswordController" to "App\Controller\PasswordController".
Inlined service ".service_locator.XPvHVvw.App\Controller\PoliciesController" to "App\Controller\PoliciesController".
Inlined service ".service_locator.NaHWLJL.App\Controller\PreferenceController" to "App\Controller\PreferenceController".
Inlined service ".service_locator.NaHWLJL.App\Controller\ProfileController" to "App\Controller\ProfileController".
Inlined service ".service_locator.NaHWLJL.App\Controller\RelationController" to "App\Controller\RelationController".
Inlined service "App\Model\HostingRequestModel" to "App\Controller\RequestController".
Inlined service ".service_locator.NaHWLJL.App\Controller\RequestController" to "App\Controller\RequestController".
Inlined service ".service_locator.NaHWLJL.App\Controller\SafetyController" to "App\Controller\SafetyController".
Inlined service ".service_locator.NaHWLJL.App\Controller\SearchController" to "App\Controller\SearchController".
Inlined service ".service_locator.NaHWLJL.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.NaHWLJL.App\Controller\SignupController" to "App\Controller\SignupController".
Inlined service ".service_locator.NaHWLJL.App\Controller\StatisticsController" to "App\Controller\StatisticsController".
Inlined service ".service_locator.NaHWLJL.App\Controller\SubscriptionController" to "App\Controller\SubscriptionController".
Inlined service ".service_locator.NaHWLJL.App\Controller\SuggestLocationController" to "App\Controller\SuggestLocationController".
Inlined service ".service_locator.NaHWLJL.App\Controller\TripController" to "App\Controller\TripController".
Inlined service ".service_locator.NaHWLJL.App\Controller\UnreadController" to "App\Controller\UnreadController".
Inlined service ".service_locator.NaHWLJL.App\Controller\WikiController" to "App\Controller\WikiController".
Inlined service "App\Form\DataTransformer\SetTypeTransformer" to "App\Form\CommentType".
Inlined service "App\Form\DataTransformer\DateTimeTransformer" to "App\Form\LoginMessageType".
Inlined service "App\Form\DataTransformer\LocationRequestToLocationTransformer" to "App\Form\SearchLocationType".
Inlined service "mailer.mailer" to "App\Service\Mailer".
Inlined service ".service_locator.1mjVCan" to "security.token_storage".
Inlined service ".service_locator.rAuPNI6" to "security.helper".
Inlined service ".service_locator.4vT0Jxw" to "security.helper".
Inlined service "security.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 "App\Security\PasswordHasher\LegacyPasswordHasher" to "security.password_hasher_factory".
Inlined service "security.user_password_hasher" to "form.listener.password_hasher".
Inlined service ".security.request_matcher.MtaAPs7" to "security.access_map".
Inlined service ".security.request_matcher.BhpRUZK" to "security.access_map".
Inlined service ".security.request_matcher.73phzCJ" to "security.access_map".
Inlined service ".security.request_matcher.m4Ey9eY" to "security.access_map".
Inlined service ".security.request_matcher.UeCMRyp" to "security.access_map".
Inlined service ".security.request_matcher.hT9u017" to "security.access_map".
Inlined service ".security.request_matcher.T9feyaV" to "security.access_map".
Inlined service ".security.request_matcher.jKRH979" to "security.access_map".
Inlined service ".security.request_matcher.OPFYdWQ" to "security.access_map".
Inlined service ".security.request_matcher.5ya57wS" to "security.access_map".
Inlined service ".security.request_matcher.Kr5qqSG" to "security.access_map".
Inlined service ".security.request_matcher.SdETG1H" to "security.access_map".
Inlined service ".security.request_matcher.eMWczcx" to "security.access_map".
Inlined service ".security.request_matcher.DFMKoeG" to "security.access_map".
Inlined service ".security.request_matcher.shIxgA5" to "security.access_map".
Inlined service ".security.request_matcher.7I5Hz7O" to "security.access_map".
Inlined service ".security.request_matcher.qpnRY6L" to "security.access_map".
Inlined service ".security.request_matcher.6LpfuGh" to "security.access_map".
Inlined service ".security.request_matcher.ru_Ustb" to "security.access_map".
Inlined service ".security.request_matcher.0pTw53i" to "security.access_map".
Inlined service ".security.request_matcher.osNKgTc" to "security.access_map".
Inlined service ".security.request_matcher.npBXf4m" to "security.access_map".
Inlined service ".security.request_matcher.SgZUIab" to "security.access_map".
Inlined service ".security.request_matcher.NNTj27x" to "security.access_map".
Inlined service ".security.request_matcher._Q6aOoh" to "security.access_map".
Inlined service ".security.request_matcher.FRTjJeo" to "security.access_map".
Inlined service ".security.request_matcher.Ki_ypgJ" to "security.access_map".
Inlined service ".security.request_matcher.c_34cpw" to "security.access_map".
Inlined service ".security.request_matcher.BpEwxJO" to "security.access_map".
Inlined service ".security.request_matcher..nqfx0Y" to "security.access_map".
Inlined service ".security.request_matcher.69tKGPN" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.0tMb.ud" to "security.access_map".
Inlined service ".security.request_matcher.CUDSgej" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.remember_me.doctrine_token_provider.main" to "security.authenticator.remember_me_handler.main".
Inlined service "security.remember_me.token_verifier.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.VGiBBNZ" to ".security.request_matcher.MtaAPs7".
Inlined service ".security.request_matcher.T8BdVIN" to ".security.request_matcher.BhpRUZK".
Inlined service ".security.request_matcher.l.SdPb3" to ".security.request_matcher.73phzCJ".
Inlined service ".security.request_matcher.8TbQ1to" to ".security.request_matcher.m4Ey9eY".
Inlined service ".security.request_matcher.8ByZ4B5" to ".security.request_matcher.UeCMRyp".
Inlined service ".security.request_matcher.SZ.QYjU" to ".security.request_matcher.hT9u017".
Inlined service ".security.request_matcher.ysawWaZ" to ".security.request_matcher.T9feyaV".
Inlined service ".security.request_matcher.2Wy8DgN" to ".security.request_matcher.jKRH979".
Inlined service ".security.request_matcher.QzR9sgY" to ".security.request_matcher.OPFYdWQ".
Inlined service ".security.request_matcher.urbTd1Y" to ".security.request_matcher.5ya57wS".
Inlined service ".security.request_matcher.Bj1NCZO" to ".security.request_matcher.Kr5qqSG".
Inlined service ".security.request_matcher.VtxsBlU" to ".security.request_matcher.SdETG1H".
Inlined service ".security.request_matcher.lubof_r" to ".security.request_matcher.eMWczcx".
Inlined service ".security.request_matcher.mxy5O0i" to ".security.request_matcher.DFMKoeG".
Inlined service ".security.request_matcher.N16uUGI" to ".security.request_matcher.shIxgA5".
Inlined service ".security.request_matcher.pcDLDC9" to ".security.request_matcher.7I5Hz7O".
Inlined service ".security.request_matcher.MkBQANg" to ".security.request_matcher.qpnRY6L".
Inlined service ".security.request_matcher.HbxYxE7" to ".security.request_matcher.6LpfuGh".
Inlined service ".security.request_matcher.J1LwvUC" to ".security.request_matcher.ru_Ustb".
Inlined service ".security.request_matcher.hoOjbRq" to ".security.request_matcher.0pTw53i".
Inlined service ".security.request_matcher.9t9jxln" to ".security.request_matcher.osNKgTc".
Inlined service ".security.request_matcher.VlXWI5F" to ".security.request_matcher.npBXf4m".
Inlined service ".security.request_matcher.D4z42s0" to ".security.request_matcher.SgZUIab".
Inlined service ".security.request_matcher.TMDAETv" to ".security.request_matcher.NNTj27x".
Inlined service ".security.request_matcher.f5BlNj9" to ".security.request_matcher._Q6aOoh".
Inlined service ".security.request_matcher.zMkdN6f" to ".security.request_matcher.FRTjJeo".
Inlined service ".security.request_matcher.fIfM1OK" to ".security.request_matcher.Ki_ypgJ".
Inlined service ".security.request_matcher.2EodNzf" to ".security.request_matcher.c_34cpw".
Inlined service ".security.request_matcher.cpceDDH" to ".security.request_matcher.BpEwxJO".
Inlined service ".security.request_matcher.VQds71y" to ".security.request_matcher..nqfx0Y".
Inlined service ".security.request_matcher.V_MnZvq" to ".security.request_matcher.69tKGPN".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.3qgJVJN" to ".security.request_matcher.0tMb.ud".
Inlined service ".security.request_matcher.SbN0Tkg" to ".security.request_matcher.CUDSgej".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
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._aqXoXF" 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.TX5pqxC" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "doctrine.orm.default_second_level_cache.regions_configuration" to "doctrine.orm.default_configuration".
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 "cache.doctrine.orm.default.second_level.region_driver.recorder_inner" to "cache.doctrine.orm.default.second_level.region_driver".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
Inlined service "nelmio_alice.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
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 "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.Sj3MsdY" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.QgUDqsN" 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 "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "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.op5otkU" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.kvOAK9B.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.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 "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "error_handler.error_renderer.default" to "error_handler.error_renderer.serializer".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
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.0enDJB6" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service ".service_locator.pMo3e7R" 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 "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 "data_collector.doctrine" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "mailer.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 "debug.serializer.inner" to "debug.serializer".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "exercise_html_purifier.twig.extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "twig.extension.markdown" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.cssinliner" to "twig".
Inlined service "twig.extension.inky" to "twig".
Inlined service "nelmio_security.twig_extension" to "twig".
Inlined service "pagerfanta.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "pagerfanta.undefined_callable_handler" 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 "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.SeLVBqK" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "exercise_html_purifier.config.custom" to "exercise_html_purifier.custom".
Inlined service ".service_locator.JgNpzK." to "exercise_html_purifier.purifiers_registry".
Inlined service ".service_locator.lEUGOB7" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".service_locator.MXLal1R" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
Inlined service "twig.markdown.default" to "twig.runtime.markdown".
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 "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
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 ".service_locator.dd8WTuD" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view_factory" to "pagerfanta.twig_runtime".
Inlined service "pagerfanta.route_generator_factory" to "pagerfanta.twig_runtime".
Inlined service "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.translatable".
Inlined service ".stof_doctrine_extensions.reader" to "stof_doctrine_extensions.listener.translatable".
Inlined service "ux.translator.translations_dumper" to "ux.translator.cache_warmer.translations_cache_warmer".
Inlined service "ux.translator.message_parameters.extractor.message_parameters_extractor" to "ux.translator.translations_dumper".
Inlined service "ux.translator.message_parameters.extractor.intl_message_parameters_extractor" to "ux.translator.translations_dumper".
Inlined service "ux.translator.message_parameters.printer.typescript_message_parameters_printer" to "ux.translator.translations_dumper".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.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\ConversationVoter" to ".debug.security.voter.App\Security\ConversationVoter".
Inlined service "App\Security\TripVoter" to ".debug.security.voter.App\Security\TripVoter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
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 "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service ".service_locator.SkObvVh" to ".service_locator.SkObvVh.App\Controller\AccountController::editAccountInfo()".
Inlined service ".service_locator.eUKzcd5" to ".service_locator.eUKzcd5.App\Controller\Admin\CheckerController::showActivities()".
Inlined service ".service_locator.QMFij39" to ".service_locator.QMFij39.App\Controller\Admin\FaqCategoryController::editCategoryAction()".
Inlined service ".service_locator.SAJpKrP" to ".service_locator.SAJpKrP.App\Controller\Admin\FaqController::editFaq()".
Inlined service ".service_locator.L6r_nkm" to ".service_locator.L6r_nkm.App\Controller\Admin\LogController::showOverview()".
Inlined service ".service_locator.Cfsk2lu" to ".service_locator.Cfsk2lu.App\Controller\Admin\LogController::showGroupLogs()".
Inlined service ".service_locator.w1s_Kcz" to ".service_locator.w1s_Kcz.App\Controller\Admin\MassmailController::testMassmailSending()".
Inlined service ".service_locator.zjRmxaG" to ".service_locator.zjRmxaG.App\Controller\Admin\NewsletterController::updateTranslations()".
Inlined service ".service_locator.q7.pPIK" to ".service_locator.q7.pPIK.App\Controller\Admin\VolunteerToolController::changeUsername()".
Inlined service ".service_locator.vPqPeKv" to ".service_locator.vPqPeKv.App\Controller\Admin\VolunteerToolController::findUser()".
Inlined service ".service_locator.xasqsyS" to ".service_locator.xasqsyS.App\Controller\CommentController::reportCommentAction()".
Inlined service ".service_locator.C3K3YU6" to ".service_locator.C3K3YU6.App\Controller\CommentController::setNewExperienceForComment()".
Inlined service ".service_locator.dK6kGpY" to ".service_locator.dK6kGpY.App\Controller\CommentController::showCommentsForMember()".
Inlined service ".service_locator.D9Hse0b" to ".service_locator.D9Hse0b.App\Controller\CommunityNewsController::showAction()".
Inlined service ".service_locator.ywP582K" to ".service_locator.ywP582K.App\Controller\ConversationsController::allConversationsWithMember()".
Inlined service ".service_locator.LgT.wKe" to ".service_locator.LgT.wKe.App\Controller\DonationController::finishDonation()".
Inlined service ".service_locator.FPOhRSS" to ".service_locator.FPOhRSS.App\Controller\FeedbackController::feedback()".
Inlined service ".service_locator.b.61Rbd" to ".service_locator.b.61Rbd.App\Controller\ForumsController::showPostsByMember()".
Inlined service ".service_locator.yREh4W2" to ".service_locator.yREh4W2.App\Controller\GalleryController::editImage()".
Inlined service ".service_locator.Z5nvVNx" to ".service_locator.Z5nvVNx.App\Controller\GalleryController::handleImageUploadToGallery()".
Inlined service ".service_locator.J2pF1Tn" to ".service_locator.J2pF1Tn.App\Controller\GalleryController::showUploadedImageOld()".
Inlined service ".service_locator.bnFgv5c" to ".service_locator.bnFgv5c.App\Controller\GalleryController::showUploadedImage()".
Inlined service ".service_locator.k0IM_WC" to ".service_locator.k0IM_WC.App\Controller\GroupController::join()".
Inlined service ".service_locator.Y33vaBo" to ".service_locator.Y33vaBo.App\Controller\GroupController::showGroupWikiPage()".
Inlined service ".service_locator.n0nmPC9" to ".service_locator.n0nmPC9.App\Controller\HomeController::show()".
Inlined service ".service_locator.djPtMyN" to ".service_locator.djPtMyN.App\Controller\InvitationController::newInvitation()".
Inlined service ".service_locator.qfFkYnD" to ".service_locator.qfFkYnD.App\Controller\LandingController::getVisitors()".
Inlined service ".service_locator.01sAJz9" to ".service_locator.01sAJz9.App\Controller\LandingController::setAccommodation()".
Inlined service ".service_locator.zdV_Iwz" to ".service_locator.zdV_Iwz.App\Controller\LandingController::show()".
Inlined service ".service_locator.Zih2wGH" to ".service_locator.Zih2wGH.App\Controller\LocaleController::selectLocaleAction()".
Inlined service ".service_locator.po6Kf9_" to ".service_locator.po6Kf9_.App\Controller\MemberController::getPersonalDataSelf()".
Inlined service ".service_locator.xcOiijo" to ".service_locator.xcOiijo.App\Controller\MemberController::getPersonalData()".
Inlined service ".service_locator.2k_97z_" to ".service_locator.2k_97z_.App\Controller\MessageController::newMessage()".
Inlined service ".service_locator.5Wyjefx" to ".service_locator.5Wyjefx.App\Controller\NewsletterController::showSingleNewsletter()".
Inlined service ".service_locator.wYT2C_n" to ".service_locator.wYT2C_n.App\Controller\PasswordController::requestResetPassword()".
Inlined service ".service_locator.V0B6OOf" to ".service_locator.V0B6OOf.App\Controller\PasswordController::resetPassword()".
Inlined service ".service_locator.SX1af5E" to ".service_locator.SX1af5E.App\Controller\PasswordController::changePassword()".
Inlined service ".service_locator.TnJhCD6" to ".service_locator.TnJhCD6.App\Controller\PreferenceController::preferences()".
Inlined service ".service_locator.ZHVVUQI" to ".service_locator.ZHVVUQI.App\Controller\ProfileController::deleteProfileNotLoggedIn()".
Inlined service ".service_locator.5ryHkdC" to ".service_locator.5ryHkdC.App\Controller\ProfileController::deleteProfile()".
Inlined service ".service_locator.DCEHOnM" to ".service_locator.DCEHOnM.App\Controller\ProfileController::setAccommodation()".
Inlined service ".service_locator.Hu2KN3b" to ".service_locator.Hu2KN3b.App\Controller\ProfileController::setOffers()".
Inlined service ".service_locator.3cuBMj5" to ".service_locator.3cuBMj5.App\Controller\ProfileController::setRestrictions()".
Inlined service ".service_locator.oAL4GpK" to ".service_locator.oAL4GpK.App\Controller\RelationController::add()".
Inlined service ".service_locator.hVMddS6" to ".service_locator.hVMddS6.App\Controller\RequestController::newHostingRequest()".
Inlined service ".service_locator.uP.b9eF" to ".service_locator.uP.b9eF.App\Controller\SafetyController::showSafetyTeam()".
Inlined service ".service_locator.sUKS7nH" to ".service_locator.sUKS7nH.App\Controller\SearchController::searchLocations()".
Inlined service ".service_locator.jivB8Mr" to ".service_locator.jivB8Mr.App\Controller\SecurityController::login()".
Inlined service ".service_locator.4ODU9IL" to ".service_locator.4ODU9IL.App\Controller\SignupController::signup()".
Inlined service ".service_locator.WIcgjfv" to ".service_locator.WIcgjfv.App\Controller\SignupController::finishSetup()".
Inlined service ".service_locator.iAatl31" to ".service_locator.iAatl31.App\Controller\SignupController::resendConfirmationEmail()".
Inlined service ".service_locator.sC8yi7C" to ".service_locator.sC8yi7C.App\Controller\TripController::show()".
Inlined service ".service_locator.OllXBOR" to ".service_locator.OllXBOR.App\Controller\TripController::edit()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".service_locator.kvOAK9B" to ".service_locator.kvOAK9B.translation.warmer".
Inlined service ".service_locator.A4KGc45" to ".service_locator.A4KGc45.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 "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.1gw5tvd" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "pagerfanta.serializer.normalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.AP5orJv" to "console.command_loader".
Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
Inlined service "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
Inlined service "hautelook_alice.locator.env_directory" to "hautelook_alice.locator".
Inlined service ".service_locator.A4KGc45.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
2
Tag "container.decorator" was defined on service(s) "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "http_client.uri_template", "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "monolog.channel_logger" was defined on service(s) "monolog.logger", "monolog.logger.security", "monolog.logger.request", "monolog.logger.cache", "monolog.logger.mailer", "monolog.logger.event", "monolog.logger.deprecation", but was never used.