Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "SpecShaper\EncryptBundle\DependencyInjection\SpecShaperEncryptExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
The "Nelmio\ApiDocBundle\Util\SetsContextTrait" trait is considered internal. It may change without further notice. You should not use it from "App\Infrastructure\OpenApi\Describer\OpenApiDescriber".
The "Nelmio\ApiDocBundle\Util\SetsContextTrait" trait is considered internal. It may change without further notice. You should not use it from "App\Infrastructure\OpenApi\Generator\FormSubmitGenerator".
Class "App\Infrastructure\Serializer\FlattenExceptionNormalizer" should implement method "Symfony\Component\Serializer\Normalizer\NormalizerInterface::getSupportedTypes(?string $format): array".
The "App\Infrastructure\Serializer\FlattenExceptionNormalizer::supportsNormalization()" method will require a new "array $context" argument in the next major version of its interface "Symfony\Component\Serializer\Normalizer\NormalizerInterface", not defining it is deprecated.
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 SpecShaperEncryptBundle v4.0.0: DoctrineSubscribers will be deprecated in version 4. If you
have a custom subscriber in the encrypt bundle then this will need to be changed to a DoctrineListener.
The "SpecShaper\EncryptBundle\Subscribers\DoctrineEncryptSubscriber" class implements "Doctrine\Bundle\DoctrineBundle\EventSubscriber\EventSubscriberInterface" that is deprecated use the {@see AsDoctrineListener} attribute instead.
Since symfony/doctrine-bridge 6.3: Registering "SpecShaper\EncryptBundle\Subscribers\DoctrineEncryptSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
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: 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: Since symfony/serializer 6.3: Not implementing the "NormalizerInterface::getSupportedTypes()" in "App\Infrastructure\Serializer\FlattenExceptionNormalizer" is deprecated.
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:758, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Since symfony/doctrine-bridge 6.3: Registering "SpecShaper\EncryptBundle\Subscribers\DoctrineEncryptSubscriber" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "8.0.31" instead of "8". (AbstractMySQLDriver.php:69 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT t0.domain AS domain_1, t0.default_origin AS default_origin_2, t0.default_region AS default_region_3, t0.recaptcha_private_key AS recaptcha_private_key_4, t0.bonus_cdn_host AS bonus_cdn_host_5, t0.telegram_bot_origin AS telegram_bot_origin_6, t0.id AS id_7, t0.provider_id AS provider_id_8 FROM project t0 WHERE t0.id = ?"
(parameters:
[1 => "01931129-6b92-72a5-af7c-6610abb4aa14"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.domain AS domain_1, t0.default_origin AS default_origin_2, t0.default_region AS default_region_3, t0.recaptcha_private_key AS recaptcha_private_key_4, t0.bonus_cdn_host AS bonus_cdn_host_5, t0.telegram_bot_origin AS telegram_bot_origin_6, t0.id AS id_7, t0.provider_id AS provider_id_8 FROM project t0 WHERE t0.id = ?"
"params" => [1 => "01931129-6b92-72a5-af7c-6610abb4aa14"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT t0.name AS name_1, t0.slug AS slug_2, t0.prefix AS prefix_3, t0.active AS active_4, t0.id AS id_5 FROM provider t0 WHERE t0.id = ?"
(parameters:
[1 => "018dd5b9-7549-7702-a803-f03644002c65"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.name AS name_1, t0.slug AS slug_2, t0.prefix AS prefix_3, t0.active AS active_4, t0.id AS id_5 FROM provider t0 WHERE t0.id = ?"
"params" => [1 => "018dd5b9-7549-7702-a803-f03644002c65"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT 1 AS sclr_0 FROM project_language p0_ WHERE p0_.project_id = ? AND p0_.language = ? AND p0_.system_type = ?"
User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
Log messages generated during the compilation of the service container.
Messages
Class
448
Resolving inheritance for ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\ChangePasswordForm" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\ChangePasswordForm).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Form\ChangePasswordForm" (parent: .instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\ChangePasswordForm).
Resolving inheritance for ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\ForgotPasswordForm" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\ForgotPasswordForm).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Form\ForgotPasswordForm" (parent: .instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\ForgotPasswordForm).
Resolving inheritance for ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\LogoutForm" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\LogoutForm).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Form\LogoutForm" (parent: .instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\LogoutForm).
Resolving inheritance for ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\ResetPasswordForm" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\ResetPasswordForm).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Form\ResetPasswordForm" (parent: .instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\ResetPasswordForm).
Resolving inheritance for ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\SignInForm" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\SignInForm).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Form\SignInForm" (parent: .instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\SignInForm).
Resolving inheritance for ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\SignUpForm" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\SignUpForm).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Form\SignUpForm" (parent: .instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\SignUpForm).
Resolving inheritance for ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\UserProfileForm" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\UserProfileForm).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Form\UserProfileForm" (parent: .instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\UserProfileForm).
Resolving inheritance for ".instanceof.App\Domain\Mapper\EnumLink\EnumLinkInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CountriesEnumLink" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CountriesEnumLink).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CountriesEnumLink" (parent: .instanceof.App\Domain\Mapper\EnumLink\EnumLinkInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CountriesEnumLink).
Resolving inheritance for ".instanceof.App\Domain\Mapper\EnumLink\EnumLinkInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CurrenciesEnumLink" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CurrenciesEnumLink).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CurrenciesEnumLink" (parent: .instanceof.App\Domain\Mapper\EnumLink\EnumLinkInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CurrenciesEnumLink).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Language\LanguageMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Language\LanguageMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Language\LanguageMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Language\LanguageMapper" (parent: .instanceof.App\Domain\Mapper\Language\LanguageMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Language\LanguageMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Project\ProjectMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Project\ProjectMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Project\ProjectMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Project\ProjectMapper" (parent: .instanceof.App\Domain\Mapper\Project\ProjectMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Project\ProjectMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Data\BalanceRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Data\BalanceRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Data\BalanceRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Data\BalanceRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Submit\AccountValidateMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Submit\AccountValidateMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Submit\AccountValidateMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Submit\AccountValidateMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Auth\SessionRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Auth\SessionRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Auth\SessionRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Auth\SessionRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Data\BetslipRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Data\BetslipRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Data\BetslipRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Data\BetslipRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\BetslipRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\BetslipRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\BetslipRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\BetslipRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\CashoutRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\CashoutRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\CashoutRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\CashoutRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Data\BonusesRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Data\BonusesRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Data\BonusesRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Data\BonusesRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusAcceptRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusAcceptRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusAcceptRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusAcceptRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusDeleteRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusDeleteRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusDeleteRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusDeleteRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\ComingEventsRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\ComingEventsRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\ComingEventsRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\ComingEventsRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchAutocompleteRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchAutocompleteRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchAutocompleteRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchAutocompleteRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportEventsSortingRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportEventsSortingRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportEventsSortingRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportEventsSortingRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsbookRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsbookRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsbookRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsbookRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsmenuRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsmenuRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsmenuRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsmenuRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Data\BookingSelectionsRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Data\BookingSelectionsRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Data\BookingSelectionsRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Data\BookingSelectionsRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Submit\BookingGenerateCodeMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Submit\BookingGenerateCodeMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Submit\BookingGenerateCodeMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Submit\BookingGenerateCodeMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoGamesRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoGamesRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoGamesRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoGamesRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoProvidersRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoProvidersRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoProvidersRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoProvidersRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Submit\CasinoGameRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Submit\CasinoGameRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Submit\CasinoGameRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Submit\CasinoGameRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\GeoIp\Data\GeoIpRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\GeoIp\Data\GeoIpRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\GeoIp\Data\GeoIpRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\GeoIp\Data\GeoIpRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\CasinoRestrictionsRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\CasinoRestrictionsRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\CasinoRestrictionsRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\CasinoRestrictionsRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\I18NCategoriesRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\I18NCategoriesRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\I18NCategoriesRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\I18NCategoriesRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\TranslationsRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\TranslationsRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\TranslationsRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\TranslationsRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\CurrencyRatesRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\CurrencyRatesRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\CurrencyRatesRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\CurrencyRatesRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositFormRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositFormRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositFormRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositFormRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositProviderListRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositProviderListRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositProviderListRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositProviderListRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedDepositProviderListRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedDepositProviderListRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedDepositProviderListRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedDepositProviderListRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedWithdrawalProviderListRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedWithdrawalProviderListRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedWithdrawalProviderListRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedWithdrawalProviderListRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalFormRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalFormRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalFormRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalFormRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalProviderListRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalProviderListRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalProviderListRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalProviderListRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\DepositSubmitMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\DepositSubmitMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\DepositSubmitMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\DepositSubmitMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\WithdrawalSubmitMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\WithdrawalSubmitMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\WithdrawalSubmitMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\WithdrawalSubmitMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntriesRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntriesRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntriesRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntriesRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntryAnswersRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntryAnswersRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntryAnswersRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntryAnswersRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolLeaderBoardRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolLeaderBoardRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolLeaderBoardRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolLeaderBoardRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolsRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolsRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolsRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolsRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Submit\PoolEntrySubmitRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Submit\PoolEntrySubmitRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Submit\PoolEntrySubmitRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Submit\PoolEntrySubmitRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Data\RacesStreamsRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Data\RacesStreamsRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Data\RacesStreamsRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Data\RacesStreamsRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Submit\StreamRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Submit\StreamRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Submit\StreamRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Submit\StreamRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\PendingWithdrawalsRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\PendingWithdrawalsRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\PendingWithdrawalsRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\PendingWithdrawalsRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\TransactionHistoryRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\TransactionHistoryRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\TransactionHistoryRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\TransactionHistoryRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Submit\PendingWithdrawalsCancelRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Submit\PendingWithdrawalsCancelRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Submit\PendingWithdrawalsCancelRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Submit\PendingWithdrawalsCancelRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\UserProfile\Data\UserProfileRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\UserProfile\Data\UserProfileRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\UserProfile\Data\UserProfileRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\UserProfile\Data\UserProfileRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Auth\SessionResponseMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Auth\SessionResponseMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Auth\SessionResponseMapper" (parent: .instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Auth\SessionResponseMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Betting\Bonus\Data\BonusesResponseMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Betting\Bonus\Data\BonusesResponseMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Betting\Bonus\Data\BonusesResponseMapper" (parent: .instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Betting\Bonus\Data\BonusesResponseMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Response\CommonSubmitResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\CommonSubmitResponseMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\CommonSubmitResponseMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\CommonSubmitResponseMapper" (parent: .instanceof.App\Domain\Mapper\Response\CommonSubmitResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\CommonSubmitResponseMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositFormResponseMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositFormResponseMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositFormResponseMapper" (parent: .instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositFormResponseMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositProviderListResponseMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositProviderListResponseMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositProviderListResponseMapper" (parent: .instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositProviderListResponseMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedDepositProviderListResponseMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedDepositProviderListResponseMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedDepositProviderListResponseMapper" (parent: .instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedDepositProviderListResponseMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedWithdrawalProviderListResponseMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedWithdrawalProviderListResponseMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedWithdrawalProviderListResponseMapper" (parent: .instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedWithdrawalProviderListResponseMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalFormResponseMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalFormResponseMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalFormResponseMapper" (parent: .instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalFormResponseMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalProviderListResponseMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalProviderListResponseMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalProviderListResponseMapper" (parent: .instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalProviderListResponseMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\User\UserMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\User\UserMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\User\UserMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\Mapper\User\UserMapper" (parent: .instanceof.App\Domain\Mapper\User\UserMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\User\UserMapper).
Resolving inheritance for ".instanceof.App\Domain\Mapper\User\UserProviderInterface.0.PlatformApi\Providers\Offsidegaming\Domain\UserProvider\UserProvider" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\UserProvider\UserProvider).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Domain\UserProvider\UserProvider" (parent: .instanceof.App\Domain\Mapper\User\UserProviderInterface.0.PlatformApi\Providers\Offsidegaming\Domain\UserProvider\UserProvider).
Resolving inheritance for ".instanceof.App\Domain\Healthcheck\CredentialsInterface.0.PlatformApi\Providers\Offsidegaming\Infrastructure\Healthcheck\Credentials" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Infrastructure\Healthcheck\Credentials).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Infrastructure\Healthcheck\Credentials" (parent: .instanceof.App\Domain\Healthcheck\CredentialsInterface.0.PlatformApi\Providers\Offsidegaming\Infrastructure\Healthcheck\Credentials).
Resolving inheritance for ".instanceof.App\Domain\Init\ProviderInitInterface.0.PlatformApi\Providers\Offsidegaming\Infrastructure\Init\ProviderInit" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Infrastructure\Init\ProviderInit).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Infrastructure\Init\ProviderInit" (parent: .instanceof.App\Domain\Init\ProviderInitInterface.0.PlatformApi\Providers\Offsidegaming\Infrastructure\Init\ProviderInit).
Resolving inheritance for ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper" (parent: .abstract.instanceof.PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper).
Resolving inheritance for "PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper" (parent: .instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\AppVersionCommand" (parent: .abstract.instanceof.App\Application\Command\AppVersionCommand).
Resolving inheritance for "App\Application\Command\AppVersionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\AppVersionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\HealthcheckCommand" (parent: .abstract.instanceof.App\Application\Command\HealthcheckCommand).
Resolving inheritance for "App\Application\Command\HealthcheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\HealthcheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\InitCommand" (parent: .abstract.instanceof.App\Application\Command\InitCommand).
Resolving inheritance for "App\Application\Command\InitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\InitCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\AbstractProviderApiController" (parent: .abstract.instanceof.App\Application\Controller\AbstractProviderApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\AbstractProviderApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\AbstractProviderApiController).
Resolving inheritance for "App\Application\Controller\AbstractProviderApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\AbstractProviderApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Account\AccountBalanceController" (parent: .abstract.instanceof.App\Application\Controller\Account\AccountBalanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Account\AccountBalanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Account\AccountBalanceController).
Resolving inheritance for "App\Application\Controller\Account\AccountBalanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Account\AccountBalanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Account\AccountValidateController" (parent: .abstract.instanceof.App\Application\Controller\Account\AccountValidateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Account\AccountValidateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Account\AccountValidateController).
Resolving inheritance for "App\Application\Controller\Account\AccountValidateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Account\AccountValidateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\ChangePasswordController" (parent: .abstract.instanceof.App\Application\Controller\Auth\ChangePasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\ChangePasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\ChangePasswordController).
Resolving inheritance for "App\Application\Controller\Auth\ChangePasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\ChangePasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\LogoutController" (parent: .abstract.instanceof.App\Application\Controller\Auth\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\LogoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\LogoutController).
Resolving inheritance for "App\Application\Controller\Auth\LogoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\LogoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\SessionController" (parent: .abstract.instanceof.App\Application\Controller\Auth\SessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\SessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\SessionController).
Resolving inheritance for "App\Application\Controller\Auth\SessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\SessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\SignInController" (parent: .abstract.instanceof.App\Application\Controller\Auth\SignInController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\SignInController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\SignInController).
Resolving inheritance for "App\Application\Controller\Auth\SignInController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\SignInController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\SingUpController" (parent: .abstract.instanceof.App\Application\Controller\Auth\SingUpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\SingUpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\SingUpController).
Resolving inheritance for "App\Application\Controller\Auth\SingUpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\SingUpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\VisitPermission\CheckController" (parent: .abstract.instanceof.App\Application\Controller\Auth\VisitPermission\CheckController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\VisitPermission\CheckController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\VisitPermission\CheckController).
Resolving inheritance for "App\Application\Controller\Auth\VisitPermission\CheckController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\VisitPermission\CheckController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\VisitPermission\GenerateController" (parent: .abstract.instanceof.App\Application\Controller\Auth\VisitPermission\GenerateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\VisitPermission\GenerateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\VisitPermission\GenerateController).
Resolving inheritance for "App\Application\Controller\Auth\VisitPermission\GenerateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\VisitPermission\GenerateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Betslip\BetslipSubmitController" (parent: .abstract.instanceof.App\Application\Controller\Betting\Betslip\BetslipSubmitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Betslip\BetslipSubmitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Betslip\BetslipSubmitController).
Resolving inheritance for "App\Application\Controller\Betting\Betslip\BetslipSubmitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Betslip\BetslipSubmitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Betslip\CashoutController" (parent: .abstract.instanceof.App\Application\Controller\Betting\Betslip\CashoutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Betslip\CashoutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Betslip\CashoutController).
Resolving inheritance for "App\Application\Controller\Betting\Betslip\CashoutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Betslip\CashoutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Betslip\GetController" (parent: .abstract.instanceof.App\Application\Controller\Betting\Betslip\GetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Betslip\GetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Betslip\GetController).
Resolving inheritance for "App\Application\Controller\Betting\Betslip\GetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Betslip\GetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Bonus\AcceptController" (parent: .abstract.instanceof.App\Application\Controller\Betting\Bonus\AcceptController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Bonus\AcceptController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Bonus\AcceptController).
Resolving inheritance for "App\Application\Controller\Betting\Bonus\AcceptController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Bonus\AcceptController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Bonus\DeleteController" (parent: .abstract.instanceof.App\Application\Controller\Betting\Bonus\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Bonus\DeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Bonus\DeleteController).
Resolving inheritance for "App\Application\Controller\Betting\Bonus\DeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Bonus\DeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Bonus\GetController" (parent: .abstract.instanceof.App\Application\Controller\Betting\Bonus\GetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Bonus\GetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Bonus\GetController).
Resolving inheritance for "App\Application\Controller\Betting\Bonus\GetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Bonus\GetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Sportsbook\SportEventsSortingController" (parent: .abstract.instanceof.App\Application\Controller\Betting\Sportsbook\SportEventsSortingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Sportsbook\SportEventsSortingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Sportsbook\SportEventsSortingController).
Resolving inheritance for "App\Application\Controller\Betting\Sportsbook\SportEventsSortingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Sportsbook\SportEventsSortingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Booking\GenerateCodeController" (parent: .abstract.instanceof.App\Application\Controller\Booking\GenerateCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Booking\GenerateCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Booking\GenerateCodeController).
Resolving inheritance for "App\Application\Controller\Booking\GenerateCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Booking\GenerateCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Booking\SelectionsController" (parent: .abstract.instanceof.App\Application\Controller\Booking\SelectionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Booking\SelectionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Booking\SelectionsController).
Resolving inheritance for "App\Application\Controller\Booking\SelectionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Booking\SelectionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GameController" (parent: .abstract.instanceof.App\Application\Controller\Casino\GameController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GameController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GameController).
Resolving inheritance for "App\Application\Controller\Casino\GameController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GameController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GetGamesController" (parent: .abstract.instanceof.App\Application\Controller\Casino\GetGamesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GetGamesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GetGamesController).
Resolving inheritance for "App\Application\Controller\Casino\GetGamesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GetGamesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GetProvidersController" (parent: .abstract.instanceof.App\Application\Controller\Casino\GetProvidersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GetProvidersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GetProvidersController).
Resolving inheritance for "App\Application\Controller\Casino\GetProvidersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GetProvidersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GetRestrictionsController" (parent: .abstract.instanceof.App\Application\Controller\Casino\GetRestrictionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GetRestrictionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GetRestrictionsController).
Resolving inheritance for "App\Application\Controller\Casino\GetRestrictionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GetRestrictionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\CustomForm\CustomFormSubmitController" (parent: .abstract.instanceof.App\Application\Controller\CustomForm\CustomFormSubmitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\CustomForm\CustomFormSubmitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\CustomForm\CustomFormSubmitController).
Resolving inheritance for "App\Application\Controller\CustomForm\CustomFormSubmitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\CustomForm\CustomFormSubmitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Form\GetController" (parent: .abstract.instanceof.App\Application\Controller\Form\GetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Form\GetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Form\GetController).
Resolving inheritance for "App\Application\Controller\Form\GetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Form\GetController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Form\SubmitController" (parent: .abstract.instanceof.App\Application\Controller\Form\SubmitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Form\SubmitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Form\SubmitController).
Resolving inheritance for "App\Application\Controller\Form\SubmitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Form\SubmitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\GeoIp\GeoIpController" (parent: .abstract.instanceof.App\Application\Controller\GeoIp\GeoIpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\GeoIp\GeoIpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\GeoIp\GeoIpController).
Resolving inheritance for "App\Application\Controller\GeoIp\GeoIpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\GeoIp\GeoIpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\GetWidgetsDataController" (parent: .abstract.instanceof.App\Application\Controller\GetWidgetsDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\GetWidgetsDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\GetWidgetsDataController).
Resolving inheritance for "App\Application\Controller\GetWidgetsDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\GetWidgetsDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\I18N\CategoriesController" (parent: .abstract.instanceof.App\Application\Controller\I18N\CategoriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\I18N\CategoriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\I18N\CategoriesController).
Resolving inheritance for "App\Application\Controller\I18N\CategoriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\I18N\CategoriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\I18N\TranslationController" (parent: .abstract.instanceof.App\Application\Controller\I18N\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\I18N\TranslationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\I18N\TranslationController).
Resolving inheritance for "App\Application\Controller\I18N\TranslationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\I18N\TranslationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\NginxGeoIpController" (parent: .abstract.instanceof.App\Application\Controller\NginxGeoIpController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\NginxGeoIpController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\NginxGeoIpController).
Resolving inheritance for "App\Application\Controller\NginxGeoIpController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\NginxGeoIpController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Oauth\Controller\OauthController" (parent: .abstract.instanceof.App\Application\Controller\Oauth\Controller\OauthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Oauth\Controller\OauthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Oauth\Controller\OauthController).
Resolving inheritance for "App\Application\Controller\Oauth\Controller\OauthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Oauth\Controller\OauthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\OpenApi\OpenApiController" (parent: .abstract.instanceof.App\Application\Controller\OpenApi\OpenApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\OpenApi\OpenApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\OpenApi\OpenApiController).
Resolving inheritance for "App\Application\Controller\OpenApi\OpenApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\OpenApi\OpenApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\OpenApi\ProviderOpenApiController" (parent: .abstract.instanceof.App\Application\Controller\OpenApi\ProviderOpenApiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\OpenApi\ProviderOpenApiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\OpenApi\ProviderOpenApiController).
Resolving inheritance for "App\Application\Controller\OpenApi\ProviderOpenApiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\OpenApi\ProviderOpenApiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\CurrencyRatesController" (parent: .abstract.instanceof.App\Application\Controller\Payment\CurrencyRatesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\CurrencyRatesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\CurrencyRatesController).
Resolving inheritance for "App\Application\Controller\Payment\CurrencyRatesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\CurrencyRatesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\DepositSubmitController" (parent: .abstract.instanceof.App\Application\Controller\Payment\DepositSubmitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\DepositSubmitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\DepositSubmitController).
Resolving inheritance for "App\Application\Controller\Payment\DepositSubmitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\DepositSubmitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\GetPaymentFormController" (parent: .abstract.instanceof.App\Application\Controller\Payment\GetPaymentFormController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\GetPaymentFormController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\GetPaymentFormController).
Resolving inheritance for "App\Application\Controller\Payment\GetPaymentFormController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\GetPaymentFormController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\GetPaymentProvidersController" (parent: .abstract.instanceof.App\Application\Controller\Payment\GetPaymentProvidersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\GetPaymentProvidersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\GetPaymentProvidersController).
Resolving inheritance for "App\Application\Controller\Payment\GetPaymentProvidersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\GetPaymentProvidersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\WithdrawalSubmitController" (parent: .abstract.instanceof.App\Application\Controller\Payment\WithdrawalSubmitController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\WithdrawalSubmitController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\WithdrawalSubmitController).
Resolving inheritance for "App\Application\Controller\Payment\WithdrawalSubmitController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\WithdrawalSubmitController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolController" (parent: .abstract.instanceof.App\Application\Controller\Pools\PoolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolController).
Resolving inheritance for "App\Application\Controller\Pools\PoolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolEntriesController" (parent: .abstract.instanceof.App\Application\Controller\Pools\PoolEntriesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolEntriesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolEntriesController).
Resolving inheritance for "App\Application\Controller\Pools\PoolEntriesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolEntriesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolEntryAnswersController" (parent: .abstract.instanceof.App\Application\Controller\Pools\PoolEntryAnswersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolEntryAnswersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolEntryAnswersController).
Resolving inheritance for "App\Application\Controller\Pools\PoolEntryAnswersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolEntryAnswersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolLeaderBoardController" (parent: .abstract.instanceof.App\Application\Controller\Pools\PoolLeaderBoardController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolLeaderBoardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolLeaderBoardController).
Resolving inheritance for "App\Application\Controller\Pools\PoolLeaderBoardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolLeaderBoardController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolsController" (parent: .abstract.instanceof.App\Application\Controller\Pools\PoolsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolsController).
Resolving inheritance for "App\Application\Controller\Pools\PoolsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\SubmitPoolEntryController" (parent: .abstract.instanceof.App\Application\Controller\Pools\SubmitPoolEntryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\SubmitPoolEntryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\SubmitPoolEntryController).
Resolving inheritance for "App\Application\Controller\Pools\SubmitPoolEntryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\SubmitPoolEntryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\SeoDataController" (parent: .abstract.instanceof.App\Application\Controller\SeoDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\SeoDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\SeoDataController).
Resolving inheritance for "App\Application\Controller\SeoDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\SeoDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\SportsbookController" (parent: .abstract.instanceof.App\Application\Controller\SportsbookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\SportsbookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\SportsbookController).
Resolving inheritance for "App\Application\Controller\SportsbookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\SportsbookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Stream\RacesStreamsController" (parent: .abstract.instanceof.App\Application\Controller\Stream\RacesStreamsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Stream\RacesStreamsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Stream\RacesStreamsController).
Resolving inheritance for "App\Application\Controller\Stream\RacesStreamsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Stream\RacesStreamsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Stream\StreamController" (parent: .abstract.instanceof.App\Application\Controller\Stream\StreamController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Stream\StreamController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Stream\StreamController).
Resolving inheritance for "App\Application\Controller\Stream\StreamController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Stream\StreamController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Transaction\PendingWithdrawalsCancelController" (parent: .abstract.instanceof.App\Application\Controller\Transaction\PendingWithdrawalsCancelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Transaction\PendingWithdrawalsCancelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Transaction\PendingWithdrawalsCancelController).
Resolving inheritance for "App\Application\Controller\Transaction\PendingWithdrawalsCancelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Transaction\PendingWithdrawalsCancelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Transaction\PendingWithdrawalsDataController" (parent: .abstract.instanceof.App\Application\Controller\Transaction\PendingWithdrawalsDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Transaction\PendingWithdrawalsDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Transaction\PendingWithdrawalsDataController).
Resolving inheritance for "App\Application\Controller\Transaction\PendingWithdrawalsDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Transaction\PendingWithdrawalsDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Transaction\TransactionsHistoryController" (parent: .abstract.instanceof.App\Application\Controller\Transaction\TransactionsHistoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Transaction\TransactionsHistoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Transaction\TransactionsHistoryController).
Resolving inheritance for "App\Application\Controller\Transaction\TransactionsHistoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Transaction\TransactionsHistoryController).
Resolving inheritance for ".instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\BetslipHealthCheckRequestMapper" (parent: .abstract.instanceof.App\Domain\Healthcheck\RequestMapper\BetslipHealthCheckRequestMapper).
Resolving inheritance for "App\Domain\Healthcheck\RequestMapper\BetslipHealthCheckRequestMapper" (parent: .instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\BetslipHealthCheckRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\DepositFormHealthcheckRequestMapper" (parent: .abstract.instanceof.App\Domain\Healthcheck\RequestMapper\DepositFormHealthcheckRequestMapper).
Resolving inheritance for "App\Domain\Healthcheck\RequestMapper\DepositFormHealthcheckRequestMapper" (parent: .instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\DepositFormHealthcheckRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\TransactionsHistoryHealthcheckRequestMapper" (parent: .abstract.instanceof.App\Domain\Healthcheck\RequestMapper\TransactionsHistoryHealthcheckRequestMapper).
Resolving inheritance for "App\Domain\Healthcheck\RequestMapper\TransactionsHistoryHealthcheckRequestMapper" (parent: .instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\TransactionsHistoryHealthcheckRequestMapper).
Resolving inheritance for ".instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\WithdrawalFormHealthcheckRequestMapper" (parent: .abstract.instanceof.App\Domain\Healthcheck\RequestMapper\WithdrawalFormHealthcheckRequestMapper).
Resolving inheritance for "App\Domain\Healthcheck\RequestMapper\WithdrawalFormHealthcheckRequestMapper" (parent: .instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\WithdrawalFormHealthcheckRequestMapper).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineBonusRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineBonusRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineBonusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineBonusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineLinkPatternRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineLinkPatternRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineLinkPatternRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineLinkPatternRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineOauthUserRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineOauthUserRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineOauthUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineOauthUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineProjectLanguageRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineProjectLanguageRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineProjectLanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineProjectLanguageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineProjectRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineProjectRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineProjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineProjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineProviderRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineProviderRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\DoctrineProviderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineProviderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\ReservedSessionDataRepository" (parent: .abstract.instanceof.App\Infrastructure\Doctrine\Repository\ReservedSessionDataRepository).
Resolving inheritance for "App\Infrastructure\Doctrine\Repository\ReservedSessionDataRepository" (parent: .instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\ReservedSessionDataRepository).
Resolving inheritance for ".instanceof.App\Infrastructure\EventListener\ExceptionListener.0.App\Infrastructure\EventListener\ExceptionListener" (parent: .abstract.instanceof.App\Infrastructure\EventListener\ExceptionListener).
Resolving inheritance for "App\Infrastructure\EventListener\ExceptionListener" (parent: .instanceof.App\Infrastructure\EventListener\ExceptionListener.0.App\Infrastructure\EventListener\ExceptionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\LogoutListener" (parent: .abstract.instanceof.App\Infrastructure\EventListener\LogoutListener).
Resolving inheritance for "App\Infrastructure\EventListener\LogoutListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\LogoutListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\LogoutOnInvalidSessionListener" (parent: .abstract.instanceof.App\Infrastructure\EventListener\LogoutOnInvalidSessionListener).
Resolving inheritance for "App\Infrastructure\EventListener\LogoutOnInvalidSessionListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\LogoutOnInvalidSessionListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\Healthcheck\Event\HealthcheckResponseEventSubscriber" (parent: .abstract.instanceof.App\Infrastructure\Healthcheck\Event\HealthcheckResponseEventSubscriber).
Resolving inheritance for "App\Infrastructure\Healthcheck\Event\HealthcheckResponseEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\Healthcheck\Event\HealthcheckResponseEventSubscriber).
Resolving inheritance for ".instanceof.App\Infrastructure\OpenApi\Describer\RouteDescriber.0.App\Infrastructure\OpenApi\Describer\RouteDescriber" (parent: .abstract.instanceof.App\Infrastructure\OpenApi\Describer\RouteDescriber).
Resolving inheritance for "App\Infrastructure\OpenApi\Describer\RouteDescriber" (parent: .instanceof.App\Infrastructure\OpenApi\Describer\RouteDescriber.0.App\Infrastructure\OpenApi\Describer\RouteDescriber).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Infrastructure\Serializer\FlattenExceptionNormalizer" (parent: .abstract.instanceof.App\Infrastructure\Serializer\FlattenExceptionNormalizer).
Resolving inheritance for "App\Infrastructure\Serializer\FlattenExceptionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Infrastructure\Serializer\FlattenExceptionNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Validator\LinkPatternValidator" (parent: .abstract.instanceof.App\Infrastructure\Validator\LinkPatternValidator).
Resolving inheritance for "App\Infrastructure\Validator\LinkPatternValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Validator\LinkPatternValidator).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Infrastructure\ValueResolver\FormResolver" (parent: .abstract.instanceof.App\Infrastructure\ValueResolver\FormResolver).
Resolving inheritance for ".instanceof.App\Infrastructure\ValueResolver\FormResolver.0.App\Infrastructure\ValueResolver\FormResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Infrastructure\ValueResolver\FormResolver).
Resolving inheritance for "App\Infrastructure\ValueResolver\FormResolver" (parent: .instanceof.App\Infrastructure\ValueResolver\FormResolver.0.App\Infrastructure\ValueResolver\FormResolver).
Resolving inheritance for ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Infrastructure\ValueResolver\ProjectResolver" (parent: .abstract.instanceof.App\Infrastructure\ValueResolver\ProjectResolver).
Resolving inheritance for ".instanceof.App\Infrastructure\ValueResolver\ProjectResolver.0.App\Infrastructure\ValueResolver\ProjectResolver" (parent: .instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Infrastructure\ValueResolver\ProjectResolver).
Resolving inheritance for "App\Infrastructure\ValueResolver\ProjectResolver" (parent: .instanceof.App\Infrastructure\ValueResolver\ProjectResolver.0.App\Infrastructure\ValueResolver\ProjectResolver).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.json_serializable_normalizer" (parent: .abstract.instanceof.json_serializable_normalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.json_serializable_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.json_serializable_normalizer).
Resolving inheritance for "json_serializable_normalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.json_serializable_normalizer).
Resolving inheritance for "cache.app" (parent: cache.adapter.redis).
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.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "psr18.dashboard.api.client" (parent: psr18.http_client).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "seo_data.cache" (parent: cache.app).
Resolving inheritance for "geo_ip.cache" (parent: cache.app).
Resolving inheritance for "visit_permission.cache" (parent: cache.app).
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 "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.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.admin" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.admin" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.public" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.public" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.cookie" (parent: security.firewall.config).
Resolving inheritance for "security.listener.cookie.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authentication.failure_handler.cookie.access_token" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.cookie.access_token" (parent: App\Infrastructure\Security\SessionCheckerFailureHandler).
Resolving inheritance for "security.access_token_handler.cookie" (parent: App\Infrastructure\Security\AccessTokenHandler).
Resolving inheritance for "security.authenticator.access_token.cookie" (parent: security.authenticator.access_token).
Resolving inheritance for "security.authenticator.manager.cookie" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.cookie" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.cookie" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.cookie" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.cookie" (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.access_token_handler.main" (parent: App\Infrastructure\Security\AccessTokenHandler).
Resolving inheritance for "security.authenticator.access_token.main" (parent: security.authenticator.access_token).
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.context).
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.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 "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine_mongodb.odm.default_connection.event_manager" (parent: doctrine_mongodb.odm.connection.event_manager).
Resolving inheritance for "doctrine_mongodb.odm.default_manager_configurator" (parent: doctrine_mongodb.odm.manager_configurator.abstract).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SpecShaper\EncryptBundle\Command\EncryptDatabaseCommand" (parent: .abstract.instanceof.SpecShaper\EncryptBundle\Command\EncryptDatabaseCommand).
Resolving inheritance for "SpecShaper\EncryptBundle\Command\EncryptDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SpecShaper\EncryptBundle\Command\EncryptDatabaseCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SpecShaper\EncryptBundle\Command\GenKeyCommand" (parent: .abstract.instanceof.SpecShaper\EncryptBundle\Command\GenKeyCommand).
Resolving inheritance for "SpecShaper\EncryptBundle\Command\GenKeyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SpecShaper\EncryptBundle\Command\GenKeyCommand).
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_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 "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 "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
260
Removed service "PlatformApi\Providers\Offsidegaming\Domain\User\OffsidegamingUserInterface"; reason: private alias.
Removed service "App\Domain\DashboardApi\DashboardApiClientInterface"; reason: private alias.
Removed service "App\Domain\Event\EventInterface"; reason: private alias.
Removed service "App\Domain\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "App\Domain\Factory\OauthUserFactoryInterface"; reason: private alias.
Removed service "App\Domain\Factory\ProviderFactoryInterface"; reason: private alias.
Removed service "App\Domain\Factory\ReservedSessionDataFactoryInterface"; reason: private alias.
Removed service "App\Domain\Form\Resolver\FormResolverInterface"; reason: private alias.
Removed service "App\Domain\Form\Submitter\FormSubmitterMapperInterface"; reason: private alias.
Removed service "App\Domain\HttpClient\HttpClientFilesHandlerInterface"; reason: private alias.
Removed service "App\Domain\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "App\Domain\LanguageResolver\LanguageResolverInterface"; reason: private alias.
Removed service "App\Domain\Notifier\NotifierInterface"; reason: private alias.
Removed service "App\Domain\Oauth\PasswordGeneratorInterface"; reason: private alias.
Removed service "App\Domain\ProjectResolver\ProjectOriginResolverInterface"; reason: private alias.
Removed service "App\Domain\ProjectResolver\ProjectResolverInterface"; reason: private alias.
Removed service "App\Domain\RedisClient\RedisClientInterface"; reason: private alias.
Removed service "App\Domain\Repository\BonusRepositoryInterface"; reason: private alias.
Removed service "App\Domain\Repository\LinkPatternRepositoryInterface"; reason: private alias.
Removed service "App\Domain\Repository\OauthUserRepositoryInterface"; reason: private alias.
Removed service "App\Domain\Repository\ProjectLanguageRepositoryInterface"; reason: private alias.
Removed service "App\Domain\Repository\ProjectRepositoryInterface"; reason: private alias.
Removed service "App\Domain\Repository\ProviderRepositoryInterface"; reason: private alias.
Removed service "App\Domain\Repository\ReservedSessionDataRepositoryInterface"; reason: private alias.
Removed service "App\Domain\RequestProxy\IncomeRequestInterface"; reason: private alias.
Removed service "App\Domain\Security\SecurityInterface"; reason: private alias.
Removed service "App\Domain\Security\UserStorageInterface"; reason: private alias.
Removed service "App\Domain\SeoData\SeoDataStorageInterface"; reason: private alias.
Removed service "App\Domain\Serializer\DenormalizerInterface"; reason: private alias.
Removed service "App\Domain\Serializer\SerializerInterface"; reason: private alias.
Removed service "App\Domain\Sportsbook\SportsbookSeoDataCacheSaverInterface"; reason: private alias.
Removed service "App\Domain\TelegramBotApi\TelegramBotApiClientInterface"; 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\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service ".Symfony\Contracts\HttpClient\HttpClientInterface $dashboard.api.client"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface $dashboardApiClient"; reason: private alias.
Removed service ".Psr\Http\Client\ClientInterface $dashboard.api.client"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface $dashboardApiClient"; 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 "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 ".Symfony\Contracts\Cache\TagAwareCacheInterface $seo_data.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $seoDataCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $seo_data.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $seoDataCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $seo_data.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $seoDataCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $geo_ip.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $geoIpCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $geo_ip.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $geoIpCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $geo_ip.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $geoIpCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $visit_permission.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $visitPermissionCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $visit_permission.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $visitPermissionCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $visit_permission.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $visitPermissionCache"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "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 "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; 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_user_provider"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.cookie"; reason: private alias.
Removed service "security.user_checker.cookie"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; 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 "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 "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\ODM\MongoDB\DocumentManager"; reason: private alias.
Removed service "Doctrine\Bundle\MongoDBBundle\ManagerRegistry"; reason: private alias.
Removed service "doctrine_mongodb.odm.event_manager"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\GoogleClient"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $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 $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; 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 $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 ".service_locator.cp0uDsx"; reason: private alias.
Removed service ".service_locator.SoJ0eYq"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.1tudY.l"; reason: private alias.
Removed service ".service_locator.joE0Lol"; reason: private alias.
Removed service ".service_locator.vtbj.9b"; reason: private alias.
Removed service ".service_locator.Hhz5tpS"; reason: private alias.
Removed service ".service_locator.ytWEs9F"; reason: private alias.
Removed service ".service_locator.hFQqJRx"; reason: private alias.
Removed service ".service_locator.6TSMzEu"; reason: private alias.
Removed service ".service_locator.e03clng"; reason: private alias.
Removed service ".service_locator.K6A6Ac7"; reason: private alias.
Removed service ".service_locator.5Rk2rpq"; reason: private alias.
Removed service ".service_locator.t2G_YuH"; reason: private alias.
Removed service ".service_locator.lvXu2iw"; reason: private alias.
Removed service ".service_locator.YXnSrwo"; reason: private alias.
Removed service ".service_locator.sxoMjXr"; 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 "dashboard.api.client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service ".debug.dashboard.api.client.inner"; reason: private alias.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\GeoIp\Data\GeoIpRequestMapper"; reason: private alias.
Removed service "security.access_token_extractor.header"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "serializer"; 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.cookie"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.cookie"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.B7mPwUK"; reason: private alias.
Removed service ".service_locator.pZFZcIf"; reason: private alias.
Removed service ".service_locator.aRlrw7g"; reason: private alias.
Removed service ".service_locator.CxYEh2f"; reason: private alias.
Removed service ".service_locator.lRPzRsi"; reason: private alias.
Removed service ".service_locator.igFsqI6"; reason: private alias.
Removed service ".service_locator.UESk7zZ"; reason: private alias.
Removed service ".service_locator.JwqhZms"; reason: private alias.
Removed service ".service_locator.9XVg2N9"; reason: private alias.
Removed service ".service_locator.4TIVkQx"; reason: private alias.
Removed service ".service_locator.YAf._FP"; reason: private alias.
Removed service ".service_locator.DuW9Lal"; reason: private alias.
Removed service ".service_locator.pnknheH"; reason: private alias.
Removed service ".service_locator.uQpWqHb"; reason: private alias.
Removed service ".service_locator.u_vnjiX"; reason: private alias.
Removed service ".service_locator.jwX39kk"; reason: private alias.
Removed service ".service_locator.kUzG3BF"; reason: private alias.
Removed service ".service_locator.BKwz0FP"; reason: private alias.
Removed service ".service_locator.dzjEwA_"; reason: private alias.
Removed service ".service_locator.6YrMl5n"; reason: private alias.
Removed service ".service_locator.mXNl8Z6"; reason: private alias.
Removed service ".service_locator.HQwjvQ1"; reason: private alias.
Removed service ".service_locator.59Z6mWy"; reason: private alias.
Removed service ".service_locator.N.x6ZR."; reason: private alias.
Removed service ".service_locator.IsDK1rb"; reason: private alias.
Removed service ".service_locator.Yonfh4_"; reason: private alias.
Removed service ".service_locator.sy1NzjQ"; reason: private alias.
Removed service ".service_locator.4BUnCup"; reason: private alias.
Removed service ".service_locator.BlxN3Cw"; reason: private alias.
64
Changed reference of service "App\Infrastructure\EventDispatcher\EventDispatcher" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "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 "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 "twig.app_variable" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "security.authorization_checker" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.user_value_resolver" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.security_token_value_resolver" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.impersonate_url_generator" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.firewall.lazy_context" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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.validator.user_password" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.context_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.logout_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.exception_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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.access_listener" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.manager" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.x509" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.remote_user" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "data_collector.security" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.manager.cookie" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.exception_listener.cookie" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.authenticator.manager.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service "security.exception_listener.main" previously pointing to "security.untracked_token_storage" to "security.token_storage".
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 "nelmio_api_doc.routes.default" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "knpu.oauth2.provider_factory" previously pointing to "router.default" to "router".
Changed reference of service "SpecShaper\EncryptBundle\Encryptors\EncryptorFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "security.untracked_token_storage" to "security.token_storage".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.WmW9F7K" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.LrCXAmX" previously pointing to "security.untracked_token_storage" to "security.token_storage".
494
Removed service "App\Application\Dto"; reason: abstract.
Removed service "App\Domain\Entity"; reason: abstract.
Removed service "App\Domain\Enum"; reason: abstract.
Removed service "App\Domain\Exception"; reason: abstract.
Removed service "App\Domain\RequestProxy\Model"; reason: abstract.
Removed service "App\Infrastructure\Doctrine\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 "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 "notifier.transport_factory.abstract"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.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 "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 "doctrine_mongodb.odm.connection.event_manager"; reason: abstract.
Removed service "doctrine_mongodb.odm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine_mongodb.odm.security.user.provider"; reason: abstract.
Removed service ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\ChangePasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\ChangePasswordForm"; reason: abstract.
Removed service ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\ForgotPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\ForgotPasswordForm"; reason: abstract.
Removed service ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\LogoutForm"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\LogoutForm"; reason: abstract.
Removed service ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\ResetPasswordForm"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\ResetPasswordForm"; reason: abstract.
Removed service ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\SignInForm"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\SignInForm"; reason: abstract.
Removed service ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\SignUpForm"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\SignUpForm"; reason: abstract.
Removed service ".instanceof.App\Domain\Form\FormInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Form\UserProfileForm"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Form\UserProfileForm"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\EnumLink\EnumLinkInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CountriesEnumLink"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CountriesEnumLink"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\EnumLink\EnumLinkInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CurrenciesEnumLink"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\EnumLink\CurrenciesEnumLink"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Language\LanguageMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Language\LanguageMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Language\LanguageMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Project\ProjectMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Project\ProjectMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Project\ProjectMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Data\BalanceRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Data\BalanceRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Submit\AccountValidateMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Account\Submit\AccountValidateMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Auth\SessionRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Auth\SessionRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Data\BetslipRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Data\BetslipRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\BetslipRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\BetslipRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\CashoutRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Betslip\Submit\CashoutRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Data\BonusesRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Data\BonusesRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusAcceptRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusAcceptRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusDeleteRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Bonus\Submit\BonusDeleteRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\ComingEventsRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\ComingEventsRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchAutocompleteRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchAutocompleteRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SearchRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportEventsSortingRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportEventsSortingRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsbookRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsbookRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsmenuRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Betting\Sportsbook\Data\SportsmenuRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Data\BookingSelectionsRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Data\BookingSelectionsRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Submit\BookingGenerateCodeMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Booking\Submit\BookingGenerateCodeMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoGamesRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoGamesRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoProvidersRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Data\CasinoProvidersRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Submit\CasinoGameRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Casino\Submit\CasinoGameRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\GeoIp\Data\GeoIpRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\GeoIp\Data\GeoIpRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\CasinoRestrictionsRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\CasinoRestrictionsRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\I18NCategoriesRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\I18NCategoriesRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\TranslationsRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\I18N\Data\TranslationsRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\CurrencyRatesRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\CurrencyRatesRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositFormRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositFormRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositProviderListRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DepositProviderListRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedDepositProviderListRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedDepositProviderListRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedWithdrawalProviderListRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\DeprecatedWithdrawalProviderListRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalFormRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalFormRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalProviderListRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Data\WithdrawalProviderListRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\DepositSubmitMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\DepositSubmitMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\WithdrawalSubmitMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Payment\Submit\WithdrawalSubmitMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntriesRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntriesRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntryAnswersRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolEntryAnswersRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolLeaderBoardRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolLeaderBoardRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolsRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Data\PoolsRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Submit\PoolEntrySubmitRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Pools\Submit\PoolEntrySubmitRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Data\RacesStreamsRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Data\RacesStreamsRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Submit\StreamRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Stream\Submit\StreamRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\PendingWithdrawalsRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\PendingWithdrawalsRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\TransactionHistoryRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Data\TransactionHistoryRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\SubmitRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Submit\PendingWithdrawalsCancelRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\Transaction\Submit\PendingWithdrawalsCancelRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\UserProfile\Data\UserProfileRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Request\UserProfile\Data\UserProfileRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Auth\SessionResponseMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Auth\SessionResponseMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Betting\Bonus\Data\BonusesResponseMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Betting\Bonus\Data\BonusesResponseMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Response\CommonSubmitResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\CommonSubmitResponseMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\CommonSubmitResponseMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositFormResponseMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositFormResponseMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositProviderListResponseMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DepositProviderListResponseMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedDepositProviderListResponseMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedDepositProviderListResponseMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedWithdrawalProviderListResponseMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\DeprecatedWithdrawalProviderListResponseMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalFormResponseMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalFormResponseMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Response\DataResponseMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalProviderListResponseMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Payment\Data\WithdrawalProviderListResponseMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\User\UserMapperInterface.0.PlatformApi\Providers\Offsidegaming\Domain\Mapper\User\UserMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\Mapper\User\UserMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\User\UserProviderInterface.0.PlatformApi\Providers\Offsidegaming\Domain\UserProvider\UserProvider"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Domain\UserProvider\UserProvider"; reason: abstract.
Removed service ".instanceof.App\Domain\Healthcheck\CredentialsInterface.0.PlatformApi\Providers\Offsidegaming\Infrastructure\Healthcheck\Credentials"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Infrastructure\Healthcheck\Credentials"; reason: abstract.
Removed service ".instanceof.App\Domain\Init\ProviderInitInterface.0.PlatformApi\Providers\Offsidegaming\Infrastructure\Init\ProviderInit"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Infrastructure\Init\ProviderInit"; reason: abstract.
Removed service ".instanceof.App\Domain\Mapper\Request\DataRequestMapperInterface.0.PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\AppVersionCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Command\AppVersionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\HealthcheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Command\HealthcheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Application\Command\InitCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Command\InitCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\AbstractProviderApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\AbstractProviderApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\AbstractProviderApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Account\AccountBalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Account\AccountBalanceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Account\AccountBalanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Account\AccountValidateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Account\AccountValidateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Account\AccountValidateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\ChangePasswordController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Auth\ChangePasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\LogoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Auth\LogoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\SessionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Auth\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\SignInController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\SignInController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Auth\SignInController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\SingUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\SingUpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Auth\SingUpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\VisitPermission\CheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\VisitPermission\CheckController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Auth\VisitPermission\CheckController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Auth\VisitPermission\GenerateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Auth\VisitPermission\GenerateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Auth\VisitPermission\GenerateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Betslip\BetslipSubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Betslip\BetslipSubmitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Betting\Betslip\BetslipSubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Betslip\CashoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Betslip\CashoutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Betting\Betslip\CashoutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Betslip\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Betslip\GetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Betting\Betslip\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Bonus\AcceptController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Bonus\AcceptController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Betting\Bonus\AcceptController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Bonus\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Bonus\DeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Betting\Bonus\DeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Bonus\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Bonus\GetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Betting\Bonus\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Betting\Sportsbook\SportEventsSortingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Betting\Sportsbook\SportEventsSortingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Betting\Sportsbook\SportEventsSortingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Booking\GenerateCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Booking\GenerateCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Booking\GenerateCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Booking\SelectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Booking\SelectionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Booking\SelectionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GameController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GameController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Casino\GameController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GetGamesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GetGamesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Casino\GetGamesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GetProvidersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GetProvidersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Casino\GetProvidersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Casino\GetRestrictionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Casino\GetRestrictionsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Casino\GetRestrictionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\CustomForm\CustomFormSubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\CustomForm\CustomFormSubmitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\CustomForm\CustomFormSubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Form\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Form\GetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Form\GetController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Form\SubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Form\SubmitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Form\SubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\GeoIp\GeoIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\GeoIp\GeoIpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\GeoIp\GeoIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\GetWidgetsDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\GetWidgetsDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\GetWidgetsDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\I18N\CategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\I18N\CategoriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\I18N\CategoriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\I18N\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\I18N\TranslationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\I18N\TranslationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\NginxGeoIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\NginxGeoIpController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\NginxGeoIpController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Oauth\Controller\OauthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Oauth\Controller\OauthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Oauth\Controller\OauthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\OpenApi\OpenApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\OpenApi\OpenApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\OpenApi\OpenApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\OpenApi\ProviderOpenApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\OpenApi\ProviderOpenApiController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\OpenApi\ProviderOpenApiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\CurrencyRatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\CurrencyRatesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Payment\CurrencyRatesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\DepositSubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\DepositSubmitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Payment\DepositSubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\GetPaymentFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\GetPaymentFormController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Payment\GetPaymentFormController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\GetPaymentProvidersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\GetPaymentProvidersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Payment\GetPaymentProvidersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Payment\WithdrawalSubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Payment\WithdrawalSubmitController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Payment\WithdrawalSubmitController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Pools\PoolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolEntriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolEntriesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Pools\PoolEntriesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolEntryAnswersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolEntryAnswersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Pools\PoolEntryAnswersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolLeaderBoardController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolLeaderBoardController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Pools\PoolLeaderBoardController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\PoolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\PoolsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Pools\PoolsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Pools\SubmitPoolEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Pools\SubmitPoolEntryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Pools\SubmitPoolEntryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\SeoDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\SeoDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\SeoDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\SportsbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\SportsbookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\SportsbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Stream\RacesStreamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Stream\RacesStreamsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Stream\RacesStreamsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Stream\StreamController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Stream\StreamController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Stream\StreamController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Transaction\PendingWithdrawalsCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Transaction\PendingWithdrawalsCancelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Transaction\PendingWithdrawalsCancelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Transaction\PendingWithdrawalsDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Transaction\PendingWithdrawalsDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Transaction\PendingWithdrawalsDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Application\Controller\Transaction\TransactionsHistoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Application\Controller\Transaction\TransactionsHistoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Application\Controller\Transaction\TransactionsHistoryController"; reason: abstract.
Removed service ".instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\BetslipHealthCheckRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Healthcheck\RequestMapper\BetslipHealthCheckRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\DepositFormHealthcheckRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Healthcheck\RequestMapper\DepositFormHealthcheckRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\TransactionsHistoryHealthcheckRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Healthcheck\RequestMapper\TransactionsHistoryHealthcheckRequestMapper"; reason: abstract.
Removed service ".instanceof.App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperInterface.0.App\Domain\Healthcheck\RequestMapper\WithdrawalFormHealthcheckRequestMapper"; reason: abstract.
Removed service ".abstract.instanceof.App\Domain\Healthcheck\RequestMapper\WithdrawalFormHealthcheckRequestMapper"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineBonusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineBonusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineLinkPatternRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineLinkPatternRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineOauthUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineOauthUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineProjectLanguageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineProjectLanguageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineProjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineProjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\DoctrineProviderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\DoctrineProviderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\MongoDBBundle\Repository\ServiceDocumentRepositoryInterface.0.App\Infrastructure\Doctrine\Repository\ReservedSessionDataRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Doctrine\Repository\ReservedSessionDataRepository"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\EventListener\ExceptionListener.0.App\Infrastructure\EventListener\ExceptionListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\ExceptionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\LogoutListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\LogoutListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\EventListener\LogoutOnInvalidSessionListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\EventListener\LogoutOnInvalidSessionListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Infrastructure\Healthcheck\Event\HealthcheckResponseEventSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Healthcheck\Event\HealthcheckResponseEventSubscriber"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\OpenApi\Describer\RouteDescriber.0.App\Infrastructure\OpenApi\Describer\RouteDescriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\OpenApi\Describer\RouteDescriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.App\Infrastructure\Serializer\FlattenExceptionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Serializer\FlattenExceptionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Infrastructure\Validator\LinkPatternValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\Validator\LinkPatternValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Infrastructure\ValueResolver\FormResolver"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\ValueResolver\FormResolver.0.App\Infrastructure\ValueResolver\FormResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\ValueResolver\FormResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\HttpKernel\Controller\ValueResolverInterface.0.App\Infrastructure\ValueResolver\ProjectResolver"; reason: abstract.
Removed service ".instanceof.App\Infrastructure\ValueResolver\ProjectResolver.0.App\Infrastructure\ValueResolver\ProjectResolver"; reason: abstract.
Removed service ".abstract.instanceof.App\Infrastructure\ValueResolver\ProjectResolver"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.json_serializable_normalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\DenormalizerInterface.0.json_serializable_normalizer"; reason: abstract.
Removed service ".abstract.instanceof.json_serializable_normalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SpecShaper\EncryptBundle\Command\EncryptDatabaseCommand"; reason: abstract.
Removed service ".abstract.instanceof.SpecShaper\EncryptBundle\Command\EncryptDatabaseCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SpecShaper\EncryptBundle\Command\GenKeyCommand"; reason: abstract.
Removed service ".abstract.instanceof.SpecShaper\EncryptBundle\Command\GenKeyCommand"; reason: abstract.
239
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Dto\Bonus\Bonus"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Dto\Bonus\Bonuses"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Dto\Bonus\OffsidegamingBonuses"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Dto\Bonus\Rollover"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Dto\Payment\OffsidegamingPaymentProviderList"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Dto\Payment\PaymentForm"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Dto\Payment\PaymentFormField"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Dto\Payment\PaymentFormFieldOption"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\Dto\Payment\PaymentFormResponse"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\Domain\User\User"; reason: unused.
Removed service "PlatformApi\Providers\Offsidegaming\PlatformApiOffsidegamingBundle"; reason: unused.
Removed service "App\Domain\Dto\Account\AccountBalance"; reason: unused.
Removed service "App\Domain\Dto\Account\Balance"; reason: unused.
Removed service "App\Domain\Dto\Account\Balances"; reason: unused.
Removed service "App\Domain\Dto\Account\Document"; reason: unused.
Removed service "App\Domain\Dto\Auth\InvalidSession"; reason: unused.
Removed service "App\Domain\Dto\Auth\Session"; reason: unused.
Removed service "App\Domain\Dto\Auth\SessionData"; reason: unused.
Removed service "App\Domain\Dto\Betslip\Bet"; reason: unused.
Removed service "App\Domain\Dto\Betslip\BetslipResponse"; reason: unused.
Removed service "App\Domain\Dto\Betslip\CashoutResponse"; reason: unused.
Removed service "App\Domain\Dto\Betslip\Multiple"; reason: unused.
Removed service "App\Domain\Dto\Betslip\OutcomeRequest"; reason: unused.
Removed service "App\Domain\Dto\Betslip\OutcomeResponse"; reason: unused.
Removed service "App\Domain\Dto\Betslip\RuntimeErrorDetail"; reason: unused.
Removed service "App\Domain\Dto\Betslip\RuntimeErrorResponse"; reason: unused.
Removed service "App\Domain\Dto\Betslip\Selection"; reason: unused.
Removed service "App\Domain\Dto\Betslip\Single"; reason: unused.
Removed service "App\Domain\Dto\Betslip\SystemBet"; reason: unused.
Removed service "App\Domain\Dto\Betslip\SystemRequest"; reason: unused.
Removed service "App\Domain\Dto\Betslip\Transaction"; reason: unused.
Removed service "App\Domain\Dto\Betslip\WinBonus"; reason: unused.
Removed service "App\Domain\Dto\Betslip\WinBonusMessage"; reason: unused.
Removed service "App\Domain\Dto\Bonuses\Bonus"; reason: unused.
Removed service "App\Domain\Dto\Bonuses\Bonuses"; reason: unused.
Removed service "App\Domain\Dto\Bonuses\BonusesResponse"; reason: unused.
Removed service "App\Domain\Dto\Bonuses\Rollover"; reason: unused.
Removed service "App\Domain\Dto\Booking\BookingGenerateCodeResponse"; reason: unused.
Removed service "App\Domain\Dto\Booking\BookingSelectionsResponse"; reason: unused.
Removed service "App\Domain\Dto\Booking\Multiple"; reason: unused.
Removed service "App\Domain\Dto\Booking\Single"; reason: unused.
Removed service "App\Domain\Dto\Booking\System"; reason: unused.
Removed service "App\Domain\Dto\Casino\CasinoGame"; reason: unused.
Removed service "App\Domain\Dto\Casino\CasinoGlobalGame"; reason: unused.
Removed service "App\Domain\Dto\Casino\CasinoProvider"; reason: unused.
Removed service "App\Domain\Dto\Casino\GameInfo"; reason: unused.
Removed service "App\Domain\Dto\Error\BettingError"; reason: unused.
Removed service "App\Domain\Dto\Error\Error"; reason: unused.
Removed service "App\Domain\Dto\Error\UnprocessableEntity"; reason: unused.
Removed service "App\Domain\Dto\Form\FormResponseModel"; reason: unused.
Removed service "App\Domain\Dto\PaymentForm\PaymentForm"; reason: unused.
Removed service "App\Domain\Dto\PaymentForm\PaymentFormField"; reason: unused.
Removed service "App\Domain\Dto\PaymentForm\PaymentFormFieldOption"; reason: unused.
Removed service "App\Domain\Dto\PaymentForm\PaymentFormResponse"; reason: unused.
Removed service "App\Domain\Dto\PaymentProviderList\DepositProviderList"; reason: unused.
Removed service "App\Domain\Dto\PaymentProviderList\PaymentProvider"; reason: unused.
Removed service "App\Domain\Dto\PaymentProviderList\PaymentProviderList"; reason: unused.
Removed service "App\Domain\Dto\PaymentProviderList\PaymentProviderLogos"; reason: unused.
Removed service "App\Domain\Dto\PaymentProviderList\WithdrawalProviderList"; reason: unused.
Removed service "App\Domain\Dto\PendingWithdrawal\PendingWithdrawal"; reason: unused.
Removed service "App\Domain\Dto\PendingWithdrawal\PendingWithdrawals"; reason: unused.
Removed service "App\Domain\Dto\PendingWithdrawal\PendingWithdrawalsCancelResponse"; reason: unused.
Removed service "App\Domain\Dto\Pools\Pool"; reason: unused.
Removed service "App\Domain\Dto\Pools\PoolEntries"; reason: unused.
Removed service "App\Domain\Dto\Pools\PoolEntryAnswerResponse"; reason: unused.
Removed service "App\Domain\Dto\Pools\PoolEntryAnswers"; reason: unused.
Removed service "App\Domain\Dto\Pools\PoolLeaderBoard"; reason: unused.
Removed service "App\Domain\Dto\Pools\PoolLeaderBoardRank"; reason: unused.
Removed service "App\Domain\Dto\Pools\PoolLeaderBoards"; reason: unused.
Removed service "App\Domain\Dto\Pools\PoolResult"; reason: unused.
Removed service "App\Domain\Dto\Pools\Pools"; reason: unused.
Removed service "App\Domain\Dto\Pools\PoolsResult"; reason: unused.
Removed service "App\Domain\Dto\Pools\PoolsResultEntry"; reason: unused.
Removed service "App\Domain\Dto\Pools\Question"; reason: unused.
Removed service "App\Domain\Dto\Pools\QuestionAnswer"; reason: unused.
Removed service "App\Domain\Dto\Pools\QuestionAnswerChoice"; reason: unused.
Removed service "App\Domain\Dto\Pools\Stat"; reason: unused.
Removed service "App\Domain\Dto\Pools\SubmitPoolEntryAnswerRequest"; reason: unused.
Removed service "App\Domain\Dto\Pools\SubmitPoolEntryResponse"; reason: unused.
Removed service "App\Domain\Dto\Pools\SubmitPoolEntryResult"; reason: unused.
Removed service "App\Domain\Dto\SignIn\SignIn"; reason: unused.
Removed service "App\Domain\Dto\SportsMenu\SportsMenuLeague"; reason: unused.
Removed service "App\Domain\Dto\SportsMenu\SportsMenuRegion"; reason: unused.
Removed service "App\Domain\Dto\SportsMenu\SportsMenuResult"; reason: unused.
Removed service "App\Domain\Dto\Sportsbook\EventMarket"; reason: unused.
Removed service "App\Domain\Dto\Sportsbook\EventOutcome"; reason: unused.
Removed service "App\Domain\Dto\Sportsbook\Sportsbook"; reason: unused.
Removed service "App\Domain\Dto\Sportsbook\SportsbookCachedEvent"; reason: unused.
Removed service "App\Domain\Dto\Sportsbook\SportsbookCachedLeague"; reason: unused.
Removed service "App\Domain\Dto\Sportsbook\SportsbookEvent"; reason: unused.
Removed service "App\Domain\Dto\Sportsbook\SportsbookMarket"; reason: unused.
Removed service "App\Domain\Dto\Transactions\Betslip"; reason: unused.
Removed service "App\Domain\Dto\Transactions\BetslipBet"; reason: unused.
Removed service "App\Domain\Dto\Transactions\BetslipOutcome"; reason: unused.
Removed service "App\Domain\Dto\Transactions\Transaction"; reason: unused.
Removed service "App\Domain\Dto\Transactions\TransactionHistory"; reason: unused.
Removed service "App\Domain\Dto\UserProfile\UserProfile"; reason: unused.
Removed service "App\Domain\Form\Field\ArrayFormField"; reason: unused.
Removed service "App\Domain\Form\Field\FormField"; reason: unused.
Removed service "App\Domain\Form\Field\SelectFormField"; reason: unused.
Removed service "App\Domain\Form\RecaptchVerifier\RecaptchaVerifyFailedException"; reason: unused.
Removed service "App\Domain\Healthcheck\Event\HealthcheckResponseEvent"; reason: unused.
Removed service "App\Domain\Healthcheck\Notification\HealthcheckError"; reason: unused.
Removed service "App\Domain\Healthcheck\Notification\HealthcheckErrorNotification"; reason: unused.
Removed service "App\Domain\Healthcheck\Notification\HttpClientError"; reason: unused.
Removed service "App\Domain\Healthcheck\Notification\ProviderApiErrorNotification"; reason: unused.
Removed service "App\Domain\Healthcheck\Notification\StatusCodeError"; reason: unused.
Removed service "App\Domain\Healthcheck\Notification\StructureError"; reason: unused.
Removed service "App\Domain\HttpClient\Exception\ClientHttpClientException"; reason: unused.
Removed service "App\Domain\HttpClient\Exception\CommonHttpClientException"; reason: unused.
Removed service "App\Domain\HttpClient\Exception\DecodingHttpClientException"; reason: unused.
Removed service "App\Domain\HttpClient\Exception\HttpClientHttpException"; reason: unused.
Removed service "App\Domain\HttpClient\Exception\RedirectionHttpClientException"; reason: unused.
Removed service "App\Domain\HttpClient\Exception\ServerHttpClientException"; reason: unused.
Removed service "App\Domain\HttpClient\Exception\TransportHttpClientException"; reason: unused.
Removed service "App\Domain\Mapper\Request\Exception\BadRequestException"; reason: unused.
Removed service "App\Domain\Notifier\Notification"; reason: unused.
Removed service "App\Domain\Serializer\DenormalizerException"; reason: unused.
Removed service "App\Domain\Sportsbook\SportsbookSeoDataCacheSaver"; reason: unused.
Removed service "App\Domain\Util\ArrayElementsCombination"; reason: unused.
Removed service "App\Domain\Util\DotNotationArrayParser"; reason: unused.
Removed service "App\Domain\Util\DotNotationObjectParser"; reason: unused.
Removed service "App\Infrastructure\Security\AccessTokenHandler"; reason: unused.
Removed service "App\Infrastructure\Security\SessionCheckerFailureHandler"; reason: unused.
Removed service "App\Infrastructure\Serializer\Serializer"; reason: unused.
Removed service "App\Infrastructure\Validator\LinkPattern"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "psr18.dashboard.api.client"; 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 "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.JKE6keX"; reason: unused.
Removed service "validator.mapping.cache.adapter"; 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.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "chatter.transports"; reason: unused.
Removed service "chatter.transport_factory"; reason: unused.
Removed service "chatter.messenger.chat_handler"; reason: unused.
Removed service "texter.transports"; reason: unused.
Removed service "texter.transport_factory"; reason: unused.
Removed service "texter.messenger.sms_handler"; reason: unused.
Removed service "texter.messenger.push_handler"; reason: unused.
Removed service "notifier.transport_factory.null"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "data_collector.request.session_collector"; 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 "twig.extension.weblink"; reason: unused.
Removed service "security.authentication.session_strategy"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.impersonate_url_generator"; reason: unused.
Removed service "security.user_password_hasher"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; 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.cookie"; reason: unused.
Removed service "security.user_checker.chain.main"; 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 ".1_ServiceLocator~C9VBumo"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; 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 "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 "nelmio_api_doc.form.documentation_extension"; 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 "doctrine_mongodb.odm.listeners.resolve_target_document"; reason: unused.
Removed service "form.type.mongodb_document"; reason: unused.
Removed service "form.type_guesser.doctrine.mongodb"; reason: unused.
Removed service "knpu.oauth2.user_provider"; reason: unused.
Removed service "SpecShaper\EncryptBundle\Subscribers\EncryptEventSubscriber"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.App\Infrastructure\Serializer\FlattenExceptionNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.json_serializable_normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; 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 "security.ldap_locator"; reason: unused.
Removed service "doctrine.dbal.logging_middleware.default"; reason: unused.
Removed service "doctrine.dbal.debug_middleware.default"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.XuGQNwM"; reason: unused.
Removed service "App\Infrastructure\Security\HeaderAccessTokenExtractor.inner"; reason: unused.
369
Inlined service "App\Domain\Mapper\Response\Betting\Bonus\Data\BonusesHandler" to "PlatformApi\Providers\Offsidegaming\Domain\Mapper\Response\Betting\Bonus\Data\BonusesResponseMapper".
Inlined service "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\Credentials\CmsPasswordAuthCredentials" to "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\CmsProviderApi".
Inlined service "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\Credentials\InboundPasswordAuthCredentials" to "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\InboundProviderApi".
Inlined service "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\Credentials\PhoenixPasswordAuthCredentials" to "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\PhoenixProviderApi".
Inlined service "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\Credentials\PoolsPasswordAuthCredentials" to "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\PoolsProviderApi".
Inlined service "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\Credentials\PortalPasswordAuthCredentials" to "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\PortalProviderApi".
Inlined service "PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper.inner" to "PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper".
Inlined service "App\Domain\Healthcheck\Healthcheck" to "App\Application\Command\HealthcheckCommand".
Inlined service "App\Application\Init\InitProviders" to "App\Application\Command\InitCommand".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\AbstractProviderApiController" to "App\Application\Controller\AbstractProviderApiController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Account\AccountBalanceController" to "App\Application\Controller\Account\AccountBalanceController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Account\AccountValidateController" to "App\Application\Controller\Account\AccountValidateController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Auth\ChangePasswordController" to "App\Application\Controller\Auth\ChangePasswordController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Auth\LogoutController" to "App\Application\Controller\Auth\LogoutController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Auth\SessionController" to "App\Application\Controller\Auth\SessionController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Auth\SignInController" to "App\Application\Controller\Auth\SignInController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Auth\SingUpController" to "App\Application\Controller\Auth\SingUpController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Auth\VisitPermission\CheckController" to "App\Application\Controller\Auth\VisitPermission\CheckController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Auth\VisitPermission\GenerateController" to "App\Application\Controller\Auth\VisitPermission\GenerateController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Betting\Betslip\BetslipSubmitController" to "App\Application\Controller\Betting\Betslip\BetslipSubmitController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Betting\Betslip\CashoutController" to "App\Application\Controller\Betting\Betslip\CashoutController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Betting\Betslip\GetController" to "App\Application\Controller\Betting\Betslip\GetController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Betting\Bonus\AcceptController" to "App\Application\Controller\Betting\Bonus\AcceptController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Betting\Bonus\DeleteController" to "App\Application\Controller\Betting\Bonus\DeleteController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Betting\Bonus\GetController" to "App\Application\Controller\Betting\Bonus\GetController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Betting\Sportsbook\SportEventsSortingController" to "App\Application\Controller\Betting\Sportsbook\SportEventsSortingController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Booking\GenerateCodeController" to "App\Application\Controller\Booking\GenerateCodeController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Booking\SelectionsController" to "App\Application\Controller\Booking\SelectionsController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Casino\GameController" to "App\Application\Controller\Casino\GameController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Casino\GetGamesController" to "App\Application\Controller\Casino\GetGamesController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Casino\GetProvidersController" to "App\Application\Controller\Casino\GetProvidersController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Casino\GetRestrictionsController" to "App\Application\Controller\Casino\GetRestrictionsController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\CustomForm\CustomFormSubmitController" to "App\Application\Controller\CustomForm\CustomFormSubmitController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Form\GetController" to "App\Application\Controller\Form\GetController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Form\SubmitController" to "App\Application\Controller\Form\SubmitController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\GeoIp\GeoIpController" to "App\Application\Controller\GeoIp\GeoIpController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\GetWidgetsDataController" to "App\Application\Controller\GetWidgetsDataController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\I18N\CategoriesController" to "App\Application\Controller\I18N\CategoriesController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\I18N\TranslationController" to "App\Application\Controller\I18N\TranslationController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\NginxGeoIpController" to "App\Application\Controller\NginxGeoIpController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Oauth\Controller\OauthController" to "App\Application\Controller\Oauth\Controller\OauthController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\OpenApi\OpenApiController" to "App\Application\Controller\OpenApi\OpenApiController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\OpenApi\ProviderOpenApiController" to "App\Application\Controller\OpenApi\ProviderOpenApiController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Payment\CurrencyRatesController" to "App\Application\Controller\Payment\CurrencyRatesController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Payment\DepositSubmitController" to "App\Application\Controller\Payment\DepositSubmitController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Payment\GetPaymentFormController" to "App\Application\Controller\Payment\GetPaymentFormController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Payment\GetPaymentProvidersController" to "App\Application\Controller\Payment\GetPaymentProvidersController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Payment\WithdrawalSubmitController" to "App\Application\Controller\Payment\WithdrawalSubmitController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Pools\PoolController" to "App\Application\Controller\Pools\PoolController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Pools\PoolEntriesController" to "App\Application\Controller\Pools\PoolEntriesController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Pools\PoolEntryAnswersController" to "App\Application\Controller\Pools\PoolEntryAnswersController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Pools\PoolLeaderBoardController" to "App\Application\Controller\Pools\PoolLeaderBoardController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Pools\PoolsController" to "App\Application\Controller\Pools\PoolsController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Pools\SubmitPoolEntryController" to "App\Application\Controller\Pools\SubmitPoolEntryController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\SeoDataController" to "App\Application\Controller\SeoDataController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\SportsbookController" to "App\Application\Controller\SportsbookController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Stream\RacesStreamsController" to "App\Application\Controller\Stream\RacesStreamsController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Stream\StreamController" to "App\Application\Controller\Stream\StreamController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Transaction\PendingWithdrawalsCancelController" to "App\Application\Controller\Transaction\PendingWithdrawalsCancelController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Transaction\PendingWithdrawalsDataController" to "App\Application\Controller\Transaction\PendingWithdrawalsDataController".
Inlined service ".service_locator.O2p6Lk7.App\Application\Controller\Transaction\TransactionsHistoryController" to "App\Application\Controller\Transaction\TransactionsHistoryController".
Inlined service "App\Domain\UseCase\CreateProvider" to "App\Application\Init\InitProviders".
Inlined service "App\Domain\UseCase\UpdateProvider" to "App\Application\Init\InitProviders".
Inlined service "App\Domain\Healthcheck\ProviderHealthcheck" to "App\Domain\Healthcheck\Healthcheck".
Inlined service "App\Domain\Mapper\EnumLink\EnumLinks" to "App\Domain\Healthcheck\Healthcheck".
Inlined service "App\Domain\Healthcheck\EnumLinkHealthcheck" to "App\Domain\Healthcheck\Healthcheck".
Inlined service "App\Domain\Healthcheck\CredentialsResolver" to "App\Domain\Healthcheck\ProjectHealthcheck".
Inlined service "App\Domain\Healthcheck\DataMapHealthcheck" to "App\Domain\Healthcheck\ProjectHealthcheck".
Inlined service "App\Domain\Healthcheck\ProjectHealthcheck" to "App\Domain\Healthcheck\ProviderHealthcheck".
Inlined service "App\Domain\Healthcheck\RequestMapper\HealthcheckRequestMapperResolver" to "App\Domain\Healthcheck\RequestHealthcheck".
Inlined service "App\Domain\Notifier\TelegramNotifier" to "App\Domain\Healthcheck\RequestHealthcheck".
Inlined service "App\Infrastructure\EventDispatcher\EventDispatcher" to "App\Domain\Healthcheck\RequestHealthcheck".
Inlined service "App\Domain\Mapper\Response\Betting\Bonus\Data\BonusHandler" to "App\Domain\Mapper\Response\Betting\Bonus\Data\BonusesHandler".
Inlined service "App\Domain\Mapper\Resolver\SubmitRequestMapperResolver" to "App\Domain\Mapper\SubmitMapper".
Inlined service "App\Domain\Mapper\Resolver\SubmitResponseMapperResolver" to "App\Domain\Mapper\SubmitMapper".
Inlined service "App\Infrastructure\TelegramBotApi\TelegramBotApiClient" to "App\Domain\Notifier\TelegramNotifier".
Inlined service "App\Infrastructure\RedisClient\RedisClient" to "App\Domain\Security\Storage".
Inlined service "App\Infrastructure\Doctrine\Factory\ReservedSessionDataFactory" to "App\Domain\Security\Storage".
Inlined service "App\Infrastructure\Doctrine\Factory\ProviderFactory" to "App\Domain\UseCase\CreateProvider".
Inlined service "App\Infrastructure\Oauth\PasswordGenerator" to "App\Infrastructure\Doctrine\Factory\OauthUserFactory".
Inlined service "App\Infrastructure\OpenApi\Generator\FormSubmitsGenerator" to "App\Infrastructure\OpenApi\Describer\OpenApiDescriber".
Inlined service "App\Infrastructure\OpenApi\AnnotationCollector\FormSubmitRequestBodyCollector" to "App\Infrastructure\OpenApi\Generator\FormSubmitGenerator".
Inlined service "App\Infrastructure\OpenApi\Generator\FormSubmitGenerator" to "App\Infrastructure\OpenApi\Generator\FormSubmitsGenerator".
Inlined service "Redis" to "App\Infrastructure\RedisClient\RedisClient".
Inlined service "security.helper" to "App\Infrastructure\Security\Security".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.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.7PNFLhX" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "dashboard.api.client.uri_template.inner" to "dashboard.api.client.uri_template".
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 "seo_data.cache.recorder_inner" to "seo_data.cache".
Inlined service "geo_ip.cache.recorder_inner" to "geo_ip.cache".
Inlined service "visit_permission.cache.recorder_inner" to "visit_permission.cache".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "doctrine_odm.mongodb.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.apWxe7_" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.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 "notifier.data_collector" to "profiler".
Inlined service "doctrine_mongodb.odm.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.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.serializer" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "SpecShaper\EncryptBundle\Twig\EncryptExtension" 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 "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.m_eDlXT" to "twig.runtime_loader".
Inlined service ".service_locator.LrCXAmX" to "security.helper".
Inlined service ".service_locator.Uu4eZ4m" to "security.helper".
Inlined service ".service_locator.xmn2xry" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "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.request_matcher.PPjDclk" to ".security.request_matcher.ZFydX83".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
Inlined service ".security.request_matcher.tHhCJPr" to ".security.request_matcher.nm.qHnK".
Inlined service "security.firewall.map.config.public" to "security.firewall.map.context.public".
Inlined service ".security.request_matcher.ZU65XPi" to ".security.request_matcher.LhurSuK".
Inlined service "security.access_token_handler.cookie" to "security.authenticator.access_token.cookie".
Inlined service "App\Infrastructure\Security\CookieAccessTokenExtractor" to "security.authenticator.access_token.cookie".
Inlined service "security.authentication.failure_handler.cookie.access_token" to "security.authenticator.access_token.cookie".
Inlined service "debug.security.firewall.authenticator.cookie.inner" to "debug.security.firewall.authenticator.cookie".
Inlined service "security.exception_listener.cookie" to "security.firewall.map.context.cookie".
Inlined service "security.firewall.map.config.cookie" to "security.firewall.map.context.cookie".
Inlined service "security.access_token_handler.main" to "security.authenticator.access_token.main".
Inlined service "App\Infrastructure\Security\HeaderAccessTokenExtractor" to "security.authenticator.access_token.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.firewall.map.config.main" to "security.firewall.map.context.main".
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 ".service_locator.mNDIOSQ" 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.yKwJ_X5" 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 "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
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 "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
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 "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 "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service ".service_locator.otEXjqx" to "doctrine_mongodb.odm.container_repository_factory".
Inlined service "doctrine_mongodb.odm.symfony.fixtures.loader" to "doctrine_mongodb.odm.command.load_data_fixtures".
Inlined service "doctrine_mongodb.odm.default_metadata_cache" to "doctrine_mongodb.odm.default_configuration".
Inlined service "doctrine_mongodb.odm.default_metadata_driver" to "doctrine_mongodb.odm.default_configuration".
Inlined service "doctrine_mongodb.odm.container_repository_factory" to "doctrine_mongodb.odm.default_configuration".
Inlined service "doctrine_mongodb.odm.default_attribute_metadata_driver" to "doctrine_mongodb.odm.default_metadata_driver".
Inlined service "doctrine_mongodb.odm.default_configuration" to "doctrine_mongodb.odm.default_document_manager".
Inlined service "doctrine_mongodb.odm.default_connection.event_manager" to "doctrine_mongodb.odm.default_document_manager".
Inlined service "doctrine_mongodb.odm.default_manager_configurator" to "doctrine_mongodb.odm.default_document_manager".
Inlined service "doctrine_mongodb.odm.document_value_resolver.expression_language" to "doctrine_mongodb.odm.entity_value_resolver".
Inlined service "doctrine_mongodb.odm.entity_value_resolver" to "doctrine_mongodb.odm.document_value_resolver".
Inlined service "knpu.oauth2.provider_factory" to "knpu.oauth2.provider.google".
Inlined service "knpu.oauth2.provider.google" to "knpu.oauth2.client.google".
Inlined service "SpecShaper\EncryptBundle\Encryptors\EncryptorFactory" to "SpecShaper\EncryptBundle\Encryptors\EncryptorInterface".
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_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 "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 "doctrine_mongodb.odm.document_value_resolver" to ".debug.value_resolver.doctrine_mongodb.odm.document_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 "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 "App\Infrastructure\ValueResolver\FormResolver" to ".debug.value_resolver.App\Infrastructure\ValueResolver\FormResolver".
Inlined service "App\Infrastructure\ValueResolver\ProjectResolver" to ".debug.value_resolver.App\Infrastructure\ValueResolver\ProjectResolver".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "dashboard.api.client.uri_template" to ".debug.dashboard.api.client".
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 ".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 "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.cookie.inner" to "debug.security.event_dispatcher.cookie".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.8NWUArH" to ".service_locator.8NWUArH.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 "PlatformApi\Providers\Offsidegaming\Domain\ProviderApi\GeoIpProviderApi" to "PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper.inner".
Inlined service ".service_locator.g0UR8oe" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "App\Infrastructure\Serializer\FlattenExceptionNormalizer" to "debug.serializer.inner".
Inlined service "json_serializable_normalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.O.PyPeq" to "console.command_loader".
Inlined service ".service_locator.8NWUArH.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "App\Domain\Healthcheck\RequestHealthcheck" to "App\Application\Command\HealthcheckCommand".
Inlined service "App\Domain\Healthcheck\RequestHealthcheck" to "App\Application\Command\HealthcheckCommand".
Inlined service "App\Domain\Healthcheck\RequestHealthcheck" to "App\Application\Command\HealthcheckCommand".
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 "property_accessor" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "property_accessor" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
2
Tag "container.decorator" was defined on service(s) "PlatformApi\Providers\Offsidegaming\Infrastructure\Mapper\Request\GeoIp\DevGeoIpRequestMapper", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.cookie", "debug.security.firewall.authenticator.main", ".debug.http_client", ".debug.dashboard.api.client", "debug.security.event_dispatcher.cookie", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "doctrine_mongodb.odm.document_manager" was defined on service(s) "doctrine_mongodb.odm.default_document_manager", but was never used. Did you mean "doctrine_mongodb.odm.command_logger"?