Method "ApiPlatform\State\ProcessorInterface::process()" might add "T2" as a native return type declaration in the future. Do the same in implementation "App\State\AbstractProcessor" now to avoid errors or add an explicit @return annotation to suppress this message.
Since symfony/framework-bundle 6.4: Not setting the "framework.uid.time_based_uuid_version" config option is deprecated. It will default to "7" in 7.0.
Since api-platform/core 3.3: Setting the value of "use_symfony_listeners" will be mandatory in 4.0 as it will default to "false". Use "true" if you use Symfony Controllers or Event Listeners.
Since api-platform/core 3.3: The hydra: prefix will be removed in 4.0 by default, set "api_platform.serializer" or "serializer.default_context" to "hydra_prefix: true" to keep the current behavior.
Since api-platform/core 3.2: Using doctrine/inflector is deprecated since API Platform 3.2 and will be removed in API Platform 4. Use symfony/string instead. Run "composer require symfony/string" and set "keep_legacy_inflector" to false in config.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
Since gesdinet/jwt-refresh-token-bundle 1.0: The "Gesdinet\JWTRefreshTokenBundle\Entity\AbstractRefreshToken" class is deprecated, use "Gesdinet\JWTRefreshTokenBundle\Model\AbstractRefreshToken" instead.
The "Symfony\Component\Console\Command\Command::$defaultName" property is considered final. You should not override it in "ItkDev\OpenIdConnectBundle\Command\UserLoginCommand".
The "Symfony\Component\Console\Command\Command::$defaultDescription" property is considered final. You should not override it in "ItkDev\OpenIdConnectBundle\Command\UserLoginCommand".
Since symfony/security-bundle 6.2: The "Symfony\Component\Security\Core\Security" service alias is deprecated, use "Symfony\Bundle\SecurityBundle\Security" instead. It is being referenced by the "App\Service\UserService" service.
Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "ItkDev\OpenIdConnectBundle\Command\UserLoginCommand" class instead.
Since symfony/console 6.1: Relying on the static property "$defaultDescription" for setting a command description is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "ItkDev\OpenIdConnectBundle\Command\UserLoginCommand" class instead.
User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
User Deprecated: Since api-platform/core 3.3: Use a "ApiPlatform\State\ProviderInterface" as first argument in "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener" instead of "ApiPlatform\ParameterValidator\ParameterValidator".
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://49.13.219.225/.git/config"" at RouterListener.php line 127
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'display_bellcom_dk' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "display_bellcom_dk"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'display_bellcom_dk'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'display_bellcom_dk'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "display_bellcom_dk"
2 => "display_bellcom_dk"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
[liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
456
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\CreateFeedSourceCommand" (parent: .abstract.instanceof.App\Command\Feed\CreateFeedSourceCommand).
Resolving inheritance for "App\Command\Feed\CreateFeedSourceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\CreateFeedSourceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\GetFeedTypesCommand" (parent: .abstract.instanceof.App\Command\Feed\GetFeedTypesCommand).
Resolving inheritance for "App\Command\Feed\GetFeedTypesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\GetFeedTypesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\ListFeedSourceCommand" (parent: .abstract.instanceof.App\Command\Feed\ListFeedSourceCommand).
Resolving inheritance for "App\Command\Feed\ListFeedSourceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\ListFeedSourceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\RemoveFeedSourceCommand" (parent: .abstract.instanceof.App\Command\Feed\RemoveFeedSourceCommand).
Resolving inheritance for "App\Command\Feed\RemoveFeedSourceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\RemoveFeedSourceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateUlid" (parent: .abstract.instanceof.App\Command\GenerateUlid).
Resolving inheritance for "App\Command\GenerateUlid" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateUlid).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadTemplateCommand" (parent: .abstract.instanceof.App\Command\LoadTemplateCommand).
Resolving inheritance for "App\Command\LoadTemplateCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadTemplateCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Screen\LoadScreenLayoutsCommand" (parent: .abstract.instanceof.App\Command\Screen\LoadScreenLayoutsCommand).
Resolving inheritance for "App\Command\Screen\LoadScreenLayoutsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Screen\LoadScreenLayoutsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Screen\RemoveScreenLayoutCommand" (parent: .abstract.instanceof.App\Command\Screen\RemoveScreenLayoutCommand).
Resolving inheritance for "App\Command\Screen\RemoveScreenLayoutCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Screen\RemoveScreenLayoutCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tenant\AddTenantCommand" (parent: .abstract.instanceof.App\Command\Tenant\AddTenantCommand).
Resolving inheritance for "App\Command\Tenant\AddTenantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tenant\AddTenantCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tenant\ConfigureTenantCommand" (parent: .abstract.instanceof.App\Command\Tenant\ConfigureTenantCommand).
Resolving inheritance for "App\Command\Tenant\ConfigureTenantCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tenant\ConfigureTenantCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\User\AddUserCommand" (parent: .abstract.instanceof.App\Command\User\AddUserCommand).
Resolving inheritance for "App\Command\User\AddUserCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\User\AddUserCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiV1RedirectController" (parent: .abstract.instanceof.App\Controller\ApiV1RedirectController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiV1RedirectController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiV1RedirectController).
Resolving inheritance for "App\Controller\ApiV1RedirectController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiV1RedirectController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthOidcController" (parent: .abstract.instanceof.App\Controller\AuthOidcController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthOidcController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthOidcController).
Resolving inheritance for ".instanceof.App\Controller\AuthOidcController.0.App\Controller\AuthOidcController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthOidcController).
Resolving inheritance for "App\Controller\AuthOidcController" (parent: .instanceof.App\Controller\AuthOidcController.0.App\Controller\AuthOidcController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthScreenBindController" (parent: .abstract.instanceof.App\Controller\AuthScreenBindController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthScreenBindController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthScreenBindController).
Resolving inheritance for ".instanceof.App\Controller\AuthScreenBindController.0.App\Controller\AuthScreenBindController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthScreenBindController).
Resolving inheritance for "App\Controller\AuthScreenBindController" (parent: .instanceof.App\Controller\AuthScreenBindController.0.App\Controller\AuthScreenBindController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthScreenController" (parent: .abstract.instanceof.App\Controller\AuthScreenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthScreenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthScreenController).
Resolving inheritance for ".instanceof.App\Controller\AuthScreenController.0.App\Controller\AuthScreenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthScreenController).
Resolving inheritance for "App\Controller\AuthScreenController" (parent: .instanceof.App\Controller\AuthScreenController.0.App\Controller\AuthScreenController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthScreenUnbindController" (parent: .abstract.instanceof.App\Controller\AuthScreenUnbindController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthScreenUnbindController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthScreenUnbindController).
Resolving inheritance for ".instanceof.App\Controller\AuthScreenUnbindController.0.App\Controller\AuthScreenUnbindController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthScreenUnbindController).
Resolving inheritance for "App\Controller\AuthScreenUnbindController" (parent: .instanceof.App\Controller\AuthScreenUnbindController.0.App\Controller\AuthScreenUnbindController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedGetDataController" (parent: .abstract.instanceof.App\Controller\FeedGetDataController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedGetDataController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedGetDataController).
Resolving inheritance for ".instanceof.App\Controller\FeedGetDataController.0.App\Controller\FeedGetDataController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedGetDataController).
Resolving inheritance for "App\Controller\FeedGetDataController" (parent: .instanceof.App\Controller\FeedGetDataController.0.App\Controller\FeedGetDataController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedSourceConfigGetController" (parent: .abstract.instanceof.App\Controller\FeedSourceConfigGetController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedSourceConfigGetController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedSourceConfigGetController).
Resolving inheritance for ".instanceof.App\Controller\FeedSourceConfigGetController.0.App\Controller\FeedSourceConfigGetController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedSourceConfigGetController).
Resolving inheritance for "App\Controller\FeedSourceConfigGetController" (parent: .instanceof.App\Controller\FeedSourceConfigGetController.0.App\Controller\FeedSourceConfigGetController).
Resolving inheritance for ".instanceof.App\Controller\InteractiveController.0.App\Controller\InteractiveController" (parent: .abstract.instanceof.App\Controller\InteractiveController).
Resolving inheritance for "App\Controller\InteractiveController" (parent: .instanceof.App\Controller\InteractiveController.0.App\Controller\InteractiveController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController" (parent: .abstract.instanceof.App\Controller\MediaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController).
Resolving inheritance for ".instanceof.App\Controller\MediaController.0.App\Controller\MediaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController).
Resolving inheritance for "App\Controller\MediaController" (parent: .instanceof.App\Controller\MediaController.0.App\Controller\MediaController).
Resolving inheritance for ".instanceof.App\Controller\NotFoundAction.0.App\Controller\NotFoundAction" (parent: .abstract.instanceof.App\Controller\NotFoundAction).
Resolving inheritance for "App\Controller\NotFoundAction" (parent: .instanceof.App\Controller\NotFoundAction.0.App\Controller\NotFoundAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistScreenRegionDeleteController" (parent: .abstract.instanceof.App\Controller\PlaylistScreenRegionDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistScreenRegionDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistScreenRegionDeleteController).
Resolving inheritance for ".instanceof.App\Controller\PlaylistScreenRegionDeleteController.0.App\Controller\PlaylistScreenRegionDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistScreenRegionDeleteController).
Resolving inheritance for "App\Controller\PlaylistScreenRegionDeleteController" (parent: .instanceof.App\Controller\PlaylistScreenRegionDeleteController.0.App\Controller\PlaylistScreenRegionDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistScreenRegionPutController" (parent: .abstract.instanceof.App\Controller\PlaylistScreenRegionPutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistScreenRegionPutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistScreenRegionPutController).
Resolving inheritance for ".instanceof.App\Controller\PlaylistScreenRegionPutController.0.App\Controller\PlaylistScreenRegionPutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistScreenRegionPutController).
Resolving inheritance for "App\Controller\PlaylistScreenRegionPutController" (parent: .instanceof.App\Controller\PlaylistScreenRegionPutController.0.App\Controller\PlaylistScreenRegionPutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistSlideDeleteController" (parent: .abstract.instanceof.App\Controller\PlaylistSlideDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistSlideDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistSlideDeleteController).
Resolving inheritance for ".instanceof.App\Controller\PlaylistSlideDeleteController.0.App\Controller\PlaylistSlideDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistSlideDeleteController).
Resolving inheritance for "App\Controller\PlaylistSlideDeleteController" (parent: .instanceof.App\Controller\PlaylistSlideDeleteController.0.App\Controller\PlaylistSlideDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistSlidePutController" (parent: .abstract.instanceof.App\Controller\PlaylistSlidePutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistSlidePutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistSlidePutController).
Resolving inheritance for ".instanceof.App\Controller\PlaylistSlidePutController.0.App\Controller\PlaylistSlidePutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistSlidePutController).
Resolving inheritance for "App\Controller\PlaylistSlidePutController" (parent: .instanceof.App\Controller\PlaylistSlidePutController.0.App\Controller\PlaylistSlidePutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenCampaignDeleteController" (parent: .abstract.instanceof.App\Controller\ScreenCampaignDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenCampaignDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenCampaignDeleteController).
Resolving inheritance for ".instanceof.App\Controller\ScreenCampaignDeleteController.0.App\Controller\ScreenCampaignDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenCampaignDeleteController).
Resolving inheritance for "App\Controller\ScreenCampaignDeleteController" (parent: .instanceof.App\Controller\ScreenCampaignDeleteController.0.App\Controller\ScreenCampaignDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenCampaignPutController" (parent: .abstract.instanceof.App\Controller\ScreenCampaignPutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenCampaignPutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenCampaignPutController).
Resolving inheritance for ".instanceof.App\Controller\ScreenCampaignPutController.0.App\Controller\ScreenCampaignPutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenCampaignPutController).
Resolving inheritance for "App\Controller\ScreenCampaignPutController" (parent: .instanceof.App\Controller\ScreenCampaignPutController.0.App\Controller\ScreenCampaignPutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupCampaignDeleteController" (parent: .abstract.instanceof.App\Controller\ScreenGroupCampaignDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupCampaignDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupCampaignDeleteController).
Resolving inheritance for ".instanceof.App\Controller\ScreenGroupCampaignDeleteController.0.App\Controller\ScreenGroupCampaignDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupCampaignDeleteController).
Resolving inheritance for "App\Controller\ScreenGroupCampaignDeleteController" (parent: .instanceof.App\Controller\ScreenGroupCampaignDeleteController.0.App\Controller\ScreenGroupCampaignDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupCampaignPutController" (parent: .abstract.instanceof.App\Controller\ScreenGroupCampaignPutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupCampaignPutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupCampaignPutController).
Resolving inheritance for ".instanceof.App\Controller\ScreenGroupCampaignPutController.0.App\Controller\ScreenGroupCampaignPutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupCampaignPutController).
Resolving inheritance for "App\Controller\ScreenGroupCampaignPutController" (parent: .instanceof.App\Controller\ScreenGroupCampaignPutController.0.App\Controller\ScreenGroupCampaignPutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupsScreensDeleteController" (parent: .abstract.instanceof.App\Controller\ScreenGroupsScreensDeleteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupsScreensDeleteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupsScreensDeleteController).
Resolving inheritance for ".instanceof.App\Controller\ScreenGroupsScreensDeleteController.0.App\Controller\ScreenGroupsScreensDeleteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupsScreensDeleteController).
Resolving inheritance for "App\Controller\ScreenGroupsScreensDeleteController" (parent: .instanceof.App\Controller\ScreenGroupsScreensDeleteController.0.App\Controller\ScreenGroupsScreensDeleteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupsScreensPutController" (parent: .abstract.instanceof.App\Controller\ScreenGroupsScreensPutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupsScreensPutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupsScreensPutController).
Resolving inheritance for ".instanceof.App\Controller\ScreenGroupsScreensPutController.0.App\Controller\ScreenGroupsScreensPutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupsScreensPutController).
Resolving inheritance for "App\Controller\ScreenGroupsScreensPutController" (parent: .instanceof.App\Controller\ScreenGroupsScreensPutController.0.App\Controller\ScreenGroupsScreensPutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SlidePlaylistPutController" (parent: .abstract.instanceof.App\Controller\SlidePlaylistPutController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SlidePlaylistPutController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SlidePlaylistPutController).
Resolving inheritance for ".instanceof.App\Controller\SlidePlaylistPutController.0.App\Controller\SlidePlaylistPutController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SlidePlaylistPutController).
Resolving inheritance for "App\Controller\SlidePlaylistPutController" (parent: .instanceof.App\Controller\SlidePlaylistPutController.0.App\Controller\SlidePlaylistPutController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserActivateController" (parent: .abstract.instanceof.App\Controller\UserActivateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserActivateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserActivateController).
Resolving inheritance for ".instanceof.App\Controller\UserActivateController.0.App\Controller\UserActivateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserActivateController).
Resolving inheritance for "App\Controller\UserActivateController" (parent: .instanceof.App\Controller\UserActivateController.0.App\Controller\UserActivateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRefreshCodeController" (parent: .abstract.instanceof.App\Controller\UserRefreshCodeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRefreshCodeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRefreshCodeController).
Resolving inheritance for ".instanceof.App\Controller\UserRefreshCodeController.0.App\Controller\UserRefreshCodeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRefreshCodeController).
Resolving inheritance for "App\Controller\UserRefreshCodeController" (parent: .instanceof.App\Controller\UserRefreshCodeController.0.App\Controller\UserRefreshCodeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRemoveFromTenantController" (parent: .abstract.instanceof.App\Controller\UserRemoveFromTenantController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRemoveFromTenantController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRemoveFromTenantController).
Resolving inheritance for ".instanceof.App\Controller\UserRemoveFromTenantController.0.App\Controller\UserRemoveFromTenantController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRemoveFromTenantController).
Resolving inheritance for "App\Controller\UserRemoveFromTenantController" (parent: .instanceof.App\Controller\UserRemoveFromTenantController.0.App\Controller\UserRemoveFromTenantController).
Resolving inheritance for ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\LicenseProvider" (parent: .abstract.instanceof.App\DataFixtures\Faker\Provider\LicenseProvider).
Resolving inheritance for "App\DataFixtures\Faker\Provider\LicenseProvider" (parent: .instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\LicenseProvider).
Resolving inheritance for ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\MediaProvider" (parent: .abstract.instanceof.App\DataFixtures\Faker\Provider\MediaProvider).
Resolving inheritance for "App\DataFixtures\Faker\Provider\MediaProvider" (parent: .instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\MediaProvider).
Resolving inheritance for ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\RRuleProvider" (parent: .abstract.instanceof.App\DataFixtures\Faker\Provider\RRuleProvider).
Resolving inheritance for "App\DataFixtures\Faker\Provider\RRuleProvider" (parent: .instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\RRuleProvider).
Resolving inheritance for ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\ResourceProvider" (parent: .abstract.instanceof.App\DataFixtures\Faker\Provider\ResourceProvider).
Resolving inheritance for "App\DataFixtures\Faker\Provider\ResourceProvider" (parent: .instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\ResourceProvider).
Resolving inheritance for ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\UlidProvider" (parent: .abstract.instanceof.App\DataFixtures\Faker\Provider\UlidProvider).
Resolving inheritance for "App\DataFixtures\Faker\Provider\UlidProvider" (parent: .instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\UlidProvider).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\UserExtension" (parent: .abstract.instanceof.App\Doctrine\UserExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\UserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\UserExtension).
Resolving inheritance for "App\Doctrine\UserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\UserExtension).
Resolving inheritance for ".instanceof.App\EventListener\BlameableListener.0.App\EventListener\BlameableListener" (parent: .abstract.instanceof.App\EventListener\BlameableListener).
Resolving inheritance for "App\EventListener\BlameableListener" (parent: .instanceof.App\EventListener\BlameableListener.0.App\EventListener\BlameableListener).
Resolving inheritance for ".instanceof.App\EventListener\RelationsChecksumListener.0.App\EventListener\RelationsChecksumListener" (parent: .abstract.instanceof.App\EventListener\RelationsChecksumListener).
Resolving inheritance for "App\EventListener\RelationsChecksumListener" (parent: .instanceof.App\EventListener\RelationsChecksumListener.0.App\EventListener\RelationsChecksumListener).
Resolving inheritance for ".instanceof.App\EventListener\TimestampableListener.0.App\EventListener\TimestampableListener" (parent: .abstract.instanceof.App\EventListener\TimestampableListener).
Resolving inheritance for "App\EventListener\TimestampableListener" (parent: .instanceof.App\EventListener\TimestampableListener.0.App\EventListener\TimestampableListener).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ScreenUserRequestSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ScreenUserRequestSubscriber).
Resolving inheritance for "App\EventSubscriber\ScreenUserRequestSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ScreenUserRequestSubscriber).
Resolving inheritance for ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\CalendarApiFeedType" (parent: .abstract.instanceof.App\Feed\CalendarApiFeedType).
Resolving inheritance for "App\Feed\CalendarApiFeedType" (parent: .instanceof.App\Feed\FeedTypeInterface.0.App\Feed\CalendarApiFeedType).
Resolving inheritance for ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\ColiboFeedType" (parent: .abstract.instanceof.App\Feed\ColiboFeedType).
Resolving inheritance for "App\Feed\ColiboFeedType" (parent: .instanceof.App\Feed\FeedTypeInterface.0.App\Feed\ColiboFeedType).
Resolving inheritance for ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\EventDatabaseApiFeedType" (parent: .abstract.instanceof.App\Feed\EventDatabaseApiFeedType).
Resolving inheritance for "App\Feed\EventDatabaseApiFeedType" (parent: .instanceof.App\Feed\FeedTypeInterface.0.App\Feed\EventDatabaseApiFeedType).
Resolving inheritance for ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\EventDatabaseApiV2FeedType" (parent: .abstract.instanceof.App\Feed\EventDatabaseApiV2FeedType).
Resolving inheritance for "App\Feed\EventDatabaseApiV2FeedType" (parent: .instanceof.App\Feed\FeedTypeInterface.0.App\Feed\EventDatabaseApiV2FeedType).
Resolving inheritance for ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\KobaFeedType" (parent: .abstract.instanceof.App\Feed\KobaFeedType).
Resolving inheritance for "App\Feed\KobaFeedType" (parent: .instanceof.App\Feed\FeedTypeInterface.0.App\Feed\KobaFeedType).
Resolving inheritance for ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\NotifiedFeedType" (parent: .abstract.instanceof.App\Feed\NotifiedFeedType).
Resolving inheritance for "App\Feed\NotifiedFeedType" (parent: .instanceof.App\Feed\FeedTypeInterface.0.App\Feed\NotifiedFeedType).
Resolving inheritance for ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\RssFeedType" (parent: .abstract.instanceof.App\Feed\RssFeedType).
Resolving inheritance for "App\Feed\RssFeedType" (parent: .instanceof.App\Feed\FeedTypeInterface.0.App\Feed\RssFeedType).
Resolving inheritance for ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\SparkleIOFeedType" (parent: .abstract.instanceof.App\Feed\SparkleIOFeedType).
Resolving inheritance for "App\Feed\SparkleIOFeedType" (parent: .instanceof.App\Feed\FeedTypeInterface.0.App\Feed\SparkleIOFeedType).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\CampaignFilter" (parent: .abstract.instanceof.App\Filter\CampaignFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\CampaignFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\CampaignFilter).
Resolving inheritance for "App\Filter\CampaignFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\CampaignFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\MultipleSearchFilter" (parent: .abstract.instanceof.App\Filter\MultipleSearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\MultipleSearchFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\MultipleSearchFilter).
Resolving inheritance for "App\Filter\MultipleSearchFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\MultipleSearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\PublishedFilter" (parent: .abstract.instanceof.App\Filter\PublishedFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\PublishedFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\PublishedFilter).
Resolving inheritance for "App\Filter\PublishedFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\PublishedFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\SharedWithMe" (parent: .abstract.instanceof.App\Filter\SharedWithMe).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\SharedWithMe" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\SharedWithMe).
Resolving inheritance for "App\Filter\SharedWithMe" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\SharedWithMe).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Filter\TenantExtension" (parent: .abstract.instanceof.App\Filter\TenantExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Filter\TenantExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Filter\TenantExtension).
Resolving inheritance for ".instanceof.App\Filter\TenantExtension.0.App\Filter\TenantExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Filter\TenantExtension).
Resolving inheritance for "App\Filter\TenantExtension" (parent: .instanceof.App\Filter\TenantExtension.0.App\Filter\TenantExtension).
Resolving inheritance for ".instanceof.App\InteractiveSlide\InteractiveSlideInterface.0.App\InteractiveSlide\InstantBook" (parent: .abstract.instanceof.App\InteractiveSlide\InstantBook).
Resolving inheritance for "App\InteractiveSlide\InstantBook" (parent: .instanceof.App\InteractiveSlide\InteractiveSlideInterface.0.App\InteractiveSlide\InstantBook).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedRepository" (parent: .abstract.instanceof.App\Repository\FeedRepository).
Resolving inheritance for "App\Repository\FeedRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedSourceRepository" (parent: .abstract.instanceof.App\Repository\FeedSourceRepository).
Resolving inheritance for "App\Repository\FeedSourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedSourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InteractiveSlideRepository" (parent: .abstract.instanceof.App\Repository\InteractiveSlideRepository).
Resolving inheritance for "App\Repository\InteractiveSlideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InteractiveSlideRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository" (parent: .abstract.instanceof.App\Repository\MediaRepository).
Resolving inheritance for "App\Repository\MediaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaylistRepository" (parent: .abstract.instanceof.App\Repository\PlaylistRepository).
Resolving inheritance for "App\Repository\PlaylistRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaylistRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaylistScreenRegionRepository" (parent: .abstract.instanceof.App\Repository\PlaylistScreenRegionRepository).
Resolving inheritance for "App\Repository\PlaylistScreenRegionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaylistScreenRegionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaylistSlideRepository" (parent: .abstract.instanceof.App\Repository\PlaylistSlideRepository).
Resolving inheritance for "App\Repository\PlaylistSlideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaylistSlideRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScheduleRepository" (parent: .abstract.instanceof.App\Repository\ScheduleRepository).
Resolving inheritance for "App\Repository\ScheduleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScheduleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenCampaignRepository" (parent: .abstract.instanceof.App\Repository\ScreenCampaignRepository).
Resolving inheritance for "App\Repository\ScreenCampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenCampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenGroupCampaignRepository" (parent: .abstract.instanceof.App\Repository\ScreenGroupCampaignRepository).
Resolving inheritance for "App\Repository\ScreenGroupCampaignRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenGroupCampaignRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenGroupRepository" (parent: .abstract.instanceof.App\Repository\ScreenGroupRepository).
Resolving inheritance for "App\Repository\ScreenGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenGroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenLayoutRegionsRepository" (parent: .abstract.instanceof.App\Repository\ScreenLayoutRegionsRepository).
Resolving inheritance for ".instanceof.App\Repository\MultiTenantRepositoryInterface.0.App\Repository\ScreenLayoutRegionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenLayoutRegionsRepository).
Resolving inheritance for "App\Repository\ScreenLayoutRegionsRepository" (parent: .instanceof.App\Repository\MultiTenantRepositoryInterface.0.App\Repository\ScreenLayoutRegionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenLayoutRepository" (parent: .abstract.instanceof.App\Repository\ScreenLayoutRepository).
Resolving inheritance for ".instanceof.App\Repository\MultiTenantRepositoryInterface.0.App\Repository\ScreenLayoutRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenLayoutRepository).
Resolving inheritance for "App\Repository\ScreenLayoutRepository" (parent: .instanceof.App\Repository\MultiTenantRepositoryInterface.0.App\Repository\ScreenLayoutRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenRepository" (parent: .abstract.instanceof.App\Repository\ScreenRepository).
Resolving inheritance for "App\Repository\ScreenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenUserRepository" (parent: .abstract.instanceof.App\Repository\ScreenUserRepository).
Resolving inheritance for "App\Repository\ScreenUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SlideRepository" (parent: .abstract.instanceof.App\Repository\SlideRepository).
Resolving inheritance for "App\Repository\SlideRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SlideRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplateRepository" (parent: .abstract.instanceof.App\Repository\TemplateRepository).
Resolving inheritance for ".instanceof.App\Repository\MultiTenantRepositoryInterface.0.App\Repository\TemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplateRepository).
Resolving inheritance for "App\Repository\TemplateRepository" (parent: .instanceof.App\Repository\MultiTenantRepositoryInterface.0.App\Repository\TemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TenantRepository" (parent: .abstract.instanceof.App\Repository\TenantRepository).
Resolving inheritance for "App\Repository\TenantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TenantRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeRepository" (parent: .abstract.instanceof.App\Repository\ThemeRepository).
Resolving inheritance for "App\Repository\ThemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserActivationCodeRepository" (parent: .abstract.instanceof.App\Repository\UserActivationCodeRepository).
Resolving inheritance for "App\Repository\UserActivationCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserActivationCodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRoleTenantRepository" (parent: .abstract.instanceof.App\Repository\UserRoleTenantRepository).
Resolving inheritance for "App\Repository\UserRoleTenantRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRoleTenantRepository).
Resolving inheritance for ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Security\AzureOidcAuthenticator" (parent: .abstract.instanceof.App\Security\AzureOidcAuthenticator).
Resolving inheritance for "App\Security\AzureOidcAuthenticator" (parent: .instanceof.Psr\Log\LoggerAwareInterface.0.App\Security\AzureOidcAuthenticator).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscriber\JwtTokenRefreshedSubscriber" (parent: .abstract.instanceof.App\Security\EventSubscriber\JwtTokenRefreshedSubscriber).
Resolving inheritance for "App\Security\EventSubscriber\JwtTokenRefreshedSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscriber\JwtTokenRefreshedSubscriber).
Resolving inheritance for ".instanceof.App\Security\TenantScope\PrePersistListener.0.App\Security\TenantScope\PrePersistListener" (parent: .abstract.instanceof.App\Security\TenantScope\PrePersistListener).
Resolving inheritance for "App\Security\TenantScope\PrePersistListener" (parent: .instanceof.App\Security\TenantScope\PrePersistListener.0.App\Security\TenantScope\PrePersistListener).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter" (parent: .abstract.instanceof.App\Security\Voter\UserVoter).
Resolving inheritance for "App\Security\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\CampaignScreenGroupProvider" (parent: .abstract.instanceof.App\State\CampaignScreenGroupProvider).
Resolving inheritance for "App\State\CampaignScreenGroupProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\CampaignScreenGroupProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\CampaignScreenProvider" (parent: .abstract.instanceof.App\State\CampaignScreenProvider).
Resolving inheritance for "App\State\CampaignScreenProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\CampaignScreenProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\FeedProvider" (parent: .abstract.instanceof.App\State\FeedProvider).
Resolving inheritance for "App\State\FeedProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\FeedProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\FeedSourceProcessor" (parent: .abstract.instanceof.App\State\FeedSourceProcessor).
Resolving inheritance for "App\State\FeedSourceProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\FeedSourceProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\FeedSourceProvider" (parent: .abstract.instanceof.App\State\FeedSourceProvider).
Resolving inheritance for "App\State\FeedSourceProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\FeedSourceProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\FeedSourceSlideProvider" (parent: .abstract.instanceof.App\State\FeedSourceSlideProvider).
Resolving inheritance for "App\State\FeedSourceSlideProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\FeedSourceSlideProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\MediaProcessor" (parent: .abstract.instanceof.App\State\MediaProcessor).
Resolving inheritance for "App\State\MediaProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\MediaProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\MediaProvider" (parent: .abstract.instanceof.App\State\MediaProvider).
Resolving inheritance for "App\State\MediaProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\MediaProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\PlaylistProcessor" (parent: .abstract.instanceof.App\State\PlaylistProcessor).
Resolving inheritance for "App\State\PlaylistProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\PlaylistProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\PlaylistProvider" (parent: .abstract.instanceof.App\State\PlaylistProvider).
Resolving inheritance for "App\State\PlaylistProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\PlaylistProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\PlaylistScreenRegionProvider" (parent: .abstract.instanceof.App\State\PlaylistScreenRegionProvider).
Resolving inheritance for "App\State\PlaylistScreenRegionProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\PlaylistScreenRegionProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\PlaylistSlideProvider" (parent: .abstract.instanceof.App\State\PlaylistSlideProvider).
Resolving inheritance for "App\State\PlaylistSlideProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\PlaylistSlideProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenCampaignProvider" (parent: .abstract.instanceof.App\State\ScreenCampaignProvider).
Resolving inheritance for "App\State\ScreenCampaignProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenCampaignProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenGroupCampaignProvider" (parent: .abstract.instanceof.App\State\ScreenGroupCampaignProvider).
Resolving inheritance for "App\State\ScreenGroupCampaignProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenGroupCampaignProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ScreenGroupProcessor" (parent: .abstract.instanceof.App\State\ScreenGroupProcessor).
Resolving inheritance for "App\State\ScreenGroupProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ScreenGroupProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenGroupProvider" (parent: .abstract.instanceof.App\State\ScreenGroupProvider).
Resolving inheritance for "App\State\ScreenGroupProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenGroupProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenGroupsScreensProvider" (parent: .abstract.instanceof.App\State\ScreenGroupsScreensProvider).
Resolving inheritance for "App\State\ScreenGroupsScreensProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenGroupsScreensProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenLayoutProvider" (parent: .abstract.instanceof.App\State\ScreenLayoutProvider).
Resolving inheritance for "App\State\ScreenLayoutProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenLayoutProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ScreenProcessor" (parent: .abstract.instanceof.App\State\ScreenProcessor).
Resolving inheritance for "App\State\ScreenProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ScreenProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenProvider" (parent: .abstract.instanceof.App\State\ScreenProvider).
Resolving inheritance for "App\State\ScreenProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenScreenGroupsProvider" (parent: .abstract.instanceof.App\State\ScreenScreenGroupsProvider).
Resolving inheritance for "App\State\ScreenScreenGroupsProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenScreenGroupsProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\SlidePlaylistProvider" (parent: .abstract.instanceof.App\State\SlidePlaylistProvider).
Resolving inheritance for "App\State\SlidePlaylistProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\SlidePlaylistProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\SlideProcessor" (parent: .abstract.instanceof.App\State\SlideProcessor).
Resolving inheritance for "App\State\SlideProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\SlideProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\SlideProvider" (parent: .abstract.instanceof.App\State\SlideProvider).
Resolving inheritance for "App\State\SlideProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\SlideProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\TemplateProvider" (parent: .abstract.instanceof.App\State\TemplateProvider).
Resolving inheritance for "App\State\TemplateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\TemplateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ThemeProcessor" (parent: .abstract.instanceof.App\State\ThemeProcessor).
Resolving inheritance for "App\State\ThemeProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ThemeProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ThemeProvider" (parent: .abstract.instanceof.App\State\ThemeProvider).
Resolving inheritance for "App\State\ThemeProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ThemeProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\UserActivationCodeProcessor" (parent: .abstract.instanceof.App\State\UserActivationCodeProcessor).
Resolving inheritance for "App\State\UserActivationCodeProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\UserActivationCodeProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\UserActivationCodeProvider" (parent: .abstract.instanceof.App\State\UserActivationCodeProvider).
Resolving inheritance for "App\State\UserActivationCodeProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\UserActivationCodeProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\UserProvider" (parent: .abstract.instanceof.App\State\UserProvider).
Resolving inheritance for "App\State\UserProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.App\State\UserProvider).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\RRuleValidator" (parent: .abstract.instanceof.App\Validator\RRuleValidator).
Resolving inheritance for "App\Validator\RRuleValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\RRuleValidator).
Resolving inheritance for "app.tenant_scoped_authenticator" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "app.external_user_authenticator" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Component\Uid\Command\InspectUlidCommand" (parent: .abstract.instanceof.Symfony\Component\Uid\Command\InspectUlidCommand).
Resolving inheritance for "Symfony\Component\Uid\Command\InspectUlidCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Component\Uid\Command\InspectUlidCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Component\Uid\Command\InspectUuidCommand" (parent: .abstract.instanceof.Symfony\Component\Uid\Command\InspectUuidCommand).
Resolving inheritance for "Symfony\Component\Uid\Command\InspectUuidCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Component\Uid\Command\InspectUuidCommand).
Resolving inheritance for "entity.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "entity.blameable_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "entity.order_filter" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "created.at.order_filter" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "modified.at.order_filter" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "feed_source.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "user.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "screen.screen_user_exists_filter" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "screen.screen_user_latest_request_filter" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "feeds.cache" (parent: cache.adapter.redis).
Resolving inheritance for "feed.without.expire.cache" (parent: cache.adapter.redis).
Resolving inheritance for "calendar.api.cache" (parent: cache.adapter.redis).
Resolving inheritance for "auth.screen.cache" (parent: cache.adapter.redis).
Resolving inheritance for "screen.status.cache" (parent: cache.adapter.redis).
Resolving inheritance for "interactive_slide.cache" (parent: cache.adapter.redis).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.screen_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.user_provider" (parent: security.user.provider.chain).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login_screen" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.login_screen" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login_oidc" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.login_oidc" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api_token_refresh" (parent: security.firewall.config).
Resolving inheritance for "security.authenticator.refresh_jwt.api_token_refresh" (parent: gesdinet.jwtrefreshtoken.security.refresh_token_authenticator).
Resolving inheritance for "security.authentication.success_handler.api_token_refresh.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.api_token_refresh.refresh_jwt" (parent: gesdinet.jwtrefreshtoken.security.authentication.failure_handler).
Resolving inheritance for "security.authenticator.manager.api_token_refresh" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api_token_refresh" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api_token_refresh" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api_token_refresh" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api_token_refresh" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.login" (parent: security.firewall.config).
Resolving inheritance for "security.listener.login.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.json_login.login" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.login.json_login" (parent: Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.login.json_login" (parent: Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface).
Resolving inheritance for "security.authenticator.manager.login" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.login" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.login" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.login" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.login" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.activation_code" (parent: security.firewall.config).
Resolving inheritance for "security.listener.activation_code.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.activation_code" (parent: app.external_user_authenticator).
Resolving inheritance for "security.authenticator.manager.activation_code" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.activation_code" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.activation_code" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.activation_code" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.activation_code" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.authenticator.jwt.api" (parent: app.tenant_scoped_authenticator).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "api_platform.cache.route_name_resolver" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.property" (parent: cache.system).
Resolving inheritance for "api_platform.cache.metadata.resource_collection" (parent: cache.system).
Resolving inheritance for "api_platform.doctrine.orm.date_filter.instance" (parent: api_platform.doctrine.orm.date_filter).
Resolving inheritance for "api_platform.doctrine.orm.range_filter.instance" (parent: api_platform.doctrine.orm.range_filter).
Resolving inheritance for "api_platform.doctrine.orm.backed_enum_filter.instance" (parent: api_platform.doctrine.orm.backed_enum_filter).
Resolving inheritance for "api_platform.doctrine.orm.boolean_filter.instance" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "api_platform.doctrine.orm.numeric_filter.instance" (parent: api_platform.doctrine.orm.numeric_filter).
Resolving inheritance for "api_platform.doctrine.orm.exists_filter.instance" (parent: api_platform.doctrine.orm.exists_filter).
Resolving inheritance for "api_platform.doctrine.orm.search_filter.instance" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.media_object" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.clean.media_object" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.media_object" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.media_object" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ItkDev\OpenIdConnectBundle\Controller\LoginController" (parent: .abstract.instanceof.ItkDev\OpenIdConnectBundle\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ItkDev\OpenIdConnectBundle\Controller\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ItkDev\OpenIdConnectBundle\Controller\LoginController).
Resolving inheritance for "ItkDev\OpenIdConnectBundle\Controller\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ItkDev\OpenIdConnectBundle\Controller\LoginController).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.ItkDev\OpenIdConnectBundle\Command\UserLoginCommand" (parent: .abstract.instanceof.ItkDev\OpenIdConnectBundle\Command\UserLoginCommand).
Resolving inheritance for "ItkDev\OpenIdConnectBundle\Command\UserLoginCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.ItkDev\OpenIdConnectBundle\Command\UserLoginCommand).
Resolving inheritance for "lexik_jwt_authentication.key_loader.openssl" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "lexik_jwt_authentication.key_loader.raw" (parent: lexik_jwt_authentication.key_loader.abstract).
Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
Resolving inheritance for ".abstract.instanceof.app.tenant_scoped_authenticator" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for ".abstract.instanceof.app.external_user_authenticator" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "maker.auto_command.make_state_processor" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_state_provider" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
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).
417
Removed service "Psr\Http\Message\RequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ResponseFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\ServerRequestFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\StreamFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UploadedFileFactoryInterface"; reason: private alias.
Removed service "Psr\Http\Message\UriFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface"; reason: private alias.
Removed service "App\InteractiveSlide\InteractiveSlideInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
Removed service "Http\Client\HttpClient"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $feeds.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $feedsCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $feeds.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $feedsCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $feeds.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $feedsCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $feed.without.expire.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $feedWithoutExpireCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $feed.without.expire.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $feedWithoutExpireCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $feed.without.expire.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $feedWithoutExpireCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $calendar.api.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $calendarApiCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $calendar.api.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $calendarApiCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $calendar.api.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $calendarApiCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $auth.screen.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $authScreenCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $auth.screen.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $authScreenCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $auth.screen.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $authScreenCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $screen.status.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $screenStatusCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $screen.status.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $screenStatusCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $screen.status.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $screenStatusCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $interactive_slide.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $interactiveSlideCache"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $interactive_slide.cache"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $interactiveSlideCache"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $interactive_slide.cache"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $interactiveSlideCache"; 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\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.api_token_refresh"; reason: private alias.
Removed service "security.user_checker.api_token_refresh"; reason: private alias.
Removed service "security.authentication.session_strategy.login"; reason: private alias.
Removed service "security.user_checker.login"; reason: private alias.
Removed service "security.authentication.session_strategy.activation_code"; reason: private alias.
Removed service "security.user_checker.activation_code"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "api_platform.state_provider"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\Pagination"; reason: private alias.
Removed service "ApiPlatform\State\Pagination\PaginationOptions"; reason: private alias.
Removed service "ApiPlatform\State\CreateProvider"; reason: private alias.
Removed service "ApiPlatform\State\ObjectProvider"; reason: private alias.
Removed service "ApiPlatform\State\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.serializer"; reason: private alias.
Removed service "api_platform.property_accessor"; reason: private alias.
Removed service "api_platform.property_info"; reason: private alias.
Removed service "ApiPlatform\Api\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\ResourceClassResolverInterface"; reason: private alias.
Removed service "ApiPlatform\Api\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\UrlGeneratorInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\PropertyFilter"; reason: private alias.
Removed service "ApiPlatform\Serializer\Filter\GroupFilter"; reason: private alias.
Removed service "api_platform.identifiers_extractor"; reason: private alias.
Removed service "ApiPlatform\Api\IdentifiersExtractorInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IdentifiersExtractorInterface"; reason: private alias.
Removed service "api_platform.iri_converter"; reason: private alias.
Removed service "ApiPlatform\Api\IriConverterInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\IriConverterInterface"; reason: private alias.
Removed service "api_platform.state_processor.documentation"; reason: private alias.
Removed service "api_platform.state_provider.documentation"; reason: private alias.
Removed service "api_platform.path_segment_name_generator"; reason: private alias.
Removed service "api_platform.inflector"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyNameCollectionFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory"; reason: private alias.
Removed service "ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\TypeFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\JsonSchema\SchemaFactoryInterface"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Serializer\OpenApiNormalizer"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Options"; reason: private alias.
Removed service "ApiPlatform\OpenApi\Factory\OpenApiFactoryInterface"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\RemoveProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Common\State\PersistProcessor"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\OrderFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\RangeFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\DateFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BackedEnumFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\BooleanFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\NumericFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\ExistsFilter"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\EagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\FilterEagerLoadingExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\PaginationExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\OrderExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Extension\ParameterExtension"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\CollectionProvider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\State\ItemProvider"; reason: private alias.
Removed service "api_platform.state.item_provider"; reason: private alias.
Removed service "ApiPlatform\Doctrine\Orm\Filter\SearchFilter"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator"; reason: private alias.
Removed service "nelmio_alice.generator.hydrator.property"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.value.property_accessor"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.fixture_set"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.generator"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
Removed service "nelmio_alice.file_locator"; reason: private alias.
Removed service "nelmio_alice.property_accessor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture_bag"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.specs"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.flag_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.denormalizer.parameter_bag"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "fidry_alice_data_fixtures.doctrine.loader"; reason: private alias.
Removed service "fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger"; reason: private alias.
Removed service "vich_uploader.storage"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
Removed service "vich_uploader.metadata_driver"; reason: private alias.
Removed service "vich_uploader.metadata.cache"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWTTokenManagerInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\JWSProviderInterface"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\TokenExtractorInterface"; reason: private alias.
Removed service "lexik_jwt_authentication.jwt_token_authenticator"; reason: private alias.
Removed service "Lexik\Bundle\JWTAuthenticationBundle\Encoder\JWTEncoderInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Generator\RefreshTokenGeneratorInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Model\RefreshTokenManagerInterface"; reason: private alias.
Removed service "Gesdinet\JWTRefreshTokenBundle\Request\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
Removed service "liip_imagine"; reason: private alias.
Removed service "Imagine\Image\ImagineInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.object_manager"; reason: private alias.
Removed service "gesdinet.jwtrefreshtoken.user_checker"; reason: private alias.
Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
Removed service "liip_imagine.extension_guesser"; reason: private alias.
Removed service ".service_locator.LJQAIqp"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.PLsJDzP"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.H8SCJIi"; reason: private alias.
Removed service ".service_locator.IMBA4V9"; reason: private alias.
Removed service ".service_locator.07An038"; reason: private alias.
Removed service ".service_locator.GCP4wcb"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.deprecations.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.parameter.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.backed_enum.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.uri_template.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.main_controller.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.link.inner"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "api_platform.state_processor.documentation.serialize.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.operation_name.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.input_output.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.formats.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.filters.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.php_doc.inner"; reason: private alias.
Removed service "api_platform.state_provider.read"; reason: private alias.
Removed service "api_platform.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.state_processor.documentation.write.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.content_negotiation.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.property_info.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.property.metadata_factory.inner"; reason: private alias.
Removed service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.link_factory"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.serializer.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.default_property.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.identifier.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.attribute.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.validator.inner"; reason: private alias.
Removed service "api_platform.json_schema.metadata.property.metadata_factory.schema.inner"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "App\DataFixtures\Loader\DoctrineOrmLoaderDecorator.inner"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api_token_refresh"; reason: private alias.
Removed service "security.firewall.authenticator.login"; reason: private alias.
Removed service "security.firewall.authenticator.activation_code"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "api_platform.serializer.context_builder"; reason: private alias.
Removed service "api_platform.state_processor.add_link_header.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.attributes.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.class_name.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.xml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.concerns.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.yaml.inner"; reason: private alias.
Removed service "api_platform.openapi.serializer_context_builder.inner"; reason: private alias.
Removed service "api_platform.state_provider.documentation.read"; reason: private alias.
Removed service "api_platform.swagger_ui.provider.inner"; reason: private alias.
Removed service "api_platform.json_schema.schema_factory"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection"; reason: private alias.
Removed service "api_platform.hydra.normalizer.collection_filters.inner"; reason: private alias.
Removed service "api_platform.hydra.name_converter.hydra_prefix.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.state_provider.access_checker.inner"; reason: private alias.
Removed service "api_platform.state_provider.deserialize"; reason: private alias.
Removed service "api_platform.state_provider.access_checker"; reason: private alias.
Removed service "api_platform.state_provider.validate"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "lexik_jwt_authentication.api_platform.openapi.factory.inner"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.api_token_refresh"; reason: private alias.
Removed service "security.event_dispatcher.login"; reason: private alias.
Removed service "security.event_dispatcher.activation_code"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "serializer.mapping.class_metadata_factory"; reason: private alias.
Removed service "api_platform.openapi.normalizer"; reason: private alias.
Removed service "api_platform.json_schema.backward_compatible_schema_factory.inner"; reason: private alias.
Removed service "api_platform.openapi.normalizer.api_gateway"; reason: private alias.
Removed service "api_platform.metadata.resource.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.name_collection_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.property.metadata_factory.cached.inner"; reason: private alias.
Removed service "api_platform.metadata.resource.metadata_collection_factory.cached.inner"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.a.71gvX"; reason: private alias.
Removed service ".service_locator.vdTtP9N"; reason: private alias.
Removed service ".service_locator.1pgP2ph"; reason: private alias.
Removed service ".service_locator.YMNZ5uT"; reason: private alias.
Removed service ".service_locator.KryVg_L"; reason: private alias.
Removed service ".service_locator.OpZAQbN"; reason: private alias.
Removed service ".service_locator.Ld_PfQu"; reason: private alias.
Removed service ".service_locator.u6DWx23"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
Removed service ".service_locator.vpn0e.k"; reason: private alias.
Removed service ".service_locator.boTae60"; reason: private alias.
96
Changed reference of service "App\DataFixtures\Faker\Provider\LicenseProvider" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "App\DataFixtures\Faker\Provider\MediaProvider" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "App\DataFixtures\Faker\Provider\RRuleProvider" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "App\DataFixtures\Faker\Provider\ResourceProvider" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "App\DataFixtures\Faker\Provider\UlidProvider" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "App\Security\ExternalUserAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Security\TenantScopedAuthenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "App\Service\FeedService" previously pointing to "router.default" to "router".
Changed reference of service "app.tenant_scoped_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "app.external_user_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.refresh_jwt.api_token_refresh" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.api_token_refresh.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api_token_refresh.refresh_jwt" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.success_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.login.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.activation_code" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "api_platform.router" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.processor" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.swagger_ui.action" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" previously pointing to "nelmio_alice.faker.generator" to "Faker\Generator".
Changed reference of service "fidry_alice_data_fixtures.loader.multipass_file" previously pointing to "nelmio_alice.file_loader.simple" to "nelmio_alice.file_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.simple" previously pointing to "nelmio_alice.files_loader.simple" to "nelmio_alice.files_loader".
Changed reference of service "fidry_alice_data_fixtures.doctrine.persister_loader" previously pointing to "fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister" to "fidry_alice_data_fixtures.persistence.persister.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.loader.file_resolver_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "fidry_alice_data_fixtures.doctrine.purger_loader" to "fidry_alice_data_fixtures.loader.doctrine".
Changed reference of service "hautelook_alice.data_fixtures.purge_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.data_fixtures.append_loader" previously pointing to "hautelook_alice.resolver.file.kernel_file_resolver" to "hautelook_alice.resolver.file".
Changed reference of service "hautelook_alice.loader.doctrine_orm_loader" previously pointing to "hautelook_alice.resolver.bundle.no_bundle_resolver" to "hautelook_alice.resolver.bundle".
Changed reference of service "hautelook_alice.loader.doctrine_orm_loader" previously pointing to "hautelook_alice.locator.environmentless" to "hautelook_alice.locator".
Changed reference of service "hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command" previously pointing to "App\DataFixtures\Loader\DoctrineOrmLoaderDecorator" to "hautelook_alice.loader".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "ItkDev\OpenIdConnectBundle\Security\OpenIdConfigurationProviderManager" previously pointing to "router.default" to "router".
Changed reference of service "ItkDev\OpenIdConnectBundle\Command\UserLoginCommand" previously pointing to "router.default" to "router".
Changed reference of service "ItkDev\OpenIdConnectBundle\Security\CliLoginTokenAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "gesdinet.jwtrefreshtoken" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.authentication.success_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.app.tenant_scoped_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".abstract.instanceof.app.external_user_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.9GjmkeW" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.ZTLRASA" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "nelmio_alice.file_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "nelmio_alice.files_loader" previously pointing to "nelmio_alice.data_loader.simple" to "nelmio_alice.data_loader".
Changed reference of service "fidry_alice_data_fixtures.loader.doctrine" previously pointing to "fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory" to "fidry_alice_data_fixtures.persistence.purger_factory.doctrine".
454
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 "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "api_platform.serializer.property_filter"; reason: abstract.
Removed service "api_platform.serializer.group_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.order_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.range_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.date_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.backed_enum_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.boolean_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.numeric_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.exists_filter"; reason: abstract.
Removed service "api_platform.doctrine.orm.search_filter"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service "gesdinet.jwtrefreshtoken.security.refresh_token_authenticator"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\CreateFeedSourceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Feed\CreateFeedSourceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\GetFeedTypesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Feed\GetFeedTypesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\ListFeedSourceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Feed\ListFeedSourceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Feed\RemoveFeedSourceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Feed\RemoveFeedSourceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\GenerateUlid"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\GenerateUlid"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\LoadTemplateCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\LoadTemplateCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Screen\LoadScreenLayoutsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Screen\LoadScreenLayoutsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Screen\RemoveScreenLayoutCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Screen\RemoveScreenLayoutCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tenant\AddTenantCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tenant\AddTenantCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Tenant\ConfigureTenantCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\Tenant\ConfigureTenantCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\User\AddUserCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\User\AddUserCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ApiV1RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ApiV1RedirectController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ApiV1RedirectController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthOidcController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthOidcController"; reason: abstract.
Removed service ".instanceof.App\Controller\AuthOidcController.0.App\Controller\AuthOidcController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuthOidcController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthScreenBindController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthScreenBindController"; reason: abstract.
Removed service ".instanceof.App\Controller\AuthScreenBindController.0.App\Controller\AuthScreenBindController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuthScreenBindController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthScreenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthScreenController"; reason: abstract.
Removed service ".instanceof.App\Controller\AuthScreenController.0.App\Controller\AuthScreenController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuthScreenController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuthScreenUnbindController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuthScreenUnbindController"; reason: abstract.
Removed service ".instanceof.App\Controller\AuthScreenUnbindController.0.App\Controller\AuthScreenUnbindController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AuthScreenUnbindController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedGetDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedGetDataController"; reason: abstract.
Removed service ".instanceof.App\Controller\FeedGetDataController.0.App\Controller\FeedGetDataController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FeedGetDataController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FeedSourceConfigGetController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FeedSourceConfigGetController"; reason: abstract.
Removed service ".instanceof.App\Controller\FeedSourceConfigGetController.0.App\Controller\FeedSourceConfigGetController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\FeedSourceConfigGetController"; reason: abstract.
Removed service ".instanceof.App\Controller\InteractiveController.0.App\Controller\InteractiveController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\InteractiveController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MediaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MediaController"; reason: abstract.
Removed service ".instanceof.App\Controller\MediaController.0.App\Controller\MediaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MediaController"; reason: abstract.
Removed service ".instanceof.App\Controller\NotFoundAction.0.App\Controller\NotFoundAction"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\NotFoundAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistScreenRegionDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistScreenRegionDeleteController"; reason: abstract.
Removed service ".instanceof.App\Controller\PlaylistScreenRegionDeleteController.0.App\Controller\PlaylistScreenRegionDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlaylistScreenRegionDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistScreenRegionPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistScreenRegionPutController"; reason: abstract.
Removed service ".instanceof.App\Controller\PlaylistScreenRegionPutController.0.App\Controller\PlaylistScreenRegionPutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlaylistScreenRegionPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistSlideDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistSlideDeleteController"; reason: abstract.
Removed service ".instanceof.App\Controller\PlaylistSlideDeleteController.0.App\Controller\PlaylistSlideDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlaylistSlideDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PlaylistSlidePutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PlaylistSlidePutController"; reason: abstract.
Removed service ".instanceof.App\Controller\PlaylistSlidePutController.0.App\Controller\PlaylistSlidePutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\PlaylistSlidePutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenCampaignDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenCampaignDeleteController"; reason: abstract.
Removed service ".instanceof.App\Controller\ScreenCampaignDeleteController.0.App\Controller\ScreenCampaignDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScreenCampaignDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenCampaignPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenCampaignPutController"; reason: abstract.
Removed service ".instanceof.App\Controller\ScreenCampaignPutController.0.App\Controller\ScreenCampaignPutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScreenCampaignPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupCampaignDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupCampaignDeleteController"; reason: abstract.
Removed service ".instanceof.App\Controller\ScreenGroupCampaignDeleteController.0.App\Controller\ScreenGroupCampaignDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScreenGroupCampaignDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupCampaignPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupCampaignPutController"; reason: abstract.
Removed service ".instanceof.App\Controller\ScreenGroupCampaignPutController.0.App\Controller\ScreenGroupCampaignPutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScreenGroupCampaignPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupsScreensDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupsScreensDeleteController"; reason: abstract.
Removed service ".instanceof.App\Controller\ScreenGroupsScreensDeleteController.0.App\Controller\ScreenGroupsScreensDeleteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScreenGroupsScreensDeleteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ScreenGroupsScreensPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ScreenGroupsScreensPutController"; reason: abstract.
Removed service ".instanceof.App\Controller\ScreenGroupsScreensPutController.0.App\Controller\ScreenGroupsScreensPutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\ScreenGroupsScreensPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SlidePlaylistPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SlidePlaylistPutController"; reason: abstract.
Removed service ".instanceof.App\Controller\SlidePlaylistPutController.0.App\Controller\SlidePlaylistPutController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SlidePlaylistPutController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserActivateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserActivateController"; reason: abstract.
Removed service ".instanceof.App\Controller\UserActivateController.0.App\Controller\UserActivateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserActivateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRefreshCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRefreshCodeController"; reason: abstract.
Removed service ".instanceof.App\Controller\UserRefreshCodeController.0.App\Controller\UserRefreshCodeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserRefreshCodeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserRemoveFromTenantController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserRemoveFromTenantController"; reason: abstract.
Removed service ".instanceof.App\Controller\UserRemoveFromTenantController.0.App\Controller\UserRemoveFromTenantController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\UserRemoveFromTenantController"; reason: abstract.
Removed service ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\LicenseProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Faker\Provider\LicenseProvider"; reason: abstract.
Removed service ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\MediaProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Faker\Provider\MediaProvider"; reason: abstract.
Removed service ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\RRuleProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Faker\Provider\RRuleProvider"; reason: abstract.
Removed service ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\ResourceProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Faker\Provider\ResourceProvider"; reason: abstract.
Removed service ".instanceof.Faker\Provider\Base.0.App\DataFixtures\Faker\Provider\UlidProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\Faker\Provider\UlidProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Doctrine\UserExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Doctrine\UserExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Doctrine\UserExtension"; reason: abstract.
Removed service ".instanceof.App\EventListener\BlameableListener.0.App\EventListener\BlameableListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\BlameableListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\RelationsChecksumListener.0.App\EventListener\RelationsChecksumListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\RelationsChecksumListener"; reason: abstract.
Removed service ".instanceof.App\EventListener\TimestampableListener.0.App\EventListener\TimestampableListener"; reason: abstract.
Removed service ".abstract.instanceof.App\EventListener\TimestampableListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ScreenUserRequestSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\ScreenUserRequestSubscriber"; reason: abstract.
Removed service ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\CalendarApiFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Feed\CalendarApiFeedType"; reason: abstract.
Removed service ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\ColiboFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Feed\ColiboFeedType"; reason: abstract.
Removed service ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\EventDatabaseApiFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Feed\EventDatabaseApiFeedType"; reason: abstract.
Removed service ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\EventDatabaseApiV2FeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Feed\EventDatabaseApiV2FeedType"; reason: abstract.
Removed service ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\KobaFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Feed\KobaFeedType"; reason: abstract.
Removed service ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\NotifiedFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Feed\NotifiedFeedType"; reason: abstract.
Removed service ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\RssFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Feed\RssFeedType"; reason: abstract.
Removed service ".instanceof.App\Feed\FeedTypeInterface.0.App\Feed\SparkleIOFeedType"; reason: abstract.
Removed service ".abstract.instanceof.App\Feed\SparkleIOFeedType"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\CampaignFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\CampaignFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\CampaignFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\MultipleSearchFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\MultipleSearchFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\MultipleSearchFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\PublishedFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\PublishedFilter"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\PublishedFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.App\Filter\SharedWithMe"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.App\Filter\SharedWithMe"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\SharedWithMe"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryItemExtensionInterface.0.App\Filter\TenantExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.App\Filter\TenantExtension"; reason: abstract.
Removed service ".instanceof.App\Filter\TenantExtension.0.App\Filter\TenantExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Filter\TenantExtension"; reason: abstract.
Removed service ".instanceof.App\InteractiveSlide\InteractiveSlideInterface.0.App\InteractiveSlide\InstantBook"; reason: abstract.
Removed service ".abstract.instanceof.App\InteractiveSlide\InstantBook"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeedRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FeedSourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FeedSourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InteractiveSlideRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InteractiveSlideRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MediaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MediaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaylistRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlaylistRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaylistScreenRegionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlaylistScreenRegionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PlaylistSlideRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PlaylistSlideRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScheduleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScheduleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenCampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScreenCampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenGroupCampaignRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScreenGroupCampaignRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenGroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScreenGroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenLayoutRegionsRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\MultiTenantRepositoryInterface.0.App\Repository\ScreenLayoutRegionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScreenLayoutRegionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenLayoutRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\MultiTenantRepositoryInterface.0.App\Repository\ScreenLayoutRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScreenLayoutRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScreenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ScreenUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ScreenUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SlideRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SlideRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TemplateRepository"; reason: abstract.
Removed service ".instanceof.App\Repository\MultiTenantRepositoryInterface.0.App\Repository\TemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TenantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TenantRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ThemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ThemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserActivationCodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserActivationCodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRoleTenantRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRoleTenantRepository"; reason: abstract.
Removed service ".instanceof.Psr\Log\LoggerAwareInterface.0.App\Security\AzureOidcAuthenticator"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\AzureOidcAuthenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\Security\EventSubscriber\JwtTokenRefreshedSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\EventSubscriber\JwtTokenRefreshedSubscriber"; reason: abstract.
Removed service ".instanceof.App\Security\TenantScope\PrePersistListener.0.App\Security\TenantScope\PrePersistListener"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\TenantScope\PrePersistListener"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\CampaignScreenGroupProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\CampaignScreenGroupProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\CampaignScreenProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\CampaignScreenProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\FeedProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\FeedProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\FeedSourceProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\FeedSourceProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\FeedSourceProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\FeedSourceProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\FeedSourceSlideProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\FeedSourceSlideProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\MediaProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\MediaProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\MediaProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\MediaProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\PlaylistProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\PlaylistProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\PlaylistProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\PlaylistProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\PlaylistScreenRegionProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\PlaylistScreenRegionProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\PlaylistSlideProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\PlaylistSlideProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenCampaignProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ScreenCampaignProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenGroupCampaignProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ScreenGroupCampaignProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ScreenGroupProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ScreenGroupProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenGroupProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ScreenGroupProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenGroupsScreensProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ScreenGroupsScreensProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenLayoutProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ScreenLayoutProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ScreenProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ScreenProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ScreenProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ScreenScreenGroupsProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ScreenScreenGroupsProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\SlidePlaylistProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\SlidePlaylistProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\SlideProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\SlideProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\SlideProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\SlideProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\TemplateProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\TemplateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\ThemeProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ThemeProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\ThemeProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\ThemeProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.App\State\UserActivationCodeProcessor"; reason: abstract.
Removed service ".abstract.instanceof.App\State\UserActivationCodeProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\UserActivationCodeProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\UserActivationCodeProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.App\State\UserProvider"; reason: abstract.
Removed service ".abstract.instanceof.App\State\UserProvider"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\RRuleValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\RRuleValidator"; reason: abstract.
Removed service ".abstract.instanceof.app.tenant_scoped_authenticator"; reason: abstract.
Removed service ".abstract.instanceof.app.external_user_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Component\Uid\Command\InspectUlidCommand"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Uid\Command\InspectUlidCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Symfony\Component\Uid\Command\InspectUuidCommand"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Uid\Command\InspectUuidCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.ItkDev\OpenIdConnectBundle\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.ItkDev\OpenIdConnectBundle\Controller\LoginController"; reason: abstract.
Removed service ".abstract.instanceof.ItkDev\OpenIdConnectBundle\Controller\LoginController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.ItkDev\OpenIdConnectBundle\Command\UserLoginCommand"; reason: abstract.
Removed service ".abstract.instanceof.ItkDev\OpenIdConnectBundle\Command\UserLoginCommand"; reason: abstract.
196
Removed service "http_discovery.psr17_factory"; reason: unused.
Removed service "App\DBAL\RRuleType"; reason: unused.
Removed service "App\Dto\ActivationCode"; reason: unused.
Removed service "App\Dto\Feed"; reason: unused.
Removed service "App\Dto\FeedInput"; reason: unused.
Removed service "App\Dto\FeedSource"; reason: unused.
Removed service "App\Dto\FeedSourceInput"; reason: unused.
Removed service "App\Dto\InteractiveSlideActionInput"; reason: unused.
Removed service "App\Dto\Media"; reason: unused.
Removed service "App\Dto\Playlist"; reason: unused.
Removed service "App\Dto\PlaylistInput"; reason: unused.
Removed service "App\Dto\PlaylistScreenRegion"; reason: unused.
Removed service "App\Dto\PlaylistSlide"; reason: unused.
Removed service "App\Dto\Screen"; reason: unused.
Removed service "App\Dto\ScreenCampaign"; reason: unused.
Removed service "App\Dto\ScreenGroup"; reason: unused.
Removed service "App\Dto\ScreenGroupCampaign"; reason: unused.
Removed service "App\Dto\ScreenGroupInput"; reason: unused.
Removed service "App\Dto\ScreenInput"; reason: unused.
Removed service "App\Dto\ScreenLayout"; reason: unused.
Removed service "App\Dto\ScreenLayoutRegions"; reason: unused.
Removed service "App\Dto\Slide"; reason: unused.
Removed service "App\Dto\SlideInput"; reason: unused.
Removed service "App\Dto\Template"; reason: unused.
Removed service "App\Dto\Tenant"; reason: unused.
Removed service "App\Dto\Theme"; reason: unused.
Removed service "App\Dto\ThemeInput"; reason: unused.
Removed service "App\Dto\User"; reason: unused.
Removed service "App\Dto\UserActivationCode"; reason: unused.
Removed service "App\Dto\UserActivationCodeInput"; reason: unused.
Removed service "App\Dto\UserInput"; reason: unused.
Removed service "App\Exceptions\AddUserCommandException"; reason: unused.
Removed service "App\Exceptions\AuthScreenBindException"; reason: unused.
Removed service "App\Exceptions\AuthScreenUnbindException"; reason: unused.
Removed service "App\Exceptions\BadRequestException"; reason: unused.
Removed service "App\Exceptions\CodeGenerationException"; reason: unused.
Removed service "App\Exceptions\ConflictException"; reason: unused.
Removed service "App\Exceptions\DataTransformerException"; reason: unused.
Removed service "App\Exceptions\EntityException"; reason: unused.
Removed service "App\Exceptions\InteractiveSlideException"; reason: unused.
Removed service "App\Exceptions\ItemDataProviderException"; reason: unused.
Removed service "App\Exceptions\MediaException"; reason: unused.
Removed service "App\Exceptions\NotFoundException"; reason: unused.
Removed service "App\Exceptions\UnknownFeedTypeException"; reason: unused.
Removed service "App\Feed\FeedException"; reason: unused.
Removed service "App\Feed\FeedOutputModels"; reason: unused.
Removed service "App\Feed\OutputModel\Calendar\CalendarEvent"; reason: unused.
Removed service "App\Feed\OutputModel\Calendar\Location"; reason: unused.
Removed service "App\Feed\OutputModel\Calendar\Resource"; reason: unused.
Removed service "App\Feed\OutputModel\ConfigOption"; reason: unused.
Removed service "App\Feed\OutputModel\Poster\Event"; reason: unused.
Removed service "App\Feed\OutputModel\Poster\ImageUrls"; reason: unused.
Removed service "App\Feed\OutputModel\Poster\Occurrence"; reason: unused.
Removed service "App\Feed\OutputModel\Poster\Organizer"; reason: unused.
Removed service "App\Feed\OutputModel\Poster\Place"; reason: unused.
Removed service "App\Feed\OutputModel\Poster\Poster"; reason: unused.
Removed service "App\Feed\OutputModel\Poster\PosterOption"; reason: unused.
Removed service "App\Feed\OutputModel\Poster\PosterOutput"; reason: unused.
Removed service "App\Feed\SourceType\Colibo\ColiboException"; reason: unused.
Removed service "App\Feed\SourceType\Colibo\SecretsDTO"; reason: unused.
Removed service "App\InteractiveSlide\InteractionSlideRequest"; reason: unused.
Removed service "App\Security\ExternalUserAuthenticator"; reason: unused.
Removed service "App\Security\TenantScopedAuthenticator"; reason: unused.
Removed service "App\Utils\Roles"; reason: unused.
Removed service "App\Validator\RRule"; reason: unused.
Removed service "app.tenant_scoped_authenticator"; reason: unused.
Removed service "app.external_user_authenticator"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "httplug.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "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 "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"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.authentication_utils"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.api_token_refresh"; reason: unused.
Removed service "security.user_checker.chain.login"; reason: unused.
Removed service "security.user_checker.chain.activation_code"; reason: unused.
Removed service "security.user_checker.chain.api"; reason: unused.
Removed service "api_platform.serializer_locator"; reason: unused.
Removed service "api_platform.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.underscore"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.inflector"; reason: unused.
Removed service "api_platform.json_schema.type_factory"; reason: unused.
Removed service "api_platform.doctrine.metadata_factory"; reason: unused.
Removed service "api_platform.doctrine.orm.date_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.range_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.backed_enum_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.boolean_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.numeric_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.exists_filter.instance"; reason: unused.
Removed service "api_platform.doctrine.orm.search_filter.instance"; 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 "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service ".1_ServiceLocator~RalNxLT"; reason: unused.
Removed service "form.type_guesser.doctrine"; reason: unused.
Removed service "form.type.entity"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "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 "fidry_alice_data_fixtures.loader.multipass_file"; reason: unused.
Removed service "fidry_alice_data_fixtures.persistence.purger_modepurger_mode"; reason: unused.
Removed service "hautelook_alice.data_fixtures.loader.file_resolver_loader"; 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 "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~hU7z7EE"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.failure_handler"; reason: unused.
Removed service "gesdinet.jwtrefreshtoken.security.authentication.success_handler"; reason: unused.
Removed service "liip_imagine.mime_types"; reason: unused.
Removed service "liip_imagine.imagick"; reason: unused.
Removed service "liip_imagine.gmagick"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
Removed service "liip_imagine.form.type.image"; reason: unused.
Removed service "liip_imagine.templating.filter_helper"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
644
Inlined service "security.user_password_hasher" to "App\Command\User\AddUserCommand".
Inlined service ".service_locator.9GjmkeW.App\Controller\ApiV1RedirectController" to "App\Controller\ApiV1RedirectController".
Inlined service "App\Security\AzureOidcAuthenticator" to "App\Controller\AuthOidcController".
Inlined service ".service_locator.9GjmkeW.App\Controller\AuthOidcController" to "App\Controller\AuthOidcController".
Inlined service ".service_locator.9GjmkeW.App\Controller\AuthScreenBindController" to "App\Controller\AuthScreenBindController".
Inlined service ".service_locator.9GjmkeW.App\Controller\AuthScreenController" to "App\Controller\AuthScreenController".
Inlined service ".service_locator.9GjmkeW.App\Controller\AuthScreenUnbindController" to "App\Controller\AuthScreenUnbindController".
Inlined service ".service_locator.9GjmkeW.App\Controller\FeedGetDataController" to "App\Controller\FeedGetDataController".
Inlined service ".service_locator.9GjmkeW.App\Controller\FeedSourceConfigGetController" to "App\Controller\FeedSourceConfigGetController".
Inlined service ".service_locator.9GjmkeW.App\Controller\MediaController" to "App\Controller\MediaController".
Inlined service ".service_locator.9GjmkeW.App\Controller\PlaylistScreenRegionDeleteController" to "App\Controller\PlaylistScreenRegionDeleteController".
Inlined service ".service_locator.9GjmkeW.App\Controller\PlaylistScreenRegionPutController" to "App\Controller\PlaylistScreenRegionPutController".
Inlined service ".service_locator.9GjmkeW.App\Controller\PlaylistSlideDeleteController" to "App\Controller\PlaylistSlideDeleteController".
Inlined service ".service_locator.9GjmkeW.App\Controller\PlaylistSlidePutController" to "App\Controller\PlaylistSlidePutController".
Inlined service ".service_locator.9GjmkeW.App\Controller\ScreenCampaignDeleteController" to "App\Controller\ScreenCampaignDeleteController".
Inlined service ".service_locator.9GjmkeW.App\Controller\ScreenCampaignPutController" to "App\Controller\ScreenCampaignPutController".
Inlined service ".service_locator.9GjmkeW.App\Controller\ScreenGroupCampaignDeleteController" to "App\Controller\ScreenGroupCampaignDeleteController".
Inlined service ".service_locator.9GjmkeW.App\Controller\ScreenGroupCampaignPutController" to "App\Controller\ScreenGroupCampaignPutController".
Inlined service ".service_locator.9GjmkeW.App\Controller\ScreenGroupsScreensDeleteController" to "App\Controller\ScreenGroupsScreensDeleteController".
Inlined service ".service_locator.9GjmkeW.App\Controller\ScreenGroupsScreensPutController" to "App\Controller\ScreenGroupsScreensPutController".
Inlined service ".service_locator.9GjmkeW.App\Controller\SlidePlaylistPutController" to "App\Controller\SlidePlaylistPutController".
Inlined service ".service_locator.9GjmkeW.App\Controller\UserActivateController" to "App\Controller\UserActivateController".
Inlined service ".service_locator.9GjmkeW.App\Controller\UserRefreshCodeController" to "App\Controller\UserRefreshCodeController".
Inlined service ".service_locator.9GjmkeW.App\Controller\UserRemoveFromTenantController" to "App\Controller\UserRemoveFromTenantController".
Inlined service "App\Feed\SourceType\Colibo\ApiClient" to "App\Feed\ColiboFeedType".
Inlined service "App\Feed\EventDatabaseApiV2Helper" to "App\Feed\EventDatabaseApiV2FeedType".
Inlined service "App\Service\KeyVaultService" to "App\InteractiveSlide\InstantBook".
Inlined service "App\OpenApi\OpenApiFactory.inner" to "App\OpenApi\OpenApiFactory".
Inlined service "App\Utils\PathUtils" to "App\OpenApi\OpenApiFactory".
Inlined service "App\Service\TenantFactory" to "App\Security\AzureOidcAuthenticator".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.JTJqkIQ" to "console.command.cache_pool_invalidate_tags".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "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 "api_platform.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.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "serializer".
Inlined service "api_platform.openapi.normalizer.legacy" to "serializer".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.hydra.normalizer.documentation" to "serializer".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "serializer".
Inlined service "api_platform.hydra.normalizer.error" to "serializer".
Inlined service "api_platform.problem.normalizer.validation_exception" to "serializer".
Inlined service "api_platform.problem.normalizer.error" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "api_platform.jsonld.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "api_platform.jsonopenapi.encoder" to "serializer".
Inlined service "api_platform.yamlopenapi.encoder" to "serializer".
Inlined service "api_platform.jsonld.encoder" to "serializer".
Inlined service "api_platform.problem.encoder" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "feeds.cache.recorder_inner" to "feeds.cache".
Inlined service "feed.without.expire.cache.recorder_inner" to "feed.without.expire.cache".
Inlined service "calendar.api.cache.recorder_inner" to "calendar.api.cache".
Inlined service "auth.screen.cache.recorder_inner" to "auth.screen.cache".
Inlined service "screen.status.cache.recorder_inner" to "screen.status.cache".
Inlined service "interactive_slide.cache.recorder_inner" to "interactive_slide.cache".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "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.T4TWq0P" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "api_platform.data_collector.request" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "liip_imagine.templating.filter_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.hOza0ai" to "twig.runtime_loader".
Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator._gSws2B" to "security.helper".
Inlined service ".service_locator.df1HHDL" to "security.helper".
Inlined service ".service_locator.2g8OMY0" to "security.helper".
Inlined service ".service_locator.5y4U6aa" to "security.helper".
Inlined service "api_platform.security.expression_language_provider" to "security.expression_language".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.a7Qqm6d" to "security.access_map".
Inlined service ".security.request_matcher.MSEasFX" to "security.access_map".
Inlined service ".security.request_matcher.MX1edNx" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.M_DUavi" to ".security.request_matcher.V8XY1fN".
Inlined service "security.firewall.map.config.login_screen" to "security.firewall.map.context.login_screen".
Inlined service ".security.request_matcher.4QnrVpk" to ".security.request_matcher.fCedUpY".
Inlined service "security.firewall.map.config.login_oidc" to "security.firewall.map.context.login_oidc".
Inlined service ".security.request_matcher.DOpX9tj" to ".security.request_matcher.a2AXnNN".
Inlined service "security.authentication.success_handler.api_token_refresh.refresh_jwt" to "security.authenticator.refresh_jwt.api_token_refresh".
Inlined service "security.authentication.failure_handler.api_token_refresh.refresh_jwt" to "security.authenticator.refresh_jwt.api_token_refresh".
Inlined service "debug.security.firewall.authenticator.api_token_refresh.inner" to "debug.security.firewall.authenticator.api_token_refresh".
Inlined service "security.exception_listener.api_token_refresh" to "security.firewall.map.context.api_token_refresh".
Inlined service "security.firewall.map.config.api_token_refresh" to "security.firewall.map.context.api_token_refresh".
Inlined service ".security.request_matcher.uMgqT4v" to ".security.request_matcher.GbZ8gsL".
Inlined service "security.authentication.success_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "security.authentication.failure_handler.login.json_login" to "security.authenticator.json_login.login".
Inlined service "debug.security.firewall.authenticator.login.inner" to "debug.security.firewall.authenticator.login".
Inlined service "security.exception_listener.login" to "security.firewall.map.context.login".
Inlined service "security.firewall.map.config.login" to "security.firewall.map.context.login".
Inlined service ".security.request_matcher.BPt7cqm" to ".security.request_matcher.nEzUa1o".
Inlined service "debug.security.firewall.authenticator.activation_code.inner" to "debug.security.firewall.authenticator.activation_code".
Inlined service "security.exception_listener.activation_code" to "security.firewall.map.context.activation_code".
Inlined service "security.firewall.map.config.activation_code" to "security.firewall.map.context.activation_code".
Inlined service ".security.request_matcher.ov9TX58" to ".security.request_matcher.Tryyph0".
Inlined service "debug.security.firewall.authenticator.api.inner" to "debug.security.firewall.authenticator.api".
Inlined service "security.exception_listener.api" to "security.firewall.map.context.api".
Inlined service "security.firewall.map.config.api" to "security.firewall.map.context.api".
Inlined service ".security.request_matcher.1sWVSLG" to ".security.request_matcher.a7Qqm6d".
Inlined service ".security.request_matcher.xjtlJpl" to ".security.request_matcher.MSEasFX".
Inlined service ".security.request_matcher.Zi0i8.d" to ".security.request_matcher.MX1edNx".
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 ".service_locator.x56CzHT" to "api_platform.state_provider.locator".
Inlined service ".service_locator.WbxYAr5" to "api_platform.state_processor.locator".
Inlined service "api_platform.error_listener" to "api_platform.listener.exception".
Inlined service "api_platform.serializer.context_builder.filter.inner" to "api_platform.serializer.context_builder.filter".
Inlined service "api_platform.serializer.mapping.class_metadata_factory.inner" to "api_platform.serializer.mapping.class_metadata_factory".
Inlined service "api_platform.cache.route_name_resolver.recorder_inner" to "api_platform.cache.route_name_resolver".
Inlined service "api_platform.state_provider.content_negotiation" to "api_platform.listener.request.add_format".
Inlined service "api_platform.state_provider.security_parameter" to "api_platform.listener.request.read".
Inlined service "api_platform.state_provider.access_checker.post_deserialize" to "api_platform.listener.request.deserialize".
Inlined service "api_platform.hydra.processor.link" to "api_platform.state_processor.add_link_header".
Inlined service "api_platform.state_processor.write" to "api_platform.listener.view.write".
Inlined service "api_platform.state_processor.serialize" to "api_platform.listener.view.serialize".
Inlined service ".service_locator.sL05zc0" to "api_platform.state_provider.parameter".
Inlined service "api_platform.state_processor.documentation.serialize" to "api_platform.state_processor.documentation.write".
Inlined service "api_platform.swagger_ui.documentation.provider" to "api_platform.state_provider.documentation.content_negotiation".
Inlined service "api_platform.cache.metadata.resource.recorder_inner" to "api_platform.cache.metadata.resource".
Inlined service "api_platform.metadata.resource.name_collection_factory.yaml" to "api_platform.metadata.resource.name_collection_factory.cached".
Inlined service "api_platform.metadata.resource.name_collection_factory.xml" to "api_platform.metadata.resource.name_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.name_collection_factory.concerns" to "api_platform.metadata.resource.name_collection_factory.attributes".
Inlined service "api_platform.metadata.resource.name_collection_factory.attributes" to "api_platform.metadata.resource.name_collection_factory.class_name".
Inlined service "api_platform.metadata.property.name_collection_factory.yaml" to "api_platform.metadata.property.name_collection_factory.cached".
Inlined service "api_platform.metadata.property.name_collection_factory.property_info" to "api_platform.metadata.property.name_collection_factory.xml".
Inlined service "api_platform.metadata.property.name_collection_factory.xml" to "api_platform.metadata.property.name_collection_factory.concerns".
Inlined service "api_platform.metadata.property.metadata_factory.xml" to "api_platform.metadata.property.metadata_factory.property_info".
Inlined service "api_platform.metadata.property.metadata_factory.identifier" to "api_platform.metadata.property.metadata_factory.attribute".
Inlined service "api_platform.doctrine.orm.metadata.property.metadata_factory" to "api_platform.metadata.property.metadata_factory.serializer".
Inlined service "api_platform.json_schema.metadata.property.metadata_factory.schema" to "api_platform.metadata.property.metadata_factory.cached".
Inlined service "api_platform.metadata.property.metadata_factory.serializer" to "api_platform.metadata.property.metadata_factory.default_property".
Inlined service "api_platform.metadata.property.metadata_factory.default_property" to "api_platform.metadata.property.metadata_factory.identifier".
Inlined service "api_platform.cache.metadata.property.recorder_inner" to "api_platform.cache.metadata.property".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.parameter" to "api_platform.metadata.resource.metadata_collection_factory.xml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.xml" to "api_platform.metadata.resource.metadata_collection_factory.concerns".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.yaml" to "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.not_exposed_operation" to "api_platform.metadata.resource.metadata_collection_factory.backed_enum".
Inlined service "api_platform.path_segment_name_generator.dash" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.backed_enum" to "api_platform.metadata.resource.metadata_collection_factory.uri_template".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.uri_template" to "api_platform.metadata.resource.metadata_collection_factory.main_controller".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.main_controller" to "api_platform.metadata.resource.metadata_collection_factory.link".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.link" to "api_platform.metadata.resource.metadata_collection_factory.operation_name".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.operation_name" to "api_platform.metadata.resource.metadata_collection_factory.input_output".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.input_output" to "api_platform.metadata.resource.metadata_collection_factory.formats".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.formats" to "api_platform.metadata.resource.metadata_collection_factory.filters".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.filters" to "api_platform.metadata.resource.metadata_collection_factory.alternate_uri".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.attributes" to "api_platform.metadata.resource.metadata_collection_factory.deprecations".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.deprecations" to "api_platform.metadata.resource.metadata_collection_factory.parameter".
Inlined service "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.cache.metadata.resource_collection.recorder_inner" to "api_platform.cache.metadata.resource_collection".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.alternate_uri" to "api_platform.metadata.resource.metadata_collection_factory.php_doc".
Inlined service "api_platform.metadata.resource.name_collection_factory.class_name" to "api_platform.metadata.resource.name_collection_factory.yaml".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.concerns" to "api_platform.metadata.resource.metadata_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.attribute" to "api_platform.metadata.property.metadata_factory.yaml".
Inlined service "api_platform.metadata.property.name_collection_factory.concerns" to "api_platform.metadata.property.name_collection_factory.yaml".
Inlined service "api_platform.metadata.property.metadata_factory.validator" to "api_platform.json_schema.metadata.property.metadata_factory.schema".
Inlined service "api_platform.hydra.json_schema.schema_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~hAVxDYv" to ".1_Serializer~hAVxDYv".
Inlined service "api_platform.serializer.context_builder.filter" to "api_platform.openapi.serializer_context_builder".
Inlined service "api_platform.openapi.normalizer.legacy.inner" to "api_platform.openapi.normalizer.legacy".
Inlined service "api_platform.swagger_ui.documentation.provider.inner" to "api_platform.swagger_ui.documentation.provider".
Inlined service "api_platform.state_provider.parameter" to "api_platform.swagger_ui.provider".
Inlined service "api_platform.hydra.processor.link.inner" to "api_platform.hydra.processor.link".
Inlined service "api_platform.hydra.json_schema.schema_factory.inner" to "api_platform.hydra.json_schema.schema_factory".
Inlined service "api_platform.hydra.normalizer.partial_collection_view.inner" to "api_platform.hydra.normalizer.partial_collection_view".
Inlined service "api_platform.hydra.normalizer.partial_collection_view" to "api_platform.hydra.normalizer.collection_filters".
Inlined service "api_platform.pagination" to "api_platform.doctrine.orm.query_extension.pagination".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.doctrine.orm.metadata.resource.metadata_collection_factory".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory.inner" to "api_platform.doctrine.orm.metadata.resource.link_factory".
Inlined service "api_platform.state_processor.add_link_header" to "api_platform.http_cache.processor.add_headers".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.state_provider.access_checker.post_validate" to "api_platform.listener.view.validate".
Inlined service "api_platform.state_provider.parameter_validator.inner" to "api_platform.state_provider.parameter_validator".
Inlined service "api_platform.validator.query_parameter_validator" to "api_platform.listener.view.validate_query_parameters".
Inlined service "debug.var_dumper.cloner" to "debug.api_platform.debug_resource.command".
Inlined service "debug.var_dumper.cli_dumper" to "debug.api_platform.debug_resource.command".
Inlined service "api_platform.state_provider.access_checker.post_deserialize.inner" to "api_platform.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.state_provider.security_parameter.inner" to "api_platform.state_provider.security_parameter".
Inlined service "api_platform.state_provider.access_checker.post_validate.inner" to "api_platform.state_provider.access_checker.post_validate".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.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.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.Tq0LTai" 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.qZw9NfC" 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.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service ".service_locator.eNw3zrU" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service "nelmio_alice.generator.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
Inlined service "nelmio_alice.generator.instantiator.resolver" to "nelmio_alice.generator.instantiator.existing_instance".
Inlined service "nelmio_alice.generator.instantiator.registry" to "nelmio_alice.generator.instantiator.resolver".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.instantiator.chainable.static_factory_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator" to "nelmio_alice.generator.instantiator.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.list_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.optional_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.variable_value_resolver" to "nelmio_alice.generator.resolver.value.registry".
Inlined service "nelmio_alice.generator.resolver.value.chainable.faker_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.php_value_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.php_value_resolver" to "nelmio_alice.generator.resolver.value.chainable.function_argument_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver" to "nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver".
Inlined service "nelmio_alice.generator.resolver.value.unique_values_pool" to "nelmio_alice.generator.resolver.value.chainable.unique_value_resolver".
Inlined service "nelmio_alice.generator.resolver.fixture_set.simple" to "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.fixture_bag.template_bag" to "nelmio_alice.generator.resolver.fixture_set.simple".
Inlined service "nelmio_alice.generator.resolver.parameter_bag.simple" to "nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters".
Inlined service "nelmio_alice.generator.resolver.parameter.registry" to "nelmio_alice.generator.resolver.parameter_bag.simple".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.registry".
Inlined service "nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver" to "nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver".
Inlined service "nelmio_alice.generator.caller.registry" to "nelmio_alice.generator.caller.simple".
Inlined service "nelmio_alice.generator.caller.chainable.configurator_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.method_call_with_reference" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.optional_method_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.caller.chainable.simple_call" to "nelmio_alice.generator.caller.registry".
Inlined service "nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.complete" to "nelmio_alice.generator.double_pass".
Inlined service "nelmio_alice.generator.object_generator.simple" to "nelmio_alice.generator.object_generator.complete".
Inlined service "nelmio_alice.generator.instantiator.existing_instance" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.hydrator.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.generator.caller.simple" to "nelmio_alice.generator.object_generator.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple" to "nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range" to "nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.element".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique" to "nelmio_alice.fixture_builder.denormalizer.flag_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser" to "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.string_parser" to "nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.simple_parser" to "nelmio_alice.fixture_builder.expression_language.parser.string_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry" to "nelmio_alice.fixture_builder.expression_language.parser.simple_parser".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.function_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer".
Inlined service "nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer" to "nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.simple" to "nelmio_alice.fixture_builder.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.simple".
Inlined service "nelmio_alice.file_parser.registry" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.default_include_processor" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "nelmio_alice.file_parser.chainable.yaml" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.php" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.chainable.json" to "nelmio_alice.file_parser.registry".
Inlined service "nelmio_alice.file_parser.symfony_yaml" to "nelmio_alice.file_parser.chainable.yaml".
Inlined service "nelmio_alice.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
Inlined service "vich_uploader.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime".
Inlined service ".service_locator.O2p6Lk7.ItkDev\OpenIdConnectBundle\Controller\LoginController" to "ItkDev\OpenIdConnectBundle\Controller\LoginController".
Inlined service "lexik_jwt_authentication.payload_enrichment" to "lexik_jwt_authentication.jwt_manager".
Inlined service "lexik_jwt_authentication.extractor.authorization_header_extractor" to "lexik_jwt_authentication.extractor.chain_extractor".
Inlined service "App\OpenApi\OpenApiFactory" to "lexik_jwt_authentication.api_platform.openapi.factory".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_body" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_parameter" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "gesdinet.jwtrefreshtoken.request.extractor.request_cookie" to "gesdinet.jwtrefreshtoken.request.extractor.chain".
Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.filter.post_processor.cwebp" to "liip_imagine.filter.manager".
Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
Inlined service "api_platform.maker.command.state_processor" to "maker.auto_command.make_state_processor".
Inlined service "api_platform.maker.command.state_provider" to "maker.auto_command.make_state_provider".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.uid" to ".debug.value_resolver.argument_resolver.uid".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "api_platform.argument_resolver.payload" to ".debug.value_resolver.api_platform.argument_resolver.payload".
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 "http_client.uri_template" to ".debug.http_client".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\Voter\UserVoter" to ".debug.security.voter.App\Security\Voter\UserVoter".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "debug.security.event_dispatcher.api_token_refresh.inner" to "debug.security.event_dispatcher.api_token_refresh".
Inlined service "debug.security.event_dispatcher.login.inner" to "debug.security.event_dispatcher.login".
Inlined service "debug.security.event_dispatcher.activation_code.inner" to "debug.security.event_dispatcher.activation_code".
Inlined service "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service ".service_locator.bN.V_Nq" to ".service_locator.bN.V_Nq.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.O2p6Lk7" to ".service_locator.O2p6Lk7.ItkDev\OpenIdConnectBundle\Controller\LoginController".
Inlined service "api_platform.pagination_options" to "App\OpenApi\OpenApiFactory.inner".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.Pc4BK4x" to "debug.argument_resolver.inner".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.hydra.json_schema.schema_factory.inner".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.validator" to "api_platform.state_provider.access_checker.post_validate.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~hAVxDYv" to "api_platform.openapi.normalizer.api_gateway.inner".
Inlined service "api_platform.openapi.normalizer.api_gateway.inner" to "api_platform.openapi.normalizer.legacy.inner".
Inlined service ".service_locator.gDu_tup" to "console.command_loader".
Inlined service ".service_locator.bN.V_Nq.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "config_cache_factory" to "router".
Inlined service "App\DataFixtures\Faker\Provider\LicenseProvider" to "Faker\Generator".
Inlined service "App\DataFixtures\Faker\Provider\MediaProvider" to "Faker\Generator".
Inlined service "App\DataFixtures\Faker\Provider\RRuleProvider" to "Faker\Generator".
Inlined service "App\DataFixtures\Faker\Provider\ResourceProvider" to "Faker\Generator".
Inlined service "App\DataFixtures\Faker\Provider\UlidProvider" to "Faker\Generator".
Inlined service "nelmio_alice.faker.provider.alice" to "Faker\Generator".
Inlined service "nelmio_alice.fixture_builder.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.double_pass" to "nelmio_alice.data_loader".
Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
Inlined service "hautelook_alice.loader.doctrine_orm_loader" to "hautelook_alice.loader".
Inlined service "hautelook_alice.locator.env_directory" to "hautelook_alice.locator".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
Inlined service "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 "serializer.encoder.json" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "serializer".
Inlined service "api_platform.serializer.normalizer.item" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "api_platform.doctrine.orm.metadata.resource.link_factory" to "api_platform.metadata.resource.metadata_collection_factory.cached".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer" to "nelmio_alice.fixture_builder.denormalizer.specs.simple".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper" to "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "hautelook_alice.alice.file_locator.kernel" to "nelmio_alice.file_parser.runtime_cache".
Inlined service "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 "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.specs.simple" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.flag_parser.element" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.resolver.value.registry" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.generator.named_arguments_resolver" to "nelmio_alice.data_loader".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.property_accessor.std" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
Inlined service "nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer" to "nelmio_alice.data_loader".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api_token_refresh", "debug.security.firewall.authenticator.login", "debug.security.firewall.authenticator.activation_code", "debug.security.firewall.authenticator.api", "api_platform.serializer.mapping.class_metadata_factory", "api_platform.json_schema.backward_compatible_schema_factory", "api_platform.openapi.serializer_context_builder", "api_platform.http_cache.processor.add_headers", "doctrine.migrations.container_aware_migrations_factory", "lexik_jwt_authentication.api_platform.openapi.factory", ".debug.http_client", "debug.security.event_dispatcher.api_token_refresh", "debug.security.event_dispatcher.login", "debug.security.event_dispatcher.activation_code", "debug.security.event_dispatcher.api", "event_dispatcher", but was never used.