Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (5)
Time
Message
deprecation
Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Infrastructure\EventListener\ExceptionListener" service.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::supports()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\Guard\SiteAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\Guard\SiteAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getUser()" might add "?UserInterface" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\Guard\SiteAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::checkCredentials()" might add "bool" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\Guard\SiteAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::onAuthenticationSuccess()" might add "?Response" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\Guard\SiteAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::getLoginUrl()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Security\Guard\SiteAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator::start()" might add "Response" as a native return type declaration in the future. Do the same in child class "App\Infrastructure\Security\Guard\SiteAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
The "App\Infrastructure\Security\Guard\TokenAuthenticator" class extends "Symfony\Component\Security\Guard\AbstractGuardAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
Method "Symfony\Component\Security\Guard\AuthenticatorInterface::getCredentials()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "App\Infrastructure\Security\Guard\TokenAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 5.3: The "Symfony\Component\HttpFoundation\Session\SessionInterface" and "SessionInterface" aliases are deprecated, use "$requestStack->getSession()" instead. It is being referenced by the "App\Infrastructure\EventListener\ExceptionEventSubscriber" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\EventSubscriber\ApiTokenSubscriber" service.
Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::getNamespace()" might add "string" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\EventSubscriber\AuthByApiTokenSubscriber" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\FileManager\FileSystem" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\FileManager\Uploader" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\Mailer\SimpleMailer" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\Security\AuthManager" service.
Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Infrastructure\Security\Guard\SiteAuthenticator" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\Service\AppleHelper" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\Service\GoogleHelper" service.
Since symfony/dependency-injection 5.1: The "Symfony\Component\DependencyInjection\ContainerInterface" autowiring alias is deprecated. Define it explicitly in your app if you want to keep using it. It is being referenced by the "App\Infrastructure\Twig\Services\AvatarService" service.
Since symfony/framework-bundle 5.1: Using type "Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of method "App\Kernel:configureRoutes()" is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead.
The "App\Infrastructure\Security\Guard\SiteAuthenticator" class extends "Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator" that is deprecated since Symfony 5.3, use the new authenticator system instead.
"SELECT t0.token AS token_1, t0.expires_at AS expires_at_2, t0.id AS id_3, t0.user_id AS user_id_4 FROM user_access_token t0 WHERE t0.token = ? LIMIT 1"
"SELECT t0.password AS password_1, t0.username AS username_2, t0.roles AS roles_3, t0.user_agent AS user_agent_4, t0.are_notifications_enabled AS are_notifications_enabled_5, t0.not_registered_token AS not_registered_token_6, t0.migrated_from_not_registered AS migrated_from_not_registered_7, t0.migrate_code AS migrate_code_8, t0.last_activity AS last_activity_9, t0.id AS id_10, t0.creation_date AS creation_date_11, t0.apple_data_id AS apple_data_id_12, t0.membership_id AS membership_id_13, t0.avatar_id AS avatar_id_14, t0.profile_id AS profile_id_15, t0.stripe_member_id AS stripe_member_id_16 FROM user t0 WHERE t0.id = ?"
(parameters:
[1 => "957256226360716"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.password AS password_1, t0.username AS username_2, t0.roles AS roles_3, t0.user_agent AS user_agent_4, t0.are_notifications_enabled AS are_notifications_enabled_5, t0.not_registered_token AS not_registered_token_6, t0.migrated_from_not_registered AS migrated_from_not_registered_7, t0.migrate_code AS migrate_code_8, t0.last_activity AS last_activity_9, t0.id AS id_10, t0.creation_date AS creation_date_11, t0.apple_data_id AS apple_data_id_12, t0.membership_id AS membership_id_13, t0.avatar_id AS avatar_id_14, t0.profile_id AS profile_id_15, t0.stripe_member_id AS stripe_member_id_16 FROM user t0 WHERE t0.id = ?"
"params" => [1 => "957256226360716"
]
"types" => [1 => 2]
]
"SELECT t0.premium_expires AS premium_expires_1, t0.subscription_type AS subscription_type_2, t0.allowed_trial AS allowed_trial_3, t0.cancelled_subscription AS cancelled_subscription_4, t0.id AS id_5 FROM user_membership t0 WHERE t0.id = ?"
(parameters:
[1 => "407097339216915"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.premium_expires AS premium_expires_1, t0.subscription_type AS subscription_type_2, t0.allowed_trial AS allowed_trial_3, t0.cancelled_subscription AS cancelled_subscription_4, t0.id AS id_5 FROM user_membership t0 WHERE t0.id = ?"
"params" => [1 => "407097339216915"
]
"types" => [1 => 2]
]
"SELECT t0.name AS name_1, t0.browser_id AS browser_id_2, t0.is_enabled AS is_enabled_3, t0.share_slug AS share_slug_4, t0.enabled_for_collaboration AS enabled_for_collaboration_5, t0.emoji AS emoji_6, t0.id AS id_7, t0.creation_date AS creation_date_8, t0.order_index AS order_index_9, t0.user_id AS user_id_10, t0.section_id AS section_id_11 FROM toast_session t0 WHERE t0.is_enabled = ?"
(parameters:
[1 => 0]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.browser_id AS browser_id_2, t0.is_enabled AS is_enabled_3, t0.share_slug AS share_slug_4, t0.enabled_for_collaboration AS enabled_for_collaboration_5, t0.emoji AS emoji_6, t0.id AS id_7, t0.creation_date AS creation_date_8, t0.order_index AS order_index_9, t0.user_id AS user_id_10, t0.section_id AS section_id_11 FROM toast_session t0 WHERE t0.is_enabled = ?"
"params" => [1 => 0]
"types" => [1 => 5]
]
"SELECT t0.receipt AS receipt_1, t0.sign_in_sub AS sign_in_sub_2, t0.transaction_id AS transaction_id_3, t0.original_transaction_id AS original_transaction_id_4, t0.id AS id_5, t6.password AS password_7, t6.username AS username_8, t6.roles AS roles_9, t6.user_agent AS user_agent_10, t6.are_notifications_enabled AS are_notifications_enabled_11, t6.not_registered_token AS not_registered_token_12, t6.migrated_from_not_registered AS migrated_from_not_registered_13, t6.migrate_code AS migrate_code_14, t6.last_activity AS last_activity_15, t6.id AS id_16, t6.creation_date AS creation_date_17, t6.apple_data_id AS apple_data_id_18, t6.membership_id AS membership_id_19, t6.avatar_id AS avatar_id_20, t6.profile_id AS profile_id_21, t6.stripe_member_id AS stripe_member_id_22 FROM user_apple_data t0 LEFT JOIN user t6 ON t6.apple_data_id = t0.id WHERE t0.id = ?"
(parameters:
[1 => "311856357623119"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.receipt AS receipt_1, t0.sign_in_sub AS sign_in_sub_2, t0.transaction_id AS transaction_id_3, t0.original_transaction_id AS original_transaction_id_4, t0.id AS id_5, t6.password AS password_7, t6.username AS username_8, t6.roles AS roles_9, t6.user_agent AS user_agent_10, t6.are_notifications_enabled AS are_notifications_enabled_11, t6.not_registered_token AS not_registered_token_12, t6.migrated_from_not_registered AS migrated_from_not_registered_13, t6.migrate_code AS migrate_code_14, t6.last_activity AS last_activity_15, t6.id AS id_16, t6.creation_date AS creation_date_17, t6.apple_data_id AS apple_data_id_18, t6.membership_id AS membership_id_19, t6.avatar_id AS avatar_id_20, t6.profile_id AS profile_id_21, t6.stripe_member_id AS stripe_member_id_22 FROM user_apple_data t0 LEFT JOIN user t6 ON t6.apple_data_id = t0.id WHERE t0.id = ?"
"params" => [1 => "311856357623119"
]
"types" => [1 => 2]
]
"SELECT t0.email AS email_1, t0.email_confirmed AS email_confirmed_2, t0.registration_type AS registration_type_3, t0.name AS name_4, t0.surname AS surname_5, t0.profession AS profession_6, t0.id AS id_7 FROM user_profile t0 WHERE t0.id = ?"
(parameters:
[1 => "195070210225886"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.email AS email_1, t0.email_confirmed AS email_confirmed_2, t0.registration_type AS registration_type_3, t0.name AS name_4, t0.surname AS surname_5, t0.profession AS profession_6, t0.id AS id_7 FROM user_profile t0 WHERE t0.id = ?"
"params" => [1 => "195070210225886"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.asset_path AS asset_path_1, t0.url AS url_2, t0.id AS id_3 FROM user_avatar t0 WHERE t0.id = ?"
(parameters:
[1 => "523111394225072"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.asset_path AS asset_path_1, t0.url AS url_2, t0.id AS id_3 FROM user_avatar t0 WHERE t0.id = ?"
"params" => [1 => "523111394225072"
]
"types" => [1 => 2]
]
debug
Committing transaction
doctrine
debug
Beginning transaction
doctrine
debug
Executing statement:
"UPDATE user SET last_activity = ? WHERE id = ?"
(parameters:
[1 => "2025-08-12"
2 => "957256226360716"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "UPDATE user SET last_activity = ? WHERE id = ?"
"params" => [1 => "2025-08-12"
2 => "957256226360716"
]
"types" => [1 => 22 => 2]
]
Log messages generated during the compilation of the service container.
Messages
Class
626
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\Apple\SaveReceiptCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\Apple\SaveReceiptCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\Apple\SaveReceiptCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\Apple\SaveReceiptCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\Apple\SetOrUpdateAppleSignInSubCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\Apple\SetOrUpdateAppleSignInSubCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\Apple\SetOrUpdateAppleSignInSubCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\Apple\SetOrUpdateAppleSignInSubCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\Apple\TogglePremiumBySavedReceiptCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\Apple\TogglePremiumBySavedReceiptCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\Apple\TogglePremiumBySavedReceiptCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\Apple\TogglePremiumBySavedReceiptCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\AddLinksCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\AddLinksCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSession\AddLinksCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\AddLinksCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\CloneToastSessionCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\CloneToastSessionCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSession\CloneToastSessionCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\CloneToastSessionCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\CreateToastSessionCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\CreateToastSessionCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSession\CreateToastSessionCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\CreateToastSessionCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\DeleteToastSessionCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\DeleteToastSessionCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSession\DeleteToastSessionCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\DeleteToastSessionCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\EditToastSessionCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\EditToastSessionCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSession\EditToastSessionCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\EditToastSessionCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\OrderSessionsCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\OrderSessionsCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSession\OrderSessionsCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\OrderSessionsCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\ReplaceToastSessionLinksCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\ReplaceToastSessionLinksCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSession\ReplaceToastSessionLinksCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\ReplaceToastSessionLinksCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\ShareToastSessionCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\ShareToastSessionCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSession\ShareToastSessionCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\ShareToastSessionCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\CreateToastSessionLinkCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionLink\CreateToastSessionLinkCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSessionLink\CreateToastSessionLinkCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\CreateToastSessionLinkCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\DeleteToastSessionLinkCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionLink\DeleteToastSessionLinkCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSessionLink\DeleteToastSessionLinkCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\DeleteToastSessionLinkCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\EditToastSessionLinkCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionLink\EditToastSessionLinkCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSessionLink\EditToastSessionLinkCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\EditToastSessionLinkCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\OrderSessionLinksCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionLink\OrderSessionLinksCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSessionLink\OrderSessionLinksCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\OrderSessionLinksCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionSection\CreateToastSessionSectionCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionSection\CreateToastSessionSectionCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSessionSection\CreateToastSessionSectionCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionSection\CreateToastSessionSectionCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionSection\EditToastSessionSectionCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionSection\EditToastSessionSectionCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSessionSection\EditToastSessionSectionCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionSection\EditToastSessionSectionCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionSection\OrderSectionsCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionSection\OrderSectionsCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\ToastSessionSection\OrderSectionsCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionSection\OrderSectionsCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\DeleteUserCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\User\DeleteUserCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\User\DeleteUserCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\DeleteUserCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ExtendTokenExpiringCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\User\ExtendTokenExpiringCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\User\ExtendTokenExpiringCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ExtendTokenExpiringCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ExtendUserPremiumCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\User\ExtendUserPremiumCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\User\ExtendUserPremiumCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ExtendUserPremiumCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\RegistrationCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\User\RegistrationCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\User\RegistrationCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\RegistrationCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ToggleNotificationsCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\User\ToggleNotificationsCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\User\ToggleNotificationsCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ToggleNotificationsCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ValidateToastSessionsCommandHandler" (parent: .abstract.instanceof.App\Application\CommandBus\CommandHandler\User\ValidateToastSessionsCommandHandler).
Resolving inheritance for "App\Application\CommandBus\CommandHandler\User\ValidateToastSessionsCommandHandler" (parent: .instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ValidateToastSessionsCommandHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\Stripe\SuccessStripeSubscriptionEventHandler" (parent: .abstract.instanceof.App\Application\EventBus\EventHandler\Stripe\SuccessStripeSubscriptionEventHandler).
Resolving inheritance for "App\Application\EventBus\EventHandler\Stripe\SuccessStripeSubscriptionEventHandler" (parent: .instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\Stripe\SuccessStripeSubscriptionEventHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\ToastSession\ToastSessionCreatedEventHandler" (parent: .abstract.instanceof.App\Application\EventBus\EventHandler\ToastSession\ToastSessionCreatedEventHandler).
Resolving inheritance for "App\Application\EventBus\EventHandler\ToastSession\ToastSessionCreatedEventHandler" (parent: .instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\ToastSession\ToastSessionCreatedEventHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\OneWeekBeforePremiumGiftEndsEventHandler" (parent: .abstract.instanceof.App\Application\EventBus\EventHandler\User\OneWeekBeforePremiumGiftEndsEventHandler).
Resolving inheritance for "App\Application\EventBus\EventHandler\User\OneWeekBeforePremiumGiftEndsEventHandler" (parent: .instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\OneWeekBeforePremiumGiftEndsEventHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\ReferralCreatedFirstSessionEventHandler" (parent: .abstract.instanceof.App\Application\EventBus\EventHandler\User\ReferralCreatedFirstSessionEventHandler).
Resolving inheritance for "App\Application\EventBus\EventHandler\User\ReferralCreatedFirstSessionEventHandler" (parent: .instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\ReferralCreatedFirstSessionEventHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\ReferralRegisteredEventHandler" (parent: .abstract.instanceof.App\Application\EventBus\EventHandler\User\ReferralRegisteredEventHandler).
Resolving inheritance for "App\Application\EventBus\EventHandler\User\ReferralRegisteredEventHandler" (parent: .instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\ReferralRegisteredEventHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\UserAuthenticatedEventHandler" (parent: .abstract.instanceof.App\Application\EventBus\EventHandler\User\UserAuthenticatedEventHandler).
Resolving inheritance for "App\Application\EventBus\EventHandler\User\UserAuthenticatedEventHandler" (parent: .instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\UserAuthenticatedEventHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\UserPremiumExpiredEventHandler" (parent: .abstract.instanceof.App\Application\EventBus\EventHandler\User\UserPremiumExpiredEventHandler).
Resolving inheritance for "App\Application\EventBus\EventHandler\User\UserPremiumExpiredEventHandler" (parent: .instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\UserPremiumExpiredEventHandler).
Resolving inheritance for ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\UserRegisteredEventHandler" (parent: .abstract.instanceof.App\Application\EventBus\EventHandler\User\UserRegisteredEventHandler).
Resolving inheritance for "App\Application\EventBus\EventHandler\User\UserRegisteredEventHandler" (parent: .instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\UserRegisteredEventHandler).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\AppConfigureCommand" (parent: .abstract.instanceof.App\Console\AppConfigureCommand).
Resolving inheritance for "App\Console\AppConfigureCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\AppConfigureCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\ClearArchivedLinksCron" (parent: .abstract.instanceof.App\Console\ClearArchivedLinksCron).
Resolving inheritance for "App\Console\ClearArchivedLinksCron" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\ClearArchivedLinksCron).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\ClearNotActiveUsersCommand" (parent: .abstract.instanceof.App\Console\ClearNotActiveUsersCommand).
Resolving inheritance for "App\Console\ClearNotActiveUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\ClearNotActiveUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\ClearNotificationsCron" (parent: .abstract.instanceof.App\Console\ClearNotificationsCron).
Resolving inheritance for "App\Console\ClearNotificationsCron" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\ClearNotificationsCron).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CreateNotificationsCommand" (parent: .abstract.instanceof.App\Console\CreateNotificationsCommand).
Resolving inheritance for "App\Console\CreateNotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CreateNotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\EducationalEmail" (parent: .abstract.instanceof.App\Console\CronEmails\EducationalEmail).
Resolving inheritance for "App\Console\CronEmails\EducationalEmail" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\EducationalEmail).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\FinalEmail" (parent: .abstract.instanceof.App\Console\CronEmails\FinalEmail).
Resolving inheritance for "App\Console\CronEmails\FinalEmail" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\FinalEmail).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\GetToastForFree" (parent: .abstract.instanceof.App\Console\CronEmails\GetToastForFree).
Resolving inheritance for "App\Console\CronEmails\GetToastForFree" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\GetToastForFree).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\InactiveUsersEmail" (parent: .abstract.instanceof.App\Console\CronEmails\InactiveUsersEmail).
Resolving inheritance for "App\Console\CronEmails\InactiveUsersEmail" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\InactiveUsersEmail).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\NotRegisteredEmail" (parent: .abstract.instanceof.App\Console\CronEmails\NotRegisteredEmail).
Resolving inheritance for "App\Console\CronEmails\NotRegisteredEmail" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\NotRegisteredEmail).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateMembershipsCommand" (parent: .abstract.instanceof.App\Console\MigrateDatabases\MigrateMembershipsCommand).
Resolving inheritance for "App\Console\MigrateDatabases\MigrateMembershipsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateMembershipsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateSessionsCommand" (parent: .abstract.instanceof.App\Console\MigrateDatabases\MigrateSessionsCommand).
Resolving inheritance for "App\Console\MigrateDatabases\MigrateSessionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateSessionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateStripeSubscriptionsCommand" (parent: .abstract.instanceof.App\Console\MigrateDatabases\MigrateStripeSubscriptionsCommand).
Resolving inheritance for "App\Console\MigrateDatabases\MigrateStripeSubscriptionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateStripeSubscriptionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateTokensCommand" (parent: .abstract.instanceof.App\Console\MigrateDatabases\MigrateTokensCommand).
Resolving inheritance for "App\Console\MigrateDatabases\MigrateTokensCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateTokensCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateUnsubscribedUsersCommand" (parent: .abstract.instanceof.App\Console\MigrateDatabases\MigrateUnsubscribedUsersCommand).
Resolving inheritance for "App\Console\MigrateDatabases\MigrateUnsubscribedUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateUnsubscribedUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateUsersCommand" (parent: .abstract.instanceof.App\Console\MigrateDatabases\MigrateUsersCommand).
Resolving inheritance for "App\Console\MigrateDatabases\MigrateUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\NotificationCron" (parent: .abstract.instanceof.App\Console\NotificationCron).
Resolving inheritance for "App\Console\NotificationCron" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\NotificationCron).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Sender\SenderGrabEmailsCommand" (parent: .abstract.instanceof.App\Console\Sender\SenderGrabEmailsCommand).
Resolving inheritance for "App\Console\Sender\SenderGrabEmailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Sender\SenderGrabEmailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Sender\SenderSendEmailsCommand" (parent: .abstract.instanceof.App\Console\Sender\SenderSendEmailsCommand).
Resolving inheritance for "App\Console\Sender\SenderSendEmailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Sender\SenderSendEmailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Sender\SenderSpecifyEmailsCommand" (parent: .abstract.instanceof.App\Console\Sender\SenderSpecifyEmailsCommand).
Resolving inheritance for "App\Console\Sender\SenderSpecifyEmailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Sender\SenderSpecifyEmailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Stripe\CreateCouponsCommand" (parent: .abstract.instanceof.App\Console\Stripe\CreateCouponsCommand).
Resolving inheritance for "App\Console\Stripe\CreateCouponsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Stripe\CreateCouponsCommand).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\AccessTokenRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\AccessTokenRepository).
Resolving inheritance for "App\Database\Domain\Repository\AccessTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\AccessTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ActiveDeviceRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ActiveDeviceRepository).
Resolving inheritance for "App\Database\Domain\Repository\ActiveDeviceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ActiveDeviceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ActiveSessionRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ActiveSessionRepository).
Resolving inheritance for "App\Database\Domain\Repository\ActiveSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ActiveSessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ActiveSessionTabRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ActiveSessionTabRepository).
Resolving inheritance for "App\Database\Domain\Repository\ActiveSessionTabRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ActiveSessionTabRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ArchivedLinkRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ArchivedLinkRepository).
Resolving inheritance for "App\Database\Domain\Repository\ArchivedLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ArchivedLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\CollaboratedSessionRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\CollaboratedSessionRepository).
Resolving inheritance for "App\Database\Domain\Repository\CollaboratedSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\CollaboratedSessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ConfirmEmailTokenRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ConfirmEmailTokenRepository).
Resolving inheritance for "App\Database\Domain\Repository\ConfirmEmailTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ConfirmEmailTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\DaemonEmailReceiverRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\DaemonEmailReceiverRepository).
Resolving inheritance for "App\Database\Domain\Repository\DaemonEmailReceiverRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\DaemonEmailReceiverRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\GlobalsRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\GlobalsRepository).
Resolving inheritance for "App\Database\Domain\Repository\GlobalsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\GlobalsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\NotRegisteredEmailRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\NotRegisteredEmailRepository).
Resolving inheritance for "App\Database\Domain\Repository\NotRegisteredEmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\NotRegisteredEmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\NotificationRepository).
Resolving inheritance for "App\Database\Domain\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\NotificationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\NotificationsRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\NotificationsRepository).
Resolving inheritance for "App\Database\Domain\Repository\NotificationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\NotificationsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\PremiumCouponRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\PremiumCouponRepository).
Resolving inheritance for "App\Database\Domain\Repository\PremiumCouponRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\PremiumCouponRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\RecoverPasswordTokenRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\RecoverPasswordTokenRepository).
Resolving inheritance for "App\Database\Domain\Repository\RecoverPasswordTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\RecoverPasswordTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ReferralCodeRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ReferralCodeRepository).
Resolving inheritance for "App\Database\Domain\Repository\ReferralCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ReferralCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ReferralRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ReferralRepository).
Resolving inheritance for "App\Database\Domain\Repository\ReferralRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ReferralRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\StripeDiscountRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\StripeDiscountRepository).
Resolving inheritance for "App\Database\Domain\Repository\StripeDiscountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\StripeDiscountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ToastSessionLinkRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ToastSessionLinkRepository).
Resolving inheritance for "App\Database\Domain\Repository\ToastSessionLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ToastSessionLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ToastSessionRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ToastSessionRepository).
Resolving inheritance for "App\Database\Domain\Repository\ToastSessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ToastSessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ToastSessionSectionRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\ToastSessionSectionRepository).
Resolving inheritance for "App\Database\Domain\Repository\ToastSessionSectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ToastSessionSectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\UserChangeEmailTokenRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\UserChangeEmailTokenRepository).
Resolving inheritance for "App\Database\Domain\Repository\UserChangeEmailTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\UserChangeEmailTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\UserRepository" (parent: .abstract.instanceof.App\Database\Domain\Repository\UserRepository).
Resolving inheritance for "App\Database\Domain\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\UserRepository).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver" (parent: .abstract.instanceof.App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver).
Resolving inheritance for "App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V1\AppleController" (parent: .abstract.instanceof.App\Http\Controller\Api\V1\AppleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V1\AppleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V1\AppleController).
Resolving inheritance for "App\Http\Controller\Api\V1\AppleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V1\AppleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V1\SessionController" (parent: .abstract.instanceof.App\Http\Controller\Api\V1\SessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V1\SessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V1\SessionController).
Resolving inheritance for "App\Http\Controller\Api\V1\SessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V1\SessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V1\UserController" (parent: .abstract.instanceof.App\Http\Controller\Api\V1\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V1\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V1\UserController).
Resolving inheritance for "App\Http\Controller\Api\V1\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V1\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\AppleNotificationController" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Apple\AppleNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\AppleNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\AppleNotificationController).
Resolving inheritance for "App\Http\Controller\Api\V2\Apple\AppleNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\AppleNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController).
Resolving inheritance for "App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\SaveReceiptAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Apple\SaveReceiptAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\SaveReceiptAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\SaveReceiptAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Apple\SaveReceiptAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\SaveReceiptAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Auth\AppleController" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Auth\AppleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Auth\AppleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Auth\AppleController).
Resolving inheritance for "App\Http\Controller\Api\V2\Auth\AppleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Auth\AppleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration).
Resolving inheritance for "App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\RetrieveParametersAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\RetrieveParametersAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\RetrieveParametersAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\RetrieveParametersAction).
Resolving inheritance for "App\Http\Controller\Api\V2\RetrieveParametersAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\RetrieveParametersAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction).
Resolving inheritance for "App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\AddLinksAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\AddLinksAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\AddLinksAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\AddLinksAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\AddLinksAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\AddLinksAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction).
Resolving inheritance for "App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\DeleteNotificationAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\DeleteNotificationAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\DeleteNotificationAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\DeleteNotificationAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\DeleteNotificationAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\DeleteNotificationAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\DeleteUserAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\DeleteUserAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\DeleteUserAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\DeleteUserAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\DeleteUserAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\DeleteUserAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\DoesUserExistAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\DoesUserExistAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\DoesUserExistAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\DoesUserExistAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\DoesUserExistAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\DoesUserExistAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\GetMigrateCodeAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\GetMigrateCodeAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\GetMigrateCodeAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\GetMigrateCodeAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\GetMigrateCodeAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\GetMigrateCodeAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\GetReferralCodeAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\GetReferralCodeAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\GetReferralCodeAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\GetReferralCodeAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\GetReferralCodeAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\GetReferralCodeAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\ListNotificationsAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\ListNotificationsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\ListNotificationsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\ListNotificationsAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\ListNotificationsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\ListNotificationsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RegisterBasicAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\RegisterBasicAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RegisterBasicAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RegisterBasicAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\RegisterBasicAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RegisterBasicAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RegistrationAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\RegistrationAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RegistrationAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RegistrationAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\RegistrationAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RegistrationAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RequestEmailChangeAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\RequestEmailChangeAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RequestEmailChangeAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RequestEmailChangeAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\RequestEmailChangeAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RequestEmailChangeAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\ToggleNotificationsAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\ToggleNotificationsAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\ToggleNotificationsAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\ToggleNotificationsAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\ToggleNotificationsAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\ToggleNotificationsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\UserViewAction" (parent: .abstract.instanceof.App\Http\Controller\Api\V2\User\UserViewAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\UserViewAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\UserViewAction).
Resolving inheritance for "App\Http\Controller\Api\V2\User\UserViewAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\UserViewAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\AppleController" (parent: .abstract.instanceof.App\Http\Controller\Auth\AppleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\AppleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\AppleController).
Resolving inheritance for "App\Http\Controller\Auth\AppleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\AppleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\AuthController" (parent: .abstract.instanceof.App\Http\Controller\Auth\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\AuthController).
Resolving inheritance for "App\Http\Controller\Auth\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\EmailChangeController" (parent: .abstract.instanceof.App\Http\Controller\Auth\EmailChangeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\EmailChangeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\EmailChangeController).
Resolving inheritance for "App\Http\Controller\Auth\EmailChangeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\EmailChangeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\FacebookController" (parent: .abstract.instanceof.App\Http\Controller\Auth\FacebookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\FacebookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\FacebookController).
Resolving inheritance for "App\Http\Controller\Auth\FacebookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\FacebookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\GoogleController" (parent: .abstract.instanceof.App\Http\Controller\Auth\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\GoogleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\GoogleController).
Resolving inheritance for "App\Http\Controller\Auth\GoogleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\GoogleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\PasswordRecoveryController" (parent: .abstract.instanceof.App\Http\Controller\Auth\PasswordRecoveryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\PasswordRecoveryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\PasswordRecoveryController).
Resolving inheritance for "App\Http\Controller\Auth\PasswordRecoveryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\PasswordRecoveryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\RegistrationController" (parent: .abstract.instanceof.App\Http\Controller\Auth\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\RegistrationController).
Resolving inheritance for "App\Http\Controller\Auth\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\ErrorController" (parent: .abstract.instanceof.App\Http\Controller\Site\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\ErrorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\ErrorController).
Resolving inheritance for "App\Http\Controller\Site\ErrorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\ErrorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\FeaturesController" (parent: .abstract.instanceof.App\Http\Controller\Site\FeaturesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\FeaturesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\FeaturesController).
Resolving inheritance for "App\Http\Controller\Site\FeaturesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\FeaturesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\FeedbackController" (parent: .abstract.instanceof.App\Http\Controller\Site\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\FeedbackController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\FeedbackController).
Resolving inheritance for "App\Http\Controller\Site\FeedbackController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\FeedbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\HomeController" (parent: .abstract.instanceof.App\Http\Controller\Site\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\HomeController).
Resolving inheritance for "App\Http\Controller\Site\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\IOSWelcomeController" (parent: .abstract.instanceof.App\Http\Controller\Site\IOSWelcomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\IOSWelcomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\IOSWelcomeController).
Resolving inheritance for "App\Http\Controller\Site\IOSWelcomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\IOSWelcomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPJoinController" (parent: .abstract.instanceof.App\Http\Controller\Site\LPJoinController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPJoinController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPJoinController).
Resolving inheritance for "App\Http\Controller\Site\LPJoinController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPJoinController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPMobileAdsController" (parent: .abstract.instanceof.App\Http\Controller\Site\LPMobileAdsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPMobileAdsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPMobileAdsController).
Resolving inheritance for "App\Http\Controller\Site\LPMobileAdsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPMobileAdsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPStoreController" (parent: .abstract.instanceof.App\Http\Controller\Site\LPStoreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPStoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPStoreController).
Resolving inheritance for "App\Http\Controller\Site\LPStoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPStoreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPStoreLongController" (parent: .abstract.instanceof.App\Http\Controller\Site\LPStoreLongController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPStoreLongController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPStoreLongController).
Resolving inheritance for "App\Http\Controller\Site\LPStoreLongController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPStoreLongController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LifetimeDealController" (parent: .abstract.instanceof.App\Http\Controller\Site\LifetimeDealController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LifetimeDealController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LifetimeDealController).
Resolving inheritance for "App\Http\Controller\Site\LifetimeDealController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LifetimeDealController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\MetricCountController" (parent: .abstract.instanceof.App\Http\Controller\Site\MetricCountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\MetricCountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\MetricCountController).
Resolving inheritance for "App\Http\Controller\Site\MetricCountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\MetricCountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PremiumCoupon\PremiumCouponController" (parent: .abstract.instanceof.App\Http\Controller\Site\PremiumCoupon\PremiumCouponController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PremiumCoupon\PremiumCouponController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PremiumCoupon\PremiumCouponController).
Resolving inheritance for "App\Http\Controller\Site\PremiumCoupon\PremiumCouponController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PremiumCoupon\PremiumCouponController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PremiumCoupon\PremiumGiftController" (parent: .abstract.instanceof.App\Http\Controller\Site\PremiumCoupon\PremiumGiftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PremiumCoupon\PremiumGiftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PremiumCoupon\PremiumGiftController).
Resolving inheritance for "App\Http\Controller\Site\PremiumCoupon\PremiumGiftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PremiumCoupon\PremiumGiftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PricingController" (parent: .abstract.instanceof.App\Http\Controller\Site\PricingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PricingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PricingController).
Resolving inheritance for "App\Http\Controller\Site\PricingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PricingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PricingDiscountController" (parent: .abstract.instanceof.App\Http\Controller\Site\PricingDiscountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PricingDiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PricingDiscountController).
Resolving inheritance for "App\Http\Controller\Site\PricingDiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PricingDiscountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PrivacyController" (parent: .abstract.instanceof.App\Http\Controller\Site\PrivacyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PrivacyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PrivacyController).
Resolving inheritance for "App\Http\Controller\Site\PrivacyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PrivacyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\RateUsController" (parent: .abstract.instanceof.App\Http\Controller\Site\RateUsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\RateUsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\RateUsController).
Resolving inheritance for "App\Http\Controller\Site\RateUsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\RateUsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\SecurityController" (parent: .abstract.instanceof.App\Http\Controller\Site\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\SecurityController).
Resolving inheritance for "App\Http\Controller\Site\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\SessionsController" (parent: .abstract.instanceof.App\Http\Controller\Site\SessionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\SessionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\SessionsController).
Resolving inheritance for "App\Http\Controller\Site\SessionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\SessionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\StorePageController" (parent: .abstract.instanceof.App\Http\Controller\Site\StorePageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\StorePageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\StorePageController).
Resolving inheritance for "App\Http\Controller\Site\StorePageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\StorePageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\TermsController" (parent: .abstract.instanceof.App\Http\Controller\Site\TermsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\TermsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\TermsController).
Resolving inheritance for "App\Http\Controller\Site\TermsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\TermsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\WhatsNew2Controller" (parent: .abstract.instanceof.App\Http\Controller\Site\WhatsNew2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\WhatsNew2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\WhatsNew2Controller).
Resolving inheritance for "App\Http\Controller\Site\WhatsNew2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\WhatsNew2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\WhatsNewController" (parent: .abstract.instanceof.App\Http\Controller\Site\WhatsNewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\WhatsNewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\WhatsNewController).
Resolving inheritance for "App\Http\Controller\Site\WhatsNewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\WhatsNewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\WhyCreateAccountController" (parent: .abstract.instanceof.App\Http\Controller\Site\WhyCreateAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\WhyCreateAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\WhyCreateAccountController).
Resolving inheritance for "App\Http\Controller\Site\WhyCreateAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\WhyCreateAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\BonusController" (parent: .abstract.instanceof.App\Http\Controller\User\BonusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\BonusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\BonusController).
Resolving inheritance for "App\Http\Controller\User\BonusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\BonusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\ExtenstionSubscriptionRedirectController" (parent: .abstract.instanceof.App\Http\Controller\User\ExtenstionSubscriptionRedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\ExtenstionSubscriptionRedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\ExtenstionSubscriptionRedirectController).
Resolving inheritance for "App\Http\Controller\User\ExtenstionSubscriptionRedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\ExtenstionSubscriptionRedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\IosLoginController" (parent: .abstract.instanceof.App\Http\Controller\User\IosLoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\IosLoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\IosLoginController).
Resolving inheritance for "App\Http\Controller\User\IosLoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\IosLoginController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\MembershipController" (parent: .abstract.instanceof.App\Http\Controller\User\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\MembershipController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\MembershipController).
Resolving inheritance for "App\Http\Controller\User\MembershipController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\MembershipController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\MobileUpgradeController" (parent: .abstract.instanceof.App\Http\Controller\User\MobileUpgradeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\MobileUpgradeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\MobileUpgradeController).
Resolving inheritance for "App\Http\Controller\User\MobileUpgradeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\MobileUpgradeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\PremiumGiftController" (parent: .abstract.instanceof.App\Http\Controller\User\PremiumGiftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\PremiumGiftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\PremiumGiftController).
Resolving inheritance for "App\Http\Controller\User\PremiumGiftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\PremiumGiftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\ProfileController" (parent: .abstract.instanceof.App\Http\Controller\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\ProfileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\ProfileController).
Resolving inheritance for "App\Http\Controller\User\ProfileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\ProfileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\SessionsController" (parent: .abstract.instanceof.App\Http\Controller\User\SessionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\SessionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\SessionsController).
Resolving inheritance for "App\Http\Controller\User\SessionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\SessionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\StripeController" (parent: .abstract.instanceof.App\Http\Controller\User\StripeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\StripeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\StripeController).
Resolving inheritance for "App\Http\Controller\User\StripeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\StripeController).
Resolving inheritance for ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ActiveSession\ActiveSessionNormalizer" (parent: .abstract.instanceof.App\Http\Normalizer\ActiveSession\ActiveSessionNormalizer).
Resolving inheritance for "App\Http\Normalizer\ActiveSession\ActiveSessionNormalizer" (parent: .instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ActiveSession\ActiveSessionNormalizer).
Resolving inheritance for ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSession\ToastSessionListNormalizer" (parent: .abstract.instanceof.App\Http\Normalizer\ToastSession\ToastSessionListNormalizer).
Resolving inheritance for "App\Http\Normalizer\ToastSession\ToastSessionListNormalizer" (parent: .instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSession\ToastSessionListNormalizer).
Resolving inheritance for ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSession\ToastSessionViewNormalizer" (parent: .abstract.instanceof.App\Http\Normalizer\ToastSession\ToastSessionViewNormalizer).
Resolving inheritance for "App\Http\Normalizer\ToastSession\ToastSessionViewNormalizer" (parent: .instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSession\ToastSessionViewNormalizer).
Resolving inheritance for ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSessionLink\ArchivedSessionLinkListNormalizer" (parent: .abstract.instanceof.App\Http\Normalizer\ToastSessionLink\ArchivedSessionLinkListNormalizer).
Resolving inheritance for "App\Http\Normalizer\ToastSessionLink\ArchivedSessionLinkListNormalizer" (parent: .instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSessionLink\ArchivedSessionLinkListNormalizer).
Resolving inheritance for ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSessionLink\ToastSessionLinkViewNormalizer" (parent: .abstract.instanceof.App\Http\Normalizer\ToastSessionLink\ToastSessionLinkViewNormalizer).
Resolving inheritance for "App\Http\Normalizer\ToastSessionLink\ToastSessionLinkViewNormalizer" (parent: .instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSessionLink\ToastSessionLinkViewNormalizer).
Resolving inheritance for ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\User\NotificationListNormalizer" (parent: .abstract.instanceof.App\Http\Normalizer\User\NotificationListNormalizer).
Resolving inheritance for "App\Http\Normalizer\User\NotificationListNormalizer" (parent: .instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\User\NotificationListNormalizer).
Resolving inheritance for ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\User\UserViewNormalizer" (parent: .abstract.instanceof.App\Http\Normalizer\User\UserViewNormalizer).
Resolving inheritance for "App\Http\Normalizer\User\UserViewNormalizer" (parent: .instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\User\UserViewNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\ExceptionEventSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventListener\ExceptionEventSubscriber).
Resolving inheritance for "App\Infrastructure\EventListener\ExceptionEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\ExceptionEventSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\ApiTokenSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventSubscriber\ApiTokenSubscriber).
Resolving inheritance for "App\Infrastructure\EventSubscriber\ApiTokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\ApiTokenSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\AppCorsSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventSubscriber\AppCorsSubscriber).
Resolving inheritance for "App\Infrastructure\EventSubscriber\AppCorsSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\AppCorsSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\AuthByApiTokenSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventSubscriber\AuthByApiTokenSubscriber).
Resolving inheritance for "App\Infrastructure\EventSubscriber\AuthByApiTokenSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\AuthByApiTokenSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\RequestLoggerSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventSubscriber\RequestLoggerSubscriber).
Resolving inheritance for "App\Infrastructure\EventSubscriber\RequestLoggerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\RequestLoggerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\UserActivityTrackerSubscriber" (parent: .abstract.instanceof.App\Infrastructure\EventSubscriber\UserActivityTrackerSubscriber).
Resolving inheritance for "App\Infrastructure\EventSubscriber\UserActivityTrackerSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\UserActivityTrackerSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\ToastSessionLinkVoter" (parent: .abstract.instanceof.App\Infrastructure\Security\Voter\ToastSessionLinkVoter).
Resolving inheritance for "App\Infrastructure\Security\Voter\ToastSessionLinkVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\ToastSessionLinkVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\ToastSessionSectionVoter" (parent: .abstract.instanceof.App\Infrastructure\Security\Voter\ToastSessionSectionVoter).
Resolving inheritance for "App\Infrastructure\Security\Voter\ToastSessionSectionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\ToastSessionSectionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\ToastSessionVoter" (parent: .abstract.instanceof.App\Infrastructure\Security\Voter\ToastSessionVoter).
Resolving inheritance for "App\Infrastructure\Security\Voter\ToastSessionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\ToastSessionVoter).
Resolving inheritance for ".instanceof.App\Infrastructure\Twig\TwigServiceInterface.0.App\Infrastructure\Twig\Services\AvatarService" (parent: .abstract.instanceof.App\Infrastructure\Twig\Services\AvatarService).
Resolving inheritance for "App\Infrastructure\Twig\Services\AvatarService" (parent: .instanceof.App\Infrastructure\Twig\TwigServiceInterface.0.App\Infrastructure\Twig\Services\AvatarService).
Resolving inheritance for ".instanceof.App\Infrastructure\Twig\TwigServiceInterface.0.App\Infrastructure\Twig\Services\BrowserService" (parent: .abstract.instanceof.App\Infrastructure\Twig\Services\BrowserService).
Resolving inheritance for "App\Infrastructure\Twig\Services\BrowserService" (parent: .instanceof.App\Infrastructure\Twig\TwigServiceInterface.0.App\Infrastructure\Twig\Services\BrowserService).
Resolving inheritance for ".instanceof.App\Infrastructure\Twig\TwigServiceInterface.0.App\Infrastructure\Twig\Services\ParamsTwigService" (parent: .abstract.instanceof.App\Infrastructure\Twig\Services\ParamsTwigService).
Resolving inheritance for "App\Infrastructure\Twig\Services\ParamsTwigService" (parent: .instanceof.App\Infrastructure\Twig\TwigServiceInterface.0.App\Infrastructure\Twig\Services\ParamsTwigService).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "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.dbal.remote_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.remote_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.remote_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.security_expression_language" (parent: cache.system).
Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
Resolving inheritance for "security.user.provider.concrete.toast_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.logout.listener.cookie_clearing.main" (parent: security.logout.listener.cookie_clearing).
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_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.commands.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.commands.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.commands.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "messenger.bus.events.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.events.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.events.middleware.handle_message" (parent: messenger.middleware.handle_message).
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.logging_middleware.remote" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.remote" (parent: doctrine.dbal.debug_middleware).
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.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.requests" (parent: monolog.logger_prototype).
369
Removed service "Psr\Container\ContainerInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
Removed service "App\Database\Connection\DefaultConnection"; reason: private alias.
Removed service "App\Database\Connection\RemoteConnection"; reason: private alias.
Removed service "App\Infrastructure\Messenger\CommandBus\CommandBusInterface"; reason: private alias.
Removed service "App\Infrastructure\Messenger\EventBus\EventBusInterface"; 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 "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "mailer.logger_message_listener"; 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 "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "cache.default_pdo_provider"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; 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\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface $messengerBusEvents"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $remoteConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "doctrine.orm.default_second_level_cache.region_cache_driver"; reason: private alias.
Removed service "doctrine.orm.default_second_level_cache.region.write_rare_driver"; reason: private alias.
Removed service "doctrine.orm.default_second_level_cache.region.append_only_driver"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "security.encoder_factory"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; 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 "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; 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.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestsLogger"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.JYo.9Ts"; reason: private alias.
Removed service ".service_locator.0GV1BZZ"; reason: private alias.
Removed service ".service_locator.F25DUIM"; reason: private alias.
Removed service ".service_locator._kLvUoo"; reason: private alias.
Removed service ".service_locator.bqAY71y"; reason: private alias.
Removed service ".service_locator.2AtKgbP"; reason: private alias.
Removed service ".service_locator.kpySLtU"; reason: private alias.
Removed service ".service_locator.pluC7vH"; reason: private alias.
Removed service ".service_locator.exDHmcE"; reason: private alias.
Removed service ".service_locator.NfOtWT_"; reason: private alias.
Removed service ".service_locator.J_X5KYS"; reason: private alias.
Removed service ".service_locator.ySQXSFg"; reason: private alias.
Removed service ".service_locator.qaasd8i"; reason: private alias.
Removed service ".service_locator.JZUDoAG"; reason: private alias.
Removed service ".service_locator.Es1MyLA"; reason: private alias.
Removed service ".service_locator.ri0U8bq"; reason: private alias.
Removed service ".service_locator.GMiLEle"; reason: private alias.
Removed service ".service_locator.xHVA04o"; reason: private alias.
Removed service ".service_locator.D19kmCA"; reason: private alias.
Removed service ".service_locator.bRjXFYF"; reason: private alias.
Removed service ".service_locator.Dr6GLSG"; reason: private alias.
Removed service ".service_locator.U4INCEK"; reason: private alias.
Removed service ".service_locator.m6tdNIP"; reason: private alias.
Removed service ".service_locator.iC3CHxJ"; reason: private alias.
Removed service ".service_locator.40Zb3nK"; reason: private alias.
Removed service ".service_locator.CxArE64"; reason: private alias.
Removed service ".service_locator.iLIHU3o"; reason: private alias.
Removed service ".service_locator.W0UJYD_"; reason: private alias.
Removed service ".service_locator.QmXyABL"; reason: private alias.
Removed service ".service_locator.67eTt8M"; reason: private alias.
Removed service ".service_locator.mYalfPs"; reason: private alias.
Removed service ".service_locator.Q26RPdE"; reason: private alias.
Removed service ".service_locator.WjkR9rC"; reason: private alias.
Removed service ".service_locator.dwIVHpT"; reason: private alias.
Removed service ".service_locator.tN9Ocas"; reason: private alias.
Removed service ".service_locator.dG_0CCl"; reason: private alias.
Removed service ".service_locator.gBegtuP"; reason: private alias.
Removed service ".service_locator.QDox_Sn"; reason: private alias.
Removed service ".service_locator.AnMtFn1"; reason: private alias.
Removed service ".service_locator.KUtrEv5"; reason: private alias.
Removed service ".service_locator.3eDqQQG"; reason: private alias.
Removed service ".service_locator.Wemm4Lz"; reason: private alias.
Removed service ".service_locator.fwJMOUa"; reason: private alias.
Removed service ".service_locator.VmJP_LU"; reason: private alias.
Removed service ".service_locator.rgomq4N"; reason: private alias.
Removed service ".service_locator.uA6BUJ."; reason: private alias.
Removed service ".service_locator.UFzbOiO"; reason: private alias.
Removed service ".service_locator.I2PHGO4"; reason: private alias.
Removed service ".service_locator.LAk_BS0"; reason: private alias.
Removed service ".service_locator.W9NuvTx"; reason: private alias.
Removed service ".service_locator.64OsjDn"; reason: private alias.
Removed service ".service_locator.8zd_Mfv"; reason: private alias.
Removed service ".service_locator.heLF_Mo"; reason: private alias.
Removed service ".service_locator.vypqKYv"; reason: private alias.
Removed service ".service_locator.DucZsPk"; reason: private alias.
Removed service ".service_locator.cBXp.6y"; reason: private alias.
Removed service ".service_locator..Rf_BIf"; reason: private alias.
Removed service ".service_locator.Z0_MsSW"; reason: private alias.
Removed service ".service_locator.5..8c9k"; reason: private alias.
Removed service ".service_locator.Xl4tnxA"; reason: private alias.
Removed service ".service_locator.9DzvQ2W"; reason: private alias.
Removed service ".service_locator.LoonVs7"; reason: private alias.
Removed service ".service_locator.W0q.1ZU"; reason: private alias.
Removed service ".service_locator.WQgLA89"; reason: private alias.
Removed service ".service_locator..KI4zs5"; reason: private alias.
Removed service ".service_locator.wKF4yn1"; reason: private alias.
Removed service ".service_locator.ZG9yxjj"; reason: private alias.
Removed service ".service_locator.Za9MpXe"; reason: private alias.
Removed service ".service_locator.nk0lT0X"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.W9y3dzm"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "argument_resolver.request_attribute"; reason: private alias.
Removed service "argument_resolver.request"; reason: private alias.
Removed service "argument_resolver.session"; reason: private alias.
Removed service "security.user_value_resolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver"; reason: private alias.
Removed service "App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver"; reason: private alias.
Removed service "argument_resolver.service"; reason: private alias.
Removed service "argument_resolver.default"; reason: private alias.
Removed service "argument_resolver.variadic"; reason: private alias.
Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
Removed service "messenger.bus.commands"; reason: private alias.
Removed service "messenger.bus.events"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.JBAFp66"; reason: private alias.
Removed service ".service_locator..C27nQW"; reason: private alias.
Removed service ".service_locator.pOhseMC"; reason: private alias.
Removed service ".service_locator.pT1vcbw"; reason: private alias.
Removed service ".service_locator..W_4_Tz"; reason: private alias.
Removed service ".service_locator.dhuKnXo"; reason: private alias.
Removed service ".service_locator.88mNS4P"; reason: private alias.
Removed service ".service_locator.q4YnBg1"; reason: private alias.
Removed service ".service_locator.Spqsx0L"; reason: private alias.
Removed service ".service_locator.0CScXb0"; reason: private alias.
Removed service ".service_locator.Gt9nK9A"; reason: private alias.
Removed service ".service_locator.mpOlBYJ"; reason: private alias.
Removed service ".service_locator.AqiPtik"; reason: private alias.
Removed service ".service_locator.Bfjp6Kk"; reason: private alias.
Removed service ".service_locator.P2MTe_g"; reason: private alias.
Removed service ".service_locator.EGo839j"; reason: private alias.
Removed service ".service_locator.g_RSyMK"; reason: private alias.
Removed service ".service_locator.ZtNiS7j"; reason: private alias.
Removed service ".service_locator.ChwUICh"; reason: private alias.
Removed service ".service_locator.9pAkYHx"; reason: private alias.
Removed service ".service_locator.a4TQgUh"; reason: private alias.
Removed service ".service_locator.ZZnuKvW"; reason: private alias.
Removed service ".service_locator.rE4HI6v"; reason: private alias.
Removed service ".service_locator.p3maXVp"; reason: private alias.
Removed service ".service_locator.az9Q2jA"; reason: private alias.
Removed service ".service_locator.0KPcKcJ"; reason: private alias.
Removed service ".service_locator.e5y0Z8."; reason: private alias.
Removed service ".service_locator.ulAoDC1"; reason: private alias.
Removed service ".service_locator.ez_FViN"; reason: private alias.
Removed service ".service_locator.3lzSC.I"; reason: private alias.
Removed service ".service_locator.5kCimHs"; reason: private alias.
Removed service ".service_locator.n3h63aV"; reason: private alias.
Removed service ".service_locator.IdFv9ce"; reason: private alias.
Removed service ".service_locator.fahekm0"; reason: private alias.
Removed service ".service_locator.h2vjkdv"; reason: private alias.
Removed service ".service_locator.uGLf9Pb"; reason: private alias.
Removed service ".service_locator.iFVaGyU"; reason: private alias.
Removed service ".service_locator.lm_CLuE"; reason: private alias.
Removed service ".service_locator.SUOoTOV"; reason: private alias.
Removed service ".service_locator.bNN6lrs"; reason: private alias.
Removed service ".service_locator.7A_aQ8e"; reason: private alias.
Removed service ".service_locator.nLS6cyk"; reason: private alias.
Removed service ".service_locator.wD6ZaWj"; reason: private alias.
Removed service ".service_locator.hmr4Kx8"; reason: private alias.
Removed service ".service_locator..RuedFw"; reason: private alias.
Removed service ".service_locator.YojuhXK"; reason: private alias.
Removed service ".service_locator.8uSG73I"; reason: private alias.
Removed service ".service_locator..t9kmIx"; reason: private alias.
Removed service ".service_locator.7hZD1tq"; reason: private alias.
Removed service ".service_locator.mRo50Ey"; reason: private alias.
Removed service ".service_locator.UZMG7i4"; reason: private alias.
Removed service ".service_locator.VES8J2e"; reason: private alias.
Removed service ".service_locator.yE0j85V"; reason: private alias.
Removed service ".service_locator.0JGqY.i"; reason: private alias.
Removed service ".service_locator.sZHUfU2"; reason: private alias.
Removed service ".service_locator.VwnX7ZT"; reason: private alias.
Removed service ".service_locator.cZeUFah"; reason: private alias.
Removed service ".service_locator.Kn1OVsD"; reason: private alias.
Removed service ".service_locator.bdwIMRJ"; reason: private alias.
Removed service ".service_locator.XZBEZcF"; reason: private alias.
Removed service ".service_locator.UvNS5Y0"; reason: private alias.
Removed service ".service_locator.zAh1YLG"; reason: private alias.
Removed service ".service_locator.hlf5bxc"; reason: private alias.
Removed service ".service_locator.QJ1WRil"; reason: private alias.
Removed service ".service_locator.T11sqF4"; reason: private alias.
Removed service ".service_locator.MRToSSc"; reason: private alias.
Removed service ".service_locator.SNfgMJr"; reason: private alias.
Removed service ".service_locator.yyoOtJD"; reason: private alias.
Removed service ".service_locator.6Qpz0WZ"; reason: private alias.
Removed service ".service_locator.qZ45YhM"; reason: private alias.
Removed service ".service_locator.I3ngQx2"; reason: private alias.
Removed service ".service_locator.jr4eIoX"; reason: private alias.
Removed service ".service_locator.tB0xSlJ"; reason: private alias.
Removed service ".service_locator.XWTH7TN"; reason: private alias.
Removed service ".service_locator.XtZboQQ"; reason: private alias.
Removed service ".service_locator.r1JbNs."; reason: private alias.
Removed service ".service_locator..OEbJ1k"; reason: private alias.
Removed service ".service_locator.H8bCR0C"; reason: private alias.
Removed service ".service_locator.kydi4Ed"; reason: private alias.
Removed service ".service_locator.ox7T0p4"; reason: private alias.
Removed service ".service_locator.YQOopYc"; reason: private alias.
Removed service ".service_locator.cTB9UKe"; reason: private alias.
Removed service ".service_locator.mAlXbk0"; reason: private alias.
Removed service ".service_locator.Lqsn5f_"; reason: private alias.
Removed service ".service_locator.YX44qpX"; reason: private alias.
Removed service ".service_locator.ojERKBB"; reason: private alias.
Removed service ".service_locator.il0MoYF"; reason: private alias.
Removed service ".service_locator.EbCHDY0"; reason: private alias.
Removed service ".service_locator.J8f9da4"; reason: private alias.
Removed service ".service_locator.VB_TGyo"; reason: private alias.
Removed service ".service_locator.rLsg6Jt"; reason: private alias.
Removed service ".service_locator.b1AFIhg"; reason: private alias.
Removed service ".service_locator.wm.OOwX"; reason: private alias.
Removed service ".service_locator.tqGZq2u"; reason: private alias.
Removed service ".service_locator.Wd_D6Iy"; reason: private alias.
Removed service ".service_locator.sf85gDo"; reason: private alias.
Removed service ".service_locator.9YCWxeJ"; reason: private alias.
Removed service ".service_locator.aa1PbBb"; reason: private alias.
99
Changed reference of service "App\Database\Domain\Validator\EntityValidator" previously pointing to "debug.validator" to "validator".
Changed reference of service "App\Http\Normalizer\ToastSession\ToastSessionListNormalizer" previously pointing to "router.default" to "router".
Changed reference of service "App\Http\Normalizer\ToastSession\ToastSessionViewNormalizer" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\EventListener\ExceptionEventSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\EventListener\ExceptionEventSubscriber" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Infrastructure\EventListener\ExceptionListener" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\EventListener\ExceptionListener" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "App\Infrastructure\Messenger\CommandBus\CommandBus" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
Changed reference of service "App\Infrastructure\Security\Auth\SiteAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Security\Auth\SiteAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Security\AuthManager" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Security\Guard\SiteAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Security\Guard\SiteAuthenticator" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
Changed reference of service "App\Infrastructure\Service\ActionResponseHandler" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Service\AppleHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Service\FacebookHelper" previously pointing to "router.default" to "router".
Changed reference of service "App\Infrastructure\Service\GoogleHelper" previously pointing to "router.default" to "router".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "services_resetter" previously pointing to "debug.validator" to "validator".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" 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.validator_debug" previously pointing to "debug.validator" to "validator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
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 "debug.validator" to "validator".
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 "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.validation" previously pointing to "debug.validator" to "validator".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
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 "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.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 ".service_locator.mSb6BHc" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
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.App\Infrastructure\Security\Voter\ToastSessionLinkVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Infrastructure\Security\Voter\ToastSessionSectionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.voter.App\Infrastructure\Security\Voter\ToastSessionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "debug.traced.messenger.bus.commands" to "messenger.default_bus".
Changed reference of service ".service_locator.GNc8e5B" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.p3KTscm" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
Changed reference of service ".service_locator.XmPJruK" previously pointing to ".session.do-not-use" to "session".
600
Removed service "container.env"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.doctrine"; 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 "assets.remote_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 "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; 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 "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; 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 "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.form_entry_point"; 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.authentication.listener.rememberme"; reason: abstract.
Removed service "security.authentication.provider.rememberme"; reason: abstract.
Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
Removed service "security.authentication.rememberme.services.simplehash"; 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.authentication.provider.guard"; reason: abstract.
Removed service "security.authentication.listener.guard"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\Apple\SaveReceiptCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\Apple\SaveReceiptCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\Apple\SetOrUpdateAppleSignInSubCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\Apple\SetOrUpdateAppleSignInSubCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\Apple\TogglePremiumBySavedReceiptCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\Apple\TogglePremiumBySavedReceiptCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\AddLinksCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\AddLinksCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\CloneToastSessionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\CloneToastSessionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\CreateToastSessionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\CreateToastSessionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\DeleteToastSessionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\DeleteToastSessionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\EditToastSessionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\EditToastSessionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\OrderSessionsCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\OrderSessionsCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\ReplaceToastSessionLinksCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\ReplaceToastSessionLinksCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSession\ShareToastSessionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSession\ShareToastSessionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\CreateToastSessionLinkCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionLink\CreateToastSessionLinkCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\DeleteToastSessionLinkCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionLink\DeleteToastSessionLinkCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\EditToastSessionLinkCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionLink\EditToastSessionLinkCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionLink\OrderSessionLinksCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionLink\OrderSessionLinksCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionSection\CreateToastSessionSectionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionSection\CreateToastSessionSectionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionSection\EditToastSessionSectionCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionSection\EditToastSessionSectionCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\ToastSessionSection\OrderSectionsCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\ToastSessionSection\OrderSectionsCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\DeleteUserCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\User\DeleteUserCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ExtendTokenExpiringCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\User\ExtendTokenExpiringCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ExtendUserPremiumCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\User\ExtendUserPremiumCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\RegistrationCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\User\RegistrationCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ToggleNotificationsCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\User\ToggleNotificationsCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\CommandBus\CommandHandlerInterface.0.App\Application\CommandBus\CommandHandler\User\ValidateToastSessionsCommandHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\CommandBus\CommandHandler\User\ValidateToastSessionsCommandHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\Stripe\SuccessStripeSubscriptionEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\EventBus\EventHandler\Stripe\SuccessStripeSubscriptionEventHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\ToastSession\ToastSessionCreatedEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\EventBus\EventHandler\ToastSession\ToastSessionCreatedEventHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\OneWeekBeforePremiumGiftEndsEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\EventBus\EventHandler\User\OneWeekBeforePremiumGiftEndsEventHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\ReferralCreatedFirstSessionEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\EventBus\EventHandler\User\ReferralCreatedFirstSessionEventHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\ReferralRegisteredEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\EventBus\EventHandler\User\ReferralRegisteredEventHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\UserAuthenticatedEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\EventBus\EventHandler\User\UserAuthenticatedEventHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\UserPremiumExpiredEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\EventBus\EventHandler\User\UserPremiumExpiredEventHandler"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Messenger\EventBus\EventHandlerInterface.0.App\Application\EventBus\EventHandler\User\UserRegisteredEventHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\EventBus\EventHandler\User\UserRegisteredEventHandler"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\AppConfigureCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\AppConfigureCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\ClearArchivedLinksCron"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\ClearArchivedLinksCron"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\ClearNotActiveUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\ClearNotActiveUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\ClearNotificationsCron"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\ClearNotificationsCron"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CreateNotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\CreateNotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\EducationalEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\CronEmails\EducationalEmail"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\FinalEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\CronEmails\FinalEmail"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\GetToastForFree"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\CronEmails\GetToastForFree"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\InactiveUsersEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\CronEmails\InactiveUsersEmail"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\CronEmails\NotRegisteredEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\CronEmails\NotRegisteredEmail"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateMembershipsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\MigrateDatabases\MigrateMembershipsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateSessionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\MigrateDatabases\MigrateSessionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateStripeSubscriptionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\MigrateDatabases\MigrateStripeSubscriptionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateTokensCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\MigrateDatabases\MigrateTokensCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateUnsubscribedUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\MigrateDatabases\MigrateUnsubscribedUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\MigrateDatabases\MigrateUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\MigrateDatabases\MigrateUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\NotificationCron"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\NotificationCron"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Sender\SenderGrabEmailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\Sender\SenderGrabEmailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Sender\SenderSendEmailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\Sender\SenderSendEmailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Sender\SenderSpecifyEmailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\Sender\SenderSpecifyEmailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Console\Stripe\CreateCouponsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Console\Stripe\CreateCouponsCommand"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\AccessTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\AccessTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ActiveDeviceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ActiveDeviceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ActiveSessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ActiveSessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ActiveSessionTabRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ActiveSessionTabRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ArchivedLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ArchivedLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\CollaboratedSessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\CollaboratedSessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ConfirmEmailTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ConfirmEmailTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\DaemonEmailReceiverRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\DaemonEmailReceiverRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\GlobalsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\GlobalsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\NotRegisteredEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\NotRegisteredEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\NotificationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\NotificationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\NotificationsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\NotificationsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\PremiumCouponRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\PremiumCouponRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\RecoverPasswordTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\RecoverPasswordTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ReferralCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ReferralCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ReferralRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ReferralRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\StripeDiscountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\StripeDiscountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ToastSessionLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ToastSessionLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ToastSessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ToastSessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\ToastSessionSectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\ToastSessionSectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\UserChangeEmailTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\UserChangeEmailTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Database\Domain\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Database\Domain\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ArgumentValueResolverInterface.0.App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V1\AppleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V1\AppleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V1\AppleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V1\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V1\SessionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V1\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V1\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V1\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V1\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\AppleNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\AppleNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Apple\AppleNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\SaveReceiptAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\SaveReceiptAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Apple\SaveReceiptAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Auth\AppleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Auth\AppleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Auth\AppleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\RetrieveParametersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\RetrieveParametersAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\RetrieveParametersAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\AddLinksAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\AddLinksAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\AddLinksAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\DeleteNotificationAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\DeleteNotificationAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\DeleteNotificationAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\DeleteUserAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\DeleteUserAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\DeleteUserAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\DoesUserExistAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\DoesUserExistAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\DoesUserExistAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\GetMigrateCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\GetMigrateCodeAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\GetMigrateCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\GetReferralCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\GetReferralCodeAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\GetReferralCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\ListNotificationsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\ListNotificationsAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\ListNotificationsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RegisterBasicAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RegisterBasicAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\RegisterBasicAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RegistrationAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RegistrationAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\RegistrationAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RequestEmailChangeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RequestEmailChangeAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\RequestEmailChangeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\ToggleNotificationsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\ToggleNotificationsAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\ToggleNotificationsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Api\V2\User\UserViewAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Api\V2\User\UserViewAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Api\V2\User\UserViewAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\AppleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\AppleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Auth\AppleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Auth\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\EmailChangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\EmailChangeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Auth\EmailChangeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\FacebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\FacebookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Auth\FacebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\GoogleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Auth\GoogleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\PasswordRecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\PasswordRecoveryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Auth\PasswordRecoveryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Auth\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Auth\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Auth\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\ErrorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\ErrorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\FeaturesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\FeaturesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\FeaturesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\FeedbackController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\FeedbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\IOSWelcomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\IOSWelcomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\IOSWelcomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPJoinController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPJoinController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\LPJoinController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPMobileAdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPMobileAdsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\LPMobileAdsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPStoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPStoreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\LPStoreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LPStoreLongController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LPStoreLongController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\LPStoreLongController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\LifetimeDealController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\LifetimeDealController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\LifetimeDealController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\MetricCountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\MetricCountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\MetricCountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PremiumCoupon\PremiumCouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PremiumCoupon\PremiumCouponController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\PremiumCoupon\PremiumCouponController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PremiumCoupon\PremiumGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PremiumCoupon\PremiumGiftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\PremiumCoupon\PremiumGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PricingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\PricingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PricingDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PricingDiscountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\PricingDiscountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\PrivacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\PrivacyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\PrivacyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\RateUsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\RateUsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\RateUsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\SessionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\SessionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\SessionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\StorePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\StorePageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\StorePageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\TermsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\TermsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\TermsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\WhatsNew2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\WhatsNew2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\WhatsNew2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\WhatsNewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\WhatsNewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\WhatsNewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\Site\WhyCreateAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\Site\WhyCreateAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\Site\WhyCreateAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\BonusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\BonusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\User\BonusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\ExtenstionSubscriptionRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\ExtenstionSubscriptionRedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\User\ExtenstionSubscriptionRedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\IosLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\IosLoginController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\User\IosLoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\MembershipController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\User\MembershipController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\MobileUpgradeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\MobileUpgradeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\User\MobileUpgradeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\PremiumGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\PremiumGiftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\User\PremiumGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\ProfileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\User\ProfileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\SessionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\SessionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\User\SessionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Http\Controller\User\StripeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Http\Controller\User\StripeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Controller\User\StripeController"; reason: abstract.
Removed service ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ActiveSession\ActiveSessionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Normalizer\ActiveSession\ActiveSessionNormalizer"; reason: abstract.
Removed service ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSession\ToastSessionListNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Normalizer\ToastSession\ToastSessionListNormalizer"; reason: abstract.
Removed service ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSession\ToastSessionViewNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Normalizer\ToastSession\ToastSessionViewNormalizer"; reason: abstract.
Removed service ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSessionLink\ArchivedSessionLinkListNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Normalizer\ToastSessionLink\ArchivedSessionLinkListNormalizer"; reason: abstract.
Removed service ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\ToastSessionLink\ToastSessionLinkViewNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Normalizer\ToastSessionLink\ToastSessionLinkViewNormalizer"; reason: abstract.
Removed service ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\User\NotificationListNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Normalizer\User\NotificationListNormalizer"; reason: abstract.
Removed service ".instanceof.App\Http\Normalizer\NormalizerInterface.0.App\Http\Normalizer\User\UserViewNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Http\Normalizer\User\UserViewNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\ExceptionEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\ExceptionEventSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\ApiTokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventSubscriber\ApiTokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\AppCorsSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventSubscriber\AppCorsSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\AuthByApiTokenSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventSubscriber\AuthByApiTokenSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\RequestLoggerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventSubscriber\RequestLoggerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventSubscriber\UserActivityTrackerSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventSubscriber\UserActivityTrackerSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\ToastSessionLinkVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Security\Voter\ToastSessionLinkVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\ToastSessionSectionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Security\Voter\ToastSessionSectionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Infrastructure\Security\Voter\ToastSessionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Security\Voter\ToastSessionVoter"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Twig\TwigServiceInterface.0.App\Infrastructure\Twig\Services\AvatarService"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\Services\AvatarService"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Twig\TwigServiceInterface.0.App\Infrastructure\Twig\Services\BrowserService"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\Services\BrowserService"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\Twig\TwigServiceInterface.0.App\Infrastructure\Twig\Services\ParamsTwigService"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Twig\Services\ParamsTwigService"; reason: abstract.
131
Removed service "Google_Client"; reason: unused.
Removed service "App\Application\CommandBus\Command\Apple\SetOrUpdateAppleSignInSubCommand"; reason: unused.
Removed service "App\Application\CommandBus\Command\Apple\TogglePremiumBySavedReceiptCommand"; reason: unused.
Removed service "App\Application\CommandBus\Command\ToastSession\CloneToastSessionCommand"; reason: unused.
Removed service "App\Application\CommandBus\Command\ToastSession\DeleteToastSessionCommand"; reason: unused.
Removed service "App\Application\CommandBus\Command\ToastSessionLink\DeleteToastSessionLinkCommand"; reason: unused.
Removed service "App\Application\CommandBus\Command\User\DeleteUserCommand"; reason: unused.
Removed service "App\Application\CommandBus\Command\User\ExtendTokenExpiringCommand"; reason: unused.
Removed service "App\Application\CommandBus\Command\User\ExtendUserPremiumCommand"; reason: unused.
Removed service "App\Application\CommandBus\Command\User\ToggleNotificationsCommand"; reason: unused.
Removed service "App\Application\CommandBus\Command\User\ValidateToastSessionsCommand"; reason: unused.
Removed service "App\Application\EventBus\Event\Stripe\SuccessStripeSubscriptionEvent"; reason: unused.
Removed service "App\Application\EventBus\Event\ToastSession\ToastSessionCreatedEvent"; reason: unused.
Removed service "App\Application\EventBus\Event\User\OneWeekBeforePremiumGiftEndsEvent"; reason: unused.
Removed service "App\Application\EventBus\Event\User\ReferralCreatedFirstSessionEvent"; reason: unused.
Removed service "App\Application\EventBus\Event\User\ReferralRegisteredEvent"; reason: unused.
Removed service "App\Application\EventBus\Event\User\UserAuthenticatedEvent"; reason: unused.
Removed service "App\Application\EventBus\Event\User\UserPremiumExpiredEvent"; reason: unused.
Removed service "App\Application\EventBus\Event\User\UserRegisteredEvent"; reason: unused.
Removed service "App\Database\Domain\Exception\ModelValidationException"; reason: unused.
Removed service "App\Infrastructure\EventListener\ExceptionListener"; reason: unused.
Removed service "App\Infrastructure\EventSubscriber\AppEventsInvokerOnRequestSubscriber"; reason: unused.
Removed service "App\Infrastructure\FileManager\Model\LocalFile"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\CollaborationAddedEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\CollaborationAddedNewUserEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\ConfirmEmailAddressEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\ConfirmEmailChangeEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\OneWeekBeforePremiumGiftEndsEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\RecoverPasswordLinkEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\RequestEmailChangeEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\SharedSessionEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\SharedSessionLinkEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\SuccessRegistrationEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\SuccessSubscriptionEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\SuccessTrialSubscriptionEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\TwigTemplateEmail"; reason: unused.
Removed service "App\Infrastructure\Mailer\Email\UnsubscribeLinkEmail"; reason: unused.
Removed service "App\Infrastructure\Security\Factory\SecurityCookieFactory"; reason: unused.
Removed service "App\Infrastructure\Security\Guard\SiteAuthenticator"; reason: unused.
Removed service "App\Infrastructure\Security\Guard\TokenAuthenticator"; reason: unused.
Removed service "App\Infrastructure\Service\SiteParser"; reason: unused.
Removed service "App\Infrastructure\Service\StripePlan"; reason: unused.
Removed service "App\Infrastructure\Twig\TwigServicesResolver"; reason: unused.
Removed service "App\Infrastructure\Util\ExceptionMessage"; reason: unused.
Removed service "App\Infrastructure\Util\Identifier"; reason: unused.
Removed service "App\Infrastructure\Util\SessionLimitHelper"; reason: unused.
Removed service "App\Infrastructure\Util\StringUtil"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "cache.app.taggable"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "annotations.filesystem_cache"; reason: unused.
Removed service "annotations.cache"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.storage.factory.service"; reason: unused.
Removed service "session.flash_bag"; reason: unused.
Removed service "session.attribute_bag"; 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 "messenger.transport.native_php_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport_factory"; reason: unused.
Removed service "messenger.transport.sync.factory"; reason: unused.
Removed service "messenger.transport.in_memory.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service "messenger.transport.doctrine.factory"; reason: unused.
Removed service ".1_ServiceLocator~oV5nSYk"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.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 "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication.basic_entry_point"; reason: unused.
Removed service "security.authentication.retry_entry_point"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
Removed service "security.authenticator.managers_locator"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.authentication.manager"; reason: unused.
Removed service "security.authentication.guard_handler"; 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 "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.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.dw8O4oN"; reason: unused.
Removed service ".service_locator.tl8I8bj"; reason: unused.
443
Inlined service "App\Infrastructure\Service\Apple\SubscriptionParser" to "App\Application\EventBus\EventHandler\User\UserPremiumExpiredEventHandler".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V1\AppleController" to "App\Http\Controller\Api\V1\AppleController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V1\SessionController" to "App\Http\Controller\Api\V1\SessionController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V1\UserController" to "App\Http\Controller\Api\V1\UserController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction" to "App\Http\Controller\Api\V2\ActiveSession\AddDeviceAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction" to "App\Http\Controller\Api\V2\ActiveSession\DeleteDeviceAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction" to "App\Http\Controller\Api\V2\ActiveSession\EditDeviceAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction" to "App\Http\Controller\Api\V2\ActiveSession\GetActiveSessionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction" to "App\Http\Controller\Api\V2\ActiveSession\ReplaceTabsAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction" to "App\Http\Controller\Api\V2\ActiveSession\ToggleSyncAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction" to "App\Http\Controller\Api\V2\Analytics\CollectAnalyticsAction".
Inlined service "App\Infrastructure\Service\Apple\AppleNotificationHandler" to "App\Http\Controller\Api\V2\Apple\AppleNotificationController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Apple\AppleNotificationController" to "App\Http\Controller\Api\V2\Apple\AppleNotificationController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController" to "App\Http\Controller\Api\V2\Apple\SaveAppleOriginalTransactionController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Apple\SaveReceiptAction" to "App\Http\Controller\Api\V2\Apple\SaveReceiptAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction" to "App\Http\Controller\Api\V2\Apple\ToggleMembershipByReceiptAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction" to "App\Http\Controller\Api\V2\ArchivedLink\ListArchivedLinksAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Auth\AppleController" to "App\Http\Controller\Api\V2\Auth\AppleController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction" to "App\Http\Controller\Api\V2\Collaborators\CreateCollaboratedSessionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction" to "App\Http\Controller\Api\V2\Collaborators\DeleteCollaboratorAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction" to "App\Http\Controller\Api\V2\Collaborators\ListCollaboratedSessionsAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction" to "App\Http\Controller\Api\V2\Collaborators\ListCollaboratorsAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration" to "App\Http\Controller\Api\V2\Collaborators\ToggleSessionCollaboration".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\RetrieveParametersAction" to "App\Http\Controller\Api\V2\RetrieveParametersAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction" to "App\Http\Controller\Api\V2\Stripe\CustomerUpdatedEventAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction" to "App\Http\Controller\Api\V2\Stripe\RecurringPaymentEventAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction" to "App\Http\Controller\Api\V2\Stripe\SubscriptionUpdatedEventAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction" to "App\Http\Controller\Api\V2\Stripe\SuccessSubscriptionEventAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\AddLinksAction" to "App\Http\Controller\Api\V2\ToastSession\AddLinksAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction" to "App\Http\Controller\Api\V2\ToastSession\CreateToastSessionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction" to "App\Http\Controller\Api\V2\ToastSession\DeleteToastSessionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction" to "App\Http\Controller\Api\V2\ToastSession\EditToastSessionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction" to "App\Http\Controller\Api\V2\ToastSession\ListToastSessionsAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction" to "App\Http\Controller\Api\V2\ToastSession\ReplaceToastSessionLinksAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction" to "App\Http\Controller\Api\V2\ToastSession\SetToastSessionLinksOrderAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction" to "App\Http\Controller\Api\V2\ToastSession\SetToastSessionsOrderAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction" to "App\Http\Controller\Api\V2\ToastSession\ShareToastSessionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction" to "App\Http\Controller\Api\V2\ToastSession\ViewToastSessionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction" to "App\Http\Controller\Api\V2\ToastSessionLink\CreateToastSessionLinkByUrlAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction" to "App\Http\Controller\Api\V2\ToastSessionLink\DeleteToastSessionLinkAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction" to "App\Http\Controller\Api\V2\ToastSessionLink\EditToastSessionLinkAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction" to "App\Http\Controller\Api\V2\ToastSessionSection\CreateToastSessionSectionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction" to "App\Http\Controller\Api\V2\ToastSessionSection\DeleteToastSessionSectionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction" to "App\Http\Controller\Api\V2\ToastSessionSection\EditToastSessionSectionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction" to "App\Http\Controller\Api\V2\ToastSessionSection\ListToastSessionSectionsAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction" to "App\Http\Controller\Api\V2\ToastSessionSection\PurgeToastSessionSectionAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction" to "App\Http\Controller\Api\V2\ToastSessionSection\SetToastSessionSectionsOrderAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\DeleteNotificationAction" to "App\Http\Controller\Api\V2\User\DeleteNotificationAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\DeleteUserAction" to "App\Http\Controller\Api\V2\User\DeleteUserAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\DoesUserExistAction" to "App\Http\Controller\Api\V2\User\DoesUserExistAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction" to "App\Http\Controller\Api\V2\User\ExtendTokenExpiringAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\GetMigrateCodeAction" to "App\Http\Controller\Api\V2\User\GetMigrateCodeAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\GetReferralCodeAction" to "App\Http\Controller\Api\V2\User\GetReferralCodeAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\ListNotificationsAction" to "App\Http\Controller\Api\V2\User\ListNotificationsAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction" to "App\Http\Controller\Api\V2\User\MarkNotificationAsReadAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\RegisterBasicAction" to "App\Http\Controller\Api\V2\User\RegisterBasicAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\RegistrationAction" to "App\Http\Controller\Api\V2\User\RegistrationAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\RequestEmailChangeAction" to "App\Http\Controller\Api\V2\User\RequestEmailChangeAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction" to "App\Http\Controller\Api\V2\User\RequestPasswordRecoveryAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction" to "App\Http\Controller\Api\V2\User\SquashPartialUserByCodeAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\ToggleNotificationsAction" to "App\Http\Controller\Api\V2\User\ToggleNotificationsAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Api\V2\User\UserViewAction" to "App\Http\Controller\Api\V2\User\UserViewAction".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Auth\AppleController" to "App\Http\Controller\Auth\AppleController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Auth\AuthController" to "App\Http\Controller\Auth\AuthController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Auth\EmailChangeController" to "App\Http\Controller\Auth\EmailChangeController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Auth\FacebookController" to "App\Http\Controller\Auth\FacebookController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Auth\GoogleController" to "App\Http\Controller\Auth\GoogleController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Auth\PasswordRecoveryController" to "App\Http\Controller\Auth\PasswordRecoveryController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Auth\RegistrationController" to "App\Http\Controller\Auth\RegistrationController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\ErrorController" to "App\Http\Controller\Site\ErrorController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\FeaturesController" to "App\Http\Controller\Site\FeaturesController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\FeedbackController" to "App\Http\Controller\Site\FeedbackController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\HomeController" to "App\Http\Controller\Site\HomeController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\IOSWelcomeController" to "App\Http\Controller\Site\IOSWelcomeController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\LPJoinController" to "App\Http\Controller\Site\LPJoinController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\LPMobileAdsController" to "App\Http\Controller\Site\LPMobileAdsController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\LPStoreController" to "App\Http\Controller\Site\LPStoreController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\LPStoreLongController" to "App\Http\Controller\Site\LPStoreLongController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\LifetimeDealController" to "App\Http\Controller\Site\LifetimeDealController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\MetricCountController" to "App\Http\Controller\Site\MetricCountController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\PremiumCoupon\PremiumCouponController" to "App\Http\Controller\Site\PremiumCoupon\PremiumCouponController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\PremiumCoupon\PremiumGiftController" to "App\Http\Controller\Site\PremiumCoupon\PremiumGiftController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\PricingController" to "App\Http\Controller\Site\PricingController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\PricingDiscountController" to "App\Http\Controller\Site\PricingDiscountController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\PrivacyController" to "App\Http\Controller\Site\PrivacyController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\RateUsController" to "App\Http\Controller\Site\RateUsController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\SecurityController" to "App\Http\Controller\Site\SecurityController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\SessionsController" to "App\Http\Controller\Site\SessionsController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\StorePageController" to "App\Http\Controller\Site\StorePageController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\TermsController" to "App\Http\Controller\Site\TermsController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\WhatsNew2Controller" to "App\Http\Controller\Site\WhatsNew2Controller".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\WhatsNewController" to "App\Http\Controller\Site\WhatsNewController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\Site\WhyCreateAccountController" to "App\Http\Controller\Site\WhyCreateAccountController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\User\BonusController" to "App\Http\Controller\User\BonusController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\User\ExtenstionSubscriptionRedirectController" to "App\Http\Controller\User\ExtenstionSubscriptionRedirectController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\User\IosLoginController" to "App\Http\Controller\User\IosLoginController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\User\MembershipController" to "App\Http\Controller\User\MembershipController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\User\MobileUpgradeController" to "App\Http\Controller\User\MobileUpgradeController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\User\PremiumGiftController" to "App\Http\Controller\User\PremiumGiftController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\User\ProfileController" to "App\Http\Controller\User\ProfileController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\User\SessionsController" to "App\Http\Controller\User\SessionsController".
Inlined service ".service_locator.GNc8e5B.App\Http\Controller\User\StripeController" to "App\Http\Controller\User\StripeController".
Inlined service "mailer.mailer" to "App\Infrastructure\Mailer\SimpleMailer".
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.O1JVEec" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php" 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.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.J4b.DPX.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.annotation.directory" to "routing.resolver".
Inlined service "routing.loader.annotation.file" to "routing.resolver".
Inlined service ".service_locator.kODoftA" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
Inlined service "annotations.dummy_registry" to "annotations.reader".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "serializer.name_converter.camel_case_to_snake_case" to "serializer.name_converter.metadata_aware".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service "session.handler.native" to "session.storage.factory.native".
Inlined service ".service_locator.XmPJruK" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.y4dplYt" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.19_mNxd" to "validator.validator_factory".
Inlined service "validator.expression_language" to "validator.expression".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.senders_locator" to "messenger.middleware.send_message".
Inlined service ".service_locator.mSb6BHc" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.cache" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "twig.loader.native_filesystem" 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.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.pTeli0u" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
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.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.logging_middleware.remote" to "doctrine.dbal.remote_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.remote" to "doctrine.dbal.remote_connection.configuration".
Inlined service "doctrine.dbal.remote_connection.configuration" to "doctrine.dbal.remote_connection".
Inlined service "doctrine.dbal.remote_connection.event_manager" to "doctrine.dbal.remote_connection".
Inlined service ".service_locator.mpnzN62" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.default_second_level_cache.regions_configuration" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_second_level_cache.region.write_rare" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_second_level_cache.region.append_only" 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_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "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 "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "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 "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.nLgZj7R" 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.request_matcher.8cakZEj" 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.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
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.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "monolog.formatter.json" to "monolog.handler.main".
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 "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.file_link_formatter" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.security_controller_builder" to "maker.maker.make_authenticator".
Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "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_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver".
Inlined service "debug.App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver.inner" to "debug.App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver".
Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
Inlined service "messenger.bus.commands.messenger.handlers_locator" to "messenger.bus.commands.middleware.handle_message".
Inlined service "messenger.bus.events.messenger.handlers_locator" to "messenger.bus.events.middleware.handle_message".
Inlined service "debug.traced.messenger.bus.events.inner" to "debug.traced.messenger.bus.events".
Inlined service "App\Application\CommandBus\CommandHandler\Apple\SaveReceiptCommandHandler" to ".messenger.handler_descriptor.i.dr07W".
Inlined service "App\Application\CommandBus\CommandHandler\Apple\SetOrUpdateAppleSignInSubCommandHandler" to ".messenger.handler_descriptor.rABvlL8".
Inlined service "App\Application\CommandBus\CommandHandler\Apple\TogglePremiumBySavedReceiptCommandHandler" to ".messenger.handler_descriptor.LGv9xkx".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSession\AddLinksCommandHandler" to ".messenger.handler_descriptor.B37P1bD".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSession\CloneToastSessionCommandHandler" to ".messenger.handler_descriptor.lsBRnhm".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSession\CreateToastSessionCommandHandler" to ".messenger.handler_descriptor.P1XpC6j".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSession\DeleteToastSessionCommandHandler" to ".messenger.handler_descriptor.adex5wb".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSession\EditToastSessionCommandHandler" to ".messenger.handler_descriptor.ADj52O3".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSession\OrderSessionsCommandHandler" to ".messenger.handler_descriptor.HcUQwyw".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSession\ReplaceToastSessionLinksCommandHandler" to ".messenger.handler_descriptor.4hvQCqt".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSession\ShareToastSessionCommandHandler" to ".messenger.handler_descriptor.QfqZhaW".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSessionLink\CreateToastSessionLinkCommandHandler" to ".messenger.handler_descriptor.bUAdlEs".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSessionLink\DeleteToastSessionLinkCommandHandler" to ".messenger.handler_descriptor.YtZw3tN".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSessionLink\EditToastSessionLinkCommandHandler" to ".messenger.handler_descriptor.Xdz5LoI".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSessionLink\OrderSessionLinksCommandHandler" to ".messenger.handler_descriptor.NXlq4Z8".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSessionSection\CreateToastSessionSectionCommandHandler" to ".messenger.handler_descriptor.6vUKRN5".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSessionSection\EditToastSessionSectionCommandHandler" to ".messenger.handler_descriptor.BZq3rc6".
Inlined service "App\Application\CommandBus\CommandHandler\ToastSessionSection\OrderSectionsCommandHandler" to ".messenger.handler_descriptor.GI1EOc7".
Inlined service "App\Application\CommandBus\CommandHandler\User\DeleteUserCommandHandler" to ".messenger.handler_descriptor.Fv6hByT".
Inlined service "App\Application\CommandBus\CommandHandler\User\ExtendTokenExpiringCommandHandler" to ".messenger.handler_descriptor.If6NQmD".
Inlined service "App\Application\CommandBus\CommandHandler\User\ExtendUserPremiumCommandHandler" to ".messenger.handler_descriptor.latjJuU".
Inlined service "App\Application\CommandBus\CommandHandler\User\RegistrationCommandHandler" to ".messenger.handler_descriptor.cLeEAj6".
Inlined service "App\Application\CommandBus\CommandHandler\User\ToggleNotificationsCommandHandler" to ".messenger.handler_descriptor.aRHicwu".
Inlined service "App\Application\CommandBus\CommandHandler\User\ValidateToastSessionsCommandHandler" to ".messenger.handler_descriptor.lFBluJi".
Inlined service "App\Application\EventBus\EventHandler\Stripe\SuccessStripeSubscriptionEventHandler" to ".messenger.handler_descriptor.ggKTuAZ".
Inlined service "App\Application\EventBus\EventHandler\ToastSession\ToastSessionCreatedEventHandler" to ".messenger.handler_descriptor.nycArqv".
Inlined service "App\Application\EventBus\EventHandler\User\OneWeekBeforePremiumGiftEndsEventHandler" to ".messenger.handler_descriptor.JhH9Oek".
Inlined service "App\Application\EventBus\EventHandler\User\ReferralCreatedFirstSessionEventHandler" to ".messenger.handler_descriptor.cHrqi5y".
Inlined service "App\Application\EventBus\EventHandler\User\ReferralRegisteredEventHandler" to ".messenger.handler_descriptor.z768Z38".
Inlined service "App\Application\EventBus\EventHandler\User\UserAuthenticatedEventHandler" to ".messenger.handler_descriptor.X10xPt7".
Inlined service "App\Application\EventBus\EventHandler\User\UserPremiumExpiredEventHandler" to ".messenger.handler_descriptor.6X6UlGJ".
Inlined service "App\Application\EventBus\EventHandler\User\UserRegisteredEventHandler" to ".messenger.handler_descriptor.FzoVLnd".
Inlined service ".debug.http_client.inner" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "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 "App\Infrastructure\Security\Voter\ToastSessionLinkVoter" to "debug.security.voter.App\Infrastructure\Security\Voter\ToastSessionLinkVoter".
Inlined service "App\Infrastructure\Security\Voter\ToastSessionSectionVoter" to "debug.security.voter.App\Infrastructure\Security\Voter\ToastSessionSectionVoter".
Inlined service "App\Infrastructure\Security\Voter\ToastSessionVoter" to "debug.security.voter.App\Infrastructure\Security\Voter\ToastSessionVoter".
Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
Inlined service ".service_locator.491LSII" to ".service_locator.491LSII.router.default".
Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
Inlined service "monolog.logger.http_client" to ".debug.http_client.inner".
Inlined service "security.authenticator.manager.api" to "debug.security.firewall.authenticator.api.inner".
Inlined service "security.authenticator.manager.main" to "debug.security.firewall.authenticator.main.inner".
Inlined service ".service_locator.P1L9WyV" to "console.command_loader".
Inlined service ".service_locator.491LSII.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.commands.inner" to "messenger.default_bus".
Inlined service "debug.validator.inner" to "validator".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.annotation" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "container.decorator" was defined on service(s) "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "debug.argument_resolver.request_attribute", "debug.argument_resolver.request", "debug.argument_resolver.session", "debug.security.user_value_resolver", "debug.App\Http\ArgumentResolver\Api\Apple\SaveReceiptCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSession\AddLinksCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSession\CreateToastSessionCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSession\EditToastSessionCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionLinksCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSession\OrderSessionsCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSession\ReplaceToastSessionLinksCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSession\ShareToastSessionCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSessionLink\CreateToastSessionLinkArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSessionLink\EditToastSessionLinkArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSessionSection\CreateToastSessionSectionCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSessionSection\EditToastSessionSectionCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\ToastSessionSection\OrderSectionsCommandArgumentResolver", "debug.App\Http\ArgumentResolver\Api\User\RegistrationCommandArgumentResolver", "debug.argument_resolver.service", "debug.argument_resolver.default", "debug.argument_resolver.variadic", "debug.argument_resolver.not_tagged_controller", "debug.traced.messenger.bus.events", ".debug.http_client", "messenger.default_bus", "event_dispatcher", ".container.private.validator", but was never used.