Since nelmio/api-doc-bundle 4.32.3: The "Nelmio\ApiDocBundle\Annotation\Areas" class is deprecated and will be removed in 5.0. Use the "\Nelmio\ApiDocBundle\Attribute\Areas" attribute instead.
User Deprecated: Since nelmio/api-doc-bundle 4.32.3: The "Nelmio\ApiDocBundle\Annotation\Areas" class is deprecated and will be removed in 5.0. Use the "\Nelmio\ApiDocBundle\Attribute\Areas" attribute instead.
User Deprecated: The "sonata_admin.xml" routing configuration is deprecated since sonata-project/admin-bundle 4.39 and will throw an error in 5.0. Import "sonata_admin.php" instead.
"SELECT s0_.name AS name_0, s0_.slug AS slug_1, s0_.customized_route AS customized_route_2, s0_.customized_domain AS customized_domain_3, s0_.iconify_code AS iconify_code_4, s0_.id AS id_5, s0_.api_id AS api_id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.cover__sebii__file__media__id AS cover__sebii__file__media__id_9, s0_.background__sebii__file__media__id AS background__sebii__file__media__id_10 FROM "sebii__category__universe" s0_ WHERE s0_.customized_domain = ? LIMIT 1"
(parameters:
[1 => "www.sebii.fr"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT s0_.name AS name_0, s0_.slug AS slug_1, s0_.customized_route AS customized_route_2, s0_.customized_domain AS customized_domain_3, s0_.iconify_code AS iconify_code_4, s0_.id AS id_5, s0_.api_id AS api_id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.cover__sebii__file__media__id AS cover__sebii__file__media__id_9, s0_.background__sebii__file__media__id AS background__sebii__file__media__id_10 FROM "sebii__category__universe" s0_ WHERE s0_.customized_domain = ? LIMIT 1"
"params" => [1 => "www.sebii.fr"
]
"types" => [1 => 2]
]
"SELECT t0.service AS service_1, t0.identifier AS identifier_2, t0.part AS part_3, t0.default_source AS default_source_4, t0.duration AS duration_5, t0.view_count AS view_count_6, t0.like_count AS like_count_7, t0.dislike_count AS dislike_count_8, t0.favorite_count AS favorite_count_9, t0.comment_count AS comment_count_10, t0.id AS id_11, t0.api_id AS api_id_12, t0.displayed AS displayed_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.sebii__video__video__id AS sebii__video__video__id_16, t0.sebii__video__source_channel__id AS sebii__video__source_channel__id_17 FROM "sebii__video__source" t0 WHERE t0.id = ?"
(parameters:
[1 => "0199bba0-f276-7c91-99ab-8418c7bc4508"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT t0.service AS service_1, t0.identifier AS identifier_2, t0.part AS part_3, t0.default_source AS default_source_4, t0.duration AS duration_5, t0.view_count AS view_count_6, t0.like_count AS like_count_7, t0.dislike_count AS dislike_count_8, t0.favorite_count AS favorite_count_9, t0.comment_count AS comment_count_10, t0.id AS id_11, t0.api_id AS api_id_12, t0.displayed AS displayed_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.sebii__video__video__id AS sebii__video__video__id_16, t0.sebii__video__source_channel__id AS sebii__video__source_channel__id_17 FROM "sebii__video__source" t0 WHERE t0.id = ?"
"params" => [1 => "0199bba0-f276-7c91-99ab-8418c7bc4508"
]
"types" => [1 => 2]
]
User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY
results in SERIAL, which is not recommended.
Instead, configure identifier generation strategies explicitly through
configuration.
We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSQLPlatform", when using DBAL 3,
and "IDENTITY" when using DBAL 4,
so you should probably use the following configuration before upgrading to DBAL 4,
and remove it after deploying that upgrade:
$configuration->setIdentityGenerationPreferences([
"Doctrine\DBAL\Platforms\PostgreSQLPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE,
]);
(ClassMetadataFactory.php:639 called by ClassMetadataFactory.php:550, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
Log messages generated during the compilation of the service container.
Messages
Class
565
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\EventSubscriber\Kernel\UniverseSubscriber" (parent: .abstract.instanceof.App\Event\EventSubscriber\Kernel\UniverseSubscriber).
Resolving inheritance for "App\Event\EventSubscriber\Kernel\UniverseSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\EventSubscriber\Kernel\UniverseSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\External\Igdb\ManageApiQueueCommand" (parent: .abstract.instanceof.App\Command\External\Igdb\ManageApiQueueCommand).
Resolving inheritance for ".instanceof.App\Command\External\Igdb\ManageApiQueueCommand.0.App\Command\External\Igdb\ManageApiQueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\External\Igdb\ManageApiQueueCommand).
Resolving inheritance for "App\Command\External\Igdb\ManageApiQueueCommand" (parent: .instanceof.App\Command\External\Igdb\ManageApiQueueCommand.0.App\Command\External\Igdb\ManageApiQueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\External\Igdb\UpdateDataCommand" (parent: .abstract.instanceof.App\Command\External\Igdb\UpdateDataCommand).
Resolving inheritance for ".instanceof.App\Command\External\Igdb\UpdateDataCommand.0.App\Command\External\Igdb\UpdateDataCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\External\Igdb\UpdateDataCommand).
Resolving inheritance for "App\Command\External\Igdb\UpdateDataCommand" (parent: .instanceof.App\Command\External\Igdb\UpdateDataCommand.0.App\Command\External\Igdb\UpdateDataCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\Api\ImportApiV6Command" (parent: .abstract.instanceof.App\Command\Import\Api\ImportApiV6Command).
Resolving inheritance for ".instanceof.App\Command\Import\Api\ImportApiV6Command.0.App\Command\Import\Api\ImportApiV6Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\Api\ImportApiV6Command).
Resolving inheritance for "App\Command\Import\Api\ImportApiV6Command" (parent: .instanceof.App\Command\Import\Api\ImportApiV6Command.0.App\Command\Import\Api\ImportApiV6Command).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\Api\ImportApiV7Command" (parent: .abstract.instanceof.App\Command\Import\Api\ImportApiV7Command).
Resolving inheritance for ".instanceof.App\Command\Import\Api\ImportApiV7Command.0.App\Command\Import\Api\ImportApiV7Command" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\Api\ImportApiV7Command).
Resolving inheritance for "App\Command\Import\Api\ImportApiV7Command" (parent: .instanceof.App\Command\Import\Api\ImportApiV7Command.0.App\Command\Import\Api\ImportApiV7Command).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\Api\ImportApiV7QueueCommand" (parent: .abstract.instanceof.App\Command\Import\Api\ImportApiV7QueueCommand).
Resolving inheritance for ".instanceof.App\Command\Import\Api\ImportApiV7QueueCommand.0.App\Command\Import\Api\ImportApiV7QueueCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\Api\ImportApiV7QueueCommand).
Resolving inheritance for "App\Command\Import\Api\ImportApiV7QueueCommand" (parent: .instanceof.App\Command\Import\Api\ImportApiV7QueueCommand.0.App\Command\Import\Api\ImportApiV7QueueCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\TwitchChatBotCommand" (parent: .abstract.instanceof.App\Command\Live\TwitchChatBotCommand).
Resolving inheritance for ".instanceof.App\Command\Live\TwitchChatBotCommand.0.App\Command\Live\TwitchChatBotCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\TwitchChatBotCommand).
Resolving inheritance for "App\Command\Live\TwitchChatBotCommand" (parent: .instanceof.App\Command\Live\TwitchChatBotCommand.0.App\Command\Live\TwitchChatBotCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Pokemon\BuildFromPokeapicoCommand" (parent: .abstract.instanceof.App\Command\Pokemon\BuildFromPokeapicoCommand).
Resolving inheritance for ".instanceof.App\Command\Pokemon\BuildFromPokeapicoCommand.0.App\Command\Pokemon\BuildFromPokeapicoCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Pokemon\BuildFromPokeapicoCommand).
Resolving inheritance for "App\Command\Pokemon\BuildFromPokeapicoCommand" (parent: .instanceof.App\Command\Pokemon\BuildFromPokeapicoCommand.0.App\Command\Pokemon\BuildFromPokeapicoCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUDController" (parent: .abstract.instanceof.App\Controller\Admin\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUDController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUDController).
Resolving inheritance for "App\Controller\Admin\CRUDController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUDController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Category\CategoryAdminController" (parent: .abstract.instanceof.App\Controller\Admin\Category\CategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Category\CategoryAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Category\CategoryAdminController).
Resolving inheritance for "App\Controller\Admin\Category\CategoryAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Category\CategoryAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\FranchiseAdminController" (parent: .abstract.instanceof.App\Controller\Admin\External\Igdb\FranchiseAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\FranchiseAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\FranchiseAdminController).
Resolving inheritance for "App\Controller\Admin\External\Igdb\FranchiseAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\FranchiseAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\GameAdminController" (parent: .abstract.instanceof.App\Controller\Admin\External\Igdb\GameAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\GameAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\GameAdminController).
Resolving inheritance for "App\Controller\Admin\External\Igdb\GameAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\GameAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\GameCollectionAdminController" (parent: .abstract.instanceof.App\Controller\Admin\External\Igdb\GameCollectionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\GameCollectionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\GameCollectionAdminController).
Resolving inheritance for "App\Controller\Admin\External\Igdb\GameCollectionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\GameCollectionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\PlatformAdminController" (parent: .abstract.instanceof.App\Controller\Admin\External\Igdb\PlatformAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\PlatformAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\PlatformAdminController).
Resolving inheritance for "App\Controller\Admin\External\Igdb\PlatformAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\PlatformAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokeApiCo\FormAdminController" (parent: .abstract.instanceof.App\Controller\Admin\External\PokeApiCo\FormAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokeApiCo\FormAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokeApiCo\FormAdminController).
Resolving inheritance for "App\Controller\Admin\External\PokeApiCo\FormAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokeApiCo\FormAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokeApiCo\PokemonAdminController" (parent: .abstract.instanceof.App\Controller\Admin\External\PokeApiCo\PokemonAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokeApiCo\PokemonAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokeApiCo\PokemonAdminController).
Resolving inheritance for "App\Controller\Admin\External\PokeApiCo\PokemonAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokeApiCo\PokemonAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokeApiCo\SpeciesAdminController" (parent: .abstract.instanceof.App\Controller\Admin\External\PokeApiCo\SpeciesAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokeApiCo\SpeciesAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokeApiCo\SpeciesAdminController).
Resolving inheritance for "App\Controller\Admin\External\PokeApiCo\SpeciesAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokeApiCo\SpeciesAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokemonTcgIo\CardAdminController" (parent: .abstract.instanceof.App\Controller\Admin\External\PokemonTcgIo\CardAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokemonTcgIo\CardAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokemonTcgIo\CardAdminController).
Resolving inheritance for "App\Controller\Admin\External\PokemonTcgIo\CardAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokemonTcgIo\CardAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokemonTcgIo\SetAdminController" (parent: .abstract.instanceof.App\Controller\Admin\External\PokemonTcgIo\SetAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokemonTcgIo\SetAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokemonTcgIo\SetAdminController).
Resolving inheritance for "App\Controller\Admin\External\PokemonTcgIo\SetAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokemonTcgIo\SetAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pokemon\CardAdminController" (parent: .abstract.instanceof.App\Controller\Admin\Pokemon\CardAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pokemon\CardAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pokemon\CardAdminController).
Resolving inheritance for "App\Controller\Admin\Pokemon\CardAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pokemon\CardAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pokemon\CardSetAdminController" (parent: .abstract.instanceof.App\Controller\Admin\Pokemon\CardSetAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pokemon\CardSetAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pokemon\CardSetAdminController).
Resolving inheritance for "App\Controller\Admin\Pokemon\CardSetAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pokemon\CardSetAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pokemon\PokemonAdminController" (parent: .abstract.instanceof.App\Controller\Admin\Pokemon\PokemonAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pokemon\PokemonAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pokemon\PokemonAdminController).
Resolving inheritance for "App\Controller\Admin\Pokemon\PokemonAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pokemon\PokemonAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\PlaylistAdminController" (parent: .abstract.instanceof.App\Controller\Admin\Video\PlaylistAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\PlaylistAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\PlaylistAdminController).
Resolving inheritance for "App\Controller\Admin\Video\PlaylistAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\PlaylistAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\SourceAdminController" (parent: .abstract.instanceof.App\Controller\Admin\Video\SourceAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\SourceAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\SourceAdminController).
Resolving inheritance for "App\Controller\Admin\Video\SourceAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\SourceAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoAdminController" (parent: .abstract.instanceof.App\Controller\Admin\Video\VideoAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoAdminController).
Resolving inheritance for "App\Controller\Admin\Video\VideoAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoPlatformFamiliesStats" (parent: .abstract.instanceof.App\Controller\Admin\Video\VideoPlatformFamiliesStats).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoPlatformFamiliesStats" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoPlatformFamiliesStats).
Resolving inheritance for "App\Controller\Admin\Video\VideoPlatformFamiliesStats" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoPlatformFamiliesStats).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoPlatformsStats" (parent: .abstract.instanceof.App\Controller\Admin\Video\VideoPlatformsStats).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoPlatformsStats" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoPlatformsStats).
Resolving inheritance for "App\Controller\Admin\Video\VideoPlatformsStats" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoPlatformsStats).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoUniversesStats" (parent: .abstract.instanceof.App\Controller\Admin\Video\VideoUniversesStats).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoUniversesStats" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoUniversesStats).
Resolving inheritance for "App\Controller\Admin\Video\VideoUniversesStats" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoUniversesStats).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Igdb\ApiQueue\GetCounts" (parent: .abstract.instanceof.App\Controller\Api\External\Igdb\ApiQueue\GetCounts).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Igdb\ApiQueue\GetCounts" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Igdb\ApiQueue\GetCounts).
Resolving inheritance for ".instanceof.App\Controller\Api\External\Igdb\ApiQueue\GetCounts.0.App\Controller\Api\External\Igdb\ApiQueue\GetCounts" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Igdb\ApiQueue\GetCounts).
Resolving inheritance for "App\Controller\Api\External\Igdb\ApiQueue\GetCounts" (parent: .instanceof.App\Controller\Api\External\Igdb\ApiQueue\GetCounts.0.App\Controller\Api\External\Igdb\ApiQueue\GetCounts).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Igdb\Game\GetSuggestions" (parent: .abstract.instanceof.App\Controller\Api\External\Igdb\Game\GetSuggestions).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Igdb\Game\GetSuggestions" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Igdb\Game\GetSuggestions).
Resolving inheritance for ".instanceof.App\Controller\Api\External\Igdb\Game\GetSuggestions.0.App\Controller\Api\External\Igdb\Game\GetSuggestions" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Igdb\Game\GetSuggestions).
Resolving inheritance for "App\Controller\Api\External\Igdb\Game\GetSuggestions" (parent: .instanceof.App\Controller\Api\External\Igdb\Game\GetSuggestions.0.App\Controller\Api\External\Igdb\Game\GetSuggestions).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Plex\Interface\GetCurrentMedias" (parent: .abstract.instanceof.App\Controller\Api\External\Plex\Interface\GetCurrentMedias).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Plex\Interface\GetCurrentMedias" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Plex\Interface\GetCurrentMedias).
Resolving inheritance for ".instanceof.App\Controller\Api\External\Plex\Interface\GetCurrentMedias.0.App\Controller\Api\External\Plex\Interface\GetCurrentMedias" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Plex\Interface\GetCurrentMedias).
Resolving inheritance for "App\Controller\Api\External\Plex\Interface\GetCurrentMedias" (parent: .instanceof.App\Controller\Api\External\Plex\Interface\GetCurrentMedias.0.App\Controller\Api\External\Plex\Interface\GetCurrentMedias).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Twitch\Interface\GetAllVideos" (parent: .abstract.instanceof.App\Controller\Api\External\Twitch\Interface\GetAllVideos).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Twitch\Interface\GetAllVideos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Twitch\Interface\GetAllVideos).
Resolving inheritance for ".instanceof.App\Controller\Api\External\Twitch\Interface\GetAllVideos.0.App\Controller\Api\External\Twitch\Interface\GetAllVideos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Twitch\Interface\GetAllVideos).
Resolving inheritance for "App\Controller\Api\External\Twitch\Interface\GetAllVideos" (parent: .instanceof.App\Controller\Api\External\Twitch\Interface\GetAllVideos.0.App\Controller\Api\External\Twitch\Interface\GetAllVideos).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Security\Vault\Get" (parent: .abstract.instanceof.App\Controller\Api\Security\Vault\Get).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Security\Vault\Get" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Security\Vault\Get).
Resolving inheritance for ".instanceof.App\Controller\Api\Security\Vault\Get.0.App\Controller\Api\Security\Vault\Get" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Security\Vault\Get).
Resolving inheritance for "App\Controller\Api\Security\Vault\Get" (parent: .instanceof.App\Controller\Api\Security\Vault\Get.0.App\Controller\Api\Security\Vault\Get).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\Source\CheckExistence" (parent: .abstract.instanceof.App\Controller\Api\Video\Source\CheckExistence).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\Source\CheckExistence" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\Source\CheckExistence).
Resolving inheritance for ".instanceof.App\Controller\Api\Video\Source\CheckExistence.0.App\Controller\Api\Video\Source\CheckExistence" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\Source\CheckExistence).
Resolving inheritance for "App\Controller\Api\Video\Source\CheckExistence" (parent: .instanceof.App\Controller\Api\Video\Source\CheckExistence.0.App\Controller\Api\Video\Source\CheckExistence).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\Source\Update" (parent: .abstract.instanceof.App\Controller\Api\Video\Source\Update).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\Source\Update" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\Source\Update).
Resolving inheritance for ".instanceof.App\Controller\Api\Video\Source\Update.0.App\Controller\Api\Video\Source\Update" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\Source\Update).
Resolving inheritance for "App\Controller\Api\Video\Source\Update" (parent: .instanceof.App\Controller\Api\Video\Source\Update.0.App\Controller\Api\Video\Source\Update).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\SourceChannel\ListAll" (parent: .abstract.instanceof.App\Controller\Api\Video\SourceChannel\ListAll).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\SourceChannel\ListAll" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\SourceChannel\ListAll).
Resolving inheritance for ".instanceof.App\Controller\Api\Video\SourceChannel\ListAll.0.App\Controller\Api\Video\SourceChannel\ListAll" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\SourceChannel\ListAll).
Resolving inheritance for "App\Controller\Api\Video\SourceChannel\ListAll" (parent: .instanceof.App\Controller\Api\Video\SourceChannel\ListAll.0.App\Controller\Api\Video\SourceChannel\ListAll).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\Video\CreateLive" (parent: .abstract.instanceof.App\Controller\Api\Video\Video\CreateLive).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\Video\CreateLive" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\Video\CreateLive).
Resolving inheritance for ".instanceof.App\Controller\Api\Video\Video\CreateLive.0.App\Controller\Api\Video\Video\CreateLive" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\Video\CreateLive).
Resolving inheritance for "App\Controller\Api\Video\Video\CreateLive" (parent: .instanceof.App\Controller\Api\Video\Video\CreateLive.0.App\Controller\Api\Video\Video\CreateLive).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Category\Categories" (parent: .abstract.instanceof.App\Controller\Front\Category\Categories).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Category\Categories" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Category\Categories).
Resolving inheritance for ".instanceof.App\Controller\Front\Category\Categories.0.App\Controller\Front\Category\Categories" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Category\Categories).
Resolving inheritance for "App\Controller\Front\Category\Categories" (parent: .instanceof.App\Controller\Front\Category\Categories.0.App\Controller\Front\Category\Categories).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Category\Universe" (parent: .abstract.instanceof.App\Controller\Front\Category\Universe).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Category\Universe" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Category\Universe).
Resolving inheritance for ".instanceof.App\Controller\Front\Category\Universe.0.App\Controller\Front\Category\Universe" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Category\Universe).
Resolving inheritance for "App\Controller\Front\Category\Universe" (parent: .instanceof.App\Controller\Front\Category\Universe.0.App\Controller\Front\Category\Universe).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Category\UniversePokemon" (parent: .abstract.instanceof.App\Controller\Front\Category\UniversePokemon).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Category\UniversePokemon" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Category\UniversePokemon).
Resolving inheritance for ".instanceof.App\Controller\Front\Category\UniversePokemon.0.App\Controller\Front\Category\UniversePokemon" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Category\UniversePokemon).
Resolving inheritance for "App\Controller\Front\Category\UniversePokemon" (parent: .instanceof.App\Controller\Front\Category\UniversePokemon.0.App\Controller\Front\Category\UniversePokemon).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Error" (parent: .abstract.instanceof.App\Controller\Front\Error).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Error" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Error).
Resolving inheritance for "App\Controller\Front\Error" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Error).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Home" (parent: .abstract.instanceof.App\Controller\Front\Home).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Home" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Home).
Resolving inheritance for ".instanceof.App\Controller\Front\Home.0.App\Controller\Front\Home" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Home).
Resolving inheritance for "App\Controller\Front\Home" (parent: .instanceof.App\Controller\Front\Home.0.App\Controller\Front\Home).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pokemon\CardQuickOwn" (parent: .abstract.instanceof.App\Controller\Front\Pokemon\CardQuickOwn).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pokemon\CardQuickOwn" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pokemon\CardQuickOwn).
Resolving inheritance for ".instanceof.App\Controller\Front\Pokemon\CardQuickOwn.0.App\Controller\Front\Pokemon\CardQuickOwn" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pokemon\CardQuickOwn).
Resolving inheritance for "App\Controller\Front\Pokemon\CardQuickOwn" (parent: .instanceof.App\Controller\Front\Pokemon\CardQuickOwn.0.App\Controller\Front\Pokemon\CardQuickOwn).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pokemon\Cartodex" (parent: .abstract.instanceof.App\Controller\Front\Pokemon\Cartodex).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pokemon\Cartodex" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pokemon\Cartodex).
Resolving inheritance for ".instanceof.App\Controller\Front\Pokemon\Cartodex.0.App\Controller\Front\Pokemon\Cartodex" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pokemon\Cartodex).
Resolving inheritance for "App\Controller\Front\Pokemon\Cartodex" (parent: .instanceof.App\Controller\Front\Pokemon\Cartodex.0.App\Controller\Front\Pokemon\Cartodex).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Prf\TestCategory" (parent: .abstract.instanceof.App\Controller\Front\Prf\TestCategory).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Prf\TestCategory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Prf\TestCategory).
Resolving inheritance for ".instanceof.App\Controller\Front\Prf\TestCategory.0.App\Controller\Front\Prf\TestCategory" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Prf\TestCategory).
Resolving inheritance for "App\Controller\Front\Prf\TestCategory" (parent: .instanceof.App\Controller\Front\Prf\TestCategory.0.App\Controller\Front\Prf\TestCategory).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\Cv" (parent: .abstract.instanceof.App\Controller\Front\Pro\Cv).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\Cv" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\Cv).
Resolving inheritance for ".instanceof.App\Controller\Front\Pro\Cv.0.App\Controller\Front\Pro\Cv" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\Cv).
Resolving inheritance for "App\Controller\Front\Pro\Cv" (parent: .instanceof.App\Controller\Front\Pro\Cv.0.App\Controller\Front\Pro\Cv).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\Home" (parent: .abstract.instanceof.App\Controller\Front\Pro\Home).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\Home" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\Home).
Resolving inheritance for ".instanceof.App\Controller\Front\Pro\Home.0.App\Controller\Front\Pro\Home" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\Home).
Resolving inheritance for "App\Controller\Front\Pro\Home" (parent: .instanceof.App\Controller\Front\Pro\Home.0.App\Controller\Front\Pro\Home).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\HomeDev" (parent: .abstract.instanceof.App\Controller\Front\Pro\HomeDev).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\HomeDev" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\HomeDev).
Resolving inheritance for ".instanceof.App\Controller\Front\Pro\HomeDev.0.App\Controller\Front\Pro\HomeDev" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\HomeDev).
Resolving inheritance for "App\Controller\Front\Pro\HomeDev" (parent: .instanceof.App\Controller\Front\Pro\HomeDev.0.App\Controller\Front\Pro\HomeDev).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\HomeShort" (parent: .abstract.instanceof.App\Controller\Front\Pro\HomeShort).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\HomeShort" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\HomeShort).
Resolving inheritance for ".instanceof.App\Controller\Front\Pro\HomeShort.0.App\Controller\Front\Pro\HomeShort" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\HomeShort).
Resolving inheritance for "App\Controller\Front\Pro\HomeShort" (parent: .instanceof.App\Controller\Front\Pro\HomeShort.0.App\Controller\Front\Pro\HomeShort).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\HomeShortDev" (parent: .abstract.instanceof.App\Controller\Front\Pro\HomeShortDev).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\HomeShortDev" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\HomeShortDev).
Resolving inheritance for ".instanceof.App\Controller\Front\Pro\HomeShortDev.0.App\Controller\Front\Pro\HomeShortDev" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\HomeShortDev).
Resolving inheritance for "App\Controller\Front\Pro\HomeShortDev" (parent: .instanceof.App\Controller\Front\Pro\HomeShortDev.0.App\Controller\Front\Pro\HomeShortDev).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\Login" (parent: .abstract.instanceof.App\Controller\Front\Security\Login).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\Login" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\Login).
Resolving inheritance for ".instanceof.App\Controller\Front\Security\Login.0.App\Controller\Front\Security\Login" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\Login).
Resolving inheritance for "App\Controller\Front\Security\Login" (parent: .instanceof.App\Controller\Front\Security\Login.0.App\Controller\Front\Security\Login).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\Logout" (parent: .abstract.instanceof.App\Controller\Front\Security\Logout).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\Logout" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\Logout).
Resolving inheritance for ".instanceof.App\Controller\Front\Security\Logout.0.App\Controller\Front\Security\Logout" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\Logout).
Resolving inheritance for "App\Controller\Front\Security\Logout" (parent: .instanceof.App\Controller\Front\Security\Logout.0.App\Controller\Front\Security\Logout).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\Register" (parent: .abstract.instanceof.App\Controller\Front\Security\Register).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\Register" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\Register).
Resolving inheritance for ".instanceof.App\Controller\Front\Security\Register.0.App\Controller\Front\Security\Register" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\Register).
Resolving inheritance for "App\Controller\Front\Security\Register" (parent: .instanceof.App\Controller\Front\Security\Register.0.App\Controller\Front\Security\Register).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\VerifyUserEmail" (parent: .abstract.instanceof.App\Controller\Front\Security\VerifyUserEmail).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\VerifyUserEmail" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\VerifyUserEmail).
Resolving inheritance for ".instanceof.App\Controller\Front\Security\VerifyUserEmail.0.App\Controller\Front\Security\VerifyUserEmail" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\VerifyUserEmail).
Resolving inheritance for "App\Controller\Front\Security\VerifyUserEmail" (parent: .instanceof.App\Controller\Front\Security\VerifyUserEmail.0.App\Controller\Front\Security\VerifyUserEmail).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Social\Bio" (parent: .abstract.instanceof.App\Controller\Front\Social\Bio).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Social\Bio" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Social\Bio).
Resolving inheritance for ".instanceof.App\Controller\Front\Social\Bio.0.App\Controller\Front\Social\Bio" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Social\Bio).
Resolving inheritance for "App\Controller\Front\Social\Bio" (parent: .instanceof.App\Controller\Front\Social\Bio.0.App\Controller\Front\Social\Bio).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Stream\Layout" (parent: .abstract.instanceof.App\Controller\Front\Stream\Layout).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Stream\Layout" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Stream\Layout).
Resolving inheritance for ".instanceof.App\Controller\Front\Stream\Layout.0.App\Controller\Front\Stream\Layout" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Stream\Layout).
Resolving inheritance for "App\Controller\Front\Stream\Layout" (parent: .instanceof.App\Controller\Front\Stream\Layout.0.App\Controller\Front\Stream\Layout).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Stream\WebhookChat" (parent: .abstract.instanceof.App\Controller\Front\Stream\WebhookChat).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Stream\WebhookChat" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Stream\WebhookChat).
Resolving inheritance for ".instanceof.App\Controller\Front\Stream\WebhookChat.0.App\Controller\Front\Stream\WebhookChat" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Stream\WebhookChat).
Resolving inheritance for "App\Controller\Front\Stream\WebhookChat" (parent: .instanceof.App\Controller\Front\Stream\WebhookChat.0.App\Controller\Front\Stream\WebhookChat).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Video\Playlists" (parent: .abstract.instanceof.App\Controller\Front\Video\Playlists).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Video\Playlists" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Video\Playlists).
Resolving inheritance for ".instanceof.App\Controller\Front\Video\Playlists.0.App\Controller\Front\Video\Playlists" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Video\Playlists).
Resolving inheritance for "App\Controller\Front\Video\Playlists" (parent: .instanceof.App\Controller\Front\Video\Playlists.0.App\Controller\Front\Video\Playlists).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Video\Video" (parent: .abstract.instanceof.App\Controller\Front\Video\Video).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Video\Video" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Video\Video).
Resolving inheritance for ".instanceof.App\Controller\Front\Video\Video.0.App\Controller\Front\Video\Video" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Video\Video).
Resolving inheritance for "App\Controller\Front\Video\Video" (parent: .instanceof.App\Controller\Front\Video\Video.0.App\Controller\Front\Video\Video).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Video\Videos" (parent: .abstract.instanceof.App\Controller\Front\Video\Videos).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Video\Videos" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Video\Videos).
Resolving inheritance for ".instanceof.App\Controller\Front\Video\Videos.0.App\Controller\Front\Video\Videos" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Video\Videos).
Resolving inheritance for "App\Controller\Front\Video\Videos" (parent: .instanceof.App\Controller\Front\Video\Videos.0.App\Controller\Front\Video\Videos).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityRedirection\DevRedirection" (parent: .abstract.instanceof.App\Controller\SecurityRedirection\DevRedirection).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityRedirection\DevRedirection" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityRedirection\DevRedirection).
Resolving inheritance for ".instanceof.App\Controller\SecurityRedirection\DevRedirection.0.App\Controller\SecurityRedirection\DevRedirection" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityRedirection\DevRedirection).
Resolving inheritance for "App\Controller\SecurityRedirection\DevRedirection" (parent: .instanceof.App\Controller\SecurityRedirection\DevRedirection.0.App\Controller\SecurityRedirection\DevRedirection).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\EventSubscriber\RequestSubscriber" (parent: .abstract.instanceof.App\Event\EventSubscriber\RequestSubscriber).
Resolving inheritance for "App\Event\EventSubscriber\RequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\EventSubscriber\RequestSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Behavior\YesNoType" (parent: .abstract.instanceof.App\Form\Behavior\YesNoType).
Resolving inheritance for "App\Form\Behavior\YesNoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Behavior\YesNoType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Category\CategoryAdminFormType" (parent: .abstract.instanceof.App\Form\Category\CategoryAdminFormType).
Resolving inheritance for "App\Form\Category\CategoryAdminFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Category\CategoryAdminFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Category\ReleaseAdminFormType" (parent: .abstract.instanceof.App\Form\Category\ReleaseAdminFormType).
Resolving inheritance for "App\Form\Category\ReleaseAdminFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Category\ReleaseAdminFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\External\Igdb\GameAdminFormType" (parent: .abstract.instanceof.App\Form\External\Igdb\GameAdminFormType).
Resolving inheritance for "App\Form\External\Igdb\GameAdminFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\External\Igdb\GameAdminFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\RegistrationFormType" (parent: .abstract.instanceof.App\Form\Security\RegistrationFormType).
Resolving inheritance for "App\Form\Security\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\RegistrationFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sonata\EnumFieldMaskType" (parent: .abstract.instanceof.App\Form\Sonata\EnumFieldMaskType).
Resolving inheritance for "App\Form\Sonata\EnumFieldMaskType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sonata\EnumFieldMaskType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Video\ExternalPlaylist\IdentifierAdminFormType" (parent: .abstract.instanceof.App\Form\Video\ExternalPlaylist\IdentifierAdminFormType).
Resolving inheritance for "App\Form\Video\ExternalPlaylist\IdentifierAdminFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Video\ExternalPlaylist\IdentifierAdminFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Video\Source\IdentifierAdminFormType" (parent: .abstract.instanceof.App\Form\Video\Source\IdentifierAdminFormType).
Resolving inheritance for "App\Form\Video\Source\IdentifierAdminFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Video\Source\IdentifierAdminFormType).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\Gamosaurus\CardImageHandler.0.App\Messenger\Handler\External\Gamosaurus\CardImageHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\Gamosaurus\CardImageHandler).
Resolving inheritance for "App\Messenger\Handler\External\Gamosaurus\CardImageHandler" (parent: .instanceof.App\Messenger\Handler\External\Gamosaurus\CardImageHandler.0.App\Messenger\Handler\External\Gamosaurus\CardImageHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\PokeApiCo\FormHandler.0.App\Messenger\Handler\External\PokeApiCo\FormHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\PokeApiCo\FormHandler).
Resolving inheritance for "App\Messenger\Handler\External\PokeApiCo\FormHandler" (parent: .instanceof.App\Messenger\Handler\External\PokeApiCo\FormHandler.0.App\Messenger\Handler\External\PokeApiCo\FormHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler.0.App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler).
Resolving inheritance for "App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler" (parent: .instanceof.App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler.0.App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\PokeApiCo\PokemonHandler.0.App\Messenger\Handler\External\PokeApiCo\PokemonHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\PokeApiCo\PokemonHandler).
Resolving inheritance for "App\Messenger\Handler\External\PokeApiCo\PokemonHandler" (parent: .instanceof.App\Messenger\Handler\External\PokeApiCo\PokemonHandler.0.App\Messenger\Handler\External\PokeApiCo\PokemonHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\PokeApiCo\SpeciesHandler.0.App\Messenger\Handler\External\PokeApiCo\SpeciesHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\PokeApiCo\SpeciesHandler).
Resolving inheritance for "App\Messenger\Handler\External\PokeApiCo\SpeciesHandler" (parent: .instanceof.App\Messenger\Handler\External\PokeApiCo\SpeciesHandler.0.App\Messenger\Handler\External\PokeApiCo\SpeciesHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardHandler.0.App\Messenger\Handler\External\PokemonTcgIo\CardHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardHandler).
Resolving inheritance for "App\Messenger\Handler\External\PokemonTcgIo\CardHandler" (parent: .instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardHandler.0.App\Messenger\Handler\External\PokemonTcgIo\CardHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler.0.App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler).
Resolving inheritance for "App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler" (parent: .instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler.0.App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler.0.App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler).
Resolving inheritance for "App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler" (parent: .instanceof.App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler.0.App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\PokemonTcgIo\SetHandler.0.App\Messenger\Handler\External\PokemonTcgIo\SetHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\PokemonTcgIo\SetHandler).
Resolving inheritance for "App\Messenger\Handler\External\PokemonTcgIo\SetHandler" (parent: .instanceof.App\Messenger\Handler\External\PokemonTcgIo\SetHandler.0.App\Messenger\Handler\External\PokemonTcgIo\SetHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\External\Pokepedia\CardImageHandler.0.App\Messenger\Handler\External\Pokepedia\CardImageHandler" (parent: .abstract.instanceof.App\Messenger\Handler\External\Pokepedia\CardImageHandler).
Resolving inheritance for "App\Messenger\Handler\External\Pokepedia\CardImageHandler" (parent: .instanceof.App\Messenger\Handler\External\Pokepedia\CardImageHandler.0.App\Messenger\Handler\External\Pokepedia\CardImageHandler).
Resolving inheritance for ".instanceof.App\Messenger\Handler\IgdbMessageHandler.0.App\Messenger\Handler\IgdbMessageHandler" (parent: .abstract.instanceof.App\Messenger\Handler\IgdbMessageHandler).
Resolving inheritance for "App\Messenger\Handler\IgdbMessageHandler" (parent: .instanceof.App\Messenger\Handler\IgdbMessageHandler.0.App\Messenger\Handler\IgdbMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Automation\ApiImportQueueRepository" (parent: .abstract.instanceof.App\Repository\Automation\ApiImportQueueRepository).
Resolving inheritance for "App\Repository\Automation\ApiImportQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Automation\ApiImportQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Automation\MakeResultRepository" (parent: .abstract.instanceof.App\Repository\Automation\MakeResultRepository).
Resolving inheritance for "App\Repository\Automation\MakeResultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Automation\MakeResultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\CategoryRepository" (parent: .abstract.instanceof.App\Repository\Category\CategoryRepository).
Resolving inheritance for "App\Repository\Category\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\CategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\PlatformRepository" (parent: .abstract.instanceof.App\Repository\Category\PlatformRepository).
Resolving inheritance for "App\Repository\Category\PlatformRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\PlatformRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\ReleaseRepository" (parent: .abstract.instanceof.App\Repository\Category\ReleaseRepository).
Resolving inheritance for "App\Repository\Category\ReleaseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\ReleaseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\UniverseRepository" (parent: .abstract.instanceof.App\Repository\Category\UniverseRepository).
Resolving inheritance for "App\Repository\Category\UniverseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\UniverseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cv\ExperienceRepository" (parent: .abstract.instanceof.App\Repository\Cv\ExperienceRepository).
Resolving inheritance for "App\Repository\Cv\ExperienceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cv\ExperienceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cv\JobRepository" (parent: .abstract.instanceof.App\Repository\Cv\JobRepository).
Resolving inheritance for "App\Repository\Cv\JobRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cv\JobRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cv\SkillRepository" (parent: .abstract.instanceof.App\Repository\Cv\SkillRepository).
Resolving inheritance for "App\Repository\Cv\SkillRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cv\SkillRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Gamosaurus\PokemonTcgPocketCardSetRepository" (parent: .abstract.instanceof.App\Repository\External\Gamosaurus\PokemonTcgPocketCardSetRepository).
Resolving inheritance for "App\Repository\External\Gamosaurus\PokemonTcgPocketCardSetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Gamosaurus\PokemonTcgPocketCardSetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\ApiQueueRepository" (parent: .abstract.instanceof.App\Repository\External\Igdb\ApiQueueRepository).
Resolving inheritance for "App\Repository\External\Igdb\ApiQueueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\ApiQueueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\FranchiseRepository" (parent: .abstract.instanceof.App\Repository\External\Igdb\FranchiseRepository).
Resolving inheritance for "App\Repository\External\Igdb\FranchiseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\FranchiseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\GameAlternativeNameRepository" (parent: .abstract.instanceof.App\Repository\External\Igdb\GameAlternativeNameRepository).
Resolving inheritance for "App\Repository\External\Igdb\GameAlternativeNameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\GameAlternativeNameRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\GameCollectionRepository" (parent: .abstract.instanceof.App\Repository\External\Igdb\GameCollectionRepository).
Resolving inheritance for "App\Repository\External\Igdb\GameCollectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\GameCollectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\GameRepository" (parent: .abstract.instanceof.App\Repository\External\Igdb\GameRepository).
Resolving inheritance for "App\Repository\External\Igdb\GameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\GameRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\PlatformRepository" (parent: .abstract.instanceof.App\Repository\External\Igdb\PlatformRepository).
Resolving inheritance for "App\Repository\External\Igdb\PlatformRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\PlatformRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\ReleaseDateRepository" (parent: .abstract.instanceof.App\Repository\External\Igdb\ReleaseDateRepository).
Resolving inheritance for "App\Repository\External\Igdb\ReleaseDateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\ReleaseDateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokeApiCo\FormRepository" (parent: .abstract.instanceof.App\Repository\External\PokeApiCo\FormRepository).
Resolving inheritance for "App\Repository\External\PokeApiCo\FormRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokeApiCo\FormRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokeApiCo\PokemonRepository" (parent: .abstract.instanceof.App\Repository\External\PokeApiCo\PokemonRepository).
Resolving inheritance for "App\Repository\External\PokeApiCo\PokemonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokeApiCo\PokemonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokeApiCo\SpeciesRepository" (parent: .abstract.instanceof.App\Repository\External\PokeApiCo\SpeciesRepository).
Resolving inheritance for "App\Repository\External\PokeApiCo\SpeciesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokeApiCo\SpeciesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\CardPriceRepository" (parent: .abstract.instanceof.App\Repository\External\PokemonTcgIo\CardPriceRepository).
Resolving inheritance for "App\Repository\External\PokemonTcgIo\CardPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\CardPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\CardRepository" (parent: .abstract.instanceof.App\Repository\External\PokemonTcgIo\CardRepository).
Resolving inheritance for "App\Repository\External\PokemonTcgIo\CardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\CardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\SeriesRepository" (parent: .abstract.instanceof.App\Repository\External\PokemonTcgIo\SeriesRepository).
Resolving inheritance for "App\Repository\External\PokemonTcgIo\SeriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\SeriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\SetRepository" (parent: .abstract.instanceof.App\Repository\External\PokemonTcgIo\SetRepository).
Resolving inheritance for "App\Repository\External\PokemonTcgIo\SetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\SetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Pokepedia\PokemonTcgPocketCardSetRepository" (parent: .abstract.instanceof.App\Repository\External\Pokepedia\PokemonTcgPocketCardSetRepository).
Resolving inheritance for "App\Repository\External\Pokepedia\PokemonTcgPocketCardSetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Pokepedia\PokemonTcgPocketCardSetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\File\MediaRepository" (parent: .abstract.instanceof.App\Repository\File\MediaRepository).
Resolving inheritance for "App\Repository\File\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\File\MediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\MessageRepository" (parent: .abstract.instanceof.App\Repository\Live\MessageRepository).
Resolving inheritance for "App\Repository\Live\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardBoosterRepository" (parent: .abstract.instanceof.App\Repository\Pokemon\CardBoosterRepository).
Resolving inheritance for "App\Repository\Pokemon\CardBoosterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardBoosterRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardEventRepository" (parent: .abstract.instanceof.App\Repository\Pokemon\CardEventRepository).
Resolving inheritance for "App\Repository\Pokemon\CardEventRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardEventRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardOwnerRepository" (parent: .abstract.instanceof.App\Repository\Pokemon\CardOwnerRepository).
Resolving inheritance for "App\Repository\Pokemon\CardOwnerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardOwnerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardRepository" (parent: .abstract.instanceof.App\Repository\Pokemon\CardRepository).
Resolving inheritance for "App\Repository\Pokemon\CardRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardSeriesRepository" (parent: .abstract.instanceof.App\Repository\Pokemon\CardSeriesRepository).
Resolving inheritance for "App\Repository\Pokemon\CardSeriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardSeriesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardSetRepository" (parent: .abstract.instanceof.App\Repository\Pokemon\CardSetRepository).
Resolving inheritance for "App\Repository\Pokemon\CardSetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardSetRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\PokemonRepository" (parent: .abstract.instanceof.App\Repository\Pokemon\PokemonRepository).
Resolving inheritance for "App\Repository\Pokemon\PokemonRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\PokemonRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\ErrorLogRepository" (parent: .abstract.instanceof.App\Repository\Security\ErrorLogRepository).
Resolving inheritance for "App\Repository\Security\ErrorLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\ErrorLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\UserRepository" (parent: .abstract.instanceof.App\Repository\Security\UserRepository).
Resolving inheritance for "App\Repository\Security\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\VaultRepository" (parent: .abstract.instanceof.App\Repository\Security\VaultRepository).
Resolving inheritance for "App\Repository\Security\VaultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\VaultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SfTools\MessageRepository" (parent: .abstract.instanceof.App\Repository\SfTools\MessageRepository).
Resolving inheritance for "App\Repository\SfTools\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SfTools\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Social\GroupItemRepository" (parent: .abstract.instanceof.App\Repository\Social\GroupItemRepository).
Resolving inheritance for "App\Repository\Social\GroupItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Social\GroupItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Social\GroupRepository" (parent: .abstract.instanceof.App\Repository\Social\GroupRepository).
Resolving inheritance for "App\Repository\Social\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Social\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Social\ItemRepository" (parent: .abstract.instanceof.App\Repository\Social\ItemRepository).
Resolving inheritance for "App\Repository\Social\ItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Social\ItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\ExternalPlaylistRepository" (parent: .abstract.instanceof.App\Repository\Video\ExternalPlaylistRepository).
Resolving inheritance for "App\Repository\Video\ExternalPlaylistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\ExternalPlaylistRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\PlaylistItemRepository" (parent: .abstract.instanceof.App\Repository\Video\PlaylistItemRepository).
Resolving inheritance for "App\Repository\Video\PlaylistItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\PlaylistItemRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\PlaylistRepository" (parent: .abstract.instanceof.App\Repository\Video\PlaylistRepository).
Resolving inheritance for "App\Repository\Video\PlaylistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\PlaylistRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\SourceChannelRepository" (parent: .abstract.instanceof.App\Repository\Video\SourceChannelRepository).
Resolving inheritance for "App\Repository\Video\SourceChannelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\SourceChannelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\SourceRepository" (parent: .abstract.instanceof.App\Repository\Video\SourceRepository).
Resolving inheritance for "App\Repository\Video\SourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\SourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\VideoRepository" (parent: .abstract.instanceof.App\Repository\Video\VideoRepository).
Resolving inheritance for "App\Repository\Video\VideoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\VideoRepository).
Resolving inheritance for ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\JmsSerializerVichUploaderFieldSubscriber" (parent: .abstract.instanceof.App\Serializer\Listener\JmsSerializerVichUploaderFieldSubscriber).
Resolving inheritance for "App\Serializer\Listener\JmsSerializerVichUploaderFieldSubscriber" (parent: .instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\JmsSerializerVichUploaderFieldSubscriber).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Pokemon\TwigPokemonCardManagerExtension" (parent: .abstract.instanceof.App\Twig\Extension\Pokemon\TwigPokemonCardManagerExtension).
Resolving inheritance for "App\Twig\Extension\Pokemon\TwigPokemonCardManagerExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Pokemon\TwigPokemonCardManagerExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigDisplayableExtension" (parent: .abstract.instanceof.App\Twig\Extension\TwigDisplayableExtension).
Resolving inheritance for "App\Twig\Extension\TwigDisplayableExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigDisplayableExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigEnumExtension" (parent: .abstract.instanceof.App\Twig\Extension\TwigEnumExtension).
Resolving inheritance for "App\Twig\Extension\TwigEnumExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigEnumExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigFqcnExtension" (parent: .abstract.instanceof.App\Twig\Extension\TwigFqcnExtension).
Resolving inheritance for "App\Twig\Extension\TwigFqcnExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigFqcnExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigIsLiveExtension" (parent: .abstract.instanceof.App\Twig\Extension\TwigIsLiveExtension).
Resolving inheritance for "App\Twig\Extension\TwigIsLiveExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigIsLiveExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigSocialExtension" (parent: .abstract.instanceof.App\Twig\Extension\TwigSocialExtension).
Resolving inheritance for "App\Twig\Extension\TwigSocialExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigSocialExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigUniversesExtension" (parent: .abstract.instanceof.App\Twig\Extension\TwigUniversesExtension).
Resolving inheritance for "App\Twig\Extension\TwigUniversesExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigUniversesExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Video\TwigVideosFiltersExtension" (parent: .abstract.instanceof.App\Twig\Extension\Video\TwigVideosFiltersExtension).
Resolving inheritance for "App\Twig\Extension\Video\TwigVideosFiltersExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Video\TwigVideosFiltersExtension).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.asset_mapper" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_gamosaurus_cardimage" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_pokeapico_form" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_pokeapico_pokeapico" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_pokeapico_pokemon" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_pokeapico_species" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_pokemontcgio_card" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_pokemontcgio_card_transfert" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_pokemontcgio_pokemontcgio" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_pokemontcgio_set" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.external_pokepedia_cardimage" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.security_analytic" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer.media" (parent: Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\HashNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for "Vich\UploaderBundle\Naming\Base64Namer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.inject.media" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.media" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "cache.symfonycasts.tailwind_bundle" (parent: cache.system).
Resolving inheritance for ".instanceof.App\Attribute\Behavior\Slug.0.App\Attribute\Behavior\Slug" (parent: .abstract.instanceof.App\Attribute\Behavior\Slug).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Category\CategoryTypeEnum" (parent: .abstract.instanceof.App\Enum\Category\CategoryTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Category\PlatformFamilyEnum" (parent: .abstract.instanceof.App\Enum\Category\PlatformFamilyEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Category\ReleaseRegionEnum" (parent: .abstract.instanceof.App\Enum\Category\ReleaseRegionEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Cv\ExperienceEnvEnum" (parent: .abstract.instanceof.App\Enum\Cv\ExperienceEnvEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Cv\ExperienceTypeEnum" (parent: .abstract.instanceof.App\Enum\Cv\ExperienceTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameAlternativeNameCategoryEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\GameAlternativeNameCategoryEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameCategoryEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\GameCategoryEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameGenreEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\GameGenreEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameModeEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\GameModeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GamePlayerPerspectiveEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\GamePlayerPerspectiveEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameStatusEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\GameStatusEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameThemeEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\GameThemeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\PlatformCategoryEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\PlatformCategoryEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\PlatformFamilyEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\PlatformFamilyEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\ReleaseDateCategoryEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\ReleaseDateCategoryEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\ReleaseDateRegionEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\ReleaseDateRegionEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\Igdb\ReleaseDateStatusEnum" (parent: .abstract.instanceof.App\Enum\External\Igdb\ReleaseDateStatusEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\PokeApiCo\GenerationEnum" (parent: .abstract.instanceof.App\Enum\External\PokeApiCo\GenerationEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\External\PokeApiCo\TypeEnum" (parent: .abstract.instanceof.App\Enum\External\PokeApiCo\TypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardBattleStyleEnum" (parent: .abstract.instanceof.App\Enum\Pokemon\CardBattleStyleEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardCategoryEnum" (parent: .abstract.instanceof.App\Enum\Pokemon\CardCategoryEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardEventTypeEnum" (parent: .abstract.instanceof.App\Enum\Pokemon\CardEventTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardFormEnum" (parent: .abstract.instanceof.App\Enum\Pokemon\CardFormEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardRarityEnum" (parent: .abstract.instanceof.App\Enum\Pokemon\CardRarityEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardTypeEnum" (parent: .abstract.instanceof.App\Enum\Pokemon\CardTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Social\SocialItemTypeEnum" (parent: .abstract.instanceof.App\Enum\Social\SocialItemTypeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Video\PlaylistStatusEnum" (parent: .abstract.instanceof.App\Enum\Video\PlaylistStatusEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Video\PlaylistThumbnailTextSizeEnum" (parent: .abstract.instanceof.App\Enum\Video\PlaylistThumbnailTextSizeEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Video\SourceServiceEnum" (parent: .abstract.instanceof.App\Enum\Video\SourceServiceEnum).
Resolving inheritance for ".instanceof.UnitEnum.0.App\Enum\Video\VideoTypeEnum" (parent: .abstract.instanceof.App\Enum\Video\VideoTypeEnum).
Resolving inheritance for ".instanceof.App\Serializer\Attribute\VichSerializableField.0.App\Serializer\Attribute\VichSerializableField" (parent: .abstract.instanceof.App\Serializer\Attribute\VichSerializableField).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
Resolving inheritance for "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" (parent: Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.asset_mapper" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.nelmio_api_doc" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.app.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.system.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.serializer.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.property_info.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.asset_mapper.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.messenger.restart_workers_signal.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.validator_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.result.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.doctrine.orm.default.query.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.security_token_verifier.traceable" (parent: sentry.tracing.traceable_cache_adapter).
Resolving inheritance for "cache.symfonycasts.tailwind_bundle.traceable" (parent: sentry.tracing.traceable_cache_adapter).
8
Removing method "withVaultRepository" of service "App\Controller\Admin\External\Igdb\FranchiseAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "withHttpClientInterface" of service "App\Controller\Admin\External\Igdb\FranchiseAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "withVaultRepository" of service "App\Controller\Admin\External\Igdb\GameAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "withHttpClientInterface" of service "App\Controller\Admin\External\Igdb\GameAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "withVaultRepository" of service "App\Controller\Admin\External\Igdb\GameCollectionAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "withHttpClientInterface" of service "App\Controller\Admin\External\Igdb\GameCollectionAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "withVaultRepository" of service "App\Controller\Admin\External\Igdb\PlatformAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
Removing method "withHttpClientInterface" of service "App\Controller\Admin\External\Igdb\PlatformAdminController" from controller candidates: the method is called at instantiation, thus cannot be an action.
355
Removed service "Symfony\Component\HttpKernel\Profiler\Profiler"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\AssetMapperInterface"; reason: private alias.
Removed service "asset_mapper.http_client"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\ImportMap\ImportMapManager"; reason: private alias.
Removed service "Symfony\Component\AssetMapper\Compressor\CompressorInterface"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\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_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "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 $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\UX\Turbo\Broadcaster\BroadcasterInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "Sonata\BlockBundle\Templating\Helper\BlockHelper"; reason: private alias.
Removed service "sonata.block.context_manager"; reason: private alias.
Removed service "sonata.block.renderer"; reason: private alias.
Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Search\SearchHandlerInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
Removed service "Sonata\AdminBundle\Request\AdminFetcherInterface"; reason: private alias.
Removed service "sonata.admin.twig.extension"; reason: private alias.
Removed service "sonata.templates.twig.extension"; reason: private alias.
Removed service "sonata.admin.group.extension"; reason: private alias.
Removed service "sonata.security.twig.extension"; reason: private alias.
Removed service "sonata.canonicalize.twig.extension"; reason: private alias.
Removed service "sonata.xeditable.twig.extension"; reason: private alias.
Removed service "sonata.render_element.twig.extension"; reason: private alias.
Removed service "Sonata\AdminBundle\Bridge\Exporter\AdminExporter"; reason: private alias.
Removed service "sonata.admin.security.handler"; reason: private alias.
Removed service "Sonata\AdminBundle\Util\AdminObjectAclManipulator"; reason: private alias.
Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "vich_uploader.namer_uniqid"; reason: private alias.
Removed service "vich_uploader.namer_property"; reason: private alias.
Removed service "vich_uploader.namer_origname"; reason: private alias.
Removed service "vich_uploader.namer_hash"; reason: private alias.
Removed service "vich_uploader.namer_base64"; reason: private alias.
Removed service "vich_uploader.directory_namer_subdir"; reason: private alias.
Removed service "vich_uploader.namer_directory_property"; reason: private alias.
Removed service "vich_uploader.namer_directory_current_date_time"; reason: private alias.
Removed service "vich_uploader.namer_directory_configurable"; reason: private alias.
Removed service "vich_uploader.namer_smart_unique"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "jms_serializer.metadata.cache"; reason: private alias.
Removed service "jms_serializer.naming_strategy"; reason: private alias.
Removed service "JMS\Serializer\SerializerInterface"; reason: private alias.
Removed service "JMS\Serializer\ArrayTransformerInterface"; reason: private alias.
Removed service "jms_serializer.accessor_strategy"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\SerializationContextFactoryInterface"; reason: private alias.
Removed service "JMS\Serializer\ContextFactory\DeserializationContextFactoryInterface"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher"; reason: private alias.
Removed service "jms_serializer.instance.default.event_dispatcher.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_proxy_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.stopwatch_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_subscriber"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.handler_registry.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.enum_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.union_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.array_collection_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.constraint_violation_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.datetime_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.form_error_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.iterator_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.symfony_uid_handler"; reason: private alias.
Removed service "jms_serializer.instance.default.type_parser"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.file_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.yaml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.xml_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.annotation_or_attribute_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.null_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doctrine_phpcr_type_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.default_value_property_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.typed_properties_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.enum_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.doc_block_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.service_locator"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.lazy_loading_driver"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.cache.file_cache"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.version_exclusion_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.camel_case_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.identical_property_naming_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.serialized_name_annotation_strategy"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.doctrine_phpcr_object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.object_constructor"; reason: private alias.
Removed service "jms_serializer.instance.default.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.deserialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.serialization_graph_navigator_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_evaluator"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language"; reason: private alias.
Removed service "jms_serializer.instance.default.expression_language.function_provider"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.runtime_serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.twig_extension.serializer_runtime_helper"; reason: private alias.
Removed service "jms_serializer.instance.default.templating.helper.serializer"; reason: private alias.
Removed service "jms_serializer.instance.default.accessor_strategy.default"; reason: private alias.
Removed service "jms_serializer.instance.default.json_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.json_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_serialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.xml_deserialization_visitor"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_clearer"; reason: private alias.
Removed service "jms_serializer.instance.default.cache.cache_warmer"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_serialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.configured_deserialization_context_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.data_collector"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_runs_listener"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_metadata_factory"; reason: private alias.
Removed service "jms_serializer.instance.default.traceable_handler_registry"; reason: private alias.
Removed service "jms_serializer.instance.default.metadata.traceable_file_locator"; reason: private alias.
Removed service "Sentry\ClientInterface"; reason: private alias.
Removed service "Sentry\SentryBundle\EventListener\ConsoleCommandListener"; reason: private alias.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactoryInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $asset_mapperLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $assetMapperLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $nelmio_api_docLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $nelmioApiDocLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "knp_menu.menu_provider"; reason: private alias.
Removed service ".service_locator.fuI0dkL"; reason: private alias.
Removed service ".service_locator.y1d5kjH"; reason: private alias.
Removed service ".service_locator.8HQnoag"; reason: private alias.
Removed service ".service_locator.Sa9LNaC"; reason: private alias.
Removed service ".service_locator.QAFhFCQ"; reason: private alias.
Removed service ".service_locator.z2gyKI_"; reason: private alias.
Removed service ".service_locator.1rPvQAZ"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "App\Routing\Router.inner"; reason: private alias.
Removed service "asset_mapper.mapped_asset_factory"; reason: private alias.
Removed service "assets._default_package"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "security.csrf.token_manager"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "turbo.broadcaster.imux"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "jms_serializer.metadata_driver"; reason: private alias.
Removed service "jms_serializer.metadata.typed_properties_driver.inner"; reason: private alias.
Removed service "jms_serializer.object_constructor"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "cache.validator"; reason: private alias.
Removed service "cache.serializer"; reason: private alias.
Removed service "cache.property_info"; reason: private alias.
Removed service "cache.asset_mapper"; reason: private alias.
Removed service "cache.messenger.restart_workers_signal"; reason: private alias.
Removed service "cache.doctrine.orm.default.result"; reason: private alias.
Removed service "cache.doctrine.orm.default.query"; reason: private alias.
Removed service "cache.security_expression_language"; reason: private alias.
Removed service "cache.security_token_verifier"; reason: private alias.
Removed service "http_client.transport"; reason: private alias.
Removed service "jms_serializer.metadata_factory"; reason: private alias.
Removed service "jms_serializer.handler_registry"; reason: private alias.
Removed service "jms_serializer.metadata.file_locator"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.KhfKLwi"; reason: private alias.
Removed service ".service_locator.9n3sy8S"; reason: private alias.
Removed service ".service_locator.eM3gLps"; reason: private alias.
Removed service ".service_locator.9aeGVoI"; reason: private alias.
Removed service ".service_locator.6sP.UVi"; reason: private alias.
Removed service ".service_locator.QCsvn0l"; reason: private alias.
Removed service ".service_locator.Fi9mKtR"; reason: private alias.
Removed service ".service_locator.l6GrDWv"; reason: private alias.
Removed service ".service_locator.EXl_M4t"; reason: private alias.
Removed service ".service_locator.yNOsC_o"; reason: private alias.
Removed service ".service_locator.mV.Cdrn"; reason: private alias.
Removed service ".service_locator.lNN7M4i"; reason: private alias.
Removed service ".service_locator.LL782CS"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.XaiDGz4"; reason: private alias.
Removed service ".service_locator.Bu8O_10"; reason: private alias.
Removed service ".service_locator.2V.SlM7"; reason: private alias.
Removed service ".service_locator.41YP23j"; reason: private alias.
Removed service ".service_locator.sk2Dd5i"; reason: private alias.
Removed service ".service_locator.9nvaCmp"; reason: private alias.
194
Changed reference of service "sonata_admin.category.category" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.category.universe" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.category.platform" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.category.release" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.cv.experience" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.cv.job" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.cv.skill" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.gamosaurus.pokemonTcgPocketCardSet" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.igdb.apiQueue" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.igdb.game" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.igdb.platform" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.igdb.gameCollection" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.igdb.franchise" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.pokeapico.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.pokeapico.pokemon" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.pokeapico.species" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.pokemontcgio.card" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.pokemontcgio.set" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.external.pokepedia.pokemonTcgPocketCardSet" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.file.media" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.pokemon.card" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.pokemon.card_booster" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.pokemon.card_event" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.pokemon.card_series" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.pokemon.card_set" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.pokemon.pokemon" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.security.user" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.security.vault" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.social.item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.social.group" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.social.group_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.video.playlist" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.video.external_playlist" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.video.playlist_item" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.video.source" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.video.sourceChannel" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata_admin.video.video" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\External\PokeApiCo\FormAdminController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\External\PokeApiCo\PokemonAdminController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\External\PokeApiCo\SpeciesAdminController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\External\PokemonTcgIo\CardAdminController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\External\PokemonTcgIo\SetAdminController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\Pokemon\CardSetAdminController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Controller\Admin\Video\VideoPlatformFamiliesStats" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\Video\VideoPlatformsStats" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Controller\Admin\Video\VideoUniversesStats" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Event\EventSubscriber\RequestSubscriber" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Form\Category\CategoryAdminFormType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "App\Messenger\Handler\External\PokeApiCo\FormHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Messenger\Handler\External\PokeApiCo\PokemonHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Messenger\Handler\External\PokeApiCo\SpeciesHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Messenger\Handler\External\PokemonTcgIo\CardHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Messenger\Handler\External\PokemonTcgIo\SetHandler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Security\AuthenticationEntryPoint" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "App\Security\Authenticator" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "App\Service\External\Twitch\TwitchClient" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "App\Routing\Router" 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 "App\Routing\Router" to "router".
Changed reference of service "services_resetter" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "services_resetter" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "services_resetter" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "services_resetter" previously pointing to "cache.symfonycasts.tailwind_bundle.traceable" to "cache.symfonycasts.tailwind_bundle".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "console.command.router_match" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "cache.app.taggable" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.system_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.system_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "cache.system_clearer" previously pointing to "cache.symfonycasts.tailwind_bundle.traceable" to "cache.symfonycasts.tailwind_bundle".
Changed reference of service "cache.global_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "cache.global_clearer" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "cache.global_clearer" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "cache.global_clearer" previously pointing to "cache.symfonycasts.tailwind_bundle.traceable" to "cache.symfonycasts.tailwind_bundle".
Changed reference of service "asset_mapper.command.compile" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.expression_language" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.cache" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "data_collector.cache" previously pointing to "cache.system.traceable" to "cache.system".
Changed reference of service "data_collector.cache" previously pointing to "cache.validator_expression_language.traceable" to "cache.validator_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "data_collector.cache" previously pointing to "cache.symfonycasts.tailwind_bundle.traceable" to "cache.symfonycasts.tailwind_bundle".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "security.access.expression_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.access.closure_voter" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.logout_url_generator" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "security.http_utils" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "security.http_utils" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "controller.is_granted_attribute_listener" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "security.is_granted_attribute_expression_language" previously pointing to "cache.security_is_granted_attribute_expression_language.traceable" to "cache.security_is_granted_attribute_expression_language".
Changed reference of service "security.is_csrf_token_valid_attribute_expression_language" previously pointing to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.security" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
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 "App\Routing\Router" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "sonata.admin.menu.group_provider" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.admin.route.default_generator" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "sonata.admin.twig.security_runtime" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.admin.twig.xeditable_runtime" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "sonata.admin.security.handler.role" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "sonata.admin.security.handler.acl" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "jms_serializer.form_error_handler" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "jms_serializer.twig_extension.serializer_runtime_helper" previously pointing to "jms_serializer.serializer" to "jms_serializer".
Changed reference of service "nelmio_api_doc.routes.default" previously pointing to "App\Routing\Router" to "router".
Changed reference of service "nelmio_api_doc.model_describers.jms" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "tailwind.builder" previously pointing to "cache.symfonycasts.tailwind_bundle.traceable" to "cache.symfonycasts.tailwind_bundle".
Changed reference of service ".service_locator.KHhLDTq" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.LLOZCKj" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IlGSE9J" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.simple_role_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.uEcQo9p" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uEcQo9p" previously pointing to "App\Routing\Router" to "router".
Changed reference of service ".service_locator.uEcQo9p" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "App\Routing\Router" to "router".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "App\Routing\Router" to "router".
Changed reference of service ".service_locator.xRvtKlk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.2QMaG2L" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service ".service_locator.2QMaG2L" previously pointing to "security.authorization_checker" to "jms_serializer.authorization_checker".
Changed reference of service "cache.app_clearer" previously pointing to "cache.app.traceable" to "cache.app".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_serialization_context_factory" to "jms_serializer.serialization_context_factory".
Changed reference of service "jms_serializer" previously pointing to "jms_serializer.configured_deserialization_context_factory" to "jms_serializer.deserialization_context_factory".
616
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "jms_serializer.version_exclusion_strategy"; reason: abstract.
Removed service "sentry.tracing.traceable_cache_adapter"; reason: abstract.
Removed service "sentry.tracing.traceable_tag_aware_cache_adapter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\EventSubscriber\Kernel\UniverseSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\EventSubscriber\Kernel\UniverseSubscriber"; reason: abstract.
Removed service ".instanceof.App\Attribute\Behavior\Slug.0.App\Attribute\Behavior\Slug"; reason: abstract.
Removed service ".abstract.instanceof.App\Attribute\Behavior\Slug"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\External\Igdb\ManageApiQueueCommand"; reason: abstract.
Removed service ".instanceof.App\Command\External\Igdb\ManageApiQueueCommand.0.App\Command\External\Igdb\ManageApiQueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\External\Igdb\ManageApiQueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\External\Igdb\UpdateDataCommand"; reason: abstract.
Removed service ".instanceof.App\Command\External\Igdb\UpdateDataCommand.0.App\Command\External\Igdb\UpdateDataCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\External\Igdb\UpdateDataCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\Api\ImportApiV6Command"; reason: abstract.
Removed service ".instanceof.App\Command\Import\Api\ImportApiV6Command.0.App\Command\Import\Api\ImportApiV6Command"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Import\Api\ImportApiV6Command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\Api\ImportApiV7Command"; reason: abstract.
Removed service ".instanceof.App\Command\Import\Api\ImportApiV7Command.0.App\Command\Import\Api\ImportApiV7Command"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Import\Api\ImportApiV7Command"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Import\Api\ImportApiV7QueueCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Import\Api\ImportApiV7QueueCommand.0.App\Command\Import\Api\ImportApiV7QueueCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Import\Api\ImportApiV7QueueCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Live\TwitchChatBotCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Live\TwitchChatBotCommand.0.App\Command\Live\TwitchChatBotCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Live\TwitchChatBotCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Pokemon\BuildFromPokeapicoCommand"; reason: abstract.
Removed service ".instanceof.App\Command\Pokemon\BuildFromPokeapicoCommand.0.App\Command\Pokemon\BuildFromPokeapicoCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Pokemon\BuildFromPokeapicoCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\CRUDController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\CRUDController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Category\CategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Category\CategoryAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Category\CategoryAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\FranchiseAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\FranchiseAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\External\Igdb\FranchiseAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\GameAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\GameAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\External\Igdb\GameAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\GameCollectionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\GameCollectionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\External\Igdb\GameCollectionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\Igdb\PlatformAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\Igdb\PlatformAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\External\Igdb\PlatformAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokeApiCo\FormAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokeApiCo\FormAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\External\PokeApiCo\FormAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokeApiCo\PokemonAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokeApiCo\PokemonAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\External\PokeApiCo\PokemonAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokeApiCo\SpeciesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokeApiCo\SpeciesAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\External\PokeApiCo\SpeciesAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokemonTcgIo\CardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokemonTcgIo\CardAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\External\PokemonTcgIo\CardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\External\PokemonTcgIo\SetAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\External\PokemonTcgIo\SetAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\External\PokemonTcgIo\SetAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pokemon\CardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pokemon\CardAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Pokemon\CardAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pokemon\CardSetAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pokemon\CardSetAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Pokemon\CardSetAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Pokemon\PokemonAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Pokemon\PokemonAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Pokemon\PokemonAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\PlaylistAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\PlaylistAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Video\PlaylistAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\SourceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\SourceAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Video\SourceAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoAdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Video\VideoAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoPlatformFamiliesStats"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoPlatformFamiliesStats"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Video\VideoPlatformFamiliesStats"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoPlatformsStats"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoPlatformsStats"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Video\VideoPlatformsStats"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\Video\VideoUniversesStats"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\Video\VideoUniversesStats"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\Video\VideoUniversesStats"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Igdb\ApiQueue\GetCounts"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Igdb\ApiQueue\GetCounts"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\External\Igdb\ApiQueue\GetCounts.0.App\Controller\Api\External\Igdb\ApiQueue\GetCounts"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\External\Igdb\ApiQueue\GetCounts"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Igdb\Game\GetSuggestions"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Igdb\Game\GetSuggestions"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\External\Igdb\Game\GetSuggestions.0.App\Controller\Api\External\Igdb\Game\GetSuggestions"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\External\Igdb\Game\GetSuggestions"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Plex\Interface\GetCurrentMedias"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Plex\Interface\GetCurrentMedias"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\External\Plex\Interface\GetCurrentMedias.0.App\Controller\Api\External\Plex\Interface\GetCurrentMedias"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\External\Plex\Interface\GetCurrentMedias"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\External\Twitch\Interface\GetAllVideos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\External\Twitch\Interface\GetAllVideos"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\External\Twitch\Interface\GetAllVideos.0.App\Controller\Api\External\Twitch\Interface\GetAllVideos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\External\Twitch\Interface\GetAllVideos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Security\Vault\Get"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Security\Vault\Get"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\Security\Vault\Get.0.App\Controller\Api\Security\Vault\Get"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Security\Vault\Get"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\Source\CheckExistence"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\Source\CheckExistence"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\Video\Source\CheckExistence.0.App\Controller\Api\Video\Source\CheckExistence"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Video\Source\CheckExistence"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\Source\Update"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\Source\Update"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\Video\Source\Update.0.App\Controller\Api\Video\Source\Update"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Video\Source\Update"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\SourceChannel\ListAll"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\SourceChannel\ListAll"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\Video\SourceChannel\ListAll.0.App\Controller\Api\Video\SourceChannel\ListAll"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Video\SourceChannel\ListAll"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Api\Video\Video\CreateLive"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Api\Video\Video\CreateLive"; reason: abstract.
Removed service ".instanceof.App\Controller\Api\Video\Video\CreateLive.0.App\Controller\Api\Video\Video\CreateLive"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Api\Video\Video\CreateLive"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Category\Categories"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Category\Categories"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Category\Categories.0.App\Controller\Front\Category\Categories"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Category\Categories"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Category\Universe"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Category\Universe"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Category\Universe.0.App\Controller\Front\Category\Universe"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Category\Universe"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Category\UniversePokemon"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Category\UniversePokemon"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Category\UniversePokemon.0.App\Controller\Front\Category\UniversePokemon"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Category\UniversePokemon"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Error"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Error"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Error"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Home"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Home"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Home.0.App\Controller\Front\Home"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Home"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pokemon\CardQuickOwn"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pokemon\CardQuickOwn"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Pokemon\CardQuickOwn.0.App\Controller\Front\Pokemon\CardQuickOwn"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Pokemon\CardQuickOwn"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pokemon\Cartodex"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pokemon\Cartodex"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Pokemon\Cartodex.0.App\Controller\Front\Pokemon\Cartodex"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Pokemon\Cartodex"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Prf\TestCategory"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Prf\TestCategory"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Prf\TestCategory.0.App\Controller\Front\Prf\TestCategory"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Prf\TestCategory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\Cv"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\Cv"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Pro\Cv.0.App\Controller\Front\Pro\Cv"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Pro\Cv"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\Home"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\Home"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Pro\Home.0.App\Controller\Front\Pro\Home"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Pro\Home"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\HomeDev"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\HomeDev"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Pro\HomeDev.0.App\Controller\Front\Pro\HomeDev"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Pro\HomeDev"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\HomeShort"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\HomeShort"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Pro\HomeShort.0.App\Controller\Front\Pro\HomeShort"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Pro\HomeShort"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Pro\HomeShortDev"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Pro\HomeShortDev"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Pro\HomeShortDev.0.App\Controller\Front\Pro\HomeShortDev"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Pro\HomeShortDev"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\Login"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\Login"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Security\Login.0.App\Controller\Front\Security\Login"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Security\Login"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\Logout"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\Logout"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Security\Logout.0.App\Controller\Front\Security\Logout"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Security\Logout"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\Register"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\Register"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Security\Register.0.App\Controller\Front\Security\Register"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Security\Register"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Security\VerifyUserEmail"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Security\VerifyUserEmail"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Security\VerifyUserEmail.0.App\Controller\Front\Security\VerifyUserEmail"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Security\VerifyUserEmail"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Social\Bio"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Social\Bio"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Social\Bio.0.App\Controller\Front\Social\Bio"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Social\Bio"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Stream\Layout"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Stream\Layout"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Stream\Layout.0.App\Controller\Front\Stream\Layout"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Stream\Layout"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Stream\WebhookChat"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Stream\WebhookChat"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Stream\WebhookChat.0.App\Controller\Front\Stream\WebhookChat"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Stream\WebhookChat"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Video\Playlists"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Video\Playlists"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Video\Playlists.0.App\Controller\Front\Video\Playlists"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Video\Playlists"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Video\Video"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Video\Video"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Video\Video.0.App\Controller\Front\Video\Video"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Video\Video"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\Video\Videos"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\Video\Videos"; reason: abstract.
Removed service ".instanceof.App\Controller\Front\Video\Videos.0.App\Controller\Front\Video\Videos"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\Video\Videos"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityRedirection\DevRedirection"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityRedirection\DevRedirection"; reason: abstract.
Removed service ".instanceof.App\Controller\SecurityRedirection\DevRedirection.0.App\Controller\SecurityRedirection\DevRedirection"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityRedirection\DevRedirection"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Category\CategoryTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Category\CategoryTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Category\PlatformFamilyEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Category\PlatformFamilyEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Category\ReleaseRegionEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Category\ReleaseRegionEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Cv\ExperienceEnvEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Cv\ExperienceEnvEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Cv\ExperienceTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Cv\ExperienceTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameAlternativeNameCategoryEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\GameAlternativeNameCategoryEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameCategoryEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\GameCategoryEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameGenreEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\GameGenreEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameModeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\GameModeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GamePlayerPerspectiveEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\GamePlayerPerspectiveEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameStatusEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\GameStatusEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\GameThemeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\GameThemeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\PlatformCategoryEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\PlatformCategoryEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\PlatformFamilyEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\PlatformFamilyEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\ReleaseDateCategoryEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\ReleaseDateCategoryEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\ReleaseDateRegionEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\ReleaseDateRegionEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\Igdb\ReleaseDateStatusEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\Igdb\ReleaseDateStatusEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\PokeApiCo\GenerationEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\PokeApiCo\GenerationEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\External\PokeApiCo\TypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\External\PokeApiCo\TypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardBattleStyleEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Pokemon\CardBattleStyleEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardCategoryEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Pokemon\CardCategoryEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardEventTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Pokemon\CardEventTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardFormEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Pokemon\CardFormEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardRarityEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Pokemon\CardRarityEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Pokemon\CardTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Pokemon\CardTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Social\SocialItemTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Social\SocialItemTypeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Video\PlaylistStatusEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Video\PlaylistStatusEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Video\PlaylistThumbnailTextSizeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Video\PlaylistThumbnailTextSizeEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Video\SourceServiceEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Video\SourceServiceEnum"; reason: abstract.
Removed service ".instanceof.UnitEnum.0.App\Enum\Video\VideoTypeEnum"; reason: abstract.
Removed service ".abstract.instanceof.App\Enum\Video\VideoTypeEnum"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Event\EventSubscriber\RequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Event\EventSubscriber\RequestSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Behavior\YesNoType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Behavior\YesNoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Category\CategoryAdminFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Category\CategoryAdminFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Category\ReleaseAdminFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Category\ReleaseAdminFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\External\Igdb\GameAdminFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\External\Igdb\GameAdminFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Security\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Security\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Sonata\EnumFieldMaskType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Sonata\EnumFieldMaskType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Video\ExternalPlaylist\IdentifierAdminFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Video\ExternalPlaylist\IdentifierAdminFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Video\Source\IdentifierAdminFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Video\Source\IdentifierAdminFormType"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\Gamosaurus\CardImageHandler.0.App\Messenger\Handler\External\Gamosaurus\CardImageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\Gamosaurus\CardImageHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\PokeApiCo\FormHandler.0.App\Messenger\Handler\External\PokeApiCo\FormHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\PokeApiCo\FormHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler.0.App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\PokeApiCo\PokemonHandler.0.App\Messenger\Handler\External\PokeApiCo\PokemonHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\PokeApiCo\PokemonHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\PokeApiCo\SpeciesHandler.0.App\Messenger\Handler\External\PokeApiCo\SpeciesHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\PokeApiCo\SpeciesHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardHandler.0.App\Messenger\Handler\External\PokemonTcgIo\CardHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler.0.App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler.0.App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\PokemonTcgIo\SetHandler.0.App\Messenger\Handler\External\PokemonTcgIo\SetHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\PokemonTcgIo\SetHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\External\Pokepedia\CardImageHandler.0.App\Messenger\Handler\External\Pokepedia\CardImageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\External\Pokepedia\CardImageHandler"; reason: abstract.
Removed service ".instanceof.App\Messenger\Handler\IgdbMessageHandler.0.App\Messenger\Handler\IgdbMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\Messenger\Handler\IgdbMessageHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Automation\ApiImportQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Automation\ApiImportQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Automation\MakeResultRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Automation\MakeResultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\CategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Category\CategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\PlatformRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Category\PlatformRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\ReleaseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Category\ReleaseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Category\UniverseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Category\UniverseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cv\ExperienceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cv\ExperienceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cv\JobRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cv\JobRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Cv\SkillRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Cv\SkillRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Gamosaurus\PokemonTcgPocketCardSetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\Gamosaurus\PokemonTcgPocketCardSetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\ApiQueueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\Igdb\ApiQueueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\FranchiseRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\Igdb\FranchiseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\GameAlternativeNameRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\Igdb\GameAlternativeNameRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\GameCollectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\Igdb\GameCollectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\GameRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\Igdb\GameRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\PlatformRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\Igdb\PlatformRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Igdb\ReleaseDateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\Igdb\ReleaseDateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokeApiCo\FormRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\PokeApiCo\FormRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokeApiCo\PokemonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\PokeApiCo\PokemonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokeApiCo\SpeciesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\PokeApiCo\SpeciesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\CardPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\PokemonTcgIo\CardPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\CardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\PokemonTcgIo\CardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\SeriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\PokemonTcgIo\SeriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\PokemonTcgIo\SetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\PokemonTcgIo\SetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\External\Pokepedia\PokemonTcgPocketCardSetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\External\Pokepedia\PokemonTcgPocketCardSetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\File\MediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\File\MediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Live\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Live\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardBoosterRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Pokemon\CardBoosterRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardEventRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Pokemon\CardEventRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardOwnerRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Pokemon\CardOwnerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Pokemon\CardRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardSeriesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Pokemon\CardSeriesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\CardSetRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Pokemon\CardSetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Pokemon\PokemonRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Pokemon\PokemonRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\ErrorLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Security\ErrorLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Security\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Security\VaultRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Security\VaultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SfTools\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SfTools\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Social\GroupItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Social\GroupItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Social\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Social\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Social\ItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Social\ItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\ExternalPlaylistRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Video\ExternalPlaylistRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\PlaylistItemRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Video\PlaylistItemRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\PlaylistRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Video\PlaylistRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\SourceChannelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Video\SourceChannelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\SourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Video\SourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\Video\VideoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\Video\VideoRepository"; reason: abstract.
Removed service ".instanceof.App\Serializer\Attribute\VichSerializableField.0.App\Serializer\Attribute\VichSerializableField"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Attribute\VichSerializableField"; reason: abstract.
Removed service ".instanceof.JMS\Serializer\EventDispatcher\EventSubscriberInterface.0.App\Serializer\Listener\JmsSerializerVichUploaderFieldSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Serializer\Listener\JmsSerializerVichUploaderFieldSubscriber"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Pokemon\TwigPokemonCardManagerExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Pokemon\TwigPokemonCardManagerExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigDisplayableExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TwigDisplayableExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigEnumExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TwigEnumExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigFqcnExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TwigFqcnExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigIsLiveExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TwigIsLiveExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigSocialExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TwigSocialExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\TwigUniversesExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\TwigUniversesExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\Extension\Video\TwigVideosFiltersExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\Extension\Video\TwigVideosFiltersExtension"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
282
Removed service "App\Admin\Category\CategoryAdmin"; reason: unused.
Removed service "App\Admin\Category\PlatformAdmin"; reason: unused.
Removed service "App\Admin\Category\ReleaseAdmin"; reason: unused.
Removed service "App\Admin\Category\UniverseAdmin"; reason: unused.
Removed service "App\Admin\Cv\ExperienceAdmin"; reason: unused.
Removed service "App\Admin\Cv\JobAdmin"; reason: unused.
Removed service "App\Admin\Cv\SkillAdmin"; reason: unused.
Removed service "App\Admin\External\Gamosaurus\PokemonTcgPocketCardSetAdmin"; reason: unused.
Removed service "App\Admin\External\Igdb\ApiQueueAdmin"; reason: unused.
Removed service "App\Admin\External\Igdb\FranchiseAdmin"; reason: unused.
Removed service "App\Admin\External\Igdb\GameAdmin"; reason: unused.
Removed service "App\Admin\External\Igdb\GameCollectionAdmin"; reason: unused.
Removed service "App\Admin\External\Igdb\PlatformAdmin"; reason: unused.
Removed service "App\Admin\External\PokeApiCo\FormAdmin"; reason: unused.
Removed service "App\Admin\External\PokeApiCo\PokemonAdmin"; reason: unused.
Removed service "App\Admin\External\PokeApiCo\SpeciesAdmin"; reason: unused.
Removed service "App\Admin\External\PokemonTcgIo\CardAdmin"; reason: unused.
Removed service "App\Admin\External\PokemonTcgIo\SetAdmin"; reason: unused.
Removed service "App\Admin\External\Pokepedia\PokemonTcgPocketCardSetAdmin"; reason: unused.
Removed service "App\Admin\File\MediaAdmin"; reason: unused.
Removed service "App\Admin\Pokemon\CardAdmin"; reason: unused.
Removed service "App\Admin\Pokemon\CardBoosterAdmin"; reason: unused.
Removed service "App\Admin\Pokemon\CardEventAdmin"; reason: unused.
Removed service "App\Admin\Pokemon\CardSeriesAdmin"; reason: unused.
Removed service "App\Admin\Pokemon\CardSetAdmin"; reason: unused.
Removed service "App\Admin\Pokemon\PokemonAdmin"; reason: unused.
Removed service "App\Admin\Security\UserAdmin"; reason: unused.
Removed service "App\Admin\Security\VaultAdmin"; reason: unused.
Removed service "App\Admin\Social\GroupAdmin"; reason: unused.
Removed service "App\Admin\Social\GroupItemAdmin"; reason: unused.
Removed service "App\Admin\Social\ItemAdmin"; reason: unused.
Removed service "App\Admin\Video\ExternalPlaylistAdmin"; reason: unused.
Removed service "App\Admin\Video\PlaylistAdmin"; reason: unused.
Removed service "App\Admin\Video\PlaylistItemAdmin"; reason: unused.
Removed service "App\Admin\Video\SourceAdmin"; reason: unused.
Removed service "App\Admin\Video\SourceChannelAdmin"; reason: unused.
Removed service "App\Admin\Video\VideoAdmin"; reason: unused.
Removed service "App\Attribute\Behavior\Slug"; reason: unused.
Removed service "App\Doctrine\Listener\Behavior\SlugListener"; reason: unused.
Removed service "App\Doctrine\Listener\Behavior\TimestampableListener"; reason: unused.
Removed service "App\Doctrine\ORM\Query\Function\JsonContains"; reason: unused.
Removed service "App\Doctrine\ORM\Query\Function\Rand"; reason: unused.
Removed service "App\Enum\Category\CategoryTypeEnum"; reason: unused.
Removed service "App\Enum\Category\PlatformFamilyEnum"; reason: unused.
Removed service "App\Enum\Category\ReleaseRegionEnum"; reason: unused.
Removed service "App\Enum\Cv\ExperienceEnvEnum"; reason: unused.
Removed service "App\Enum\Cv\ExperienceTypeEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\GameAlternativeNameCategoryEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\GameCategoryEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\GameGenreEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\GameModeEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\GamePlayerPerspectiveEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\GameStatusEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\GameThemeEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\PlatformCategoryEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\PlatformFamilyEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\ReleaseDateCategoryEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\ReleaseDateRegionEnum"; reason: unused.
Removed service "App\Enum\External\Igdb\ReleaseDateStatusEnum"; reason: unused.
Removed service "App\Enum\External\PokeApiCo\GenerationEnum"; reason: unused.
Removed service "App\Enum\External\PokeApiCo\TypeEnum"; reason: unused.
Removed service "App\Enum\Pokemon\CardBattleStyleEnum"; reason: unused.
Removed service "App\Enum\Pokemon\CardCategoryEnum"; reason: unused.
Removed service "App\Enum\Pokemon\CardEventTypeEnum"; reason: unused.
Removed service "App\Enum\Pokemon\CardFormEnum"; reason: unused.
Removed service "App\Enum\Pokemon\CardRarityEnum"; reason: unused.
Removed service "App\Enum\Pokemon\CardTypeEnum"; reason: unused.
Removed service "App\Enum\Social\SocialItemTypeEnum"; reason: unused.
Removed service "App\Enum\Video\PlaylistStatusEnum"; reason: unused.
Removed service "App\Enum\Video\PlaylistThumbnailTextSizeEnum"; reason: unused.
Removed service "App\Enum\Video\SourceServiceEnum"; reason: unused.
Removed service "App\Enum\Video\VideoTypeEnum"; reason: unused.
Removed service "App\MenuProvider\AdminMenuProvider"; reason: unused.
Removed service "App\Messenger\Message\External\Gamosaurus\CardImageMessage"; reason: unused.
Removed service "App\Messenger\Message\External\PokeApiCo\FormMessage"; reason: unused.
Removed service "App\Messenger\Message\External\PokeApiCo\PokeApiCoMessage"; reason: unused.
Removed service "App\Messenger\Message\External\PokeApiCo\PokemonMessage"; reason: unused.
Removed service "App\Messenger\Message\External\PokeApiCo\SpeciesMessage"; reason: unused.
Removed service "App\Messenger\Message\External\PokemonTcgIo\CardMessage"; reason: unused.
Removed service "App\Messenger\Message\External\PokemonTcgIo\CardTransfertMessage"; reason: unused.
Removed service "App\Messenger\Message\External\PokemonTcgIo\PokemonTcgIoMessage"; reason: unused.
Removed service "App\Messenger\Message\External\PokemonTcgIo\SetMessage"; reason: unused.
Removed service "App\Messenger\Message\External\Pokepedia\CardImageMessage"; reason: unused.
Removed service "App\Messenger\Message\IgdbMessage"; reason: unused.
Removed service "App\Messenger\Message\Security\AnalyticMessage"; reason: unused.
Removed service "App\Security\AccessDeniedHandler"; reason: unused.
Removed service "App\Security\AuthenticationEntryPoint"; reason: unused.
Removed service "App\Serializer\Attribute\VichSerializableField"; reason: unused.
Removed service "App\Utils\File\DistantUploadedFile"; reason: unused.
Removed service "App\Utils\File\Image\Base64UploadedFile"; reason: unused.
Removed service "App\Utils\Live\TwitchChat\Adapter\TwitchChatAdapter"; reason: unused.
Removed service "App\Utils\Live\TwitchChat\Observer\MessageObserver"; reason: unused.
Removed service "App\Utils\Reflection\ReflectionClass"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "asset_mapper.compressor.brotli"; reason: unused.
Removed service "asset_mapper.compressor.zstandard"; reason: unused.
Removed service "asset_mapper.compressor.gzip"; 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 "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service "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.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "sonata.admin.label.strategy.bc"; reason: unused.
Removed service "sonata.admin.label.strategy.native"; reason: unused.
Removed service "sonata.admin.label.strategy.underscore"; reason: unused.
Removed service "sonata.admin.label.strategy.form_component"; reason: unused.
Removed service "sonata.admin.security.handler.noop"; reason: unused.
Removed service "sonata.admin.security.handler.acl"; reason: unused.
Removed service "sonata.admin.entity_manager"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\UniqidNamer.media"; reason: unused.
Removed service "vich_uploader.adapter.mongodb"; reason: unused.
Removed service "vich_uploader.adapter.phpcr"; reason: unused.
Removed service "vich_uploader.listener.inject.orm"; reason: unused.
Removed service "vich_uploader.listener.upload.orm"; reason: unused.
Removed service "vich_uploader.listener.clean.orm"; reason: unused.
Removed service "vich_uploader.listener.remove.orm"; reason: unused.
Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "jms_serializer.identical_property_naming_strategy"; reason: unused.
Removed service "jms_serializer.doctrine_phpcr_object_constructor"; reason: unused.
Removed service "nelmio_api_doc.type_describer.chain"; reason: unused.
Removed service "nelmio_api_doc.type_describer.array"; reason: unused.
Removed service "nelmio_api_doc.type_describer.bool"; reason: unused.
Removed service "nelmio_api_doc.type_describer.class"; reason: unused.
Removed service "nelmio_api_doc.type_describer.dictionary"; reason: unused.
Removed service "nelmio_api_doc.type_describer.float"; reason: unused.
Removed service "nelmio_api_doc.type_describer.integer"; reason: unused.
Removed service "nelmio_api_doc.type_describer.intersection"; reason: unused.
Removed service "nelmio_api_doc.type_describer.list"; reason: unused.
Removed service "nelmio_api_doc.type_describer.mixed"; reason: unused.
Removed service "nelmio_api_doc.type_describer.nullable"; reason: unused.
Removed service "nelmio_api_doc.type_describer.object"; reason: unused.
Removed service "nelmio_api_doc.type_describer.string"; reason: unused.
Removed service "nelmio_api_doc.type_describer.union"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware"; reason: unused.
Removed service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator"; reason: unused.
Removed service ".service_locator.aYwaEHS"; reason: unused.
Removed service ".service_locator.aYwaEHS.App\Controller\Admin\External\Igdb\FranchiseAdminController::withVaultRepository()"; reason: unused.
Removed service ".service_locator.mgULAQT"; reason: unused.
Removed service ".service_locator.mgULAQT.App\Controller\Admin\External\Igdb\FranchiseAdminController::withHttpClientInterface()"; reason: unused.
Removed service ".service_locator.aYwaEHS.App\Controller\Admin\External\Igdb\GameAdminController::withVaultRepository()"; reason: unused.
Removed service ".service_locator.mgULAQT.App\Controller\Admin\External\Igdb\GameAdminController::withHttpClientInterface()"; reason: unused.
Removed service ".service_locator.aYwaEHS.App\Controller\Admin\External\Igdb\GameCollectionAdminController::withVaultRepository()"; reason: unused.
Removed service ".service_locator.mgULAQT.App\Controller\Admin\External\Igdb\GameCollectionAdminController::withHttpClientInterface()"; reason: unused.
Removed service ".service_locator.aYwaEHS.App\Controller\Admin\External\Igdb\PlatformAdminController::withVaultRepository()"; reason: unused.
Removed service ".service_locator.mgULAQT.App\Controller\Admin\External\Igdb\PlatformAdminController::withHttpClientInterface()"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.number"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.riiCAol"; reason: unused.
Removed service ".service_locator.7KXt.i1"; reason: unused.
Removed service ".service_locator.btBh8Uk"; reason: unused.
556
Inlined service "App\Service\External\Igdb\GameAlternativeNameManager" to "App\Command\External\Igdb\ManageApiQueueCommand".
Inlined service "App\Service\External\Igdb\PlatformManager" to "App\Command\External\Igdb\ManageApiQueueCommand".
Inlined service "App\Service\External\Igdb\ReleaseDateManager" to "App\Command\External\Igdb\ManageApiQueueCommand".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\CRUDController" to "App\Controller\Admin\CRUDController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\Category\CategoryAdminController" to "App\Controller\Admin\Category\CategoryAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\External\Igdb\FranchiseAdminController" to "App\Controller\Admin\External\Igdb\FranchiseAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\External\Igdb\GameAdminController" to "App\Controller\Admin\External\Igdb\GameAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\External\Igdb\GameCollectionAdminController" to "App\Controller\Admin\External\Igdb\GameCollectionAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\External\Igdb\PlatformAdminController" to "App\Controller\Admin\External\Igdb\PlatformAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\External\PokeApiCo\FormAdminController" to "App\Controller\Admin\External\PokeApiCo\FormAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\External\PokeApiCo\PokemonAdminController" to "App\Controller\Admin\External\PokeApiCo\PokemonAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\External\PokeApiCo\SpeciesAdminController" to "App\Controller\Admin\External\PokeApiCo\SpeciesAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\External\PokemonTcgIo\CardAdminController" to "App\Controller\Admin\External\PokemonTcgIo\CardAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\External\PokemonTcgIo\SetAdminController" to "App\Controller\Admin\External\PokemonTcgIo\SetAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\Pokemon\CardAdminController" to "App\Controller\Admin\Pokemon\CardAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\Pokemon\CardSetAdminController" to "App\Controller\Admin\Pokemon\CardSetAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\Pokemon\PokemonAdminController" to "App\Controller\Admin\Pokemon\PokemonAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\Video\PlaylistAdminController" to "App\Controller\Admin\Video\PlaylistAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\Video\SourceAdminController" to "App\Controller\Admin\Video\SourceAdminController".
Inlined service ".service_locator.uEcQo9p.App\Controller\Admin\Video\VideoAdminController" to "App\Controller\Admin\Video\VideoAdminController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Video\VideoPlatformFamiliesStats" to "App\Controller\Admin\Video\VideoPlatformFamiliesStats".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Video\VideoPlatformsStats" to "App\Controller\Admin\Video\VideoPlatformsStats".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Admin\Video\VideoUniversesStats" to "App\Controller\Admin\Video\VideoUniversesStats".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\External\Igdb\ApiQueue\GetCounts" to "App\Controller\Api\External\Igdb\ApiQueue\GetCounts".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\External\Igdb\Game\GetSuggestions" to "App\Controller\Api\External\Igdb\Game\GetSuggestions".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\External\Plex\Interface\GetCurrentMedias" to "App\Controller\Api\External\Plex\Interface\GetCurrentMedias".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\External\Twitch\Interface\GetAllVideos" to "App\Controller\Api\External\Twitch\Interface\GetAllVideos".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\Security\Vault\Get" to "App\Controller\Api\Security\Vault\Get".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\Video\Source\CheckExistence" to "App\Controller\Api\Video\Source\CheckExistence".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\Video\Source\Update" to "App\Controller\Api\Video\Source\Update".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\Video\SourceChannel\ListAll" to "App\Controller\Api\Video\SourceChannel\ListAll".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Api\Video\Video\CreateLive" to "App\Controller\Api\Video\Video\CreateLive".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Category\Categories" to "App\Controller\Front\Category\Categories".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Category\Universe" to "App\Controller\Front\Category\Universe".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Category\UniversePokemon" to "App\Controller\Front\Category\UniversePokemon".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Error" to "App\Controller\Front\Error".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Home" to "App\Controller\Front\Home".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Pokemon\CardQuickOwn" to "App\Controller\Front\Pokemon\CardQuickOwn".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Pokemon\Cartodex" to "App\Controller\Front\Pokemon\Cartodex".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Prf\TestCategory" to "App\Controller\Front\Prf\TestCategory".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Pro\Cv" to "App\Controller\Front\Pro\Cv".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Pro\Home" to "App\Controller\Front\Pro\Home".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Pro\HomeDev" to "App\Controller\Front\Pro\HomeDev".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Pro\HomeShort" to "App\Controller\Front\Pro\HomeShort".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Pro\HomeShortDev" to "App\Controller\Front\Pro\HomeShortDev".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Security\Login" to "App\Controller\Front\Security\Login".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Security\Logout" to "App\Controller\Front\Security\Logout".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Security\Register" to "App\Controller\Front\Security\Register".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Security\VerifyUserEmail" to "App\Controller\Front\Security\VerifyUserEmail".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Social\Bio" to "App\Controller\Front\Social\Bio".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Stream\Layout" to "App\Controller\Front\Stream\Layout".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Stream\WebhookChat" to "App\Controller\Front\Stream\WebhookChat".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Video\Playlists" to "App\Controller\Front\Video\Playlists".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Video\Video" to "App\Controller\Front\Video\Video".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Front\Video\Videos" to "App\Controller\Front\Video\Videos".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SecurityRedirection\DevRedirection" to "App\Controller\SecurityRedirection\DevRedirection".
Inlined service "symfonycasts.verify_email.helper" to "App\Security\EmailVerifier".
Inlined service "mailer.mailer" to "App\Security\EmailVerifier".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.a9i6v2v" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "asset_mapper.asset_package" to "assets.packages".
Inlined service "asset_mapper.cached_mapped_asset_factory" to "asset_mapper".
Inlined service "asset_mapper.cached_mapped_asset_factory.inner" to "asset_mapper.cached_mapped_asset_factory".
Inlined service "asset_mapper.asset_package.inner" to "asset_mapper.asset_package".
Inlined service "asset_mapper.local_public_assets_filesystem" to "asset_mapper.command.compile".
Inlined service "asset_mapper.importmap.auditor" to "asset_mapper.importmap.command.audit".
Inlined service "asset_mapper.importmap.update_checker" to "asset_mapper.importmap.command.outdated".
Inlined service "asset_mapper.compressor" to "asset_mapper.assets.command.compress".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "sonata.admin.translation_extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "sonata.admin.route_loader" 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.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.DXYUblb.router.default" to "router.default".
Inlined service "monolog.logger.router" to "router.default".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.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 "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.same_origin_token_manager.inner" to "security.csrf.same_origin_token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.8ZvMQTx" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.76uhXSh" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.IlGSE9J" to "messenger.routable_message_bus".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "sonata.block.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "jms_serializer.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "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 "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.XvjExGr" 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.n1szcPL" 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.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.importmap" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "App\Twig\Extension\Pokemon\TwigPokemonCardManagerExtension" to "twig".
Inlined service "App\Twig\Extension\TwigDisplayableExtension" to "twig".
Inlined service "App\Twig\Extension\TwigEnumExtension" to "twig".
Inlined service "App\Twig\Extension\TwigFqcnExtension" to "twig".
Inlined service "App\Twig\Extension\TwigIsLiveExtension" to "twig".
Inlined service "App\Twig\Extension\TwigSocialExtension" to "twig".
Inlined service "App\Twig\Extension\TwigUniversesExtension" to "twig".
Inlined service "App\Twig\Extension\Video\TwigVideosFiltersExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "stimulus.ux_controllers_twig_extension" to "twig".
Inlined service "turbo.twig.extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.string" to "twig".
Inlined service "sonata.twig.extension.wrapping" to "twig".
Inlined service "sonata.twig.status_extension" to "twig".
Inlined service "sonata.twig.template_extension" to "twig".
Inlined service "sonata.block.twig.extension" to "twig".
Inlined service "knp_menu.twig.extension" to "twig".
Inlined service "sonata.admin.twig.sonata_admin_extension" to "twig".
Inlined service "sonata.admin.twig.template_registry_extension" to "twig".
Inlined service "sonata.admin.twig.group_extension" to "twig".
Inlined service "sonata.admin.twig.icon_extension" to "twig".
Inlined service "sonata.admin.twig.security_extension" to "twig".
Inlined service "sonata.admin.twig.canonicalize_extension" to "twig".
Inlined service "sonata.admin.twig.xeditable_extension" to "twig".
Inlined service "sonata.admin.twig.render_element_extension" to "twig".
Inlined service "sonata.admin.twig.breadcrumbs_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "jms_serializer.twig_extension.runtime_serializer" to "twig".
Inlined service "nelmio_api_doc.render_docs.html.asset" to "twig".
Inlined service "Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension" to "twig".
Inlined service "Sentry\SentryBundle\Twig\SentryExtension" to "twig".
Inlined service "stimulus.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "sonata.block.twig.global" to "twig".
Inlined service "sonata.admin.configuration" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator..ZvopWW" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "asset_mapper.importmap.renderer" to "twig.runtime.importmap".
Inlined service "stimulus.helper" to "stimulus.twig_extension".
Inlined service "stimulus.asset_mapper.auto_import_locator" to "stimulus.asset_mapper.controllers_map_generator".
Inlined service "turbo.broadcaster.action_renderer.inner" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.id_accessor" to "turbo.broadcaster.action_renderer".
Inlined service "turbo.broadcaster.action_renderer" to "turbo.doctrine.event_listener".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.1glk.J1" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
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 "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
Inlined service "sonata.doctrine.adapter.doctrine_orm" to "sonata.doctrine.model.adapter.chain".
Inlined service ".service_locator.JIfY_GS" to "sonata.block.manager".
Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
Inlined service ".service_locator.v8LYJ52" to "knp_menu.renderer_provider".
Inlined service "knp_menu.helper" to "knp_menu.twig.runtime".
Inlined service "sonata.admin.form.data_transformer_resolver" to "sonata.admin.action.set_object_field_value".
Inlined service "sonata.admin.search.handler" to "sonata.admin.block.search_result".
Inlined service "sonata.admin.manipulator.acl.admin" to "sonata.admin.command.setup_acl".
Inlined service "sonata.admin.assets.version_strategy" to "sonata.admin.assets.package".
Inlined service ".service_locator.hl2E.XW" to "sonata.admin.pool".
Inlined service ".service_locator.ORG8h69" to "sonata.admin.builder.filter.factory".
Inlined service ".service_locator.uEcQo9p.sonata.admin.controller.crud" to "sonata.admin.controller.crud".
Inlined service "sonata.admin.form.data_transformer.boolean_to_string" to "sonata.admin.form.data_transformer_resolver".
Inlined service "symfonycasts.verify_email.uri_signer_factory" to "symfonycasts.verify_email.uri_signer".
Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
Inlined service "sonata.admin.builder.filter.factory" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "jms_serializer.event_dispatcher.service_locator" to "jms_serializer.event_dispatcher".
Inlined service "jms_serializer.metadata.doctrine_type_driver.inner" to "jms_serializer.metadata.doctrine_type_driver".
Inlined service "jms_serializer.metadata.doctrine_type_driver" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.metadata.service_locator" to "jms_serializer.metadata.lazy_loading_driver".
Inlined service "jms_serializer.camel_case_naming_strategy" to "jms_serializer.serialized_name_annotation_strategy".
Inlined service "jms_serializer.doctrine_object_constructor.inner" to "jms_serializer.doctrine_object_constructor".
Inlined service "jms_serializer.doctrine_object_constructor" to "jms_serializer.deserialization_graph_navigator_factory".
Inlined service "jms_serializer.expression_language" to "jms_serializer.expression_evaluator".
Inlined service "jms_serializer.expression_language.function_provider" to "jms_serializer.expression_language".
Inlined service "jms_serializer.traceable_metadata_factory.inner" to "jms_serializer.traceable_metadata_factory".
Inlined service "jms_serializer.traceable_handler_registry.inner" to "jms_serializer.traceable_handler_registry".
Inlined service "jms_serializer.metadata.traceable_file_locator.inner" to "jms_serializer.metadata.traceable_file_locator".
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 "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "nelmio_cors.options_resolver" to "nelmio_cors.cors_listener".
Inlined service "nelmio_cors.options_provider.config" to "nelmio_cors.options_resolver".
Inlined service "nelmio_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 "sentry.client" to "Sentry\State\HubInterface".
Inlined service "Sentry\SentryBundle\Integration\IntegrationConfigurator" to "sentry.client.options".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "sentry.client.options" to "sentry.client".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
Inlined service ".service_locator.8lRyDnU" to ".service_locator.8lRyDnU.App\Controller\Admin\Category\CategoryAdminController::useIgdbAsCoverAction()".
Inlined service ".service_locator.g3L1xG6" to ".service_locator.g3L1xG6.App\Controller\Admin\Video\PlaylistAdminController::generateThumbnailAction()".
Inlined service ".service_locator.FIKMgnL" to ".service_locator.FIKMgnL.App\Controller\Admin\Video\VideoAdminController::generateThumbnailAction()".
Inlined service ".service_locator.OEfzZfS" to ".service_locator.OEfzZfS.App\Controller\Api\Security\Vault\Get::__invoke()".
Inlined service ".service_locator.3Jaanzb" to ".service_locator.3Jaanzb.App\Controller\Api\Video\Source\Update::__invoke()".
Inlined service ".service_locator.H4fGnKu" to ".service_locator.H4fGnKu.App\Controller\Front\Error::__invoke()".
Inlined service ".service_locator.Q28HnGX" to ".service_locator.Q28HnGX.App\Controller\Front\Pokemon\CardQuickOwn::__invoke()".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.App\Controller\Front\Security\Login::__invoke()".
Inlined service ".service_locator.GAGj1Bj" to ".service_locator.GAGj1Bj.App\Controller\Front\Security\Register::__invoke()".
Inlined service ".service_locator.LLOZCKj" to ".service_locator.LLOZCKj.App\Controller\Front\Security\VerifyUserEmail::__invoke()".
Inlined service ".service_locator.cipr0hf" to ".service_locator.cipr0hf.App\Controller\Front\Stream\Layout::__invoke()".
Inlined service ".service_locator.0H9bDVt" to ".service_locator.0H9bDVt.App\Controller\Front\Video\Video::__invoke()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "sonata.admin.argument_resolver.admin" to ".debug.value_resolver.sonata.admin.argument_resolver.admin".
Inlined service "sonata.admin.argument_resolver.proxy_query" to ".debug.value_resolver.sonata.admin.argument_resolver.proxy_query".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\Messenger\Handler\External\Gamosaurus\CardImageHandler" to ".messenger.handler_descriptor.SrmYAVf".
Inlined service "App\Messenger\Handler\External\PokeApiCo\FormHandler" to ".messenger.handler_descriptor.TXUh_PD".
Inlined service "App\Messenger\Handler\External\PokeApiCo\PokeApiCoHandler" to ".messenger.handler_descriptor.18YxE5q".
Inlined service "App\Messenger\Handler\External\PokeApiCo\PokemonHandler" to ".messenger.handler_descriptor.y1glltM".
Inlined service "App\Messenger\Handler\External\PokeApiCo\SpeciesHandler" to ".messenger.handler_descriptor.VPaNqVq".
Inlined service "App\Messenger\Handler\External\PokemonTcgIo\CardHandler" to ".messenger.handler_descriptor.froWhRG".
Inlined service "App\Messenger\Handler\External\PokemonTcgIo\CardTransfertHandler" to ".messenger.handler_descriptor.bJGrJi7".
Inlined service "App\Messenger\Handler\External\PokemonTcgIo\PokemonTcgIoHandler" to ".messenger.handler_descriptor.YkHhu1.".
Inlined service "App\Messenger\Handler\External\PokemonTcgIo\SetHandler" to ".messenger.handler_descriptor.D49G6UR".
Inlined service "App\Messenger\Handler\External\Pokepedia\CardImageHandler" to ".messenger.handler_descriptor.LqymWka".
Inlined service "App\Messenger\Handler\IgdbMessageHandler" to ".messenger.handler_descriptor.WDN3W2F".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "doctrine.dbal.default_regex_schema_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory" to "Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.simple_role_voter" to ".debug.security.voter.security.access.simple_role_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "cache.validator.traceable.recorder_inner" to "cache.validator.traceable".
Inlined service "cache.serializer.traceable.recorder_inner" to "cache.serializer.traceable".
Inlined service "cache.property_info.traceable.recorder_inner" to "cache.property_info.traceable".
Inlined service "cache.asset_mapper.traceable.recorder_inner" to "cache.asset_mapper.traceable".
Inlined service "cache.messenger.restart_workers_signal.traceable.recorder_inner" to "cache.messenger.restart_workers_signal.traceable".
Inlined service "cache.doctrine.orm.default.result.traceable.recorder_inner" to "cache.doctrine.orm.default.result.traceable".
Inlined service "cache.doctrine.orm.default.query.traceable.recorder_inner" to "cache.doctrine.orm.default.query.traceable".
Inlined service "cache.security_expression_language.traceable.recorder_inner" to "cache.security_expression_language.traceable".
Inlined service "cache.security_token_verifier.traceable.recorder_inner" to "cache.security_token_verifier.traceable".
Inlined service "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.DXYUblb" to ".service_locator.DXYUblb.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service "asset_mapper.public_assets_path_resolver" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "asset_mapper_compiler" to "asset_mapper.cached_mapped_asset_factory.inner".
Inlined service "assets.empty_version_strategy" to "asset_mapper.asset_package.inner".
Inlined service ".service_locator.1MlMJ3g" to "debug.argument_resolver.inner".
Inlined service "security.csrf.token_generator" to "security.csrf.same_origin_token_manager.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.number" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "jms_serializer.metadata.yaml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.xml_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.annotation_or_attribute_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "jms_serializer.metadata.null_driver" to "jms_serializer.metadata.doctrine_type_driver.inner".
Inlined service "monolog.logger.http_client" to "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient.inner".
Inlined service "jms_serializer.metadata.lazy_loading_driver" to "jms_serializer.traceable_metadata_factory.inner".
Inlined service "jms_serializer.handler_registry.service_locator" to "jms_serializer.traceable_handler_registry.inner".
Inlined service ".service_locator.EnQR2nq" to "console.command_loader".
Inlined service "cache.app.traceable.inner" to "cache.app.traceable.recorder_inner".
Inlined service "cache.system.traceable.inner" to "cache.system.traceable.recorder_inner".
Inlined service "cache.validator.traceable.inner" to "cache.validator.traceable.recorder_inner".
Inlined service "cache.serializer.traceable.inner" to "cache.serializer.traceable.recorder_inner".
Inlined service "cache.property_info.traceable.inner" to "cache.property_info.traceable.recorder_inner".
Inlined service "cache.asset_mapper.traceable.inner" to "cache.asset_mapper.traceable.recorder_inner".
Inlined service "cache.messenger.restart_workers_signal.traceable.inner" to "cache.messenger.restart_workers_signal.traceable.recorder_inner".
Inlined service "cache.validator_expression_language.traceable.inner" to "cache.validator_expression_language.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.result.traceable.inner" to "cache.doctrine.orm.default.result.traceable.recorder_inner".
Inlined service "cache.doctrine.orm.default.query.traceable.inner" to "cache.doctrine.orm.default.query.traceable.recorder_inner".
Inlined service "cache.security_expression_language.traceable.inner" to "cache.security_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.inner" to "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.inner" to "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner".
Inlined service "cache.security_token_verifier.traceable.inner" to "cache.security_token_verifier.traceable.recorder_inner".
Inlined service "cache.symfonycasts.tailwind_bundle.traceable.inner" to "cache.symfonycasts.tailwind_bundle.traceable.recorder_inner".
Inlined service "router.default" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "jms_serializer.deserialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.serialization_graph_navigator_factory" to "jms_serializer".
Inlined service "jms_serializer.json_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_serialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.json_deserialization_visitor" to "jms_serializer".
Inlined service "jms_serializer.xml_deserialization_visitor" to "jms_serializer".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "cache.app.traceable.recorder_inner" to "cache.app".
Inlined service "cache.system.traceable.recorder_inner" to "cache.system".
Inlined service "cache.validator_expression_language.traceable.recorder_inner" to "cache.validator_expression_language".
Inlined service "cache.security_is_granted_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.traceable.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service "cache.symfonycasts.tailwind_bundle.traceable.recorder_inner" to "cache.symfonycasts.tailwind_bundle".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "knp_menu.manipulator" to "knp_menu.twig.runtime".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.serialized_name_annotation_strategy" to "jms_serializer.metadata.typed_properties_driver".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
Inlined service "jms_serializer.accessor_strategy.default" to "jms_serializer".
7
Tag "container.decorator" was defined on service(s) "debug.controller_resolver", "security.csrf.same_origin_token_manager", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "debug.security.event_dispatcher.main", ".debug.http_client", "cache.validator.traceable", "cache.serializer.traceable", "cache.property_info.traceable", "cache.asset_mapper.traceable", "cache.messenger.restart_workers_signal.traceable", "cache.doctrine.orm.default.result.traceable", "cache.doctrine.orm.default.query.traceable", "cache.security_expression_language.traceable", "cache.security_token_verifier.traceable", "Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient", "messenger.default_bus", "event_dispatcher", "cache.app", "cache.system", "cache.validator_expression_language", "cache.security_is_granted_attribute_expression_language", "cache.security_is_csrf_token_valid_attribute_expression_language", "cache.symfonycasts.tailwind_bundle", but was never used.
Tag "sonata.status.renderer" was defined on service(s) "sonata.twig.flashmessage.manager", but was never used.
Tag "templating.helper" was defined on service(s) "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.
Tag "jms_serializer.instance" was defined on service(s) "jms_serializer.event_dispatcher", "jms_serializer.doctrine_proxy_subscriber", "jms_serializer.stopwatch_subscriber", "jms_serializer.union_handler", "jms_serializer.array_collection_handler", "jms_serializer.constraint_violation_handler", "jms_serializer.datetime_handler", "jms_serializer.form_error_handler", "jms_serializer.iterator_handler", "jms_serializer.symfony_uid_handler", "jms_serializer.metadata.typed_properties_driver", "jms_serializer.metadata.cache.file_cache", "jms_serializer.twig_extension.serializer_runtime_helper", "jms_serializer.cache.cache_clearer", "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", "jms_serializer.metadata.traceable_file_locator", "jms_serializer.deserialization_context_factory", "jms_serializer.serialization_context_factory", "jms_serializer", but was never used. Did you mean "jms_serializer.instance_global"?
Tag "jms_serializer.instance_global" was defined on service(s) "jms_serializer.type_parser", "jms_serializer.expression_evaluator", but was never used. Did you mean "jms_serializer.instance"?
Tag "jms_serializer.profiler" was defined on service(s) "jms_serializer.traceable_runs_listener", "jms_serializer.traceable_metadata_factory", "jms_serializer.traceable_handler_registry", but was never used. Did you mean "jms_serializer.serializer"?
Tag "sonata.admin.template_registry" was defined on service(s) "sonata_admin.category.category.template_registry", "sonata_admin.category.universe.template_registry", "sonata_admin.category.platform.template_registry", "sonata_admin.category.release.template_registry", "sonata_admin.cv.experience.template_registry", "sonata_admin.cv.job.template_registry", "sonata_admin.cv.skill.template_registry", "sonata_admin.external.gamosaurus.pokemonTcgPocketCardSet.template_registry", "sonata_admin.external.igdb.apiQueue.template_registry", "sonata_admin.external.igdb.game.template_registry", "sonata_admin.external.igdb.platform.template_registry", "sonata_admin.external.igdb.gameCollection.template_registry", "sonata_admin.external.igdb.franchise.template_registry", "sonata_admin.external.pokeapico.form.template_registry", "sonata_admin.external.pokeapico.pokemon.template_registry", "sonata_admin.external.pokeapico.species.template_registry", "sonata_admin.external.pokemontcgio.card.template_registry", "sonata_admin.external.pokemontcgio.set.template_registry", "sonata_admin.external.pokepedia.pokemonTcgPocketCardSet.template_registry", "sonata_admin.file.media.template_registry", "sonata_admin.pokemon.card.template_registry", "sonata_admin.pokemon.card_booster.template_registry", "sonata_admin.pokemon.card_event.template_registry", "sonata_admin.pokemon.card_series.template_registry", "sonata_admin.pokemon.card_set.template_registry", "sonata_admin.pokemon.pokemon.template_registry", "sonata_admin.security.user.template_registry", "sonata_admin.security.vault.template_registry", "sonata_admin.social.item.template_registry", "sonata_admin.social.group.template_registry", "sonata_admin.social.group_item.template_registry", "sonata_admin.video.playlist.template_registry", "sonata_admin.video.external_playlist.template_registry", "sonata_admin.video.playlist_item.template_registry", "sonata_admin.video.source.template_registry", "sonata_admin.video.sourceChannel.template_registry", "sonata_admin.video.video.template_registry", but was never used.