Method "Symfony\Component\Console\Command\Command::initialize()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\Test\Payment\HandleNewPaymentCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\GptUsageLogType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\PaymentType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\SubscribeType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\UserType" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrineencryptbundle/doctrine-encrypt-bundle 5.4.2: Starting from 6.0, all exceptions thrown by this library will be wrapped by \Ambta\DoctrineEncryptBundle\Exception\DoctrineEncryptBundleException or a child-class of it.
You can start using these exceptions today by setting 'ambta_doctrine_encrypt.wrap_exceptions' to TRUE.
Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\SubscribeLifecycleSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\XrayProfileVersionSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "ambta_doctrine_encrypt.orm_subscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\SubscribeLifecycleSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\XrayProfileVersionSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Ambta\DoctrineEncryptBundle\Subscribers\DoctrineEncryptSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Doctrine\DBAL\Platforms\PostgreSQLPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (PostgreSQLPlatform.php:217 called by ClassMetadataFactory.php:641, https://github.com/doctrine/dbal/pull/5513, package doctrine/dbal)
Context: Loading metadata for class App\Entity\User
Problem: Using identity columns emulated with a sequence is deprecated and will not be possible in Doctrine ORM 3.0.
Solution: Use the SEQUENCE generator strategy instead. (ClassMetadataFactory.php:642 called by ClassMetadataFactory.php:160, https://github.com/doctrine/orm/issues/8850, package doctrine/orm)
Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY
results in SERIAL, which is not recommended.
Instead, configure identifier generation strategies explicitly through
configuration.
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use
$configuration->setIdentityGenerationPreferences([
"Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,
]); (ClassMetadataFactory.php:755 called by ClassMetadataFactory.php:629, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:78 called by App_KernelDevDebugContainer.php:1123, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Doctrine\DBAL\Platforms\PostgreSQLPlatform::usesSequenceEmulatedIdentityColumns is deprecated. (PostgreSQLPlatform.php:217 called by ClassMetadataFactory.php:641, https://github.com/doctrine/dbal/pull/5513, package doctrine/dbal)
User Deprecated: Context: Loading metadata for class App\Entity\Admin
Problem: Using identity columns emulated with a sequence is deprecated and will not be possible in Doctrine ORM 3.0.
Solution: Use the SEQUENCE generator strategy instead. (ClassMetadataFactory.php:642 called by ClassMetadataFactory.php:160, https://github.com/doctrine/orm/issues/8850, package doctrine/orm)
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\SubscribeLifecycleSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "App\EventSubscriber\XrayProfileVersionSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "Ambta\DoctrineEncryptBundle\Subscribers\DoctrineEncryptSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
"SELECT t0.id AS id_1, t0.role AS role_2, t0.telegram_id AS telegram_id_3, t0.nickname AS nickname_4, t0.started_at AS started_at_5, t0.expired_at AS expired_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.promo_period_has_been_activated AS promo_period_has_been_activated_9, t0.comment AS comment_10, t0.traffic AS traffic_11, t0.uuid AS uuid_12, t0.enable_referral AS enable_referral_13, t0.language AS language_14, t0.is_available_ss AS is_available_ss_15, t0.is_available_vless AS is_available_vless_16, t0.is_available_wl AS is_available_wl_17, t0.is_blocked_bot AS is_blocked_bot_18, t0.sub_id AS sub_id_19, t0.use_vless_subscribe AS use_vless_subscribe_20, t0.use_vless_json_subscribe AS use_vless_json_subscribe_21, t0.referral_program_started_at AS referral_program_started_at_22, t0.status AS status_23, t0.is_allowed_recurrent AS is_allowed_recurrent_24, t0.is_send_message_expired AS is_send_message_expired_25, t0.recurring_price AS recurring_price_26, t0.public_user_id AS public_user_id_27, t0.is_allow_referral_days AS is_allow_referral_days_28, t0.is_allow_referral_money AS is_allow_referral_money_29, t0.white_list_expired_at AS white_list_expired_at_30, t0.available_white_list_traffic AS available_white_list_traffic_31, t0.used_white_list_traffic AS used_white_list_traffic_32, t0.fingerprint AS fingerprint_33, t0.is_send_message_white_list_expired AS is_send_message_white_list_expired_34, t0.promotion_id AS promotion_id_35, t0.referral_link_id AS referral_link_id_36, t37.id AS id_38, t37.created_at AS created_at_39, t37.updated_at AS updated_at_40, t37.total_chat_tokens AS total_chat_tokens_41, t37.cost_all_time AS cost_all_time_42, t37.total_count_requests AS total_count_requests_43, t37.user_id AS user_id_44 FROM "users" t0 LEFT JOIN "gpt_usage_logs" t37 ON t37.user_id = t0.id WHERE t0.sub_id = ? LIMIT 1"
(parameters:
[1 => "02303f5c-83ae-432d-8fd4-7a2c0feb7076"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.role AS role_2, t0.telegram_id AS telegram_id_3, t0.nickname AS nickname_4, t0.started_at AS started_at_5, t0.expired_at AS expired_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.promo_period_has_been_activated AS promo_period_has_been_activated_9, t0.comment AS comment_10, t0.traffic AS traffic_11, t0.uuid AS uuid_12, t0.enable_referral AS enable_referral_13, t0.language AS language_14, t0.is_available_ss AS is_available_ss_15, t0.is_available_vless AS is_available_vless_16, t0.is_available_wl AS is_available_wl_17, t0.is_blocked_bot AS is_blocked_bot_18, t0.sub_id AS sub_id_19, t0.use_vless_subscribe AS use_vless_subscribe_20, t0.use_vless_json_subscribe AS use_vless_json_subscribe_21, t0.referral_program_started_at AS referral_program_started_at_22, t0.status AS status_23, t0.is_allowed_recurrent AS is_allowed_recurrent_24, t0.is_send_message_expired AS is_send_message_expired_25, t0.recurring_price AS recurring_price_26, t0.public_user_id AS public_user_id_27, t0.is_allow_referral_days AS is_allow_referral_days_28, t0.is_allow_referral_money AS is_allow_referral_money_29, t0.white_list_expired_at AS white_list_expired_at_30, t0.available_white_list_traffic AS available_white_list_traffic_31, t0.used_white_list_traffic AS used_white_list_traffic_32, t0.fingerprint AS fingerprint_33, t0.is_send_message_white_list_expired AS is_send_message_white_list_expired_34, t0.promotion_id AS promotion_id_35, t0.referral_link_id AS referral_link_id_36, t37.id AS id_38, t37.created_at AS created_at_39, t37.updated_at AS updated_at_40, t37.total_chat_tokens AS total_chat_tokens_41, t37.cost_all_time AS cost_all_time_42, t37.total_count_requests AS total_count_requests_43, t37.user_id AS user_id_44 FROM "users" t0 LEFT JOIN "gpt_usage_logs" t37 ON t37.user_id = t0.id WHERE t0.sub_id = ? LIMIT 1"
"params" => [1 => "02303f5c-83ae-432d-8fd4-7a2c0feb7076"
]
"types" => [1 => 2]
]
deprecation
User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY
results in SERIAL, which is not recommended.
Instead, configure identifier generation strategies explicitly through
configuration.
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use
$configuration->setIdentityGenerationPreferences([
"Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,
]); (ClassMetadataFactory.php:755 called by ClassMetadataFactory.php:629, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
1059
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Auth\CleanupExpiredTokensCommand" (parent: .abstract.instanceof.App\Command\Background\Auth\CleanupExpiredTokensCommand).
Resolving inheritance for "App\Command\Background\Auth\CleanupExpiredTokensCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Auth\CleanupExpiredTokensCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Key\GenerateVpnClientsCommand" (parent: .abstract.instanceof.App\Command\Background\Key\GenerateVpnClientsCommand).
Resolving inheritance for "App\Command\Background\Key\GenerateVpnClientsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Key\GenerateVpnClientsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Notificataion\LetsEncryptCommand" (parent: .abstract.instanceof.App\Command\Background\Notificataion\LetsEncryptCommand).
Resolving inheritance for "App\Command\Background\Notificataion\LetsEncryptCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Notificataion\LetsEncryptCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Payment\CalculateProfitCommand" (parent: .abstract.instanceof.App\Command\Background\Payment\CalculateProfitCommand).
Resolving inheritance for "App\Command\Background\Payment\CalculateProfitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Payment\CalculateProfitCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Payment\DailyIncomeCommand" (parent: .abstract.instanceof.App\Command\Background\Payment\DailyIncomeCommand).
Resolving inheritance for "App\Command\Background\Payment\DailyIncomeCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Payment\DailyIncomeCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Payment\UpdateDateNextRecurringPaymentCommand" (parent: .abstract.instanceof.App\Command\Background\Payment\UpdateDateNextRecurringPaymentCommand).
Resolving inheritance for "App\Command\Background\Payment\UpdateDateNextRecurringPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Payment\UpdateDateNextRecurringPaymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Referral\UnHoldReferralTransactionsCommand" (parent: .abstract.instanceof.App\Command\Background\Referral\UnHoldReferralTransactionsCommand).
Resolving inheritance for "App\Command\Background\Referral\UnHoldReferralTransactionsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Referral\UnHoldReferralTransactionsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Sale\OffExpiredSalesCommand" (parent: .abstract.instanceof.App\Command\Background\Sale\OffExpiredSalesCommand).
Resolving inheritance for "App\Command\Background\Sale\OffExpiredSalesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Sale\OffExpiredSalesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Server\CheckInactiveServersCommand" (parent: .abstract.instanceof.App\Command\Background\Server\CheckInactiveServersCommand).
Resolving inheritance for "App\Command\Background\Server\CheckInactiveServersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Server\CheckInactiveServersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Server\CheckVlessServerCapacityCommand" (parent: .abstract.instanceof.App\Command\Background\Server\CheckVlessServerCapacityCommand).
Resolving inheritance for "App\Command\Background\Server\CheckVlessServerCapacityCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Server\CheckVlessServerCapacityCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Statistics\SendDailyStatisticsCommand" (parent: .abstract.instanceof.App\Command\Background\Statistics\SendDailyStatisticsCommand).
Resolving inheritance for "App\Command\Background\Statistics\SendDailyStatisticsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Statistics\SendDailyStatisticsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Statistics\UpdateVpnServersLocationStatCommand" (parent: .abstract.instanceof.App\Command\Background\Statistics\UpdateVpnServersLocationStatCommand).
Resolving inheritance for "App\Command\Background\Statistics\UpdateVpnServersLocationStatCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Statistics\UpdateVpnServersLocationStatCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Subscribe\DeleteOldExpiredSubscribesCommand" (parent: .abstract.instanceof.App\Command\Background\Subscribe\DeleteOldExpiredSubscribesCommand).
Resolving inheritance for "App\Command\Background\Subscribe\DeleteOldExpiredSubscribesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Subscribe\DeleteOldExpiredSubscribesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\CheckTrafficLimitCommand" (parent: .abstract.instanceof.App\Command\Background\Traffic\CheckTrafficLimitCommand).
Resolving inheritance for "App\Command\Background\Traffic\CheckTrafficLimitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\CheckTrafficLimitCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\DeleteOldTrafficCommand" (parent: .abstract.instanceof.App\Command\Background\Traffic\DeleteOldTrafficCommand).
Resolving inheritance for "App\Command\Background\Traffic\DeleteOldTrafficCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\DeleteOldTrafficCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\SyncTrafficCommand" (parent: .abstract.instanceof.App\Command\Background\Traffic\SyncTrafficCommand).
Resolving inheritance for "App\Command\Background\Traffic\SyncTrafficCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\SyncTrafficCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\UpdateSubscribeTraffic7Command" (parent: .abstract.instanceof.App\Command\Background\Traffic\UpdateSubscribeTraffic7Command).
Resolving inheritance for "App\Command\Background\Traffic\UpdateSubscribeTraffic7Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\UpdateSubscribeTraffic7Command).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\UpdateTrafficAggregatesCommand" (parent: .abstract.instanceof.App\Command\Background\Traffic\UpdateTrafficAggregatesCommand).
Resolving inheritance for "App\Command\Background\Traffic\UpdateTrafficAggregatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\UpdateTrafficAggregatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\UpdateUserTrafficCommand" (parent: .abstract.instanceof.App\Command\Background\Traffic\UpdateUserTrafficCommand).
Resolving inheritance for "App\Command\Background\Traffic\UpdateUserTrafficCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\UpdateUserTrafficCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\User\SaveCountSubscribersCommand" (parent: .abstract.instanceof.App\Command\Background\User\SaveCountSubscribersCommand).
Resolving inheritance for "App\Command\Background\User\SaveCountSubscribersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\User\SaveCountSubscribersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\DebugProxyListCommand" (parent: .abstract.instanceof.App\Command\Debug\DebugProxyListCommand).
Resolving inheritance for "App\Command\Debug\DebugProxyListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\DebugProxyListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\DebugVlessListCommand" (parent: .abstract.instanceof.App\Command\Debug\DebugVlessListCommand).
Resolving inheritance for "App\Command\Debug\DebugVlessListCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\DebugVlessListCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Email\CleanupEmailRateLimitsCommand" (parent: .abstract.instanceof.App\Command\Email\CleanupEmailRateLimitsCommand).
Resolving inheritance for "App\Command\Email\CleanupEmailRateLimitsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Email\CleanupEmailRateLimitsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Gift\NotifyGiftGiversExpiringCommand" (parent: .abstract.instanceof.App\Command\Gift\NotifyGiftGiversExpiringCommand).
Resolving inheritance for "App\Command\Gift\NotifyGiftGiversExpiringCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Gift\NotifyGiftGiversExpiringCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Gift\ThreeFreeDaysForNonSubscribersCommand" (parent: .abstract.instanceof.App\Command\Gift\ThreeFreeDaysForNonSubscribersCommand).
Resolving inheritance for "App\Command\Gift\ThreeFreeDaysForNonSubscribersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Gift\ThreeFreeDaysForNonSubscribersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\PromoIsExpiredCommand" (parent: .abstract.instanceof.App\Command\Mailing\PromoIsExpiredCommand).
Resolving inheritance for "App\Command\Mailing\PromoIsExpiredCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\PromoIsExpiredCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\SubscribeEndsInAnDayCommand" (parent: .abstract.instanceof.App\Command\Mailing\SubscribeEndsInAnDayCommand).
Resolving inheritance for "App\Command\Mailing\SubscribeEndsInAnDayCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\SubscribeEndsInAnDayCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\SubscribeEndsInAnHourCommand" (parent: .abstract.instanceof.App\Command\Mailing\SubscribeEndsInAnHourCommand).
Resolving inheritance for "App\Command\Mailing\SubscribeEndsInAnHourCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\SubscribeEndsInAnHourCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\SubscribeIsExpiredCommand" (parent: .abstract.instanceof.App\Command\Mailing\SubscribeIsExpiredCommand).
Resolving inheritance for "App\Command\Mailing\SubscribeIsExpiredCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\SubscribeIsExpiredCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Messages\SendMessageAfterRegistrationCommand" (parent: .abstract.instanceof.App\Command\Messages\SendMessageAfterRegistrationCommand).
Resolving inheritance for "App\Command\Messages\SendMessageAfterRegistrationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Messages\SendMessageAfterRegistrationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Panel\GeneratePanelEncryptionKeyCommand" (parent: .abstract.instanceof.App\Command\Panel\GeneratePanelEncryptionKeyCommand).
Resolving inheritance for "App\Command\Panel\GeneratePanelEncryptionKeyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Panel\GeneratePanelEncryptionKeyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\ExecuteRecurringPaymentsCommand" (parent: .abstract.instanceof.App\Command\Payment\ExecuteRecurringPaymentsCommand).
Resolving inheritance for "App\Command\Payment\ExecuteRecurringPaymentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\ExecuteRecurringPaymentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReleaseExpiredDigitalProductReservationsCommand" (parent: .abstract.instanceof.App\Command\ReleaseExpiredDigitalProductReservationsCommand).
Resolving inheritance for "App\Command\ReleaseExpiredDigitalProductReservationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReleaseExpiredDigitalProductReservationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\CreateInitialAdminCommand" (parent: .abstract.instanceof.App\Command\Service\CreateInitialAdminCommand).
Resolving inheritance for "App\Command\Service\CreateInitialAdminCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\CreateInitialAdminCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\ManualDeleteEmptySubscriptionCommand" (parent: .abstract.instanceof.App\Command\Service\ManualDeleteEmptySubscriptionCommand).
Resolving inheritance for "App\Command\Service\ManualDeleteEmptySubscriptionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\ManualDeleteEmptySubscriptionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\ManualDeleteInboundClientsCommand" (parent: .abstract.instanceof.App\Command\Service\ManualDeleteInboundClientsCommand).
Resolving inheritance for "App\Command\Service\ManualDeleteInboundClientsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\ManualDeleteInboundClientsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\MigrateXuiToRemnawaveCommand" (parent: .abstract.instanceof.App\Command\Service\MigrateXuiToRemnawaveCommand).
Resolving inheritance for "App\Command\Service\MigrateXuiToRemnawaveCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\MigrateXuiToRemnawaveCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\SSL\CheckSSLCommand" (parent: .abstract.instanceof.App\Command\Service\SSL\CheckSSLCommand).
Resolving inheritance for "App\Command\Service\SSL\CheckSSLCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\SSL\CheckSSLCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Security\GetJwtTokenCommand" (parent: .abstract.instanceof.App\Command\Service\Security\GetJwtTokenCommand).
Resolving inheritance for "App\Command\Service\Security\GetJwtTokenCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Security\GetJwtTokenCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\CleanupOrphanMarzbanDataCommand" (parent: .abstract.instanceof.App\Command\Service\Subscribes\CleanupOrphanMarzbanDataCommand).
Resolving inheritance for "App\Command\Service\Subscribes\CleanupOrphanMarzbanDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\CleanupOrphanMarzbanDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\DeleteExpiredInboundClientsCommand" (parent: .abstract.instanceof.App\Command\Service\Subscribes\DeleteExpiredInboundClientsCommand).
Resolving inheritance for "App\Command\Service\Subscribes\DeleteExpiredInboundClientsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\DeleteExpiredInboundClientsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\DeleteOldExpiredSubscribesCommand" (parent: .abstract.instanceof.App\Command\Service\Subscribes\DeleteOldExpiredSubscribesCommand).
Resolving inheritance for "App\Command\Service\Subscribes\DeleteOldExpiredSubscribesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\DeleteOldExpiredSubscribesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\DeleteOrphanedInboundClientsCommand" (parent: .abstract.instanceof.App\Command\Service\Subscribes\DeleteOrphanedInboundClientsCommand).
Resolving inheritance for "App\Command\Service\Subscribes\DeleteOrphanedInboundClientsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\DeleteOrphanedInboundClientsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\User\ActualizeUserRolesCommand" (parent: .abstract.instanceof.App\Command\Service\User\ActualizeUserRolesCommand).
Resolving inheritance for "App\Command\Service\User\ActualizeUserRolesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\User\ActualizeUserRolesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\User\FullDeleteUserCommand" (parent: .abstract.instanceof.App\Command\Service\User\FullDeleteUserCommand).
Resolving inheritance for "App\Command\Service\User\FullDeleteUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\User\FullDeleteUserCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Vless\ActivateVlessCommand" (parent: .abstract.instanceof.App\Command\Service\Vless\ActivateVlessCommand).
Resolving inheritance for "App\Command\Service\Vless\ActivateVlessCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Vless\ActivateVlessCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Vless\GenerateVlessKeysCommand" (parent: .abstract.instanceof.App\Command\Service\Vless\GenerateVlessKeysCommand).
Resolving inheritance for "App\Command\Service\Vless\GenerateVlessKeysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Vless\GenerateVlessKeysCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\VpnKeys\CleanUnusedKeysCommand" (parent: .abstract.instanceof.App\Command\Service\VpnKeys\CleanUnusedKeysCommand).
Resolving inheritance for "App\Command\Service\VpnKeys\CleanUnusedKeysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\VpnKeys\CleanUnusedKeysCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\WhiteList\IssueWhiteListKeysForActiveUsersCommand" (parent: .abstract.instanceof.App\Command\Service\WhiteList\IssueWhiteListKeysForActiveUsersCommand).
Resolving inheritance for "App\Command\Service\WhiteList\IssueWhiteListKeysForActiveUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\WhiteList\IssueWhiteListKeysForActiveUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Subscribes\DeleteExpiredSubscribesCommand" (parent: .abstract.instanceof.App\Command\Subscribes\DeleteExpiredSubscribesCommand).
Resolving inheritance for "App\Command\Subscribes\DeleteExpiredSubscribesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Subscribes\DeleteExpiredSubscribesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Subscribes\DeleteExpiredSubscribesViaQueueCommand" (parent: .abstract.instanceof.App\Command\Subscribes\DeleteExpiredSubscribesViaQueueCommand).
Resolving inheritance for "App\Command\Subscribes\DeleteExpiredSubscribesViaQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Subscribes\DeleteExpiredSubscribesViaQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Subscribes\DeleteNeedDeletedSubscribesCommand" (parent: .abstract.instanceof.App\Command\Subscribes\DeleteNeedDeletedSubscribesCommand).
Resolving inheritance for "App\Command\Subscribes\DeleteNeedDeletedSubscribesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Subscribes\DeleteNeedDeletedSubscribesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\ChangeSubscribePeriodCommand" (parent: .abstract.instanceof.App\Command\Test\ChangeSubscribePeriodCommand).
Resolving inheritance for "App\Command\Test\ChangeSubscribePeriodCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\ChangeSubscribePeriodCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\CryptoCloud\CryptoCloudCommand" (parent: .abstract.instanceof.App\Command\Test\CryptoCloud\CryptoCloudCommand).
Resolving inheritance for "App\Command\Test\CryptoCloud\CryptoCloudCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\CryptoCloud\CryptoCloudCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\DispatchAfterSuccessPaymentCommand" (parent: .abstract.instanceof.App\Command\Test\DispatchAfterSuccessPaymentCommand).
Resolving inheritance for "App\Command\Test\DispatchAfterSuccessPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\DispatchAfterSuccessPaymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\GenerateKeysCommand" (parent: .abstract.instanceof.App\Command\Test\GenerateKeysCommand).
Resolving inheritance for "App\Command\Test\GenerateKeysCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\GenerateKeysCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\OutlineCreateKeyCommand" (parent: .abstract.instanceof.App\Command\Test\OutlineCreateKeyCommand).
Resolving inheritance for "App\Command\Test\OutlineCreateKeyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\OutlineCreateKeyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Payment\ExecuteRecurringPaymentsCommand" (parent: .abstract.instanceof.App\Command\Test\Payment\ExecuteRecurringPaymentsCommand).
Resolving inheritance for "App\Command\Test\Payment\ExecuteRecurringPaymentsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Payment\ExecuteRecurringPaymentsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Payment\HandleNewPaymentCommand" (parent: .abstract.instanceof.App\Command\Test\Payment\HandleNewPaymentCommand).
Resolving inheritance for "App\Command\Test\Payment\HandleNewPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Payment\HandleNewPaymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Payment\TriggerPaymentCommand" (parent: .abstract.instanceof.App\Command\Test\Payment\TriggerPaymentCommand).
Resolving inheritance for "App\Command\Test\Payment\TriggerPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Payment\TriggerPaymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\RenewalSubscribesForReferralCommand" (parent: .abstract.instanceof.App\Command\Test\RenewalSubscribesForReferralCommand).
Resolving inheritance for "App\Command\Test\RenewalSubscribesForReferralCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\RenewalSubscribesForReferralCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\SendReceiptCommand" (parent: .abstract.instanceof.App\Command\Test\SendReceiptCommand).
Resolving inheritance for "App\Command\Test\SendReceiptCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\SendReceiptCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\SentryTestCommand" (parent: .abstract.instanceof.App\Command\Test\SentryTestCommand).
Resolving inheritance for "App\Command\Test\SentryTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\SentryTestCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\SubscribeEndMessageCommand" (parent: .abstract.instanceof.App\Command\Test\SubscribeEndMessageCommand).
Resolving inheritance for "App\Command\Test\SubscribeEndMessageCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\SubscribeEndMessageCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Sync\TestSyncTrafficCommand" (parent: .abstract.instanceof.App\Command\Test\Sync\TestSyncTrafficCommand).
Resolving inheritance for "App\Command\Test\Sync\TestSyncTrafficCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Sync\TestSyncTrafficCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TelegramBotCommand" (parent: .abstract.instanceof.App\Command\Test\TelegramBotCommand).
Resolving inheritance for "App\Command\Test\TelegramBotCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TelegramBotCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestAllNotificationsCommand" (parent: .abstract.instanceof.App\Command\Test\TestAllNotificationsCommand).
Resolving inheritance for "App\Command\Test\TestAllNotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestAllNotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestNotificationDispatcherCommand" (parent: .abstract.instanceof.App\Command\Test\TestNotificationDispatcherCommand).
Resolving inheritance for "App\Command\Test\TestNotificationDispatcherCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestNotificationDispatcherCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestTrafficAlertCommand" (parent: .abstract.instanceof.App\Command\Test\TestTrafficAlertCommand).
Resolving inheritance for "App\Command\Test\TestTrafficAlertCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestTrafficAlertCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestWhiteListPaymentCommand" (parent: .abstract.instanceof.App\Command\Test\TestWhiteListPaymentCommand).
Resolving inheritance for "App\Command\Test\TestWhiteListPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestWhiteListPaymentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\UserNotificationCommand" (parent: .abstract.instanceof.App\Command\Test\UserNotificationCommand).
Resolving inheritance for "App\Command\Test\UserNotificationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\UserNotificationCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCreateSubscribeErrorCommand" (parent: .abstract.instanceof.App\Command\TestCreateSubscribeErrorCommand).
Resolving inheritance for "App\Command\TestCreateSubscribeErrorCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCreateSubscribeErrorCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestSyncTrafficCommand" (parent: .abstract.instanceof.App\Command\TestSyncTrafficCommand).
Resolving inheritance for "App\Command\TestSyncTrafficCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestSyncTrafficCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\AuthCodeCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\AuthCodeCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\AuthCodeCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\AuthCodeCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\AuthCodeCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\AuthCodeCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\AuthCodeCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\AuthCodeCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\BaseGiftCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\BaseGiftCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\BaseGiftCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\BaseGiftCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\BaseGiftCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\BaseGiftCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\BaseGiftCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\BaseGiftCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\CharityCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\CharityCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\CharityCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\CharityCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\CharityCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\CharityCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\CharityCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\CharityCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\DigitalProductCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\DigitalProductCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\DigitalProductCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\DigitalProductCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\DigitalProductCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\DigitalProductCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\DigitalProductCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\DigitalProductCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\DigitalProductItemCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\DigitalProductItemCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\DigitalProductItemCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\DigitalProductItemCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\DigitalProductItemCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\DigitalProductItemCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\DigitalProductItemCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\DigitalProductItemCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\GiftCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\GiftCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\GiftCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\GiftCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\GiftCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\GiftCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\GiftCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\GiftCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\GptUsageLogCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\GptUsageLogCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\GptUsageLogCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\GptUsageLogCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\GptUsageLogCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\GptUsageLogCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\GptUsageLogCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\GptUsageLogCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ImagesCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\ImagesCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ImagesCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ImagesCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ImagesCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ImagesCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\ImagesCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ImagesCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\InboundCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\InboundCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\InboundCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\InboundCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\InboundCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\InboundCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\InboundCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\InboundCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\InboundMarzbanCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\InboundMarzbanCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\InboundMarzbanCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\InboundMarzbanCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\InboundMarzbanCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\InboundMarzbanCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\InboundMarzbanCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\InboundMarzbanCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\IncomeCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\IncomeCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\IncomeCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\IncomeCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\IncomeCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\IncomeCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\IncomeCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\IncomeCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\LocationCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\LocationCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\LocationCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\LocationCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\LocationCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\LocationCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\LocationCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\LocationCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\MtprotoProxyCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\MtprotoProxyCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\MtprotoProxyCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\MtprotoProxyCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\MtprotoProxyCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\MtprotoProxyCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\MtprotoProxyCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\MtprotoProxyCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\PageCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\PageCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\PageCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\PageCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\PageCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\PageCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\PageCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\PageCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\PaymentCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\PaymentCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\PaymentCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\PaymentCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\PaymentCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\PaymentCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\PaymentCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\PaymentCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\PayoutCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\PayoutCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\PayoutCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\PayoutCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\PayoutCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\PayoutCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\PayoutCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\PayoutCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ProviderCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\ProviderCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ProviderCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ProviderCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ProviderCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ProviderCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\ProviderCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ProviderCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ReferralLinkCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\ReferralLinkCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ReferralLinkCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ReferralLinkCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ReferralLinkCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ReferralLinkCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\ReferralLinkCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ReferralLinkCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ReferralTransactionCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\ReferralTransactionCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ReferralTransactionCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ReferralTransactionCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ReferralTransactionCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ReferralTransactionCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\ReferralTransactionCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ReferralTransactionCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ReferralsCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\ReferralsCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ReferralsCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ReferralsCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ReferralsCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ReferralsCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\ReferralsCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ReferralsCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ResourceCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\ResourceCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ResourceCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ResourceCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ResourceCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ResourceCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\ResourceCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ResourceCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\RoutingRuleCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\RoutingRuleCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\RoutingRuleCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\RoutingRuleCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\RoutingRuleCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\RoutingRuleCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\RoutingRuleCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\RoutingRuleCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\SettingsCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\SettingsCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\SettingsCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\SettingsCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\SettingsCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\SettingsCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\SettingsCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\SettingsCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\SettingsMessageCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\SettingsMessageCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\SettingsMessageCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\SettingsMessageCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\SettingsMessageCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\SettingsMessageCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\SettingsMessageCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\SettingsMessageCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\SubscribeCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\SubscribeCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\SubscribeCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\SubscribeCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\SubscribeCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\SubscribeCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\SubscribeCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\SubscribeCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TagCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\TagCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TagCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TagCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TagCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TagCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\TagCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TagCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TariffCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\TariffCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TariffCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TariffCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TariffCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TariffCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\TariffCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TariffCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TariffPriceCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\TariffPriceCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TariffPriceCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TariffPriceCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TariffPriceCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TariffPriceCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\TariffPriceCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TariffPriceCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\TrafficAlertRuleCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\UserCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\UserCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserSaleCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\UserSaleCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserSaleCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserSaleCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserSaleCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserSaleCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\UserSaleCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserSaleCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserTagRelCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\UserTagRelCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserTagRelCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserTagRelCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserTagRelCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserTagRelCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\UserTagRelCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserTagRelCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\UserTrafficAggregateCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\VpnServerCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\VpnServerCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\VpnServerCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\VpnServerCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\VpnServerCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\VpnServerCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\VpnServerCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\VpnServerCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\VpnServerLocationCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\VpnServerLocationCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\VpnServerLocationCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\VpnServerLocationCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\VpnServerLocationCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\VpnServerLocationCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\VpnServerLocationCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\VpnServerLocationCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\XrayProfileCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\XrayProfileCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\XrayProfileCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\XrayProfileCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\XrayProfileCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\XrayProfileCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\XrayProfileCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\XrayProfileCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\XrayProfileVersionCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\XrayProfileVersionCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\XrayProfileVersionCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\XrayProfileVersionCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\XrayProfileVersionCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\XrayProfileVersionCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\XrayProfileVersionCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\XrayProfileVersionCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\XuiResourceCrudController" (parent: .abstract.instanceof.App\Controller\Admin\CRUD\XuiResourceCrudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\XuiResourceCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\XuiResourceCrudController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\XuiResourceCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\XuiResourceCrudController).
Resolving inheritance for "App\Controller\Admin\CRUD\XuiResourceCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\XuiResourceCrudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\AdminSubPreviewController" (parent: .abstract.instanceof.App\Controller\Admin\Other\AdminSubPreviewController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\AdminSubPreviewController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\AdminSubPreviewController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\AdminSubPreviewController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\AdminSubPreviewController).
Resolving inheritance for "App\Controller\Admin\Other\AdminSubPreviewController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\AdminSubPreviewController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\CreateGiftController" (parent: .abstract.instanceof.App\Controller\Admin\Other\CreateGiftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\CreateGiftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\CreateGiftController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\CreateGiftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\CreateGiftController).
Resolving inheritance for "App\Controller\Admin\Other\CreateGiftController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\CreateGiftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\DeviceLogController" (parent: .abstract.instanceof.App\Controller\Admin\Other\DeviceLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\DeviceLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\DeviceLogController).
Resolving inheritance for "App\Controller\Admin\Other\DeviceLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\DeviceLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\EditAuthProviderController" (parent: .abstract.instanceof.App\Controller\Admin\Other\EditAuthProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\EditAuthProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\EditAuthProviderController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\EditAuthProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\EditAuthProviderController).
Resolving inheritance for "App\Controller\Admin\Other\EditAuthProviderController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\EditAuthProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\ExpiredSubscribesController" (parent: .abstract.instanceof.App\Controller\Admin\Other\ExpiredSubscribesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\ExpiredSubscribesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\ExpiredSubscribesController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\ExpiredSubscribesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\ExpiredSubscribesController).
Resolving inheritance for "App\Controller\Admin\Other\ExpiredSubscribesController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\ExpiredSubscribesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\ExtensionController" (parent: .abstract.instanceof.App\Controller\Admin\Other\ExtensionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\ExtensionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\ExtensionController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\ExtensionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\ExtensionController).
Resolving inheritance for "App\Controller\Admin\Other\ExtensionController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\ExtensionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\FingerprintDuplicatesController" (parent: .abstract.instanceof.App\Controller\Admin\Other\FingerprintDuplicatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\FingerprintDuplicatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\FingerprintDuplicatesController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\FingerprintDuplicatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\FingerprintDuplicatesController).
Resolving inheritance for "App\Controller\Admin\Other\FingerprintDuplicatesController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\FingerprintDuplicatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\InboundClientsController" (parent: .abstract.instanceof.App\Controller\Admin\Other\InboundClientsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\InboundClientsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\InboundClientsController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\InboundClientsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\InboundClientsController).
Resolving inheritance for "App\Controller\Admin\Other\InboundClientsController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\InboundClientsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\RecurringPaymentMethodController" (parent: .abstract.instanceof.App\Controller\Admin\Other\RecurringPaymentMethodController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\RecurringPaymentMethodController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\RecurringPaymentMethodController).
Resolving inheritance for "App\Controller\Admin\Other\RecurringPaymentMethodController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\RecurringPaymentMethodController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\ReferralController" (parent: .abstract.instanceof.App\Controller\Admin\Other\ReferralController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\ReferralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\ReferralController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\ReferralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\ReferralController).
Resolving inheritance for "App\Controller\Admin\Other\ReferralController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\ReferralController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\RoutingRuleController" (parent: .abstract.instanceof.App\Controller\Admin\Other\RoutingRuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\RoutingRuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\RoutingRuleController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\RoutingRuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\RoutingRuleController).
Resolving inheritance for "App\Controller\Admin\Other\RoutingRuleController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\RoutingRuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\StatServerController" (parent: .abstract.instanceof.App\Controller\Admin\Other\StatServerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\StatServerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\StatServerController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\StatServerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\StatServerController).
Resolving inheritance for "App\Controller\Admin\Other\StatServerController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\StatServerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\SubscribeController" (parent: .abstract.instanceof.App\Controller\Admin\Other\SubscribeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\SubscribeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\SubscribeController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\SubscribeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\SubscribeController).
Resolving inheritance for "App\Controller\Admin\Other\SubscribeController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\SubscribeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\SyncController" (parent: .abstract.instanceof.App\Controller\Admin\Other\SyncController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\SyncController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\SyncController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\SyncController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\SyncController).
Resolving inheritance for "App\Controller\Admin\Other\SyncController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\SyncController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\TrafficServersController" (parent: .abstract.instanceof.App\Controller\Admin\Other\TrafficServersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\TrafficServersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\TrafficServersController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\TrafficServersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\TrafficServersController).
Resolving inheritance for "App\Controller\Admin\Other\TrafficServersController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\TrafficServersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\UserActionsController" (parent: .abstract.instanceof.App\Controller\Admin\Other\UserActionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\UserActionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\UserActionsController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\UserActionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\UserActionsController).
Resolving inheritance for "App\Controller\Admin\Other\UserActionsController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\UserActionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\UserController" (parent: .abstract.instanceof.App\Controller\Admin\Other\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\UserController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\UserController).
Resolving inheritance for "App\Controller\Admin\Other\UserController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersController" (parent: .abstract.instanceof.App\Controller\Admin\Other\VpnServersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersController).
Resolving inheritance for "App\Controller\Admin\Other\VpnServersController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersIPQSController" (parent: .abstract.instanceof.App\Controller\Admin\Other\VpnServersIPQSController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersIPQSController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersIPQSController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersIPQSController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersIPQSController).
Resolving inheritance for "App\Controller\Admin\Other\VpnServersIPQSController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersIPQSController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersLocationController" (parent: .abstract.instanceof.App\Controller\Admin\Other\VpnServersLocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersLocationController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersLocationController).
Resolving inheritance for "App\Controller\Admin\Other\VpnServersLocationController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersLocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersV2Controller" (parent: .abstract.instanceof.App\Controller\Admin\Other\VpnServersV2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersV2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersV2Controller).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersV2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersV2Controller).
Resolving inheritance for "App\Controller\Admin\Other\VpnServersV2Controller" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersV2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\WhiteListTrafficController" (parent: .abstract.instanceof.App\Controller\Admin\Other\WhiteListTrafficController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\WhiteListTrafficController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\WhiteListTrafficController).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\WhiteListTrafficController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\WhiteListTrafficController).
Resolving inheritance for "App\Controller\Admin\Other\WhiteListTrafficController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\WhiteListTrafficController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthCodesController" (parent: .abstract.instanceof.App\Controller\Api\AuthCodesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthCodesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthCodesController).
Resolving inheritance for "App\Controller\Api\AuthCodesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthCodesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthController" (parent: .abstract.instanceof.App\Controller\Api\AuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthController).
Resolving inheritance for "App\Controller\Api\AuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BaseGiftController" (parent: .abstract.instanceof.App\Controller\Api\BaseGiftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BaseGiftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BaseGiftController).
Resolving inheritance for "App\Controller\Api\BaseGiftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BaseGiftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Bot\PaymentController" (parent: .abstract.instanceof.App\Controller\Api\Bot\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Bot\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Bot\PaymentController).
Resolving inheritance for "App\Controller\Api\Bot\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Bot\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Bot\SubResetController" (parent: .abstract.instanceof.App\Controller\Api\Bot\SubResetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Bot\SubResetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Bot\SubResetController).
Resolving inheritance for "App\Controller\Api\Bot\SubResetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Bot\SubResetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Bot\UserController" (parent: .abstract.instanceof.App\Controller\Api\Bot\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Bot\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Bot\UserController).
Resolving inheritance for "App\Controller\Api\Bot\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Bot\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CharityController" (parent: .abstract.instanceof.App\Controller\Api\CharityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CharityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CharityController).
Resolving inheritance for "App\Controller\Api\CharityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CharityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CryptoCloudController" (parent: .abstract.instanceof.App\Controller\Api\CryptoCloudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CryptoCloudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CryptoCloudController).
Resolving inheritance for "App\Controller\Api\CryptoCloudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CryptoCloudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeviceLogController" (parent: .abstract.instanceof.App\Controller\Api\DeviceLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeviceLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeviceLogController).
Resolving inheritance for "App\Controller\Api\DeviceLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeviceLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EmailAuthController" (parent: .abstract.instanceof.App\Controller\Api\EmailAuthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EmailAuthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EmailAuthController).
Resolving inheritance for "App\Controller\Api\EmailAuthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EmailAuthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ExtensionController" (parent: .abstract.instanceof.App\Controller\Api\ExtensionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ExtensionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ExtensionController).
Resolving inheritance for "App\Controller\Api\ExtensionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ExtensionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GiftController" (parent: .abstract.instanceof.App\Controller\Api\GiftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GiftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GiftController).
Resolving inheritance for "App\Controller\Api\GiftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GiftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GptUsageHistoryController" (parent: .abstract.instanceof.App\Controller\Api\GptUsageHistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GptUsageHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GptUsageHistoryController).
Resolving inheritance for "App\Controller\Api\GptUsageHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GptUsageHistoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ImageController" (parent: .abstract.instanceof.App\Controller\Api\ImageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ImageController).
Resolving inheritance for "App\Controller\Api\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ImageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\JsonSubController" (parent: .abstract.instanceof.App\Controller\Api\JsonSubController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\JsonSubController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\JsonSubController).
Resolving inheritance for "App\Controller\Api\JsonSubController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\JsonSubController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KeyController" (parent: .abstract.instanceof.App\Controller\Api\KeyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KeyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KeyController).
Resolving inheritance for "App\Controller\Api\KeyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KeyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MessageController" (parent: .abstract.instanceof.App\Controller\Api\MessageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MessageController).
Resolving inheritance for "App\Controller\Api\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MessageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PartnershipProgramsController" (parent: .abstract.instanceof.App\Controller\Api\PartnershipProgramsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PartnershipProgramsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PartnershipProgramsController).
Resolving inheritance for "App\Controller\Api\PartnershipProgramsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PartnershipProgramsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RecurringPaymentMethodsController" (parent: .abstract.instanceof.App\Controller\Api\RecurringPaymentMethodsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RecurringPaymentMethodsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RecurringPaymentMethodsController).
Resolving inheritance for "App\Controller\Api\RecurringPaymentMethodsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RecurringPaymentMethodsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RenewalSubscribesController" (parent: .abstract.instanceof.App\Controller\Api\RenewalSubscribesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RenewalSubscribesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RenewalSubscribesController).
Resolving inheritance for "App\Controller\Api\RenewalSubscribesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RenewalSubscribesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RoutingRuleController" (parent: .abstract.instanceof.App\Controller\Api\RoutingRuleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RoutingRuleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RoutingRuleController).
Resolving inheritance for "App\Controller\Api\RoutingRuleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RoutingRuleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ServerPingController" (parent: .abstract.instanceof.App\Controller\Api\ServerPingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ServerPingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ServerPingController).
Resolving inheritance for "App\Controller\Api\ServerPingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ServerPingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqDeviceLogController" (parent: .abstract.instanceof.App\Controller\Api\Service\FaqDeviceLogController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqDeviceLogController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqDeviceLogController).
Resolving inheritance for "App\Controller\Api\Service\FaqDeviceLogController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqDeviceLogController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqPaymentsController" (parent: .abstract.instanceof.App\Controller\Api\Service\FaqPaymentsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqPaymentsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqPaymentsController).
Resolving inheritance for "App\Controller\Api\Service\FaqPaymentsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqPaymentsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqServersController" (parent: .abstract.instanceof.App\Controller\Api\Service\FaqServersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqServersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqServersController).
Resolving inheritance for "App\Controller\Api\Service\FaqServersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqServersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqSubResetController" (parent: .abstract.instanceof.App\Controller\Api\Service\FaqSubResetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqSubResetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqSubResetController).
Resolving inheritance for "App\Controller\Api\Service\FaqSubResetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqSubResetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqUserController" (parent: .abstract.instanceof.App\Controller\Api\Service\FaqUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqUserController).
Resolving inheritance for "App\Controller\Api\Service\FaqUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\VpnServerController" (parent: .abstract.instanceof.App\Controller\Api\Service\VpnServerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\VpnServerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\VpnServerController).
Resolving inheritance for "App\Controller\Api\Service\VpnServerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\VpnServerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SettingsController" (parent: .abstract.instanceof.App\Controller\Api\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SettingsController).
Resolving inheritance for "App\Controller\Api\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SubController" (parent: .abstract.instanceof.App\Controller\Api\SubController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SubController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SubController).
Resolving inheritance for "App\Controller\Api\SubController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SubController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SubscribeV2Controller" (parent: .abstract.instanceof.App\Controller\Api\SubscribeV2Controller).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SubscribeV2Controller" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SubscribeV2Controller).
Resolving inheritance for "App\Controller\Api\SubscribeV2Controller" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SubscribeV2Controller).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TariffController" (parent: .abstract.instanceof.App\Controller\Api\TariffController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TariffController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TariffController).
Resolving inheritance for "App\Controller\Api\TariffController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TariffController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController" (parent: .abstract.instanceof.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController).
Resolving inheritance for "App\Controller\Api\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VpnServerController" (parent: .abstract.instanceof.App\Controller\Api\VpnServerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VpnServerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VpnServerController).
Resolving inheritance for "App\Controller\Api\VpnServerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VpnServerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VpnServerLocationController" (parent: .abstract.instanceof.App\Controller\Api\VpnServerLocationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VpnServerLocationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VpnServerLocationController).
Resolving inheritance for "App\Controller\Api\VpnServerLocationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VpnServerLocationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VpnServerRebootController" (parent: .abstract.instanceof.App\Controller\Api\VpnServerRebootController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VpnServerRebootController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VpnServerRebootController).
Resolving inheritance for "App\Controller\Api\VpnServerRebootController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VpnServerRebootController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\BaseGiftController" (parent: .abstract.instanceof.App\Controller\Api\Web\BaseGiftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\BaseGiftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\BaseGiftController).
Resolving inheritance for "App\Controller\Api\Web\BaseGiftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\BaseGiftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\DigitalProductController" (parent: .abstract.instanceof.App\Controller\Api\Web\DigitalProductController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\DigitalProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\DigitalProductController).
Resolving inheritance for "App\Controller\Api\Web\DigitalProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\DigitalProductController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\ExtensionAuthCodeController" (parent: .abstract.instanceof.App\Controller\Api\Web\ExtensionAuthCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\ExtensionAuthCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\ExtensionAuthCodeController).
Resolving inheritance for "App\Controller\Api\Web\ExtensionAuthCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\ExtensionAuthCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\GiftController" (parent: .abstract.instanceof.App\Controller\Api\Web\GiftController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\GiftController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\GiftController).
Resolving inheritance for "App\Controller\Api\Web\GiftController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\GiftController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\MtprotoProxyController" (parent: .abstract.instanceof.App\Controller\Api\Web\MtprotoProxyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\MtprotoProxyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\MtprotoProxyController).
Resolving inheritance for "App\Controller\Api\Web\MtprotoProxyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\MtprotoProxyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\PaymentController" (parent: .abstract.instanceof.App\Controller\Api\Web\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\PaymentController).
Resolving inheritance for "App\Controller\Api\Web\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\ProtocolController" (parent: .abstract.instanceof.App\Controller\Api\Web\ProtocolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\ProtocolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\ProtocolController).
Resolving inheritance for "App\Controller\Api\Web\ProtocolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\ProtocolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\RecurringPaymentController" (parent: .abstract.instanceof.App\Controller\Api\Web\RecurringPaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\RecurringPaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\RecurringPaymentController).
Resolving inheritance for "App\Controller\Api\Web\RecurringPaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\RecurringPaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\ReferralController" (parent: .abstract.instanceof.App\Controller\Api\Web\ReferralController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\ReferralController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\ReferralController).
Resolving inheritance for "App\Controller\Api\Web\ReferralController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\ReferralController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\SettingsController" (parent: .abstract.instanceof.App\Controller\Api\Web\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\SettingsController).
Resolving inheritance for "App\Controller\Api\Web\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\SubResetController" (parent: .abstract.instanceof.App\Controller\Api\Web\SubResetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\SubResetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\SubResetController).
Resolving inheritance for "App\Controller\Api\Web\SubResetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\SubResetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\SubscribeController" (parent: .abstract.instanceof.App\Controller\Api\Web\SubscribeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\SubscribeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\SubscribeController).
Resolving inheritance for "App\Controller\Api\Web\SubscribeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\SubscribeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\TariffController" (parent: .abstract.instanceof.App\Controller\Api\Web\TariffController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\TariffController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\TariffController).
Resolving inheritance for "App\Controller\Api\Web\TariffController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\TariffController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\TransactionController" (parent: .abstract.instanceof.App\Controller\Api\Web\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\TransactionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\TransactionController).
Resolving inheritance for "App\Controller\Api\Web\TransactionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\TransactionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\UserController" (parent: .abstract.instanceof.App\Controller\Api\Web\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\UserController).
Resolving inheritance for "App\Controller\Api\Web\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\YooKassaController" (parent: .abstract.instanceof.App\Controller\Api\YooKassaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\YooKassaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\YooKassaController).
Resolving inheritance for "App\Controller\Api\YooKassaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\YooKassaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CryptoCloudController" (parent: .abstract.instanceof.App\Controller\CryptoCloudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CryptoCloudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CryptoCloudController).
Resolving inheritance for "App\Controller\CryptoCloudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CryptoCloudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FreeKassaController" (parent: .abstract.instanceof.App\Controller\FreeKassaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FreeKassaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FreeKassaController).
Resolving inheritance for "App\Controller\FreeKassaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FreeKassaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController" (parent: .abstract.instanceof.App\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController).
Resolving inheritance for "App\Controller\PaymentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\YooKassaController" (parent: .abstract.instanceof.App\Controller\YooKassaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\YooKassaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\YooKassaController).
Resolving inheritance for "App\Controller\YooKassaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\YooKassaController).
Resolving inheritance for ".instanceof.App\EventListener\Payment\AfterSuccessPaymentSubscriber.0.App\EventListener\Payment\AfterSuccessPaymentSubscriber" (parent: .abstract.instanceof.App\EventListener\Payment\AfterSuccessPaymentSubscriber).
Resolving inheritance for "App\EventListener\Payment\AfterSuccessPaymentSubscriber" (parent: .instanceof.App\EventListener\Payment\AfterSuccessPaymentSubscriber.0.App\EventListener\Payment\AfterSuccessPaymentSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApiRequestLogSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ApiRequestLogSubscriber).
Resolving inheritance for "App\EventSubscriber\ApiRequestLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApiRequestLogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EasyAdminSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\EasyAdminSubscriber).
Resolving inheritance for "App\EventSubscriber\EasyAdminSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EasyAdminSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuthProviderType" (parent: .abstract.instanceof.App\Form\AuthProviderType).
Resolving inheritance for "App\Form\AuthProviderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuthProviderType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GptUsageLogType" (parent: .abstract.instanceof.App\Form\GptUsageLogType).
Resolving inheritance for "App\Form\GptUsageLogType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GptUsageLogType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentType" (parent: .abstract.instanceof.App\Form\PaymentType).
Resolving inheritance for "App\Form\PaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SendMessageType" (parent: .abstract.instanceof.App\Form\SendMessageType).
Resolving inheritance for "App\Form\SendMessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SendMessageType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscribeType" (parent: .abstract.instanceof.App\Form\SubscribeType).
Resolving inheritance for "App\Form\SubscribeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscribeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SyncServerInboundType" (parent: .abstract.instanceof.App\Form\SyncServerInboundType).
Resolving inheritance for "App\Form\SyncServerInboundType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SyncServerInboundType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TariffPriceType" (parent: .abstract.instanceof.App\Form\TariffPriceType).
Resolving inheritance for "App\Form\TariffPriceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TariffPriceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrafficServersFilterType" (parent: .abstract.instanceof.App\Form\TrafficServersFilterType).
Resolving inheritance for "App\Form\TrafficServersFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrafficServersFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JsonEditorType" (parent: .abstract.instanceof.App\Form\Type\JsonEditorType).
Resolving inheritance for "App\Form\Type\JsonEditorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JsonEditorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PanelPasswordType" (parent: .abstract.instanceof.App\Form\Type\PanelPasswordType).
Resolving inheritance for "App\Form\Type\PanelPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PanelPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VpnServersTableFilterType" (parent: .abstract.instanceof.App\Form\VpnServersTableFilterType).
Resolving inheritance for "App\Form\VpnServersTableFilterType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VpnServersTableFilterType).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\BaseGiftNormalizer" (parent: .abstract.instanceof.App\Normalizer\BaseGiftNormalizer).
Resolving inheritance for "App\Normalizer\BaseGiftNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\BaseGiftNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\ImageNormalizer" (parent: .abstract.instanceof.App\Normalizer\ImageNormalizer).
Resolving inheritance for "App\Normalizer\ImageNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\ImageNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\PaymentNormalizer" (parent: .abstract.instanceof.App\Normalizer\PaymentNormalizer).
Resolving inheritance for "App\Normalizer\PaymentNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\PaymentNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\SettingsNormalizer" (parent: .abstract.instanceof.App\Normalizer\SettingsNormalizer).
Resolving inheritance for "App\Normalizer\SettingsNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\SettingsNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\SubscribeNormalizer" (parent: .abstract.instanceof.App\Normalizer\SubscribeNormalizer).
Resolving inheritance for "App\Normalizer\SubscribeNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\SubscribeNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\TariffNormalizer" (parent: .abstract.instanceof.App\Normalizer\TariffNormalizer).
Resolving inheritance for "App\Normalizer\TariffNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\TariffNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\UserNormalizer" (parent: .abstract.instanceof.App\Normalizer\UserNormalizer).
Resolving inheritance for "App\Normalizer\UserNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\UserNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\VpnServerNormalizer" (parent: .abstract.instanceof.App\Normalizer\VpnServerNormalizer).
Resolving inheritance for "App\Normalizer\VpnServerNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\VpnServerNormalizer).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository" (parent: .abstract.instanceof.App\Repository\AdminRepository).
Resolving inheritance for "App\Repository\AdminRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthCodeRepository" (parent: .abstract.instanceof.App\Repository\AuthCodeRepository).
Resolving inheritance for "App\Repository\AuthCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthProviderRepository" (parent: .abstract.instanceof.App\Repository\AuthProviderRepository).
Resolving inheritance for "App\Repository\AuthProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BageRepository" (parent: .abstract.instanceof.App\Repository\BageRepository).
Resolving inheritance for "App\Repository\BageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BaseGiftRepository" (parent: .abstract.instanceof.App\Repository\BaseGiftRepository).
Resolving inheritance for "App\Repository\BaseGiftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BaseGiftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CharityRepository" (parent: .abstract.instanceof.App\Repository\CharityRepository).
Resolving inheritance for "App\Repository\CharityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CharityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyIncomeRepository" (parent: .abstract.instanceof.App\Repository\DailyIncomeRepository).
Resolving inheritance for "App\Repository\DailyIncomeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyIncomeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceLogRepository" (parent: .abstract.instanceof.App\Repository\DeviceLogRepository).
Resolving inheritance for "App\Repository\DeviceLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DigitalProductItemRepository" (parent: .abstract.instanceof.App\Repository\DigitalProductItemRepository).
Resolving inheritance for "App\Repository\DigitalProductItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DigitalProductItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DigitalProductRepository" (parent: .abstract.instanceof.App\Repository\DigitalProductRepository).
Resolving inheritance for "App\Repository\DigitalProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DigitalProductRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRateLimitRepository" (parent: .abstract.instanceof.App\Repository\EmailRateLimitRepository).
Resolving inheritance for "App\Repository\EmailRateLimitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRateLimitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailVerificationTokenRepository" (parent: .abstract.instanceof.App\Repository\EmailVerificationTokenRepository).
Resolving inheritance for "App\Repository\EmailVerificationTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailVerificationTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GiftRepository" (parent: .abstract.instanceof.App\Repository\GiftRepository).
Resolving inheritance for "App\Repository\GiftRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GiftRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GptUsageHistoryRepository" (parent: .abstract.instanceof.App\Repository\GptUsageHistoryRepository).
Resolving inheritance for "App\Repository\GptUsageHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GptUsageHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GptUsageLogsRepository" (parent: .abstract.instanceof.App\Repository\GptUsageLogsRepository).
Resolving inheritance for "App\Repository\GptUsageLogsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GptUsageLogsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImagesRepository" (parent: .abstract.instanceof.App\Repository\ImagesRepository).
Resolving inheritance for "App\Repository\ImagesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImagesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundAccountRepository" (parent: .abstract.instanceof.App\Repository\InboundAccountRepository).
Resolving inheritance for "App\Repository\InboundAccountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundAccountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundClientMarzbanRepository" (parent: .abstract.instanceof.App\Repository\InboundClientMarzbanRepository).
Resolving inheritance for "App\Repository\InboundClientMarzbanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundClientMarzbanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundClientRepository" (parent: .abstract.instanceof.App\Repository\InboundClientRepository).
Resolving inheritance for "App\Repository\InboundClientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundClientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundMarzbanRepository" (parent: .abstract.instanceof.App\Repository\InboundMarzbanRepository).
Resolving inheritance for "App\Repository\InboundMarzbanRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundMarzbanRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundMarzbanTrafficLogsRepository" (parent: .abstract.instanceof.App\Repository\InboundMarzbanTrafficLogsRepository).
Resolving inheritance for "App\Repository\InboundMarzbanTrafficLogsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundMarzbanTrafficLogsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundRepository" (parent: .abstract.instanceof.App\Repository\InboundRepository).
Resolving inheritance for "App\Repository\InboundRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundTrafficLogRepository" (parent: .abstract.instanceof.App\Repository\InboundTrafficLogRepository).
Resolving inheritance for "App\Repository\InboundTrafficLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundTrafficLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncomeRepository" (parent: .abstract.instanceof.App\Repository\IncomeRepository).
Resolving inheritance for "App\Repository\IncomeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncomeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository" (parent: .abstract.instanceof.App\Repository\LocationRepository).
Resolving inheritance for "App\Repository\LocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginAttemptRepository" (parent: .abstract.instanceof.App\Repository\LoginAttemptRepository).
Resolving inheritance for "App\Repository\LoginAttemptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginAttemptRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository" (parent: .abstract.instanceof.App\Repository\MessageRepository).
Resolving inheritance for "App\Repository\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MtprotoProxyRepository" (parent: .abstract.instanceof.App\Repository\MtprotoProxyRepository).
Resolving inheritance for "App\Repository\MtprotoProxyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MtprotoProxyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository" (parent: .abstract.instanceof.App\Repository\PageRepository).
Resolving inheritance for "App\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PasswordResetTokenRepository" (parent: .abstract.instanceof.App\Repository\PasswordResetTokenRepository).
Resolving inheritance for "App\Repository\PasswordResetTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PasswordResetTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository" (parent: .abstract.instanceof.App\Repository\PaymentRepository).
Resolving inheritance for "App\Repository\PaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PayoutRepository" (parent: .abstract.instanceof.App\Repository\PayoutRepository).
Resolving inheritance for "App\Repository\PayoutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PayoutRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository" (parent: .abstract.instanceof.App\Repository\ProviderRepository).
Resolving inheritance for "App\Repository\ProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProxyRepository" (parent: .abstract.instanceof.App\Repository\ProxyRepository).
Resolving inheritance for "App\Repository\ProxyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProxyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurringPaymentMethodRepository" (parent: .abstract.instanceof.App\Repository\RecurringPaymentMethodRepository).
Resolving inheritance for "App\Repository\RecurringPaymentMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurringPaymentMethodRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralLinkRepository" (parent: .abstract.instanceof.App\Repository\ReferralLinkRepository).
Resolving inheritance for "App\Repository\ReferralLinkRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralLinkRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralTransactionRepository" (parent: .abstract.instanceof.App\Repository\ReferralTransactionRepository).
Resolving inheritance for "App\Repository\ReferralTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository" (parent: .abstract.instanceof.App\Repository\RefreshTokenRepository).
Resolving inheritance for "App\Repository\RefreshTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResourceRepository" (parent: .abstract.instanceof.App\Repository\ResourceRepository).
Resolving inheritance for "App\Repository\ResourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleStatRepository" (parent: .abstract.instanceof.App\Repository\RoleStatRepository).
Resolving inheritance for "App\Repository\RoleStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleStatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoutingRuleRepository" (parent: .abstract.instanceof.App\Repository\RoutingRuleRepository).
Resolving inheritance for "App\Repository\RoutingRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoutingRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServerPingRepository" (parent: .abstract.instanceof.App\Repository\ServerPingRepository).
Resolving inheritance for "App\Repository\ServerPingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServerPingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository" (parent: .abstract.instanceof.App\Repository\SettingsRepository).
Resolving inheritance for "App\Repository\SettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubResetLogRepository" (parent: .abstract.instanceof.App\Repository\SubResetLogRepository).
Resolving inheritance for "App\Repository\SubResetLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubResetLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeRepository" (parent: .abstract.instanceof.App\Repository\SubscribeRepository).
Resolving inheritance for "App\Repository\SubscribeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeTrafficHistoryRepository" (parent: .abstract.instanceof.App\Repository\SubscribeTrafficHistoryRepository).
Resolving inheritance for "App\Repository\SubscribeTrafficHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeTrafficHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeTrafficRepository" (parent: .abstract.instanceof.App\Repository\SubscribeTrafficRepository).
Resolving inheritance for "App\Repository\SubscribeTrafficRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeTrafficRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffPriceRepository" (parent: .abstract.instanceof.App\Repository\TariffPriceRepository).
Resolving inheritance for "App\Repository\TariffPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffRepository" (parent: .abstract.instanceof.App\Repository\TariffRepository).
Resolving inheritance for "App\Repository\TariffRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TelegramNotificationSettingsRepository" (parent: .abstract.instanceof.App\Repository\TelegramNotificationSettingsRepository).
Resolving inheritance for "App\Repository\TelegramNotificationSettingsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TelegramNotificationSettingsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficAlertHistoryRepository" (parent: .abstract.instanceof.App\Repository\TrafficAlertHistoryRepository).
Resolving inheritance for "App\Repository\TrafficAlertHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficAlertHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficAlertRuleRepository" (parent: .abstract.instanceof.App\Repository\TrafficAlertRuleRepository).
Resolving inheritance for "App\Repository\TrafficAlertRuleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficAlertRuleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserActionsRepository" (parent: .abstract.instanceof.App\Repository\UserActionsRepository).
Resolving inheritance for "App\Repository\UserActionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserActionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationsRepository" (parent: .abstract.instanceof.App\Repository\UserNotificationsRepository).
Resolving inheritance for "App\Repository\UserNotificationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSaleRepository" (parent: .abstract.instanceof.App\Repository\UserSaleRepository).
Resolving inheritance for "App\Repository\UserSaleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSaleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTagRelRepository" (parent: .abstract.instanceof.App\Repository\UserTagRelRepository).
Resolving inheritance for "App\Repository\UserTagRelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTagRelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTrafficAggregateRepository" (parent: .abstract.instanceof.App\Repository\UserTrafficAggregateRepository).
Resolving inheritance for "App\Repository\UserTrafficAggregateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTrafficAggregateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerBageRelRepository" (parent: .abstract.instanceof.App\Repository\VpnServerBageRelRepository).
Resolving inheritance for "App\Repository\VpnServerBageRelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerBageRelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerLocationBageRelRepository" (parent: .abstract.instanceof.App\Repository\VpnServerLocationBageRelRepository).
Resolving inheritance for "App\Repository\VpnServerLocationBageRelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerLocationBageRelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerLocationRepository" (parent: .abstract.instanceof.App\Repository\VpnServerLocationRepository).
Resolving inheritance for "App\Repository\VpnServerLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerLocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerRepository" (parent: .abstract.instanceof.App\Repository\VpnServerRepository).
Resolving inheritance for "App\Repository\VpnServerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerTrafficLogsRepository" (parent: .abstract.instanceof.App\Repository\VpnServerTrafficLogsRepository).
Resolving inheritance for "App\Repository\VpnServerTrafficLogsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerTrafficLogsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServersActionsRepository" (parent: .abstract.instanceof.App\Repository\VpnServersActionsRepository).
Resolving inheritance for "App\Repository\VpnServersActionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServersActionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServersLocationStatRepository" (parent: .abstract.instanceof.App\Repository\VpnServersLocationStatRepository).
Resolving inheritance for "App\Repository\VpnServersLocationStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServersLocationStatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XrayProfileRepository" (parent: .abstract.instanceof.App\Repository\XrayProfileRepository).
Resolving inheritance for "App\Repository\XrayProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XrayProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XrayProfileVersionRepository" (parent: .abstract.instanceof.App\Repository\XrayProfileVersionRepository).
Resolving inheritance for "App\Repository\XrayProfileVersionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XrayProfileVersionRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Form\VpnServer\CreateVpnServersType" (parent: .abstract.instanceof.App\Service\Form\VpnServer\CreateVpnServersType).
Resolving inheritance for "App\Service\Form\VpnServer\CreateVpnServersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Form\VpnServer\CreateVpnServersType).
Resolving inheritance for ".instanceof.App\Service\Notification\Channel\EmailNotificationChannel.0.App\Service\Notification\Channel\EmailNotificationChannel" (parent: .abstract.instanceof.App\Service\Notification\Channel\EmailNotificationChannel).
Resolving inheritance for "App\Service\Notification\Channel\EmailNotificationChannel" (parent: .instanceof.App\Service\Notification\Channel\EmailNotificationChannel.0.App\Service\Notification\Channel\EmailNotificationChannel).
Resolving inheritance for ".instanceof.App\Service\Notification\Channel\TelegramNotificationChannel.0.App\Service\Notification\Channel\TelegramNotificationChannel" (parent: .abstract.instanceof.App\Service\Notification\Channel\TelegramNotificationChannel).
Resolving inheritance for "App\Service\Notification\Channel\TelegramNotificationChannel" (parent: .instanceof.App\Service\Notification\Channel\TelegramNotificationChannel.0.App\Service\Notification\Channel\TelegramNotificationChannel).
Resolving inheritance for ".instanceof.App\Service\Payment\Provider\PaymentProviderInterface.0.App\Service\Payment\Provider\CryptoCloudPaymentProvider" (parent: .abstract.instanceof.App\Service\Payment\Provider\CryptoCloudPaymentProvider).
Resolving inheritance for "App\Service\Payment\Provider\CryptoCloudPaymentProvider" (parent: .instanceof.App\Service\Payment\Provider\PaymentProviderInterface.0.App\Service\Payment\Provider\CryptoCloudPaymentProvider).
Resolving inheritance for ".instanceof.App\Service\Payment\Provider\PaymentProviderInterface.0.App\Service\Payment\Provider\FreeKassaPaymentProvider" (parent: .abstract.instanceof.App\Service\Payment\Provider\FreeKassaPaymentProvider).
Resolving inheritance for "App\Service\Payment\Provider\FreeKassaPaymentProvider" (parent: .instanceof.App\Service\Payment\Provider\PaymentProviderInterface.0.App\Service\Payment\Provider\FreeKassaPaymentProvider).
Resolving inheritance for ".instanceof.App\Service\Payment\Provider\PaymentProviderInterface.0.App\Service\Payment\Provider\YooKassaPaymentProvider" (parent: .abstract.instanceof.App\Service\Payment\Provider\YooKassaPaymentProvider).
Resolving inheritance for "App\Service\Payment\Provider\YooKassaPaymentProvider" (parent: .instanceof.App\Service\Payment\Provider\PaymentProviderInterface.0.App\Service\Payment\Provider\YooKassaPaymentProvider).
Resolving inheritance for ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\HysteriaProvider" (parent: .abstract.instanceof.App\Service\Vpn\Provider\Adapter\HysteriaProvider).
Resolving inheritance for "App\Service\Vpn\Provider\Adapter\HysteriaProvider" (parent: .instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\HysteriaProvider).
Resolving inheritance for ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider" (parent: .abstract.instanceof.App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider).
Resolving inheritance for "App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider" (parent: .instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider).
Resolving inheritance for ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\OutlineProvider" (parent: .abstract.instanceof.App\Service\Vpn\Provider\Adapter\OutlineProvider).
Resolving inheritance for "App\Service\Vpn\Provider\Adapter\OutlineProvider" (parent: .instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\OutlineProvider).
Resolving inheritance for ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\RemnawaveVlessProvider" (parent: .abstract.instanceof.App\Service\Vpn\Provider\Adapter\RemnawaveVlessProvider).
Resolving inheritance for "App\Service\Vpn\Provider\Adapter\RemnawaveVlessProvider" (parent: .instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\RemnawaveVlessProvider).
Resolving inheritance for ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\TrustTunnelProvider" (parent: .abstract.instanceof.App\Service\Vpn\Provider\Adapter\TrustTunnelProvider).
Resolving inheritance for "App\Service\Vpn\Provider\Adapter\TrustTunnelProvider" (parent: .instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\TrustTunnelProvider).
Resolving inheritance for ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\XuiHttpProvider" (parent: .abstract.instanceof.App\Service\Vpn\Provider\Adapter\XuiHttpProvider).
Resolving inheritance for "App\Service\Vpn\Provider\Adapter\XuiHttpProvider" (parent: .instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\XuiHttpProvider).
Resolving inheritance for ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\XuiVlessProvider" (parent: .abstract.instanceof.App\Service\Vpn\Provider\Adapter\XuiVlessProvider).
Resolving inheritance for "App\Service\Vpn\Provider\Adapter\XuiVlessProvider" (parent: .instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\XuiVlessProvider).
Resolving inheritance for ".instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\GrpcStreamSettingsBuilder" (parent: .abstract.instanceof.App\Service\Xray\StreamSettings\GrpcStreamSettingsBuilder).
Resolving inheritance for "App\Service\Xray\StreamSettings\GrpcStreamSettingsBuilder" (parent: .instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\GrpcStreamSettingsBuilder).
Resolving inheritance for ".instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\RealityStreamSettingsBuilder" (parent: .abstract.instanceof.App\Service\Xray\StreamSettings\RealityStreamSettingsBuilder).
Resolving inheritance for "App\Service\Xray\StreamSettings\RealityStreamSettingsBuilder" (parent: .instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\RealityStreamSettingsBuilder).
Resolving inheritance for ".instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\WsStreamSettingsBuilder" (parent: .abstract.instanceof.App\Service\Xray\StreamSettings\WsStreamSettingsBuilder).
Resolving inheritance for "App\Service\Xray\StreamSettings\WsStreamSettingsBuilder" (parent: .instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\WsStreamSettingsBuilder).
Resolving inheritance for ".instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\XhttpStreamSettingsBuilder" (parent: .abstract.instanceof.App\Service\Xray\StreamSettings\XhttpStreamSettingsBuilder).
Resolving inheritance for "App\Service\Xray\StreamSettings\XhttpStreamSettingsBuilder" (parent: .instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\XhttpStreamSettingsBuilder).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BooleanExtension" (parent: .abstract.instanceof.App\Twig\BooleanExtension).
Resolving inheritance for "App\Twig\BooleanExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BooleanExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeviceLogExtension" (parent: .abstract.instanceof.App\Twig\DeviceLogExtension).
Resolving inheritance for "App\Twig\DeviceLogExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeviceLogExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\InverseBooleanExtension" (parent: .abstract.instanceof.App\Twig\InverseBooleanExtension).
Resolving inheritance for "App\Twig\InverseBooleanExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\InverseBooleanExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TrafficExtension" (parent: .abstract.instanceof.App\Twig\TrafficExtension).
Resolving inheritance for "App\Twig\TrafficExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TrafficExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TrustTunnelExtension" (parent: .abstract.instanceof.App\Twig\TrustTunnelExtension).
Resolving inheritance for "App\Twig\TrustTunnelExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TrustTunnelExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\YesOrNoExtension" (parent: .abstract.instanceof.App\Twig\YesOrNoExtension).
Resolving inheritance for "App\Twig\YesOrNoExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\YesOrNoExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\NotDisposableEmailValidator" (parent: .abstract.instanceof.App\Validator\NotDisposableEmailValidator).
Resolving inheritance for "App\Validator\NotDisposableEmailValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\NotDisposableEmailValidator).
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._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._package_images" (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 "lock.default.factory" (parent: lock.factory.abstract).
Resolving inheritance for "cache.rate_limiter" (parent: cache.app).
Resolving inheritance for "limiter.vpn_server_reload" (parent: limiter).
Resolving inheritance for "limiter.vpn_server_reload_api" (parent: limiter).
Resolving inheritance for "limiter.json_sub_id" (parent: limiter).
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.configuration" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_admin_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.login.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.external_client" (parent: security.firewall.config).
Resolving inheritance for "security.listener.external_client.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.access_token_handler.external_client" (parent: App\Security\AccessTokenHandler).
Resolving inheritance for "security.authenticator.access_token.external_client" (parent: security.authenticator.access_token).
Resolving inheritance for "security.authenticator.manager.external_client" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.external_client" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.external_client" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.external_client" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.external_client" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.email_auth" (parent: security.firewall.config).
Resolving inheritance for "security.listener.email_auth.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.email_auth" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.email_auth" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.email_auth" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.email_auth" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.email_auth" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.email_auth" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.web_api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.web_api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.web_api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.manager.web_api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.web_api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.web_api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.web_api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.web_api" (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.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
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 "limiter._login_local_main" (parent: limiter).
Resolving inheritance for "limiter._login_global_main" (parent: limiter).
Resolving inheritance for "security.listener.login_throttling.main" (parent: security.listener.login_throttling).
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 ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.image_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.image_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.image_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.image_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
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 "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.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.lock" (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.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.rabbit" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.payment" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.api_request" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.annotations.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.rate_limiter.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.webpack_encore.traceable" (parent: sentry.tracing.traceable_cache_adapter).
475
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "App\Dto\CommonPayment\CommonPaymentDataInterface"; reason: private alias.
Removed service "App\Dto\GptUsageLog\GptUsageHistoryInterface"; reason: private alias.
Removed service "App\Dto\IPQS\RequestReceivingIPQSInterface"; reason: private alias.
Removed service "App\Dto\Payment\UpdateStatusPaymentDataInterface"; reason: private alias.
Removed service "App\Dto\Routing\RoutingRuleInterface"; reason: private alias.
Removed service "App\Dto\Settings\SettingFilterInterface"; reason: private alias.
Removed service "App\Dto\Subscribe\Async\AsyncCreateSubscribeDataInterface"; reason: private alias.
Removed service "App\Dto\Subscribe\Async\AsyncDeleteSubscribeDataInterface"; reason: private alias.
Removed service "App\Dto\Subscribe\CreateSubscribeDataInterface"; reason: private alias.
Removed service "App\Dto\Subscribe\SubscribeFilterV2Interface"; reason: private alias.
Removed service "App\Dto\User\ChangeSubscribePeriodUserInterface"; reason: private alias.
Removed service "App\Dto\User\CreateUserDataInterface"; reason: private alias.
Removed service "App\Dto\VpnServer\CreateVpnServerInterface"; reason: private alias.
Removed service "App\Dto\VpnServer\VpnServerFilterInterface"; reason: private alias.
Removed service "App\Service\Balance\Data\ReferralTransactionCreateDataInterface"; reason: private alias.
Removed service "App\Service\Gift\GiftLinkGeneratorInterface"; reason: private alias.
Removed service "App\Service\Inbounds\Data\InboundAccountDataInterface"; reason: private alias.
Removed service "App\Service\Inbounds\Data\InboundClientDataInterface"; reason: private alias.
Removed service "App\Service\Inbounds\Data\InboundClientTrafficDataInterface"; reason: private alias.
Removed service "App\Service\Inbounds\Data\InboundDataInterface"; reason: private alias.
Removed service "App\Service\Log\TelegramLogServiceInterface"; reason: private alias.
Removed service "App\Service\Payment\Data\PaymentCommissionInfoInterface"; reason: private alias.
Removed service "App\Service\Payment\Data\PaymentProfitInfoInterface"; reason: private alias.
Removed service "App\Service\ReferralLink\ReferralLinkGeneratorInterface"; reason: private alias.
Removed service "App\Service\Sub\JsonSubRateLimiterInterface"; reason: private alias.
Removed service "App\Service\User\Interface\ActiveSubscribeServiceInterface"; reason: private alias.
Removed service "App\Service\Vpn\Alireza0XUI\Data\AddAccountDataInterface"; reason: private alias.
Removed service "App\Service\Vpn\Alireza0XUI\Data\DeleteClientDataInterface"; reason: private alias.
Removed service "App\Service\Vpn\Alireza0XUI\Data\UpdateClientDataInterface"; reason: private alias.
Removed service "App\Service\Vpn\Alireza0XUI\Data\UpdateInboundDataInterface"; reason: private alias.
Removed service "App\Service\Vpn\Marzban\Data\AddClientDataInterface"; reason: private alias.
Removed service "App\Service\Vpn\Marzban\Data\DeleteClientDataInterface"; reason: private alias.
Removed service "App\Service\Vpn\Marzban\Data\UpdateClientDataInterface"; reason: private alias.
Removed service "App\Service\Vpn\Sync\Marzban\Data\InboundClientDataInterface"; reason: private alias.
Removed service "App\Service\Vpn\Sync\Marzban\Data\InboundDataInterface"; reason: private alias.
Removed service "App\Service\Vpn\Vless\VlessCrudServiceInterface"; reason: private alias.
Removed service "App\Service\YooKassa\Data\CreateExternalPaymentInterface"; reason: private alias.
Removed service "App\Service\YooKassa\Data\CreateRecurrentPaymentInterface"; reason: private alias.
Removed service "App\Service\YooKassa\Data\CreateYookassaPaymentInterface"; reason: private alias.
Removed service "App\Service\YooKassa\Data\UpdateExternalStatusInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\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\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $images.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $imagesPackage"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; 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 "lock.factory"; reason: private alias.
Removed service "Symfony\Component\Lock\LockFactory"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $vpn_server_reload.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $vpnServerReloadLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $vpn_server_reload_api.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $vpnServerReloadApiLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $json_sub_id.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $jsonSubIdLimiter"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user.provider.concrete.app_email_user_provider"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.external_client"; reason: private alias.
Removed service "security.user_checker.external_client"; reason: private alias.
Removed service "security.authentication.session_strategy.email_auth"; reason: private alias.
Removed service "security.user_checker.email_auth"; reason: private alias.
Removed service "security.authentication.session_strategy.web_api"; reason: private alias.
Removed service "security.user_checker.web_api"; 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\RateLimiter\RateLimiterFactory $_login_local_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginLocalMainLimiter"; reason: private alias.
Removed service ".Symfony\Component\RateLimiter\RateLimiterFactory $_login_global_main.limiter"; reason: private alias.
Removed service "Symfony\Component\RateLimiter\RateLimiterFactory $loginGlobalMainLimiter"; 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 "EasyCorp\Bundle\EasyAdminBundle\Contracts\Menu\MenuItemMatcherInterface"; reason: private alias.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Contracts\Orm\EntityPaginatorInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Symfony\UX\Chartjs\Builder\ChartBuilderInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
Removed service "Knp\Component\Pager\ArgumentAccess\ArgumentAccessInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $sync_trafficProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $syncTrafficProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $sync_trafficProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $syncTrafficProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $sync_traffic_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $syncTrafficDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $sync_traffic_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $syncTrafficDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $generate_vpn_subjectsProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $generateVpnSubjectsProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $generate_vpn_subjectsProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $generateVpnSubjectsProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $generate_vpn_subjects_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $generateVpnSubjectsDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $generate_vpn_subjects_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $generateVpnSubjectsDlxProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $vlessProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $vlessProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $vless_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $vlessDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $vless_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $vlessDlxProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $lmessageProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $lmessageProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $lmessage_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $lmessageDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $lmessage_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $lmessageDlxProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $subscribeProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $subscribeProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $subscribe_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $subscribeDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $subscribe_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $subscribeDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $subscribe_disableProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $subscribeDisableProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $subscribe_disableProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $subscribeDisableProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $subscribe_disable_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $subscribeDisableDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $subscribe_disable_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $subscribeDisableDlxProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $kgenerateProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $kgenerateProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $kgenerate_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $kgenerateDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $kgenerate_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $kgenerateDlxProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $kdeleteProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $kdeleteProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $kdelete_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $kdeleteDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $kdelete_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $kdeleteDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $user_kdeleteProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $userKdeleteProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $user_kdeleteProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $userKdeleteProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $user_kdelete_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $userKdeleteDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $user_kdelete_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $userKdeleteDlxProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $mailingProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $mailingProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $mailing_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $mailingDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $mailing_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $mailingDlxProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $asyncProducer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $asyncProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $async_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ProducerInterface $asyncDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Producer $async_dlx_producer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Producer $asyncDlxProducer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $sync_trafficConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $syncTrafficConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $sync_trafficConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $syncTrafficConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $generate_vpn_subjectsConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $generateVpnSubjectsConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $generate_vpn_subjectsConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $generateVpnSubjectsConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $vlessConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $vlessConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $lmessageConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $lmessageConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $subscribeConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $subscribeConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $subscribe_disableConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $subscribeDisableConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $subscribe_disableConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $subscribeDisableConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $kgenerateConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $kgenerateConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $kdeleteConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $kdeleteConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $user_kdeleteConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $userKdeleteConsumer"; reason: private alias.
Removed service ".OldSound\RabbitMqBundle\RabbitMq\Consumer $user_kdeleteConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $userKdeleteConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\ConsumerInterface $mailingConsumer"; reason: private alias.
Removed service "OldSound\RabbitMqBundle\RabbitMq\Consumer $mailingConsumer"; reason: private alias.
Removed service "ambta_doctrine_encrypt.subscriber"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; 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 $lockLogger"; 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 $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_docLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $rabbitLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $paymentLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $api_requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $apiRequestLogger"; reason: private alias.
Removed service ".service_locator.eY4zAcG"; reason: private alias.
Removed service ".service_locator.Mo0FXEU"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.9L433w3"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.twrFs.m"; reason: private alias.
Removed service ".service_locator.lng3o3t"; reason: private alias.
Removed service ".service_locator.Lazlz4J"; reason: private alias.
Removed service ".service_locator.r3kJHAW"; reason: private alias.
Removed service ".service_locator.R0QVoq6"; reason: private alias.
Removed service ".service_locator.Y3jxuvI"; reason: private alias.
Removed service ".service_locator.VwCge7Z"; reason: private alias.
Removed service ".service_locator.bIeyy8x"; reason: private alias.
Removed service ".service_locator.U2czQj4"; reason: private alias.
Removed service ".service_locator.j51eXI1"; reason: private alias.
Removed service ".service_locator.O24_MAy"; reason: private alias.
Removed service ".service_locator.ZP92gqz"; reason: private alias.
Removed service ".service_locator.yTMp7CA"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; 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 "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.external_client"; reason: private alias.
Removed service "security.firewall.authenticator.email_auth"; reason: private alias.
Removed service "security.firewall.authenticator.web_api"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.annotations"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.webpack_encore"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.external_client"; reason: private alias.
Removed service "security.event_dispatcher.email_auth"; reason: private alias.
Removed service "security.event_dispatcher.web_api"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service ".service_locator.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.1aiqmLQ"; reason: private alias.
Removed service ".service_locator.b4Agcrj"; reason: private alias.
Removed service ".service_locator.rr8g6a9"; reason: private alias.
Removed service ".service_locator.A1CG8fu"; reason: private alias.
Removed service ".service_locator.AMJoP_V"; reason: private alias.
Removed service ".service_locator.bznA3Sd"; reason: private alias.
Removed service ".service_locator.4MX1q0S"; reason: private alias.
Removed service ".service_locator.9e2t_lq"; reason: private alias.
Removed service ".service_locator.dMQbl2t"; reason: private alias.
Removed service ".service_locator.z_typH5"; reason: private alias.
Removed service ".service_locator.MMc0oaU"; reason: private alias.
Removed service ".service_locator.eI_lSzd"; reason: private alias.
Removed service ".service_locator.uoBNKjJ"; reason: private alias.
Removed service ".service_locator.qeo2seP"; reason: private alias.
Removed service ".service_locator.cq1wu5z"; reason: private alias.
Removed service ".service_locator.1YzaUfK"; reason: private alias.
Removed service ".service_locator.HDK2C75"; reason: private alias.
Removed service ".service_locator.G0AR06O"; reason: private alias.
Removed service ".service_locator.q3._BRk"; reason: private alias.
Removed service ".service_locator.lggXTMq"; reason: private alias.
Removed service ".service_locator.xRzBAYf"; reason: private alias.
Removed service ".service_locator.1oxeDRg"; reason: private alias.
Removed service ".service_locator.V.0Dr37"; reason: private alias.
Removed service ".service_locator.opGP6PN"; reason: private alias.
Removed service ".service_locator.YJ4WQ_h"; reason: private alias.
Removed service ".service_locator.19biGoe"; reason: private alias.
Removed service ".service_locator.dOiH9j_"; reason: private alias.
Removed service ".service_locator.3NWME76"; reason: private alias.
Removed service ".service_locator.jbUfyLH"; reason: private alias.
Removed service ".service_locator.8K6mv4n"; reason: private alias.
Removed service ".service_locator.ntvlRLm"; reason: private alias.
Removed service ".service_locator.FOeHcrD"; reason: private alias.
Removed service ".service_locator.yEL084_"; reason: private alias.
Removed service ".service_locator.cc..5nC"; reason: private alias.
Removed service ".service_locator.yafH6s9"; reason: private alias.
Removed service ".service_locator.LtO6rz9"; reason: private alias.
Removed service ".service_locator.MPizuRC"; reason: private alias.
Removed service ".service_locator.4Hw0boS"; reason: private alias.
Removed service ".service_locator.RBOQIGH"; reason: private alias.
Removed service ".service_locator.PLjWJb2"; reason: private alias.
Removed service ".service_locator.7NIAq8D"; reason: private alias.
Removed service ".service_locator.Tvu22ko"; reason: private alias.
Removed service ".service_locator.8dJpptH"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.k22e_lh"; reason: private alias.
Removed service ".service_locator.g38K2UV"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
190
Changed reference of service "App\Command\Test\DispatchAfterSuccessPaymentCommand" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Normalizer\ImageNormalizer" previously pointing to "router.default" to "router".
Changed reference of service "App\Normalizer\TariffNormalizer" previously pointing to "router.default" to "router".
Changed reference of service "App\Repository\LocationRepository" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Security\AppAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Payment\CrudPaymentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\Payment\PaymentService" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\ServerPing\InactiveServerStateService" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Service\Telegram\TelegramMessageService" previously pointing to "router.default" to "router".
Changed reference of service "App\Service\Vpn\Alireza0XUI\Api" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Service\Vpn\Alireza0XUI\ApiCookieStorage" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Service\Vpn\MHSanaei3XUI\Api" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Service\Vpn\MHSanaei3XUI\ApiCookieStorage" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Service\Vpn\Marzban\ApiTokenStorage" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "App\Service\VpnServer\VpnServerDetailServer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.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 "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" 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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "limiter.storage.vpn_server_reload" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "limiter.storage.vpn_server_reload_api" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "limiter.storage.json_sub_id" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" 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 "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
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.default" 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 "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 "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.is_granted_attribute_expression_language" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login.login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.email_auth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.email_auth" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.web_api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.web_api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "limiter.storage._login_local_main" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "limiter.storage._login_global_main" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" previously pointing to "router.default" to "router".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "old_sound_rabbit_mq.sync_traffic_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.sync_traffic_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.generate_vpn_subjects_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.generate_vpn_subjects_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.vless_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.vless_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.lmessage_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.lmessage_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.subscribe_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.subscribe_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.subscribe_disable_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.subscribe_disable_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.kgenerate_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.kgenerate_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.kdelete_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.kdelete_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.user_kdelete_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.user_kdelete_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.mailing_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.mailing_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.async_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.async_dlx_producer_producer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.sync_traffic_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.generate_vpn_subjects_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.vless_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.lmessage_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.subscribe_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.subscribe_disable_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.kgenerate_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.kdelete_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.user_kdelete_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "old_sound_rabbit_mq.mailing_consumer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" 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.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.3YFBJbt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.3YFBJbt" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.EjdkWEU" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.NmAS4c." previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.app_clearer" previously pointing to "cache.rate_limiter.traceable" to "cache.rate_limiter".
1022
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "lock.store.combined.abstract"; reason: abstract.
Removed service "lock.factory.abstract"; reason: abstract.
Removed service "limiter"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; 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.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; 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 "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Auth\CleanupExpiredTokensCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Auth\CleanupExpiredTokensCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Key\GenerateVpnClientsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Key\GenerateVpnClientsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Notificataion\LetsEncryptCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Notificataion\LetsEncryptCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Payment\CalculateProfitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Payment\CalculateProfitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Payment\DailyIncomeCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Payment\DailyIncomeCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Payment\UpdateDateNextRecurringPaymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Payment\UpdateDateNextRecurringPaymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Referral\UnHoldReferralTransactionsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Referral\UnHoldReferralTransactionsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Sale\OffExpiredSalesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Sale\OffExpiredSalesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Server\CheckInactiveServersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Server\CheckInactiveServersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Server\CheckVlessServerCapacityCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Server\CheckVlessServerCapacityCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Statistics\SendDailyStatisticsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Statistics\SendDailyStatisticsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Statistics\UpdateVpnServersLocationStatCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Statistics\UpdateVpnServersLocationStatCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Subscribe\DeleteOldExpiredSubscribesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Subscribe\DeleteOldExpiredSubscribesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\CheckTrafficLimitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Traffic\CheckTrafficLimitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\DeleteOldTrafficCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Traffic\DeleteOldTrafficCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\SyncTrafficCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Traffic\SyncTrafficCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\UpdateSubscribeTraffic7Command"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Traffic\UpdateSubscribeTraffic7Command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\UpdateTrafficAggregatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Traffic\UpdateTrafficAggregatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\Traffic\UpdateUserTrafficCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\Traffic\UpdateUserTrafficCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Background\User\SaveCountSubscribersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Background\User\SaveCountSubscribersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\DebugProxyListCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\DebugProxyListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Debug\DebugVlessListCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Debug\DebugVlessListCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Email\CleanupEmailRateLimitsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Email\CleanupEmailRateLimitsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Gift\NotifyGiftGiversExpiringCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Gift\NotifyGiftGiversExpiringCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Gift\ThreeFreeDaysForNonSubscribersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Gift\ThreeFreeDaysForNonSubscribersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\PromoIsExpiredCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Mailing\PromoIsExpiredCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\SubscribeEndsInAnDayCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Mailing\SubscribeEndsInAnDayCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\SubscribeEndsInAnHourCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Mailing\SubscribeEndsInAnHourCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Mailing\SubscribeIsExpiredCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Mailing\SubscribeIsExpiredCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Messages\SendMessageAfterRegistrationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Messages\SendMessageAfterRegistrationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Panel\GeneratePanelEncryptionKeyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Panel\GeneratePanelEncryptionKeyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Payment\ExecuteRecurringPaymentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Payment\ExecuteRecurringPaymentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReleaseExpiredDigitalProductReservationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReleaseExpiredDigitalProductReservationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\CreateInitialAdminCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\CreateInitialAdminCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\ManualDeleteEmptySubscriptionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\ManualDeleteEmptySubscriptionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\ManualDeleteInboundClientsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\ManualDeleteInboundClientsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\MigrateXuiToRemnawaveCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\MigrateXuiToRemnawaveCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\SSL\CheckSSLCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\SSL\CheckSSLCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Security\GetJwtTokenCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\Security\GetJwtTokenCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\CleanupOrphanMarzbanDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\Subscribes\CleanupOrphanMarzbanDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\DeleteExpiredInboundClientsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\Subscribes\DeleteExpiredInboundClientsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\DeleteOldExpiredSubscribesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\Subscribes\DeleteOldExpiredSubscribesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Subscribes\DeleteOrphanedInboundClientsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\Subscribes\DeleteOrphanedInboundClientsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\User\ActualizeUserRolesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\User\ActualizeUserRolesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\User\FullDeleteUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\User\FullDeleteUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Vless\ActivateVlessCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\Vless\ActivateVlessCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\Vless\GenerateVlessKeysCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\Vless\GenerateVlessKeysCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\VpnKeys\CleanUnusedKeysCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\VpnKeys\CleanUnusedKeysCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Service\WhiteList\IssueWhiteListKeysForActiveUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Service\WhiteList\IssueWhiteListKeysForActiveUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Subscribes\DeleteExpiredSubscribesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Subscribes\DeleteExpiredSubscribesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Subscribes\DeleteExpiredSubscribesViaQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Subscribes\DeleteExpiredSubscribesViaQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Subscribes\DeleteNeedDeletedSubscribesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Subscribes\DeleteNeedDeletedSubscribesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\ChangeSubscribePeriodCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\ChangeSubscribePeriodCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\CryptoCloud\CryptoCloudCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\CryptoCloud\CryptoCloudCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\DispatchAfterSuccessPaymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\DispatchAfterSuccessPaymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\GenerateKeysCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\GenerateKeysCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\OutlineCreateKeyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\OutlineCreateKeyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Payment\ExecuteRecurringPaymentsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\Payment\ExecuteRecurringPaymentsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Payment\HandleNewPaymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\Payment\HandleNewPaymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Payment\TriggerPaymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\Payment\TriggerPaymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\RenewalSubscribesForReferralCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\RenewalSubscribesForReferralCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\SendReceiptCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\SendReceiptCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\SentryTestCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\SentryTestCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\SubscribeEndMessageCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\SubscribeEndMessageCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\Sync\TestSyncTrafficCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\Sync\TestSyncTrafficCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TelegramBotCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\TelegramBotCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestAllNotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\TestAllNotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestNotificationDispatcherCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\TestNotificationDispatcherCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestTrafficAlertCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\TestTrafficAlertCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\TestWhiteListPaymentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\TestWhiteListPaymentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Test\UserNotificationCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Test\UserNotificationCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestCreateSubscribeErrorCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestCreateSubscribeErrorCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestSyncTrafficCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestSyncTrafficCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\AuthCodeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\AuthCodeCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\AuthCodeCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\AuthCodeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\BaseGiftCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\BaseGiftCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\BaseGiftCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\BaseGiftCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\CharityCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\CharityCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\CharityCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\CharityCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\DigitalProductCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\DigitalProductCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\DigitalProductCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\DigitalProductCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\DigitalProductItemCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\DigitalProductItemCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\DigitalProductItemCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\DigitalProductItemCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\GiftCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\GiftCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\GiftCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\GiftCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\GptUsageLogCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\GptUsageLogCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\GptUsageLogCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\GptUsageLogCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ImagesCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ImagesCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ImagesCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\ImagesCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\InboundCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\InboundCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\InboundCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\InboundCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\InboundMarzbanCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\InboundMarzbanCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\InboundMarzbanCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\InboundMarzbanCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\IncomeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\IncomeCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\IncomeCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\IncomeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\LocationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\LocationCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\LocationCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\LocationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\MtprotoProxyCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\MtprotoProxyCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\MtprotoProxyCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\MtprotoProxyCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\PageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\PageCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\PageCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\PageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\PaymentCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\PaymentCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\PaymentCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\PaymentCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\PayoutCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\PayoutCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\PayoutCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\PayoutCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ProviderCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ProviderCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ProviderCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\ProviderCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ReferralLinkCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ReferralLinkCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ReferralLinkCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\ReferralLinkCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ReferralTransactionCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ReferralTransactionCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ReferralTransactionCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\ReferralTransactionCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ReferralsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ReferralsCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ReferralsCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\ReferralsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\ResourceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\ResourceCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\ResourceCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\ResourceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\RoutingRuleCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\RoutingRuleCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\RoutingRuleCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\RoutingRuleCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\SettingsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\SettingsCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\SettingsCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\SettingsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\SettingsMessageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\SettingsMessageCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\SettingsMessageCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\SettingsMessageCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\SubscribeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\SubscribeCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\SubscribeCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\SubscribeCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TagCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TagCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TagCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\TagCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TariffCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TariffCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TariffCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\TariffCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TariffPriceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TariffPriceCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TariffPriceCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\TariffPriceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\UserCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserSaleCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserSaleCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserSaleCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\UserSaleCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserTagRelCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserTagRelCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserTagRelCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\UserTagRelCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\VpnServerCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\VpnServerCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\VpnServerCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\VpnServerCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\VpnServerLocationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\VpnServerLocationCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\VpnServerLocationCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\VpnServerLocationCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\XrayProfileCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\XrayProfileCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\XrayProfileCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\XrayProfileCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\XrayProfileVersionCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\XrayProfileVersionCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\XrayProfileVersionCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\XrayProfileVersionCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUD\XuiResourceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUD\XuiResourceCrudController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\CRUD\XuiResourceCrudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUD\XuiResourceCrudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\AdminSubPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\AdminSubPreviewController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\AdminSubPreviewController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\AdminSubPreviewController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\CreateGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\CreateGiftController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\CreateGiftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\CreateGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\DeviceLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\DeviceLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\DeviceLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\EditAuthProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\EditAuthProviderController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\EditAuthProviderController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\EditAuthProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\ExpiredSubscribesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\ExpiredSubscribesController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\ExpiredSubscribesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\ExpiredSubscribesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\ExtensionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\ExtensionController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\ExtensionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\ExtensionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\FingerprintDuplicatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\FingerprintDuplicatesController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\FingerprintDuplicatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\FingerprintDuplicatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\InboundClientsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\InboundClientsController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\InboundClientsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\InboundClientsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\RecurringPaymentMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\RecurringPaymentMethodController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\RecurringPaymentMethodController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\ReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\ReferralController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\ReferralController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\ReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\RoutingRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\RoutingRuleController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\RoutingRuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\RoutingRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\StatServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\StatServerController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\StatServerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\StatServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\SubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\SubscribeController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\SubscribeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\SubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\SyncController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\SyncController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\SyncController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\TrafficServersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\TrafficServersController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\TrafficServersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\TrafficServersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\UserActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\UserActionsController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\UserActionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\UserActionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\UserController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\VpnServersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersIPQSController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersIPQSController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersIPQSController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\VpnServersIPQSController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersLocationController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersLocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\VpnServersLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\VpnServersV2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\VpnServersV2Controller"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\VpnServersV2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\VpnServersV2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Other\WhiteListTrafficController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Other\WhiteListTrafficController"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\Other\WhiteListTrafficController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Other\WhiteListTrafficController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthCodesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthCodesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AuthCodesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\AuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\AuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\BaseGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\BaseGiftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\BaseGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Bot\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Bot\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Bot\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Bot\SubResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Bot\SubResetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Bot\SubResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Bot\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Bot\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Bot\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CharityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CharityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CharityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\CryptoCloudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\CryptoCloudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\CryptoCloudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\DeviceLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\DeviceLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\DeviceLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\EmailAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\EmailAuthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\EmailAuthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ExtensionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ExtensionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ExtensionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GiftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\GptUsageHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\GptUsageHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\GptUsageHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ImageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ImageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\JsonSubController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\JsonSubController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\JsonSubController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\KeyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\KeyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\KeyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\MessageController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\MessageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\PartnershipProgramsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\PartnershipProgramsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\PartnershipProgramsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RecurringPaymentMethodsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RecurringPaymentMethodsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\RecurringPaymentMethodsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RenewalSubscribesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RenewalSubscribesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\RenewalSubscribesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\RoutingRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\RoutingRuleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\RoutingRuleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\ServerPingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\ServerPingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\ServerPingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqDeviceLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqDeviceLogController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Service\FaqDeviceLogController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqPaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqPaymentsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Service\FaqPaymentsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqServersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqServersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Service\FaqServersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqSubResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqSubResetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Service\FaqSubResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\FaqUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\FaqUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Service\FaqUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Service\VpnServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Service\VpnServerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Service\VpnServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SubController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SubController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\SubController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\SubscribeV2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\SubscribeV2Controller"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\SubscribeV2Controller"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\TariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\TariffController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\TariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VpnServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VpnServerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\VpnServerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VpnServerLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VpnServerLocationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\VpnServerLocationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\VpnServerRebootController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\VpnServerRebootController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\VpnServerRebootController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\BaseGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\BaseGiftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\BaseGiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\DigitalProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\DigitalProductController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\DigitalProductController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\ExtensionAuthCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\ExtensionAuthCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\ExtensionAuthCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\GiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\GiftController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\GiftController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\MtprotoProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\MtprotoProxyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\MtprotoProxyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\ProtocolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\ProtocolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\ProtocolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\RecurringPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\RecurringPaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\RecurringPaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\ReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\ReferralController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\ReferralController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\SubResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\SubResetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\SubResetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\SubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\SubscribeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\SubscribeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\TariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\TariffController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\TariffController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\TransactionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\TransactionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Web\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Web\UserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Web\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\YooKassaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\YooKassaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\YooKassaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CryptoCloudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CryptoCloudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CryptoCloudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FreeKassaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FreeKassaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FreeKassaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PaymentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PaymentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\YooKassaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\YooKassaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\YooKassaController"; reason: abstract.
Removed service ".instanceof.App\EventListener\Payment\AfterSuccessPaymentSubscriber.0.App\EventListener\Payment\AfterSuccessPaymentSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\Payment\AfterSuccessPaymentSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ApiRequestLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ApiRequestLogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\EasyAdminSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\EasyAdminSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuthProviderType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AuthProviderType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GptUsageLogType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GptUsageLogType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PaymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SendMessageType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SendMessageType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SubscribeType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SubscribeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\SyncServerInboundType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\SyncServerInboundType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TariffPriceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TariffPriceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrafficServersFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\TrafficServersFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\JsonEditorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\JsonEditorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PanelPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Type\PanelPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VpnServersTableFilterType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\VpnServersTableFilterType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\BaseGiftNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\BaseGiftNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\ImageNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\ImageNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\PaymentNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\PaymentNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\SettingsNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\SettingsNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\SubscribeNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\SubscribeNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\TariffNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\TariffNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\UserNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\UserNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Normalizer\VpnServerNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Normalizer\VpnServerNormalizer"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdminRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdminRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuthCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuthProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AuthProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BaseGiftRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BaseGiftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CharityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CharityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DailyIncomeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DailyIncomeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeviceLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeviceLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DigitalProductItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DigitalProductItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DigitalProductRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DigitalProductRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailRateLimitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailRateLimitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailVerificationTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EmailVerificationTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GiftRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GiftRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GptUsageHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GptUsageHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GptUsageLogsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GptUsageLogsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImagesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ImagesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundAccountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InboundAccountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundClientMarzbanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InboundClientMarzbanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundClientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InboundClientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundMarzbanRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InboundMarzbanRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundMarzbanTrafficLogsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InboundMarzbanTrafficLogsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InboundRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InboundTrafficLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InboundTrafficLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IncomeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IncomeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LoginAttemptRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LoginAttemptRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MtprotoProxyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MtprotoProxyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PasswordResetTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PasswordResetTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PaymentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PaymentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PayoutRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PayoutRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProxyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProxyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurringPaymentMethodRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RecurringPaymentMethodRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralLinkRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReferralLinkRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReferralTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReferralTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RefreshTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RefreshTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ResourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoleStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoleStatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RoutingRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RoutingRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServerPingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServerPingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubResetLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubResetLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscribeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeTrafficHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscribeTrafficHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscribeTrafficRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SubscribeTrafficRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TariffRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TariffRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TelegramNotificationSettingsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TelegramNotificationSettingsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficAlertHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrafficAlertHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TrafficAlertRuleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TrafficAlertRuleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserActionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserActionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserNotificationsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserNotificationsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSaleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserSaleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTagRelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserTagRelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserTrafficAggregateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserTrafficAggregateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerBageRelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VpnServerBageRelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerLocationBageRelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VpnServerLocationBageRelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerLocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VpnServerLocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VpnServerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServerTrafficLogsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VpnServerTrafficLogsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServersActionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VpnServersActionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VpnServersLocationStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VpnServersLocationStatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XrayProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\XrayProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\XrayProfileVersionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\XrayProfileVersionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Service\Form\VpnServer\CreateVpnServersType"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Form\VpnServer\CreateVpnServersType"; reason: abstract.
Removed service ".instanceof.App\Service\Notification\Channel\EmailNotificationChannel.0.App\Service\Notification\Channel\EmailNotificationChannel"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Notification\Channel\EmailNotificationChannel"; reason: abstract.
Removed service ".instanceof.App\Service\Notification\Channel\TelegramNotificationChannel.0.App\Service\Notification\Channel\TelegramNotificationChannel"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Notification\Channel\TelegramNotificationChannel"; reason: abstract.
Removed service ".instanceof.App\Service\Payment\Provider\PaymentProviderInterface.0.App\Service\Payment\Provider\CryptoCloudPaymentProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Payment\Provider\CryptoCloudPaymentProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Payment\Provider\PaymentProviderInterface.0.App\Service\Payment\Provider\FreeKassaPaymentProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Payment\Provider\FreeKassaPaymentProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Payment\Provider\PaymentProviderInterface.0.App\Service\Payment\Provider\YooKassaPaymentProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Payment\Provider\YooKassaPaymentProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\HysteriaProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Vpn\Provider\Adapter\HysteriaProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\OutlineProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Vpn\Provider\Adapter\OutlineProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\RemnawaveVlessProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Vpn\Provider\Adapter\RemnawaveVlessProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\TrustTunnelProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Vpn\Provider\Adapter\TrustTunnelProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\XuiHttpProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Vpn\Provider\Adapter\XuiHttpProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Vpn\Provider\Contract\VpnProviderInterface.0.App\Service\Vpn\Provider\Adapter\XuiVlessProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Vpn\Provider\Adapter\XuiVlessProvider"; reason: abstract.
Removed service ".instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\GrpcStreamSettingsBuilder"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Xray\StreamSettings\GrpcStreamSettingsBuilder"; reason: abstract.
Removed service ".instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\RealityStreamSettingsBuilder"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Xray\StreamSettings\RealityStreamSettingsBuilder"; reason: abstract.
Removed service ".instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\WsStreamSettingsBuilder"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Xray\StreamSettings\WsStreamSettingsBuilder"; reason: abstract.
Removed service ".instanceof.App\Service\Xray\StreamSettings\StreamSettingsBuilderInterface.0.App\Service\Xray\StreamSettings\XhttpStreamSettingsBuilder"; reason: abstract.
Removed service ".abstract.instanceof.App\Service\Xray\StreamSettings\XhttpStreamSettingsBuilder"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\BooleanExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\BooleanExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\DeviceLogExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\DeviceLogExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\InverseBooleanExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\InverseBooleanExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TrafficExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TrafficExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\TrustTunnelExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\TrustTunnelExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\YesOrNoExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\YesOrNoExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\NotDisposableEmailValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\NotDisposableEmailValidator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
265
Removed service "App\Command\Test\Payment\TestPaymentData"; reason: unused.
Removed service "App\Consumer\DisableSubscribeConsumer"; reason: unused.
Removed service "App\Consumer\GenerateVpnSubjectsConsumer"; reason: unused.
Removed service "App\Consumer\KdeleteConsumer"; reason: unused.
Removed service "App\Consumer\KgenerateConsumer"; reason: unused.
Removed service "App\Consumer\LmessageConsumer"; reason: unused.
Removed service "App\Consumer\MailingConsumer"; reason: unused.
Removed service "App\Consumer\SubscribeConsumer"; reason: unused.
Removed service "App\Consumer\SyncTrafficConsumer"; reason: unused.
Removed service "App\Consumer\UserKdeleteConsumer"; reason: unused.
Removed service "App\Consumer\VlessConsumer"; reason: unused.
Removed service "App\Dto\Auth\RefreshTokenDto"; reason: unused.
Removed service "App\Dto\Auth\VerifyEmailDto"; reason: unused.
Removed service "App\Dto\Message\ManualCreateMessageDataDto"; reason: unused.
Removed service "App\Dto\Payment\UpdateStatusPaymentDataDto"; reason: unused.
Removed service "App\Dto\Subscribe\ManualCreateSubscribeDataDto"; reason: unused.
Removed service "App\Dto\Subscribe\WhiteListStubSubscribe"; reason: unused.
Removed service "App\Dto\User\ChangeSubscribePeriodUserDto"; reason: unused.
Removed service "App\Dto\VpnServer\PanelCredentials"; reason: unused.
Removed service "App\Event\Payment\AfterSuccessPaymentEvent"; reason: unused.
Removed service "App\Exception\ApiException"; reason: unused.
Removed service "App\Exception\BaseError"; reason: unused.
Removed service "App\Exception\ValidationException"; reason: unused.
Removed service "App\Exception\Xray\NoActiveOutboundsException"; reason: unused.
Removed service "App\Form\Data\SendMessage"; reason: unused.
Removed service "App\Form\Data\SyncServerInbound"; reason: unused.
Removed service "App\Helper\ExceptionHelper"; reason: unused.
Removed service "App\Helper\LocationHelper"; reason: unused.
Removed service "App\Helper\PaginatorHelper"; reason: unused.
Removed service "App\Helper\SSLHelper"; reason: unused.
Removed service "App\OpenApi\DTO\OaExceptionDto"; reason: unused.
Removed service "App\OpenApi\DTO\OaNotFoundDto"; reason: unused.
Removed service "App\OpenApi\Models\Auth\OaAuth"; reason: unused.
Removed service "App\OpenApi\Models\Auth\OaEmailAuth"; reason: unused.
Removed service "App\OpenApi\Models\Common\OaErrorResponse"; reason: unused.
Removed service "App\OpenApi\Models\Common\OaSuccessResponse"; reason: unused.
Removed service "App\OpenApi\Models\Common\OaUnauthorizedErrorResponse"; reason: unused.
Removed service "App\OpenApi\Models\Gifts\OaBaseGift"; reason: unused.
Removed service "App\OpenApi\Models\Images\OaImage"; reason: unused.
Removed service "App\OpenApi\Models\PartnershipPrograms\OaPartnershipProgram"; reason: unused.
Removed service "App\OpenApi\Models\Payment\OaPayLink"; reason: unused.
Removed service "App\OpenApi\Models\Payment\OaYooKassaPayment"; reason: unused.
Removed service "App\OpenApi\Models\Proxy\OaProxy"; reason: unused.
Removed service "App\OpenApi\Models\Routing\OaRouting"; reason: unused.
Removed service "App\OpenApi\Models\Settings\OaSettings"; reason: unused.
Removed service "App\OpenApi\Models\Sub\OaSub"; reason: unused.
Removed service "App\OpenApi\Models\Subscribe\OaSubscribe"; reason: unused.
Removed service "App\OpenApi\Models\Tariffs\OaPrice"; reason: unused.
Removed service "App\OpenApi\Models\Tariffs\OaTariff"; reason: unused.
Removed service "App\OpenApi\Models\Users\OaExtensionUser"; reason: unused.
Removed service "App\OpenApi\Models\Users\OaFaqUserInfoResponse"; reason: unused.
Removed service "App\OpenApi\Models\Users\OaSubscriber"; reason: unused.
Removed service "App\OpenApi\Models\Users\OaUser"; reason: unused.
Removed service "App\OpenApi\Models\VpnServers\OaVpnServer"; reason: unused.
Removed service "App\Queue\OldRabbit\Traffic\BaseTrafficHandler"; reason: unused.
Removed service "App\Security\AccessTokenHandler"; reason: unused.
Removed service "App\Service\Balance\Data\ReferralTransactionCreateData"; reason: unused.
Removed service "App\Service\Chart\ColorService"; reason: unused.
Removed service "App\Service\File\ImageService"; reason: unused.
Removed service "App\Service\Inbounds\Data\InboundAccountData"; reason: unused.
Removed service "App\Service\Inbounds\Data\InboundClientData"; reason: unused.
Removed service "App\Service\Inbounds\Data\InboundClientTrafficData"; reason: unused.
Removed service "App\Service\Inbounds\Data\InboundData"; reason: unused.
Removed service "App\Service\Payment\Data\PaymentComissionInfo"; reason: unused.
Removed service "App\Service\Payment\Data\PaymentProfitInfo"; reason: unused.
Removed service "App\Service\Payment\Provider\YooKassaPaymentData"; reason: unused.
Removed service "App\Service\Random\FakeEmailService"; reason: unused.
Removed service "App\Service\Subscribe\SubscriptionPeriodCalculator"; reason: unused.
Removed service "App\Service\Subscribe\WhiteListTrafficCalculator"; reason: unused.
Removed service "App\Service\Telegram\TgKeyboards"; reason: unused.
Removed service "App\Service\Vpn\Alireza0XUI\ApiCookie"; reason: unused.
Removed service "App\Service\Vpn\Alireza0XUI\Data\AddAccountData"; reason: unused.
Removed service "App\Service\Vpn\Alireza0XUI\Data\AddClientDataDTO"; reason: unused.
Removed service "App\Service\Vpn\Alireza0XUI\Data\DeleteClientData"; reason: unused.
Removed service "App\Service\Vpn\Alireza0XUI\Data\UpdateClientDataDTO"; reason: unused.
Removed service "App\Service\Vpn\Alireza0XUI\Data\UpdateInboundData"; reason: unused.
Removed service "App\Service\Vpn\Alireza0XUI\Exception\NotFoundInboundClientException"; reason: unused.
Removed service "App\Service\Vpn\Hysteria\Data\CreateUserDto"; reason: unused.
Removed service "App\Service\Vpn\Hysteria\Data\HysteriaUserDto"; reason: unused.
Removed service "App\Service\Vpn\Hysteria\Data\UpdateUserDto"; reason: unused.
Removed service "App\Service\Vpn\Hysteria\Exception\ApiRequestException"; reason: unused.
Removed service "App\Service\Vpn\Hysteria\Exception\UserNotFoundException"; reason: unused.
Removed service "App\Service\Vpn\Marzban\ApiToken"; reason: unused.
Removed service "App\Service\Vpn\Marzban\Data\AddClientDataDTO"; reason: unused.
Removed service "App\Service\Vpn\Marzban\Data\DeleteClientData"; reason: unused.
Removed service "App\Service\Vpn\Marzban\Data\UpdateClientDataDTO"; reason: unused.
Removed service "App\Service\Vpn\Marzban\Exception\NotFoundInboundClientException"; reason: unused.
Removed service "App\Service\Vpn\Provider\DTO\VpnClientResult"; reason: unused.
Removed service "App\Service\Vpn\Sync\Marzban\Data\InboundClientData"; reason: unused.
Removed service "App\Service\Vpn\Sync\Marzban\Data\InboundData"; reason: unused.
Removed service "App\Service\Vpn\TrustTunnel\Data\CreateUserDto"; reason: unused.
Removed service "App\Service\Vpn\TrustTunnel\Data\TrustTunnelUserDto"; reason: unused.
Removed service "App\Service\Vpn\TrustTunnel\Exception\ApiRequestException"; reason: unused.
Removed service "App\Service\Vpn\TrustTunnel\Exception\UserNotFoundException"; reason: unused.
Removed service "App\Service\Vpn\Xui\Exception\ApiRequestException"; reason: unused.
Removed service "App\Service\Xray\ProfileValidator"; reason: unused.
Removed service "App\Service\YooKassa\Data\CreateExternalPaymentData"; reason: unused.
Removed service "App\Service\YooKassa\Data\CreateRecurrentPaymentData"; reason: unused.
Removed service "App\Service\YooKassa\Data\CreateYookassaPaymentData"; reason: unused.
Removed service "App\Service\YooKassa\Data\UpdateExternalStatusData"; reason: unused.
Removed service "App\Utility\DateTimeHelper"; reason: unused.
Removed service "App\Utility\StringHelper"; reason: unused.
Removed service "App\Utility\SymfonyStyle"; reason: unused.
Removed service "App\Utility\TextHelper"; reason: unused.
Removed service "App\Validator\NotDisposableEmail"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "lock.strategy.majority"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "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 "messenger.listener.dispatch_pcntl_signal_listener"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; 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 "messenger.transport.doctrine.factory"; reason: unused.
Removed service ".1_ServiceLocator~o0Db4o_"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.login"; reason: unused.
Removed service "security.user_checker.chain.external_client"; reason: unused.
Removed service "security.user_checker.chain.email_auth"; reason: unused.
Removed service "security.user_checker.chain.web_api"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~srkXE2X"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "stimulus.asset_mapper.ux_package_reader"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\BaseGiftNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\ImageNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\PaymentNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\SettingsNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\SubscribeNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\TariffNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\UserNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Normalizer\VpnServerNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default"; 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.0TACwl3"; reason: unused.
679
Inlined service "App\Service\Payment\ProfitPaymentService" to "App\Command\Background\Payment\CalculateProfitCommand".
Inlined service "App\Service\DailyIncome\CrudDailyIncomeService" to "App\Command\Background\Payment\DailyIncomeCommand".
Inlined service "App\Service\ServerPing\InactiveServerStateService" to "App\Command\Background\Server\CheckInactiveServersCommand".
Inlined service "App\Service\Statistics\DailyStatisticsService" to "App\Command\Background\Statistics\SendDailyStatisticsCommand".
Inlined service "App\Service\Traffic\TrafficAlertService" to "App\Command\Background\Traffic\CheckTrafficLimitCommand".
Inlined service "App\Service\Traffic\TrafficAggregateService" to "App\Command\Background\Traffic\UpdateTrafficAggregatesCommand".
Inlined service "App\Service\User\UserDeleteService" to "App\Command\Service\User\FullDeleteUserCommand".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\AuthCodeCrudController" to "App\Controller\Admin\CRUD\AuthCodeCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\BaseGiftCrudController" to "App\Controller\Admin\CRUD\BaseGiftCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\CharityCrudController" to "App\Controller\Admin\CRUD\CharityCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\DigitalProductCrudController" to "App\Controller\Admin\CRUD\DigitalProductCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\DigitalProductItemCrudController" to "App\Controller\Admin\CRUD\DigitalProductItemCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\GiftCrudController" to "App\Controller\Admin\CRUD\GiftCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\GptUsageLogCrudController" to "App\Controller\Admin\CRUD\GptUsageLogCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\ImagesCrudController" to "App\Controller\Admin\CRUD\ImagesCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\InboundCrudController" to "App\Controller\Admin\CRUD\InboundCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\InboundMarzbanCrudController" to "App\Controller\Admin\CRUD\InboundMarzbanCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\IncomeCrudController" to "App\Controller\Admin\CRUD\IncomeCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\LocationCrudController" to "App\Controller\Admin\CRUD\LocationCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\MtprotoProxyCrudController" to "App\Controller\Admin\CRUD\MtprotoProxyCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\PageCrudController" to "App\Controller\Admin\CRUD\PageCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\PaymentCrudController" to "App\Controller\Admin\CRUD\PaymentCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\PayoutCrudController" to "App\Controller\Admin\CRUD\PayoutCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\ProviderCrudController" to "App\Controller\Admin\CRUD\ProviderCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\ReferralLinkCrudController" to "App\Controller\Admin\CRUD\ReferralLinkCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\ReferralTransactionCrudController" to "App\Controller\Admin\CRUD\ReferralTransactionCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\ReferralsCrudController" to "App\Controller\Admin\CRUD\ReferralsCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\ResourceCrudController" to "App\Controller\Admin\CRUD\ResourceCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\RoutingRuleCrudController" to "App\Controller\Admin\CRUD\RoutingRuleCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\SettingsCrudController" to "App\Controller\Admin\CRUD\SettingsCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\SettingsMessageCrudController" to "App\Controller\Admin\CRUD\SettingsMessageCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\SubscribeCrudController" to "App\Controller\Admin\CRUD\SubscribeCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\TagCrudController" to "App\Controller\Admin\CRUD\TagCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\TariffCrudController" to "App\Controller\Admin\CRUD\TariffCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\TariffPriceCrudController" to "App\Controller\Admin\CRUD\TariffPriceCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController" to "App\Controller\Admin\CRUD\TelegramNotificationSettingsCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController" to "App\Controller\Admin\CRUD\TrafficAlertHistoryCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\TrafficAlertRuleCrudController" to "App\Controller\Admin\CRUD\TrafficAlertRuleCrudController".
Inlined service "App\Service\User\DeleteUserService" to "App\Controller\Admin\CRUD\UserCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\UserCrudController" to "App\Controller\Admin\CRUD\UserCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\UserSaleCrudController" to "App\Controller\Admin\CRUD\UserSaleCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\UserTagRelCrudController" to "App\Controller\Admin\CRUD\UserTagRelCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\UserTrafficAggregateCrudController" to "App\Controller\Admin\CRUD\UserTrafficAggregateCrudController".
Inlined service "App\Service\VpnServer\PanelConnectionTester" to "App\Controller\Admin\CRUD\VpnServerCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\VpnServerCrudController" to "App\Controller\Admin\CRUD\VpnServerCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\VpnServerLocationCrudController" to "App\Controller\Admin\CRUD\VpnServerLocationCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\XrayProfileCrudController" to "App\Controller\Admin\CRUD\XrayProfileCrudController".
Inlined service "App\Service\Xray\XrayProfileVersionService" to "App\Controller\Admin\CRUD\XrayProfileVersionCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\XrayProfileVersionCrudController" to "App\Controller\Admin\CRUD\XrayProfileVersionCrudController".
Inlined service ".service_locator.3YFBJbt.App\Controller\Admin\CRUD\XuiResourceCrudController" to "App\Controller\Admin\CRUD\XuiResourceCrudController".
Inlined service "App\Service\Chart\IncomeChart" to "App\Controller\Admin\DashboardController".
Inlined service "App\Service\Dashboard\PaymentService" to "App\Controller\Admin\DashboardController".
Inlined service "App\Service\Chart\DailyIncomeChart" to "App\Controller\Admin\DashboardController".
Inlined service "App\Service\Chart\IncomeByDaysChart" to "App\Controller\Admin\DashboardController".
Inlined service "App\Service\Chart\UserRegisterChart" to "App\Controller\Admin\DashboardController".
Inlined service "App\Service\Chart\GptUsageByDaysChart" to "App\Controller\Admin\DashboardController".
Inlined service "App\Service\Chart\PaymentsByDaysChart" to "App\Controller\Admin\DashboardController".
Inlined service "App\Service\Chart\UserExpiredSubscribeChart" to "App\Controller\Admin\DashboardController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\AdminSubPreviewController" to "App\Controller\Admin\Other\AdminSubPreviewController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\CreateGiftController" to "App\Controller\Admin\Other\CreateGiftController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Other\DeviceLogController" to "App\Controller\Admin\Other\DeviceLogController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\EditAuthProviderController" to "App\Controller\Admin\Other\EditAuthProviderController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\ExpiredSubscribesController" to "App\Controller\Admin\Other\ExpiredSubscribesController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\ExtensionController" to "App\Controller\Admin\Other\ExtensionController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\FingerprintDuplicatesController" to "App\Controller\Admin\Other\FingerprintDuplicatesController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\InboundClientsController" to "App\Controller\Admin\Other\InboundClientsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\Other\RecurringPaymentMethodController" to "App\Controller\Admin\Other\RecurringPaymentMethodController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\ReferralController" to "App\Controller\Admin\Other\ReferralController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\RoutingRuleController" to "App\Controller\Admin\Other\RoutingRuleController".
Inlined service "App\Service\VpnServer\VpnServerStatisticsServer" to "App\Controller\Admin\Other\StatServerController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\StatServerController" to "App\Controller\Admin\Other\StatServerController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\SubscribeController" to "App\Controller\Admin\Other\SubscribeController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\SyncController" to "App\Controller\Admin\Other\SyncController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\TrafficServersController" to "App\Controller\Admin\Other\TrafficServersController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\UserActionsController" to "App\Controller\Admin\Other\UserActionsController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\UserController" to "App\Controller\Admin\Other\UserController".
Inlined service "App\Service\VpnServer\VpnServerService" to "App\Controller\Admin\Other\VpnServersController".
Inlined service "App\Service\VpnServer\VpnServerDetailServer" to "App\Controller\Admin\Other\VpnServersController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\VpnServersController" to "App\Controller\Admin\Other\VpnServersController".
Inlined service "App\Service\IPQS\IPQSVpnServersListService" to "App\Controller\Admin\Other\VpnServersIPQSController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\VpnServersIPQSController" to "App\Controller\Admin\Other\VpnServersIPQSController".
Inlined service "limiter.vpn_server_reload" to "App\Controller\Admin\Other\VpnServersLocationController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\VpnServersLocationController" to "App\Controller\Admin\Other\VpnServersLocationController".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\VpnServersV2Controller" to "App\Controller\Admin\Other\VpnServersV2Controller".
Inlined service ".service_locator.EjdkWEU.App\Controller\Admin\Other\WhiteListTrafficController" to "App\Controller\Admin\Other\WhiteListTrafficController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\AuthCodesController" to "App\Controller\Api\AuthCodesController".
Inlined service "App\Service\Url\LinkGenerator" to "App\Controller\Api\AuthController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\AuthController" to "App\Controller\Api\AuthController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\BaseGiftController" to "App\Controller\Api\BaseGiftController".
Inlined service "App\Service\Payment\Provider\PaymentProviderRouter" to "App\Controller\Api\Bot\PaymentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Bot\PaymentController" to "App\Controller\Api\Bot\PaymentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Bot\SubResetController" to "App\Controller\Api\Bot\SubResetController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Bot\UserController" to "App\Controller\Api\Bot\UserController".
Inlined service "App\Service\Charity\CharityPaymentService" to "App\Controller\Api\CharityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\CharityController" to "App\Controller\Api\CharityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\CryptoCloudController" to "App\Controller\Api\CryptoCloudController".
Inlined service "App\Service\DeviceLog\DeviceLogService" to "App\Controller\Api\DeviceLogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\DeviceLogController" to "App\Controller\Api\DeviceLogController".
Inlined service "App\Service\Auth\JwtTokenService" to "App\Controller\Api\EmailAuthController".
Inlined service "App\Service\Auth\RateLimitingService" to "App\Controller\Api\EmailAuthController".
Inlined service "App\Service\Auth\PasswordResetService" to "App\Controller\Api\EmailAuthController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\EmailAuthController" to "App\Controller\Api\EmailAuthController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\ExtensionController" to "App\Controller\Api\ExtensionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\GiftController" to "App\Controller\Api\GiftController".
Inlined service "App\Service\GptUsageLog\CrudGptUsageHistoryService" to "App\Controller\Api\GptUsageHistoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\GptUsageHistoryController" to "App\Controller\Api\GptUsageHistoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\ImageController" to "App\Controller\Api\ImageController".
Inlined service "App\Service\Sub\JsonSubRateLimiter" to "App\Controller\Api\JsonSubController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\JsonSubController" to "App\Controller\Api\JsonSubController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\KeyController" to "App\Controller\Api\KeyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\MessageController" to "App\Controller\Api\MessageController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\PartnershipProgramsController" to "App\Controller\Api\PartnershipProgramsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\RecurringPaymentMethodsController" to "App\Controller\Api\RecurringPaymentMethodsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\RenewalSubscribesController" to "App\Controller\Api\RenewalSubscribesController".
Inlined service "App\Service\Routing\CrudRoutingRuleService" to "App\Controller\Api\RoutingRuleController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\RoutingRuleController" to "App\Controller\Api\RoutingRuleController".
Inlined service "App\Service\ServerPing\CrudServerPingService" to "App\Controller\Api\ServerPingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\ServerPingController" to "App\Controller\Api\ServerPingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Service\FaqDeviceLogController" to "App\Controller\Api\Service\FaqDeviceLogController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Service\FaqPaymentsController" to "App\Controller\Api\Service\FaqPaymentsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Service\FaqServersController" to "App\Controller\Api\Service\FaqServersController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Service\FaqSubResetController" to "App\Controller\Api\Service\FaqSubResetController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Service\FaqUserController" to "App\Controller\Api\Service\FaqUserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Service\VpnServerController" to "App\Controller\Api\Service\VpnServerController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\SettingsController" to "App\Controller\Api\SettingsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\SubController" to "App\Controller\Api\SubController".
Inlined service "App\Service\Notification\UserNotificationService" to "App\Controller\Api\SubscribeV2Controller".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\SubscribeV2Controller" to "App\Controller\Api\SubscribeV2Controller".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\TariffController" to "App\Controller\Api\TariffController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\UserController" to "App\Controller\Api\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\VpnServerController" to "App\Controller\Api\VpnServerController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\VpnServerLocationController" to "App\Controller\Api\VpnServerLocationController".
Inlined service "limiter.vpn_server_reload_api" to "App\Controller\Api\VpnServerRebootController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\VpnServerRebootController" to "App\Controller\Api\VpnServerRebootController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\BaseGiftController" to "App\Controller\Api\Web\BaseGiftController".
Inlined service "App\Service\DigitalProduct\DigitalProductPurchaseService" to "App\Controller\Api\Web\DigitalProductController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\DigitalProductController" to "App\Controller\Api\Web\DigitalProductController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\ExtensionAuthCodeController" to "App\Controller\Api\Web\ExtensionAuthCodeController".
Inlined service "App\Service\Gift\GiftLinkGenerator" to "App\Controller\Api\Web\GiftController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\GiftController" to "App\Controller\Api\Web\GiftController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\MtprotoProxyController" to "App\Controller\Api\Web\MtprotoProxyController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\PaymentController" to "App\Controller\Api\Web\PaymentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\ProtocolController" to "App\Controller\Api\Web\ProtocolController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\RecurringPaymentController" to "App\Controller\Api\Web\RecurringPaymentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\ReferralController" to "App\Controller\Api\Web\ReferralController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\SettingsController" to "App\Controller\Api\Web\SettingsController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\SubResetController" to "App\Controller\Api\Web\SubResetController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\SubscribeController" to "App\Controller\Api\Web\SubscribeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\TariffController" to "App\Controller\Api\Web\TariffController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\TransactionController" to "App\Controller\Api\Web\TransactionController".
Inlined service "App\Service\Sub\DeeplinkService" to "App\Controller\Api\Web\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\Web\UserController" to "App\Controller\Api\Web\UserController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Api\YooKassaController" to "App\Controller\Api\YooKassaController".
Inlined service "App\Service\CryptoCloud\CryptoCloudWebhookService" to "App\Controller\CryptoCloudController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CryptoCloudController" to "App\Controller\CryptoCloudController".
Inlined service "App\Service\FreeKassa\FreeKassaWebhookService" to "App\Controller\FreeKassaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\FreeKassaController" to "App\Controller\FreeKassaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\PaymentController" to "App\Controller\PaymentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service "App\Service\YooKassa\YooKassaWebhookService" to "App\Controller\YooKassaController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\YooKassaController" to "App\Controller\YooKassaController".
Inlined service "App\Service\Balance\ReferralTransactionService" to "App\EventListener\Payment\AfterSuccessPaymentSubscriber".
Inlined service "security.helper" to "App\EventSubscriber\XrayProfileVersionSubscriber".
Inlined service "App\Service\Subscribe\KeyGeneratorService" to "App\Queue\OldRabbit\Generate\CreateSubscribeHandler".
Inlined service "App\Service\VpnServer\VpnServerTrafficLogServer" to "App\Queue\OldRabbit\Traffic\OutlineServerTrafficHandler".
Inlined service "App\Service\Balance\ReferralTransactionCrudService" to "App\Service\Balance\ReferralTransactionService".
Inlined service "App\Service\ClouDNS\ClouDNSService" to "App\Service\ClouDNS\DnsRecordsService".
Inlined service "App\Service\Proxy\ProxyService" to "App\Service\Extension\ExtensionService".
Inlined service "App\Service\GptUsageLog\CrudGptUsageLogService" to "App\Service\GptUsageLog\CrudGptUsageHistoryService".
Inlined service "App\Service\IPQS\IPQSClient" to "App\Service\IPQS\IPQSVpnServersListService".
Inlined service "App\Service\Gift\CrudGiftService" to "App\Service\Payment\PaymentService".
Inlined service "limiter.json_sub_id" to "App\Service\Sub\JsonSubRateLimiter".
Inlined service "App\Service\Subscribe\RemnawaveReissueService" to "App\Service\Sub\JsonSubscriptionBuilderService".
Inlined service "App\Service\Subscribe\SubscribeListService" to "App\Service\Sub\SubService".
Inlined service "App\Service\Vpn\Remnawave\VlessKeyBuilder" to "App\Service\Sub\SubService".
Inlined service "App\Service\Vpn\Alireza0XUI\Api" to "App\Service\Vpn\Alireza0XUI\ApiClient".
Inlined service "App\Service\Vpn\Hysteria\Api" to "App\Service\Vpn\Hysteria\ApiClient".
Inlined service "App\Service\Vpn\Hysteria\ApiClient" to "App\Service\Vpn\Hysteria\HysteriaCrudService".
Inlined service "App\Service\Vpn\MHSanaei3XUI\Api" to "App\Service\Vpn\MHSanaei3XUI\ApiClient".
Inlined service "App\Service\Vpn\Marzban\Api" to "App\Service\Vpn\Marzban\ApiClient".
Inlined service "App\Service\Vpn\Marzban\Service\VlessKeyService" to "App\Service\Vpn\Marzban\Service\VlessCrudService".
Inlined service "App\Service\Inbounds\CrudInboundClientsMarzbanService" to "App\Service\Vpn\Marzban\Service\VlessCrudService".
Inlined service "App\Service\Vpn\Hysteria\HysteriaCrudService" to "App\Service\Vpn\Provider\Adapter\HysteriaProvider".
Inlined service "App\Service\Vpn\Marzban\Service\VlessCrudService" to "App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider".
Inlined service "App\Service\Vpn\Outline\OutlineCrudService" to "App\Service\Vpn\Provider\Adapter\OutlineProvider".
Inlined service "App\Service\Vpn\TrustTunnel\TrustTunnelCrudService" to "App\Service\Vpn\Provider\Adapter\TrustTunnelProvider".
Inlined service "App\Service\Vpn\Xui\VlessCrudService" to "App\Service\Vpn\Provider\Adapter\XuiVlessProvider".
Inlined service "App\Service\User\UserFakeEmailService" to "App\Service\Vpn\Provider\Adapter\XuiVlessProvider".
Inlined service "App\Service\Vpn\Provider\VpnProviderFactory" to "App\Service\Vpn\Provider\VpnClientService".
Inlined service "App\Service\Vpn\Sync\Marzban\InboundTrafficLogService" to "App\Service\Vpn\Sync\Marzban\InboundSyncService".
Inlined service "App\Service\Vpn\TrustTunnel\Api" to "App\Service\Vpn\TrustTunnel\ApiClient".
Inlined service "App\Service\Vpn\TrustTunnel\ApiClient" to "App\Service\Vpn\TrustTunnel\TrustTunnelCrudService".
Inlined service "App\Service\Vpn\Xui\Sync\InboundTrafficLogService" to "App\Service\Vpn\Xui\Sync\InboundSyncService".
Inlined service "App\Service\Vpn\Xui\VlessKeyService" to "App\Service\Vpn\Xui\VlessCrudService".
Inlined service "App\Service\Xray\OutboundSerializer" to "App\Service\Xray\ProfileBuilder".
Inlined service "App\Service\Vpn\Remnawave\SubscriptionOutboundBuilder" to "App\Service\Xray\ProfileBuilder".
Inlined service "App\Service\YooKassa\YooKassaReserveSecondApi" to "App\Service\YooKassa\YooKassaService".
Inlined service "App\Queue\OldRabbit\Traffic\MarzbanServerTrafficHandler" to "traffic_consumer".
Inlined service "App\Queue\OldRabbit\Traffic\OutlineServerTrafficHandler" to "traffic_consumer".
Inlined service "App\Queue\OldRabbit\Traffic\RemnawaveServerTrafficHandler" to "traffic_consumer".
Inlined service "App\Queue\OldRabbit\Key\BatchGenerateHandler" to "generate_vpn_subjects_consumer".
Inlined service "App\Queue\OldRabbit\Message\SaveMsgHandler" to "lmessage_consumer".
Inlined service "App\Queue\OldRabbit\Subscribe\DisableSubscribeHandler" to "subscribe_disable_consumer".
Inlined service "App\Queue\OldRabbit\Mailing\TelegramSendHandler" to "mailing_consumer".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.routable_message_bus" to "console.command.messenger_consume_messages".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
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_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "monolog.logger.lock" to "lock.default.factory".
Inlined service "limiter.storage.vpn_server_reload" to "limiter.vpn_server_reload".
Inlined service "limiter.storage.vpn_server_reload_api" to "limiter.vpn_server_reload_api".
Inlined service "limiter.storage.json_sub_id" to "limiter.json_sub_id".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.OTAWbal" 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.U0LPwev" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service ".service_locator.5cAhUFF" 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.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.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 "EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.kSv4XCN" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.8qC_Lia" to "doctrine.orm.container_repository_factory".
Inlined service "ulid.factory" to "doctrine.ulid_generator".
Inlined service "uuid.factory" to "doctrine.uuid_generator".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "doctrine.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 "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 "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" 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 "App\Twig\BooleanExtension" to "twig".
Inlined service "App\Twig\DeviceLogExtension" to "twig".
Inlined service "App\Twig\InverseBooleanExtension" to "twig".
Inlined service "App\Twig\TrafficExtension" to "twig".
Inlined service "App\Twig\TrustTunnelExtension" to "twig".
Inlined service "App\Twig\YesOrNoExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "chartjs.twig_extension" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "knp_paginator.twig.extension.pagination" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "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.fvqxOHC" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.df1HHDL" to "security.helper".
Inlined service ".service_locator.QGZTu8." to "security.helper".
Inlined service ".service_locator.0uj8747" to "security.helper".
Inlined service ".service_locator.wK5lxVh" to "security.helper".
Inlined service ".service_locator.5y4U6aa" to "security.helper".
Inlined service ".service_locator.GRdfVUQ" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service ".security.request_matcher.Z.trHm4" to "security.access_map".
Inlined service ".security.request_matcher.P9MnB1Z" to "security.access_map".
Inlined service ".security.request_matcher.28NqKnb" to "security.access_map".
Inlined service ".security.request_matcher.8usWeTR" to "security.access_map".
Inlined service ".security.request_matcher.Bs7fT.P" to "security.access_map".
Inlined service ".security.request_matcher.0z_yqo9" to "security.access_map".
Inlined service ".security.request_matcher.W8OdgBu" to "security.access_map".
Inlined service ".security.request_matcher.SU7e6dY" to "security.access_map".
Inlined service ".security.request_matcher.erm7GlS" to "security.access_map".
Inlined service ".security.request_matcher.6mMkvnG" to "security.access_map".
Inlined service ".security.request_matcher.HQ.FZUH" to "security.access_map".
Inlined service ".security.request_matcher.GZZ2Bcb" to "security.access_map".
Inlined service ".security.request_matcher.gjnNpJn" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service ".security.request_matcher.HddTJAi" to ".security.request_matcher.kgYLVls".
Inlined service "security.access_token_handler.external_client" to "security.authenticator.access_token.external_client".
Inlined service "App\Security\AuthCodeTokenExtractor" to "security.authenticator.access_token.external_client".
Inlined service "debug.security.firewall.authenticator.external_client.inner" to "debug.security.firewall.authenticator.external_client".
Inlined service "security.exception_listener.external_client" to "security.firewall.map.context.external_client".
Inlined service "security.firewall.map.config.external_client" to "security.firewall.map.context.external_client".
Inlined service "debug.security.firewall.authenticator.email_auth.inner" to "debug.security.firewall.authenticator.email_auth".
Inlined service "security.exception_listener.email_auth" to "security.firewall.map.context.email_auth".
Inlined service "security.firewall.map.config.email_auth" to "security.firewall.map.context.email_auth".
Inlined service "debug.security.firewall.authenticator.web_api.inner" to "debug.security.firewall.authenticator.web_api".
Inlined service "security.exception_listener.web_api" to "security.firewall.map.context.web_api".
Inlined service "security.firewall.map.config.web_api" to "security.firewall.map.context.web_api".
Inlined service ".security.request_matcher.DIgNAIv" to ".security.request_matcher.FbeHDom".
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 "limiter.storage._login_local_main" to "limiter._login_local_main".
Inlined service "limiter.storage._login_global_main" to "limiter._login_global_main".
Inlined service "limiter._login_global_main" to "security.login_throttling.main.limiter".
Inlined service "limiter._login_local_main" to "security.login_throttling.main.limiter".
Inlined service "security.login_throttling.main.limiter" to "security.listener.login_throttling.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.A6zvNMB" to ".security.request_matcher.Z.trHm4".
Inlined service ".security.request_matcher.rQdZmWh" to ".security.request_matcher.P9MnB1Z".
Inlined service ".security.request_matcher.obhk0jm" to ".security.request_matcher.28NqKnb".
Inlined service ".security.request_matcher.3c8H700" to ".security.request_matcher.8usWeTR".
Inlined service ".security.request_matcher.H5EaSjU" to ".security.request_matcher.W8OdgBu".
Inlined service ".security.request_matcher.hva5fBM" to ".security.request_matcher.erm7GlS".
Inlined service ".security.request_matcher.hBHZzC3" to ".security.request_matcher.6mMkvnG".
Inlined service ".security.request_matcher.YOVgU4g" to ".security.request_matcher.HQ.FZUH".
Inlined service ".security.request_matcher.GmxJlf8" to ".security.request_matcher.GZZ2Bcb".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.gjnNpJn".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" to "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" to "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry" to "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Menu\MenuItemMatcher" to "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" to "EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~RkygAfW" to "webpack_encore.twig_entry_files_extension".
Inlined service "http_discovery.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "http_discovery.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "http_discovery.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "http_discovery.psr17_factory" to "Sentry\Transport\TransportFactoryInterface".
Inlined service "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\Integration\RequestFetcherInterface" to "Sentry\SentryBundle\Integration\IntegrationConfigurator".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "Sentry\Transport\TransportFactoryInterface" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "Knp\Component\Pager\ArgumentAccess\RequestArgumentAccess" to "knp_paginator".
Inlined service "knp_paginator.helper.processor" to "Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationRuntime".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service "nelmio_api_doc.generator_locator" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.json" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.yaml" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.render_docs.html" to "nelmio_api_doc.render_docs".
Inlined service "nelmio_api_doc.object_model.property_describer" to "nelmio_api_doc.model_describers.object".
Inlined service "nelmio_api_doc.swagger.processor.nullable_property" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_query_string" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.swagger.processor.map_request_payload" to "nelmio_api_doc.open_api.generator".
Inlined service "nelmio_api_doc.open_api.generator" to "nelmio_api_doc.generator.default".
Inlined service "monolog.logger.nelmio_api_doc" to "nelmio_api_doc.generator.default".
Inlined service "old_sound_rabbit_mq.connection_factory.default" to "old_sound_rabbit_mq.connection.default".
Inlined service "traffic_consumer" to "old_sound_rabbit_mq.sync_traffic_consumer".
Inlined service "generate_vpn_subjects_consumer" to "old_sound_rabbit_mq.generate_vpn_subjects_consumer".
Inlined service "vless_consumer" to "old_sound_rabbit_mq.vless_consumer".
Inlined service "lmessage_consumer" to "old_sound_rabbit_mq.lmessage_consumer".
Inlined service "subscribe_consumer" to "old_sound_rabbit_mq.subscribe_consumer".
Inlined service "subscribe_disable_consumer" to "old_sound_rabbit_mq.subscribe_disable_consumer".
Inlined service "kgenerate_consumer" to "old_sound_rabbit_mq.kgenerate_consumer".
Inlined service "kdelete_consumer" to "old_sound_rabbit_mq.kdelete_consumer".
Inlined service "user_kdelete_consumer" to "old_sound_rabbit_mq.user_kdelete_consumer".
Inlined service "mailing_consumer" to "old_sound_rabbit_mq.mailing_consumer".
Inlined service "ambta_doctrine_attribute_reader" to "ambta_doctrine_annotation_reader".
Inlined service "ambta_doctrine_encrypt.encryptor" to "ambta_doctrine_encrypt.orm_subscriber".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver" to ".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver".
Inlined service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver" to ".debug.value_resolver.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" 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 "EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" to ".debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "monolog.handler.deprecation" to "monolog.logger.deprecation".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.annotations.traceable.recorder_inner" to "cache.annotations.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.webpack_encore.traceable.recorder_inner" to "cache.webpack_encore.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.external_client.inner" to "debug.security.event_dispatcher.external_client".
Inlined service "debug.security.event_dispatcher.email_auth.inner" to "debug.security.event_dispatcher.email_auth".
Inlined service "debug.security.event_dispatcher.web_api.inner" to "debug.security.event_dispatcher.web_api".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.ybClHma" to ".service_locator.ybClHma.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.BSVJ08h" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "App\Normalizer\BaseGiftNormalizer" to "debug.serializer.inner".
Inlined service "App\Normalizer\ImageNormalizer" to "debug.serializer.inner".
Inlined service "App\Normalizer\PaymentNormalizer" to "debug.serializer.inner".
Inlined service "App\Normalizer\SettingsNormalizer" to "debug.serializer.inner".
Inlined service "App\Normalizer\SubscribeNormalizer" to "debug.serializer.inner".
Inlined service "App\Normalizer\TariffNormalizer" to "debug.serializer.inner".
Inlined service "App\Normalizer\UserNormalizer" to "debug.serializer.inner".
Inlined service "App\Normalizer\VpnServerNormalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service ".service_locator.c0sqmgO" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.annotations.traceable.inner" to "cache.annotations.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.rate_limiter.traceable.inner" to "cache.rate_limiter.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.webpack_encore.traceable.inner" to "cache.webpack_encore.traceable.recorder_inner".
Inlined service ".service_locator.ybClHma.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.rate_limiter.traceable.recorder_inner" to "cache.rate_limiter".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "App\Service\Auth\RefreshTokenService" to "App\Controller\Api\EmailAuthController".
Inlined service "App\Service\Auth\RefreshTokenService" to "App\Controller\Api\EmailAuthController".
Inlined service "App\Service\Vpn\Marzban\Service\VlessKeyGenerator" to "App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider".
Inlined service "App\Service\Vpn\Marzban\Service\VlessKeyGenerator" to "App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider".
Inlined service "App\Service\Vpn\Marzban\Service\VlessKeyGenerator" to "App\Service\Vpn\Provider\Adapter\MarzbanVlessProvider".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "stimulus.helper" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "stimulus.helper" to "twig".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
2
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "debug.validator", "debug.serializer", "doctrine.migrations.container_aware_migrations_factory", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.external_client", "debug.security.firewall.authenticator.email_auth", "debug.security.firewall.authenticator.web_api", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", ".debug.http_client", "cache.validator.traceable", "cache.serializer.traceable", "cache.annotations.traceable", "cache.property_info.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.security_expression_language.traceable", "cache.webpack_encore.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.external_client", "debug.security.event_dispatcher.email_auth", "debug.security.event_dispatcher.web_api", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.rate_limiter", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", but was never used.
Tag "old_sound_rabbit_mq.connection" was defined on service(s) "old_sound_rabbit_mq.connection.default", but was never used. Did you mean "old_sound_rabbit_mq.base_amqp", "old_sound_rabbit_mq.producer", "old_sound_rabbit_mq.consumer"?