Method "Symfony\Component\DependencyInjection\Extension\ExtensionInterface::load()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\SensioFrameworkExtraExtension" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddParamConverterPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\OptimizerPass" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process()" might add "void" as a native return type declaration in the future. Do the same in implementation "Sensio\Bundle\FrameworkExtraBundle\DependencyInjection\Compiler\AddExpressionLanguageProvidersPass" 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 symfony/framework-bundle 6.4: Enabling the integration of Doctrine annotations is deprecated. Set the "framework.annotations.enabled" config option to false.
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:908 called by DoctrineExtension.php:526, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:917 called by DoctrineExtension.php:526, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
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.1: GraphQL Playground is deprecated and will be removed in API Platform 4.0. Only GraphiQL will be available in the future. Set api_platform.graphql.graphql_playground to false in the configuration to remove this deprecation.
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 symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.clean.resources" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.clean.assets" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.inject.resources" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.remove.resources" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.upload.resources" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.inject.assets" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.remove.assets" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "vich_uploader.listener.upload.assets" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
The "Symfony\WebpackEncoreBundle\CacheWarmer\EntrypointCacheWarmer::doWarmUp()" method will require a new "string|null $buildDir" argument in the next major version of its parent class "Symfony\Bundle\FrameworkBundle\CacheWarmer\AbstractPhpFileCacheWarmer", not defining it is deprecated.
The "Vich\UploaderBundle\Metadata\CacheWarmer::warmUp()" method will require a new "string|null $buildDir" argument in the next major version of its interface "Symfony\Component\HttpKernel\CacheWarmer\WarmableInterface", not defining it is deprecated.
Since symfony/dependency-injection 6.4: "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" is deprecated, use dependency injection in your fixtures instead.
The "Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader" class extends "Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader" that is deprecated since Symfony 6.4, use dependency injection in your fixtures instead.
Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
Since symfony/routing 6.4: Passing an instance of "Doctrine\Common\Annotations\Reader" as first and the environment as second argument to "Symfony\Component\Routing\Loader\AttributeClassLoader::__construct" is deprecated. Pass the environment as first argument instead.
Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\CleanListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\InjectListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\RemoveListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since symfony/doctrine-bridge 6.3: Registering "Vich\UploaderBundle\EventListener\Doctrine\UploadListener" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.
Since api-platform/core 3.1: In API Platform 4 PUT will always replace the data, use extraProperties["standard_put"] to "true" on every operation to avoid breaking PUT's behavior. Use PATCH to use the old behavior.
Annotations support is deprecated, migrate your application to use attributes and pass an instance of Gedmo\Mapping\Driver\AttributeReader to the Gedmo\Mapping\MappedEventSubscriber::setAnnotationReader() method instead. (MappedEventSubscriber.php:196 called by Chamilo_KernelDevDebugContainer.php:31721, https://github.com/doctrine-extensions/DoctrineExtensions/pull/2772, package gedmo/doctrine-extensions)
Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
"SELECT t0.id AS id_1, t0.title AS title_2, t0.code AS code_3, t0.visual_code AS visual_code_4, t0.directory AS directory_5, t0.course_language AS course_language_6, t0.description AS description_7, t0.introduction AS introduction_8, t0.visibility AS visibility_9, t0.show_score AS show_score_10, t0.tutor_name AS tutor_name_11, t0.department_name AS department_name_12, t0.department_url AS department_url_13, t0.video_url AS video_url_14, t0.sticky AS sticky_15, t0.disk_quota AS disk_quota_16, t0.last_visit AS last_visit_17, t0.last_edit AS last_edit_18, t0.creation_date AS creation_date_19, t0.expiration_date AS expiration_date_20, t0.subscribe AS subscribe_21, t0.unsubscribe AS unsubscribe_22, t0.registration_code AS registration_code_23, t0.legal AS legal_24, t0.activate_legal AS activate_legal_25, t0.add_teachers_to_sessions_courses AS add_teachers_to_sessions_courses_26, t0.course_type_id AS course_type_id_27, t0.duration AS duration_28, t0.popularity AS popularity_29, t0.resource_node_id AS resource_node_id_30, t0.room_id AS room_id_31 FROM course t0 WHERE t0.id = ?"
(parameters:
[1 => 10]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.code AS code_3, t0.visual_code AS visual_code_4, t0.directory AS directory_5, t0.course_language AS course_language_6, t0.description AS description_7, t0.introduction AS introduction_8, t0.visibility AS visibility_9, t0.show_score AS show_score_10, t0.tutor_name AS tutor_name_11, t0.department_name AS department_name_12, t0.department_url AS department_url_13, t0.video_url AS video_url_14, t0.sticky AS sticky_15, t0.disk_quota AS disk_quota_16, t0.last_visit AS last_visit_17, t0.last_edit AS last_edit_18, t0.creation_date AS creation_date_19, t0.expiration_date AS expiration_date_20, t0.subscribe AS subscribe_21, t0.unsubscribe AS unsubscribe_22, t0.registration_code AS registration_code_23, t0.legal AS legal_24, t0.activate_legal AS activate_legal_25, t0.add_teachers_to_sessions_courses AS add_teachers_to_sessions_courses_26, t0.course_type_id AS course_type_id_27, t0.duration AS duration_28, t0.popularity AS popularity_29, t0.resource_node_id AS resource_node_id_30, t0.room_id AS room_id_31 FROM course t0 WHERE t0.id = ?"
"params" => [1 => 10]
"types" => [1 => 1]
]
"SELECT l0_.id AS id_0, l0_.original_name AS original_name_1, l0_.english_name AS english_name_2, l0_.isocode AS isocode_3, l0_.available AS available_4 FROM language l0_ WHERE l0_.available = ? ORDER BY l0_.english_name ASC"
(parameters:
[1 => 1]
, types:
[1 => 5]
)
doctrine
[
"sql" => "SELECT l0_.id AS id_0, l0_.original_name AS original_name_1, l0_.english_name AS english_name_2, l0_.isocode AS isocode_3, l0_.available AS available_4 FROM language l0_ WHERE l0_.available = ? ORDER BY l0_.english_name ASC"
"params" => [1 => 1]
"types" => [1 => 5]
]
Log messages generated during the compilation of the service container.
Messages
Class
1163
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\AzureSyncUsergroupsCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\AzureSyncUsergroupsCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\AzureSyncUsergroupsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\AzureSyncUsergroupsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\AzureSyncUsersCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\AzureSyncUsersCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\AzureSyncUsersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\AzureSyncUsersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ClearTempUploadsCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\ClearTempUploadsCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\ClearTempUploadsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ClearTempUploadsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\CreateCoursesFromStructuredFileCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\CreateCoursesFromStructuredFileCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\CreateCoursesFromStructuredFileCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\CreateCoursesFromStructuredFileCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\DeactivateUsersWithNoActiveSessionCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\DeactivateUsersWithNoActiveSessionCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\DeactivateUsersWithNoActiveSessionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\DeactivateUsersWithNoActiveSessionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ImportAccessUrlCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\ImportAccessUrlCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\ImportAccessUrlCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ImportAccessUrlCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\LpProgressReminderCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\LpProgressReminderCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\LpProgressReminderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\LpProgressReminderCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ProcessUserDataRequestsCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\ProcessUserDataRequestsCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\ProcessUserDataRequestsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ProcessUserDataRequestsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ReinscriptionCheckCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\ReinscriptionCheckCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\ReinscriptionCheckCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ReinscriptionCheckCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendCourseExpirationEmailsCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\SendCourseExpirationEmailsCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\SendCourseExpirationEmailsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendCourseExpirationEmailsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendCourseExpirationRemindersCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\SendCourseExpirationRemindersCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\SendCourseExpirationRemindersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendCourseExpirationRemindersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendEventRemindersCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\SendEventRemindersCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\SendEventRemindersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendEventRemindersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendNotificationsCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\SendNotificationsCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\SendNotificationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendNotificationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendScheduledAnnouncementsCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\SendScheduledAnnouncementsCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\SendScheduledAnnouncementsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendScheduledAnnouncementsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SessionRepetitionCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\SessionRepetitionCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\SessionRepetitionCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SessionRepetitionCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\UpdateSessionStatusCommand" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\UpdateSessionStatusCommand).
Resolving inheritance for "Chamilo\CoreBundle\Command\UpdateSessionStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\UpdateSessionStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\UpdateVueTranslations" (parent: .abstract.instanceof.Chamilo\CoreBundle\Command\UpdateVueTranslations).
Resolving inheritance for "Chamilo\CoreBundle\Command\UpdateVueTranslations" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\UpdateVueTranslations).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AccessUrlController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\AccessUrlController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AccessUrlController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AccessUrlController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\AccessUrlController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AccessUrlController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AccountController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AccountController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\AdminController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\AdminController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\IndexBlocksController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\IndexBlocksController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\IndexBlocksController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\IndexBlocksController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Admin\IndexBlocksController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\IndexBlocksController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\PluginsController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\PluginsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\PluginsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\PluginsController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Admin\PluginsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\PluginsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\SecurityController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\SecurityController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\SessionAdminController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\SessionAdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\SessionAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\SessionAdminController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Admin\SessionAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\SessionAdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\SettingsController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\SettingsController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Admin\SettingsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\SettingsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AiController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\AiController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AiController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AiController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\AiController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AiController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\CLinkDetailsController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CLinkDetailsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\CLinkDetailsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\CLinkDetailsController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\CLinkDetailsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\CLinkDetailsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\CheckCLinkAction" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CheckCLinkAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\CheckCLinkAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\CheckCLinkAction).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\CheckCLinkAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\CheckCLinkAction).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateBlogAttachmentAction.0.Chamilo\CoreBundle\Controller\Api\CreateBlogAttachmentAction" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateBlogAttachmentAction).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\CreateBlogAttachmentAction" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\CreateBlogAttachmentAction.0.Chamilo\CoreBundle\Controller\Api\CreateBlogAttachmentAction).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateCBlogAction.0.Chamilo\CoreBundle\Controller\Api\CreateCBlogAction" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateCBlogAction).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\CreateCBlogAction" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\CreateCBlogAction.0.Chamilo\CoreBundle\Controller\Api\CreateCBlogAction).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateDropboxFileAction.0.Chamilo\CoreBundle\Controller\Api\CreateDropboxFileAction" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateDropboxFileAction).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\CreateDropboxFileAction" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\CreateDropboxFileAction.0.Chamilo\CoreBundle\Controller\Api\CreateDropboxFileAction).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateSessionWithUsersAndCoursesAction.0.Chamilo\CoreBundle\Controller\Api\CreateSessionWithUsersAndCoursesAction" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateSessionWithUsersAndCoursesAction).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\CreateSessionWithUsersAndCoursesAction" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\CreateSessionWithUsersAndCoursesAction.0.Chamilo\CoreBundle\Controller\Api\CreateSessionWithUsersAndCoursesAction).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction.0.Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction.0.Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction.0.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction.0.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\GetCourseStatsAction.0.Chamilo\CoreBundle\Controller\Api\GetCourseStatsAction" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\GetCourseStatsAction).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\GetCourseStatsAction" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\GetCourseStatsAction.0.Chamilo\CoreBundle\Controller\Api\GetCourseStatsAction).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\GetStatsAction.0.Chamilo\CoreBundle\Controller\Api\GetStatsAction" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\GetStatsAction).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\GetStatsAction" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\GetStatsAction.0.Chamilo\CoreBundle\Controller\Api\GetStatsAction).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\LikeSocialPostController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\LikeSocialPostController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\LikeSocialPostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\LikeSocialPostController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\LikeSocialPostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\LikeSocialPostController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink.0.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\UpdatePositionLink" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink.0.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController.0.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController.0.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Controller\Api\VideoConferenceCallbackController.0.Chamilo\CoreBundle\Controller\Api\VideoConferenceCallbackController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\Api\VideoConferenceCallbackController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\Api\VideoConferenceCallbackController" (parent: .instanceof.Chamilo\CoreBundle\Controller\Api\VideoConferenceCallbackController.0.Chamilo\CoreBundle\Controller\Api\VideoConferenceCallbackController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AttendanceController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\AttendanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AttendanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AttendanceController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\AttendanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AttendanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\BadgeController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\BadgeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\BadgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\BadgeController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\BadgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\BadgeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CatalogueController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\CatalogueController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CatalogueController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CatalogueController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\CatalogueController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CatalogueController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CertificateController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CertificateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CertificateController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\CertificateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CertificateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ChatController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\ChatController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ChatController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ChatController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\ChatController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ChatController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ContactCategoryController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\ContactCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ContactCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ContactCategoryController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\ContactCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ContactCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ContactController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ContactController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CourseController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\CourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CourseController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\CourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CourseMaintenanceController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\CourseMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CourseMaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CourseMaintenanceController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\CourseMaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CourseMaintenanceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CoursesController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\CoursesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CoursesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CoursesController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\CoursesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CoursesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\DropboxController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\DropboxController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\DropboxController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\DropboxController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\DropboxController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\DropboxController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\EditorController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\EditorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\EditorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\EditorController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\EditorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\EditorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ExceptionController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\ExceptionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ExceptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ExceptionController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\ExceptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ExceptionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\FileManagerController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\FileManagerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\FileManagerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\FileManagerController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\FileManagerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\FileManagerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\GradebookController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\GradebookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\GradebookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\GradebookController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\GradebookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\GradebookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\IndexController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\IndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\IndexController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\IndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\IndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\NewsController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\NewsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\NewsController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\NewsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\NewsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OnlineController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OnlineController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OnlineController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\OnlineController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OnlineController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PageController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PageController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PageController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PermissionsController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\PermissionsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PermissionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PermissionsController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\PermissionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PermissionsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PlatformConfigurationController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\PlatformConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PlatformConfigurationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PlatformConfigurationController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\PlatformConfigurationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PlatformConfigurationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PushNotificationController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\PushNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PushNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PushNotificationController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\PushNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PushNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PwaController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\PwaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PwaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PwaController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\PwaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PwaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ResetPasswordController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ResetPasswordController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ResetPasswordController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ResourceController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ResourceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ResourceController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\ResourceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ResourceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\SecurityController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\SecurityController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\SessionController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\SessionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\SessionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\SessionController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\SessionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\SessionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\SocialController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\SocialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\SocialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\SocialController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\SocialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\SocialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\StudentPublicationController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\StudentPublicationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\StudentPublicationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\StudentPublicationController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\StudentPublicationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\StudentPublicationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\TemplateController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\TemplateController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\TemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\TemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ThemeController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ThemeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ThemeController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\ThemeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ThemeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ToolController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\ToolController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ToolController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ToolController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\ToolController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ToolController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\UserController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\UserController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\UserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ValidationTokenController" (parent: .abstract.instanceof.Chamilo\CoreBundle\Controller\ValidationTokenController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ValidationTokenController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ValidationTokenController).
Resolving inheritance for "Chamilo\CoreBundle\Controller\ValidationTokenController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ValidationTokenController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\AccessGroupFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\AccessGroupFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\AccessGroupFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\AccessGroupFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\AccessUserFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\AccessUserFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\AccessUserFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\AccessUserFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\AccessUserUrlFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\AccessUserUrlFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\AccessUserUrlFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\AccessUserUrlFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\BranchFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\BranchFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\BranchFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\BranchFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\ColorThemeFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\ColorThemeFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\ColorThemeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\ColorThemeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\CourseCategoryFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\CourseCategoryFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\CourseCategoryFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\CourseCategoryFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\CourseTypeFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\CourseTypeFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\CourseTypeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\CourseTypeFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\ExtraFieldFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\ExtraFieldFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\ExtraFieldFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\ExtraFieldFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\LanguageFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\LanguageFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\LanguageFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\LanguageFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\PageFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\PageFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\PageFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\PageFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\PermissionFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\PermissionFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\PermissionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\PermissionFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\ResourceFormatFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\ResourceFormatFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\ResourceFormatFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\ResourceFormatFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\RoleFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\RoleFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\RoleFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\RoleFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SequenceFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SequenceFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\SequenceFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SequenceFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SettingsCurrentFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SettingsCurrentFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\SettingsCurrentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SettingsCurrentFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SettingsValueTemplateFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SettingsValueTemplateFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\SettingsValueTemplateFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SettingsValueTemplateFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SkillFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SkillFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\SkillFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SkillFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SysAnnouncementFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SysAnnouncementFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\SysAnnouncementFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SysAnnouncementFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SystemTemplateFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SystemTemplateFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\SystemTemplateFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SystemTemplateFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\TicketFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\TicketFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\TicketFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\TicketFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\UserFriendRelationTypeFixtures" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataFixtures\UserFriendRelationTypeFixtures).
Resolving inheritance for "Chamilo\CoreBundle\DataFixtures\UserFriendRelationTypeFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\UserFriendRelationTypeFixtures).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CCalendarEventExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CCalendarEventExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\CCalendarEventExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CCalendarEventExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CDocumentExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CDocumentExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\CDocumentExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CDocumentExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CStudentPublicationExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CStudentPublicationExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\CStudentPublicationExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CStudentPublicationExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CToolExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CToolExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\CToolExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CToolExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CToolIntroExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CToolIntroExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\CToolIntroExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CToolIntroExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CourseExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CourseExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\CourseExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CourseExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CourseRelUserExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CourseRelUserExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\CourseRelUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CourseRelUserExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\MessageExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\MessageExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\MessageExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\MessageExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\MessageRelUserExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\MessageRelUserExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\MessageRelUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\MessageRelUserExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\MessageTagExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\MessageTagExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\MessageTagExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\MessageTagExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\PageExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\PageExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\PageExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\PageExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\PersonalFileExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\PersonalFileExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\PersonalFileExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\PersonalFileExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\SessionRelUserExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\SessionRelUserExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\SessionRelUserExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\SessionRelUserExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\SocialPostExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\SocialPostExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\SocialPostExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\SocialPostExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\TrackEAttemptQualifyExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\TrackEAttemptQualifyExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\TrackEAttemptQualifyExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\TrackEAttemptQualifyExtension).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\TrackEExerciseExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\TrackEExerciseExtension).
Resolving inheritance for "Chamilo\CoreBundle\DataProvider\Extension\TrackEExerciseExtension" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\TrackEExerciseExtension).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\AnonymousUserSubscriber" (parent: .abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\AnonymousUserSubscriber).
Resolving inheritance for "Chamilo\CoreBundle\EventSubscriber\AnonymousUserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\AnonymousUserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\LocaleSubscriber" (parent: .abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\LocaleSubscriber).
Resolving inheritance for "Chamilo\CoreBundle\EventSubscriber\LocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\LocaleSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\LoginFailureSubscriber" (parent: .abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\LoginFailureSubscriber).
Resolving inheritance for "Chamilo\CoreBundle\EventSubscriber\LoginFailureSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\LoginFailureSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\PaginationSubscriber" (parent: .abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\PaginationSubscriber).
Resolving inheritance for "Chamilo\CoreBundle\EventSubscriber\PaginationSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\PaginationSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\SwitchUserSubscriber" (parent: .abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\SwitchUserSubscriber).
Resolving inheritance for "Chamilo\CoreBundle\EventSubscriber\SwitchUserSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\SwitchUserSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\UserLocaleSubscriber" (parent: .abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for "Chamilo\CoreBundle\EventSubscriber\UserLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\UserLocaleSubscriber).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\CidFilter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Filter\CidFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\CidFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\CidFilter).
Resolving inheritance for "Chamilo\CoreBundle\Filter\CidFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\CidFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\GlobalEventFilter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Filter\GlobalEventFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\GlobalEventFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\GlobalEventFilter).
Resolving inheritance for "Chamilo\CoreBundle\Filter\GlobalEventFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\GlobalEventFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\ParentNullFilter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Filter\ParentNullFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\ParentNullFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\ParentNullFilter).
Resolving inheritance for "Chamilo\CoreBundle\Filter\ParentNullFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\ParentNullFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\PartialSearchOrFilter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Filter\PartialSearchOrFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\PartialSearchOrFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\PartialSearchOrFilter).
Resolving inheritance for "Chamilo\CoreBundle\Filter\PartialSearchOrFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\PartialSearchOrFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\SidFilter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Filter\SidFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\SidFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\SidFilter).
Resolving inheritance for "Chamilo\CoreBundle\Filter\SidFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\SidFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\SocialWallFilter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Filter\SocialWallFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\SocialWallFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\SocialWallFilter).
Resolving inheritance for "Chamilo\CoreBundle\Filter\SocialWallFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\SocialWallFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\UserExtraFieldFilter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Filter\UserExtraFieldFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\UserExtraFieldFilter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\UserExtraFieldFilter).
Resolving inheritance for "Chamilo\CoreBundle\Filter\UserExtraFieldFilter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\UserExtraFieldFilter).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\BranchType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\BranchType).
Resolving inheritance for "Chamilo\CoreBundle\Form\BranchType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\BranchType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ChangePasswordFormType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\ChangePasswordFormType).
Resolving inheritance for "Chamilo\CoreBundle\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ChangePasswordFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ChangePasswordType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\ChangePasswordType).
Resolving inheritance for "Chamilo\CoreBundle\Form\ChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ContactCategoryType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\ContactCategoryType).
Resolving inheritance for "Chamilo\CoreBundle\Form\ContactCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ContactCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ContactType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\ContactType).
Resolving inheritance for "Chamilo\CoreBundle\Form\ContactType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ContactType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CourseHomeToolType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\CourseHomeToolType).
Resolving inheritance for "Chamilo\CoreBundle\Form\CourseHomeToolType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CourseHomeToolType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumCategoryType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\CurriculumCategoryType).
Resolving inheritance for "Chamilo\CoreBundle\Form\CurriculumCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumItemRelUserCollectionType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\CurriculumItemRelUserCollectionType).
Resolving inheritance for "Chamilo\CoreBundle\Form\CurriculumItemRelUserCollectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumItemRelUserCollectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumItemRelUserType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\CurriculumItemRelUserType).
Resolving inheritance for "Chamilo\CoreBundle\Form\CurriculumItemRelUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumItemRelUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumItemType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\CurriculumItemType).
Resolving inheritance for "Chamilo\CoreBundle\Form\CurriculumItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumItemType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ExtraFieldType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\ExtraFieldType).
Resolving inheritance for "Chamilo\CoreBundle\Form\ExtraFieldType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ExtraFieldType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\JuryMembersType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\JuryMembersType).
Resolving inheritance for "Chamilo\CoreBundle\Form\JuryMembersType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\JuryMembersType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\JuryType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\JuryType).
Resolving inheritance for "Chamilo\CoreBundle\Form\JuryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\JuryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\JuryUserType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\JuryUserType).
Resolving inheritance for "Chamilo\CoreBundle\Form\JuryUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\JuryUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\PermissionType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\PermissionType).
Resolving inheritance for "Chamilo\CoreBundle\Form\PermissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\PermissionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ProfileType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\ProfileType).
Resolving inheritance for "Chamilo\CoreBundle\Form\ProfileType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ProfileType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\QuestionScoreNameType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\QuestionScoreNameType).
Resolving inheritance for "Chamilo\CoreBundle\Form\QuestionScoreNameType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\QuestionScoreNameType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\QuestionScoreType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\QuestionScoreType).
Resolving inheritance for "Chamilo\CoreBundle\Form\QuestionScoreType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\QuestionScoreType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\ResetPasswordRequestFormType).
Resolving inheritance for "Chamilo\CoreBundle\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ResetPasswordRequestFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\SessionPathType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\SessionPathType).
Resolving inheritance for "Chamilo\CoreBundle\Form\SessionPathType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\SessionPathType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\SessionTreeType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\SessionTreeType).
Resolving inheritance for "Chamilo\CoreBundle\Form\SessionTreeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\SessionTreeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\SessionType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\SessionType).
Resolving inheritance for "Chamilo\CoreBundle\Form\SessionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\SessionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\CourseType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\Type\CourseType).
Resolving inheritance for "Chamilo\CoreBundle\Form\Type\CourseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\CourseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\IllustrationType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\Type\IllustrationType).
Resolving inheritance for "Chamilo\CoreBundle\Form\Type\IllustrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\IllustrationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceCommentType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\Type\ResourceCommentType).
Resolving inheritance for "Chamilo\CoreBundle\Form\Type\ResourceCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceLinkType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\Type\ResourceLinkType).
Resolving inheritance for "Chamilo\CoreBundle\Form\Type\ResourceLinkType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceLinkType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceNodeType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\Type\ResourceNodeType).
Resolving inheritance for "Chamilo\CoreBundle\Form\Type\ResourceNodeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceNodeType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceRightType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\Type\ResourceRightType).
Resolving inheritance for "Chamilo\CoreBundle\Form\Type\ResourceRightType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceRightType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\YesNoNumericType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\Type\YesNoNumericType).
Resolving inheritance for "Chamilo\CoreBundle\Form\Type\YesNoNumericType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\YesNoNumericType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\YesNoType" (parent: .abstract.instanceof.Chamilo\CoreBundle\Form\Type\YesNoType).
Resolving inheritance for "Chamilo\CoreBundle\Form\Type\YesNoType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\YesNoType).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\AnonymousVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\AnonymousVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\AnonymousVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\AnonymousVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\CCalendarEventVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\CCalendarEventVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\CCalendarEventVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\CCalendarEventVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\CourseVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\CourseVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\CourseVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\CourseVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\GroupVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\GroupVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\GroupVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\GroupVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\MessageRelUserVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\MessageRelUserVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\MessageRelUserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\MessageRelUserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\MessageTagVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\MessageTagVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\MessageTagVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\MessageTagVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\MessageVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\MessageVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\MessageVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\MessageVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceNodeVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceNodeVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\ResourceNodeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceNodeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\ResourceVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\SessionVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\SessionVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\SessionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\SessionVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\SocialPostVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\SocialPostVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\SocialPostVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\SocialPostVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEAttemptQualifyVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEAttemptQualifyVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\TrackEAttemptQualifyVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEAttemptQualifyVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEExerciseVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEExerciseVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\TrackEExerciseVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEExerciseVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\UserRelUserVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\UserRelUserVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\UserRelUserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\UserRelUserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\UserVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\UserVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\UserVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\UserVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\UsergroupVoter" (parent: .abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\UsergroupVoter).
Resolving inheritance for "Chamilo\CoreBundle\Security\Authorization\Voter\UsergroupVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\UsergroupVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Chamilo\CoreBundle\Serializer\Normalizer\SessionNormalizer" (parent: .abstract.instanceof.Chamilo\CoreBundle\Serializer\Normalizer\SessionNormalizer).
Resolving inheritance for "Chamilo\CoreBundle\Serializer\Normalizer\SessionNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Chamilo\CoreBundle\Serializer\Normalizer\SessionNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Chamilo\CoreBundle\Serializer\Normalizer\UserNormalizer" (parent: .abstract.instanceof.Chamilo\CoreBundle\Serializer\Normalizer\UserNormalizer).
Resolving inheritance for "Chamilo\CoreBundle\Serializer\Normalizer\UserNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Chamilo\CoreBundle\Serializer\Normalizer\UserNormalizer).
Resolving inheritance for ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Chamilo\CoreBundle\Serializer\ResourceNormalizer" (parent: .abstract.instanceof.Chamilo\CoreBundle\Serializer\ResourceNormalizer).
Resolving inheritance for "Chamilo\CoreBundle\Serializer\ResourceNormalizer" (parent: .instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Chamilo\CoreBundle\Serializer\ResourceNormalizer).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CAttendanceStateProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\CAttendanceStateProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\CAttendanceStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CAttendanceStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CBlogAssignAuthorProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\CBlogAssignAuthorProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\CBlogAssignAuthorProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CBlogAssignAuthorProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CCalendarEventStateProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\CCalendarEventStateProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\CCalendarEventStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CCalendarEventStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CStudentPublicationDeleteProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\CStudentPublicationDeleteProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\CStudentPublicationDeleteProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CStudentPublicationDeleteProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CStudentPublicationPostStateProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\CStudentPublicationPostStateProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\CStudentPublicationPostStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CStudentPublicationPostStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\CToolStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\CToolStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\CToolStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\CToolStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\CalendarEventStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\CalendarEventStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\CalendarEventStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\CalendarEventStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\CategorizedExerciseResultStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\CategorizedExerciseResultStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\CategorizedExerciseResultStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\CategorizedExerciseResultStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\ColorThemeStateProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\ColorThemeStateProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\ColorThemeStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\ColorThemeStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\GroupMembersStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\GroupMembersStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\GroupMembersStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\GroupMembersStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\LpCollectionStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\LpCollectionStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\LpCollectionStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\LpCollectionStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\MessageByGroupStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\MessageByGroupStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\MessageByGroupStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\MessageByGroupStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\MessageProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\MessageProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\MessageProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\MessageProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\MessageStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\MessageStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\MessageStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\MessageStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\PublicCatalogueCourseStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\PublicCatalogueCourseStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\PublicCatalogueCourseStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\PublicCatalogueCourseStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\SkillTreeStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\SkillTreeStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\SkillTreeStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\SkillTreeStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\SocialPostStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\SocialPostStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\SocialPostStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\SocialPostStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\UserRelUserStateProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\UserRelUserStateProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\UserRelUserStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\UserRelUserStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\UserSessionSubscriptionsStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\UserSessionSubscriptionsStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\UserSessionSubscriptionsStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\UserSessionSubscriptionsStateProvider).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\UsergroupPostStateProcessor" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\UsergroupPostStateProcessor).
Resolving inheritance for "Chamilo\CoreBundle\State\UsergroupPostStateProcessor" (parent: .instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\UsergroupPostStateProcessor).
Resolving inheritance for ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\UsergroupStateProvider" (parent: .abstract.instanceof.Chamilo\CoreBundle\State\UsergroupStateProvider).
Resolving inheritance for "Chamilo\CoreBundle\State\UsergroupStateProvider" (parent: .instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\UsergroupStateProvider).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Agenda" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Agenda).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Agenda" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Agenda).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Announcement" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Announcement).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Announcement" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Announcement).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Asset" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Asset).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Asset" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Asset).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Assignment" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Assignment).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Assignment" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Assignment).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Attendance" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Attendance).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Attendance" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Attendance).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Blog" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Blog).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Blog" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Blog).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Chat" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Chat).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Chat" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Chat).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseDescription" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\CourseDescription).
Resolving inheritance for "Chamilo\CoreBundle\Tool\CourseDescription" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseDescription).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseHomePage" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\CourseHomePage).
Resolving inheritance for "Chamilo\CoreBundle\Tool\CourseHomePage" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseHomePage).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseProgress" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\CourseProgress).
Resolving inheritance for "Chamilo\CoreBundle\Tool\CourseProgress" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseProgress).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseTool" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\CourseTool).
Resolving inheritance for "Chamilo\CoreBundle\Tool\CourseTool" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseTool).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CustomCertificate" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\CustomCertificate).
Resolving inheritance for "Chamilo\CoreBundle\Tool\CustomCertificate" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CustomCertificate).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Document" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Document).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Document" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Document).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Dropbox" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Dropbox).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Dropbox" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Dropbox).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Exercise" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Exercise).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Exercise" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Exercise).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Forum" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Forum).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Forum" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Forum).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\GlobalTool" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\GlobalTool).
Resolving inheritance for "Chamilo\CoreBundle\Tool\GlobalTool" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\GlobalTool).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Glossary" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Glossary).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Glossary" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Glossary).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Gradebook" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Gradebook).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Gradebook" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Gradebook).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Group" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Group).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Group" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Group).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\LearningPath" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\LearningPath).
Resolving inheritance for "Chamilo\CoreBundle\Tool\LearningPath" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\LearningPath).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Link" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Link).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Link" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Link).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Maintenance" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Maintenance).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Maintenance" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Maintenance).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Member" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Member).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Member" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Member).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Mobidico" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Mobidico).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Mobidico" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Mobidico).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Notebook" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Notebook).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Notebook" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Notebook).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\NotebookTeacher" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\NotebookTeacher).
Resolving inheritance for "Chamilo\CoreBundle\Tool\NotebookTeacher" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\NotebookTeacher).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Portfolio" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Portfolio).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Portfolio" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Portfolio).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Positioning" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Positioning).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Positioning" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Positioning).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Settings" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Settings).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Settings" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Settings).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Shortcut" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Shortcut).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Shortcut" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Shortcut).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Survey" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Survey).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Survey" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Survey).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Test2Pdf" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Test2Pdf).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Test2Pdf" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Test2Pdf).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\ToolIntro" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\ToolIntro).
Resolving inheritance for "Chamilo\CoreBundle\Tool\ToolIntro" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\ToolIntro).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Tracking" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Tracking).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Tracking" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Tracking).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\User" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\User).
Resolving inheritance for "Chamilo\CoreBundle\Tool\User" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\User).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\UserGroup" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\UserGroup).
Resolving inheritance for "Chamilo\CoreBundle\Tool\UserGroup" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\UserGroup).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\VideoConference" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\VideoConference).
Resolving inheritance for "Chamilo\CoreBundle\Tool\VideoConference" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\VideoConference).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Wiki" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Wiki).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Wiki" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Wiki).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Zoom" (parent: .abstract.instanceof.Chamilo\CoreBundle\Tool\Zoom).
Resolving inheritance for "Chamilo\CoreBundle\Tool\Zoom" (parent: .instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Zoom).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Chamilo\CoreBundle\Twig\Extension\ChamiloExtension" (parent: .abstract.instanceof.Chamilo\CoreBundle\Twig\Extension\ChamiloExtension).
Resolving inheritance for "Chamilo\CoreBundle\Twig\Extension\ChamiloExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Chamilo\CoreBundle\Twig\Extension\ChamiloExtension).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AssetRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\AssetRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\AssetRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AssetRepository).
Resolving inheritance for "course.sticky_boolean_filter" (parent: api_platform.doctrine.orm.boolean_filter).
Resolving inheritance for "session.search_filter" (parent: api_platform.doctrine.orm.search_filter).
Resolving inheritance for "session.property_filter" (parent: api_platform.serializer.property_filter).
Resolving inheritance for "session.order_filter" (parent: api_platform.doctrine.orm.order_filter).
Resolving inheritance for "session.group_filter" (parent: api_platform.serializer.group_filter).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CourseBundle\Repository\CAttendanceCalendarRepository" (parent: .abstract.instanceof.Chamilo\CourseBundle\Repository\CAttendanceCalendarRepository).
Resolving inheritance for "Chamilo\CourseBundle\Repository\CAttendanceCalendarRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CourseBundle\Repository\CAttendanceCalendarRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\LtiBundle\Controller\AdminController" (parent: .abstract.instanceof.Chamilo\LtiBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\LtiBundle\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\LtiBundle\Controller\AdminController).
Resolving inheritance for "Chamilo\LtiBundle\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\LtiBundle\Controller\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\LtiBundle\Controller\CourseController" (parent: .abstract.instanceof.Chamilo\LtiBundle\Controller\CourseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\LtiBundle\Controller\CourseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\LtiBundle\Controller\CourseController).
Resolving inheritance for "Chamilo\LtiBundle\Controller\CourseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\LtiBundle\Controller\CourseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\LtiBundle\Controller\ServiceController" (parent: .abstract.instanceof.Chamilo\LtiBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\LtiBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\LtiBundle\Controller\ServiceController).
Resolving inheritance for "Chamilo\LtiBundle\Controller\ServiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\LtiBundle\Controller\ServiceController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\LtiBundle\Repository\ExternalToolRepository" (parent: .abstract.instanceof.Chamilo\LtiBundle\Repository\ExternalToolRepository).
Resolving inheritance for "Chamilo\LtiBundle\Repository\ExternalToolRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\LtiBundle\Repository\ExternalToolRepository).
Resolving inheritance for ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.stof_doctrine_extensions.tool.locale_synchronizer" (parent: .abstract.instanceof.stof_doctrine_extensions.tool.locale_synchronizer).
Resolving inheritance for "stof_doctrine_extensions.tool.locale_synchronizer" (parent: .instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.stof_doctrine_extensions.tool.locale_synchronizer).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Component\Ldap\Security\CheckLdapCredentialsListener" (parent: .abstract.instanceof.Symfony\Component\Ldap\Security\CheckLdapCredentialsListener).
Resolving inheritance for "Symfony\Component\Ldap\Security\CheckLdapCredentialsListener" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Component\Ldap\Security\CheckLdapCredentialsListener).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.annotations" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.amazon" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.brevo" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.mailjet" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "doctrine.result_cache_pool" (parent: cache.app).
Resolving inheritance for "doctrine.system_cache_pool" (parent: cache.system).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.sync_priority_high" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
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.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.api" (parent: security.firewall.config).
Resolving inheritance for "security.listener.api.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.api" (parent: security.listener.session).
Resolving inheritance for "security.authenticator.jwt.api" (parent: lexik_jwt_authentication.security.jwt_authenticator).
Resolving inheritance for "security.authenticator.json_login.api" (parent: security.authenticator.json_login).
Resolving inheritance for "security.authentication.success_handler.api.json_login" (parent: security.authentication.custom_success_handler).
Resolving inheritance for "security.authentication.success_handler.api.json_login" (parent: lexik_jwt_authentication.handler.authentication_success).
Resolving inheritance for "security.authentication.failure_handler.api.json_login" (parent: security.authentication.custom_failure_handler).
Resolving inheritance for "security.authentication.failure_handler.api.json_login" (parent: lexik_jwt_authentication.handler.authentication_failure).
Resolving inheritance for "security.authenticator.manager.api" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.api" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.api" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.api" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.api" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.json_login.main" (parent: security.authenticator.json_login).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.admin" (parent: .abstract.instanceof.chamilo_core.settings.admin).
Resolving inheritance for "chamilo_core.settings.admin" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.admin).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.announcement" (parent: .abstract.instanceof.chamilo_core.settings.announcement).
Resolving inheritance for "chamilo_core.settings.announcement" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.announcement).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.agenda" (parent: .abstract.instanceof.chamilo_core.settings.agenda).
Resolving inheritance for "chamilo_core.settings.agenda" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.agenda).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.attendance" (parent: .abstract.instanceof.chamilo_core.settings.attendance).
Resolving inheritance for "chamilo_core.settings.attendance" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.attendance).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.cas" (parent: .abstract.instanceof.chamilo_core.settings.cas).
Resolving inheritance for "chamilo_core.settings.cas" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.cas).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.certificate" (parent: .abstract.instanceof.chamilo_core.settings.certificate).
Resolving inheritance for "chamilo_core.settings.certificate" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.certificate).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.chat" (parent: .abstract.instanceof.chamilo_core.settings.chat).
Resolving inheritance for "chamilo_core.settings.chat" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.chat).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.course" (parent: .abstract.instanceof.chamilo_core.settings.course).
Resolving inheritance for "chamilo_core.settings.course" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.course).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.crons" (parent: .abstract.instanceof.chamilo_core.settings.crons).
Resolving inheritance for "chamilo_core.settings.crons" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.crons).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.display" (parent: .abstract.instanceof.chamilo_core.settings.display).
Resolving inheritance for "chamilo_core.settings.display" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.display).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.document" (parent: .abstract.instanceof.chamilo_core.settings.document).
Resolving inheritance for "chamilo_core.settings.document" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.document).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.dropbox" (parent: .abstract.instanceof.chamilo_core.settings.dropbox).
Resolving inheritance for "chamilo_core.settings.dropbox" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.dropbox).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.editor" (parent: .abstract.instanceof.chamilo_core.settings.editor).
Resolving inheritance for "chamilo_core.settings.editor" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.editor).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.exercise" (parent: .abstract.instanceof.chamilo_core.settings.exercise).
Resolving inheritance for "chamilo_core.settings.exercise" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.exercise).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.forum" (parent: .abstract.instanceof.chamilo_core.settings.forum).
Resolving inheritance for "chamilo_core.settings.forum" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.forum).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.glossary" (parent: .abstract.instanceof.chamilo_core.settings.glossary).
Resolving inheritance for "chamilo_core.settings.glossary" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.glossary).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.gradebook" (parent: .abstract.instanceof.chamilo_core.settings.gradebook).
Resolving inheritance for "chamilo_core.settings.gradebook" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.gradebook).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.group" (parent: .abstract.instanceof.chamilo_core.settings.group).
Resolving inheritance for "chamilo_core.settings.group" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.group).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.language" (parent: .abstract.instanceof.chamilo_core.settings.language).
Resolving inheritance for "chamilo_core.settings.language" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.language).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.lp" (parent: .abstract.instanceof.chamilo_core.settings.lp).
Resolving inheritance for "chamilo_core.settings.lp" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.lp).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.mail" (parent: .abstract.instanceof.chamilo_core.settings.mail).
Resolving inheritance for "chamilo_core.settings.mail" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.mail).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.message" (parent: .abstract.instanceof.chamilo_core.settings.message).
Resolving inheritance for "chamilo_core.settings.message" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.message).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.platform" (parent: .abstract.instanceof.chamilo_core.settings.platform).
Resolving inheritance for "chamilo_core.settings.platform" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.platform).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.profile" (parent: .abstract.instanceof.chamilo_core.settings.profile).
Resolving inheritance for "chamilo_core.settings.profile" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.profile).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.registration" (parent: .abstract.instanceof.chamilo_core.settings.registration).
Resolving inheritance for "chamilo_core.settings.registration" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.registration).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.search" (parent: .abstract.instanceof.chamilo_core.settings.search).
Resolving inheritance for "chamilo_core.settings.search" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.search).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.security" (parent: .abstract.instanceof.chamilo_core.settings.security).
Resolving inheritance for "chamilo_core.settings.security" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.security).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.session" (parent: .abstract.instanceof.chamilo_core.settings.session).
Resolving inheritance for "chamilo_core.settings.session" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.session).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.skill" (parent: .abstract.instanceof.chamilo_core.settings.skill).
Resolving inheritance for "chamilo_core.settings.skill" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.skill).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.social" (parent: .abstract.instanceof.chamilo_core.settings.social).
Resolving inheritance for "chamilo_core.settings.social" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.social).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.survey" (parent: .abstract.instanceof.chamilo_core.settings.survey).
Resolving inheritance for "chamilo_core.settings.survey" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.survey).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.work" (parent: .abstract.instanceof.chamilo_core.settings.work).
Resolving inheritance for "chamilo_core.settings.work" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.work).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.ticket" (parent: .abstract.instanceof.chamilo_core.settings.ticket).
Resolving inheritance for "chamilo_core.settings.ticket" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.ticket).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.tracking" (parent: .abstract.instanceof.chamilo_core.settings.tracking).
Resolving inheritance for "chamilo_core.settings.tracking" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.tracking).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.webservice" (parent: .abstract.instanceof.chamilo_core.settings.webservice).
Resolving inheritance for "chamilo_core.settings.webservice" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.webservice).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.ai_helpers" (parent: .abstract.instanceof.chamilo_core.settings.ai_helpers).
Resolving inheritance for "chamilo_core.settings.ai_helpers" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.ai_helpers).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.catalog" (parent: .abstract.instanceof.chamilo_core.settings.catalog).
Resolving inheritance for "chamilo_core.settings.catalog" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.catalog).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.workflows" (parent: .abstract.instanceof.chamilo_core.settings.workflows).
Resolving inheritance for "chamilo_core.settings.workflows" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.workflows).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.privacy" (parent: .abstract.instanceof.chamilo_core.settings.privacy).
Resolving inheritance for "chamilo_core.settings.privacy" (parent: .instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.privacy).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AccessUrlRelColorThemeRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\AccessUrlRelColorThemeRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\AccessUrlRelColorThemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AccessUrlRelColorThemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AccessUrlRelPluginRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\AccessUrlRelPluginRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\AccessUrlRelPluginRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AccessUrlRelPluginRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AiRequestsRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\AiRequestsRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\AiRequestsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AiRequestsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AzureSyncStateRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\AzureSyncStateRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\AzureSyncStateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AzureSyncStateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\BranchSyncRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\BranchSyncRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\BranchSyncRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\BranchSyncRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CareerRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\CareerRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\CareerRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CareerRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CatalogueCourseRelAccessUrlRelUsergroupRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\CatalogueCourseRelAccessUrlRelUsergroupRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\CatalogueCourseRelAccessUrlRelUsergroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CatalogueCourseRelAccessUrlRelUsergroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CatalogueSessionRelAccessUrlRelUsergroupRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\CatalogueSessionRelAccessUrlRelUsergroupRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\CatalogueSessionRelAccessUrlRelUsergroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CatalogueSessionRelAccessUrlRelUsergroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ColorThemeRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ColorThemeRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ColorThemeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ColorThemeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ConferenceActivityRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ConferenceActivityRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ConferenceActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ConferenceActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ConferenceMeetingRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ConferenceMeetingRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ConferenceMeetingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ConferenceMeetingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ConferenceRecordingRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ConferenceRecordingRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ConferenceRecordingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ConferenceRecordingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CourseCategoryRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\CourseCategoryRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\CourseCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CourseCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CourseRelUserRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\CourseRelUserRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\CourseRelUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CourseRelUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldOptionsRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ExtraFieldOptionsRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ExtraFieldOptionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldOptionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldRelTagRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ExtraFieldRelTagRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ExtraFieldRelTagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldRelTagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ExtraFieldRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ExtraFieldRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldValuesRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ExtraFieldValuesRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ExtraFieldValuesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldValuesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GradeBookCategoryRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\GradeBookCategoryRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\GradeBookCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GradeBookCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GradebookCertificateRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\GradebookCertificateRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\GradebookCertificateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GradebookCertificateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GradebookResultRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\GradebookResultRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\GradebookResultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GradebookResultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GroupRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\GroupRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\GroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GroupRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\LanguageRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\LanguageRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\LanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\LanguageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\LegalRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\LegalRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\LegalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\LegalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\MessageRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\MessageRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\MessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PageCategoryRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\PageCategoryRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\PageCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PageCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PageRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\PageRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PermissionRelRoleRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\PermissionRelRoleRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\PermissionRelRoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PermissionRelRoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PermissionRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\PermissionRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\PermissionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PermissionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PluginRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\PluginRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\PluginRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PluginRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PromotionRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\PromotionRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\PromotionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PromotionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PushSubscriptionRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\PushSubscriptionRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\PushSubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PushSubscriptionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ResetPasswordRequestRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ResetPasswordRequestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ResourceFileRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ResourceFileRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ResourceFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ResourceFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\RoleRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\RoleRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\RoleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\RoleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ScheduledAnnouncementRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ScheduledAnnouncementRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ScheduledAnnouncementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ScheduledAnnouncementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SequenceRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\SequenceRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\SequenceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SequenceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SequenceResourceRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\SequenceResourceRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\SequenceResourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SequenceResourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SessionRelCourseRelUserRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\SessionRelCourseRelUserRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\SessionRelCourseRelUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SessionRelCourseRelUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SessionRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\SessionRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\SessionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SessionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SettingsCurrentRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\SettingsCurrentRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\SettingsCurrentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SettingsCurrentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SkillRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\SkillRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\SkillRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SkillRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SocialPostRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\SocialPostRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\SocialPostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SocialPostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SysAnnouncementRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\SysAnnouncementRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\SysAnnouncementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SysAnnouncementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SystemTemplateRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\SystemTemplateRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\SystemTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SystemTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TagRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TagRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TagRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TemplatesRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TemplatesRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TemplatesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TemplatesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TicketRelUserRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TicketRelUserRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TicketRelUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TicketRelUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TicketRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TicketRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TicketRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TicketRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ToolRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ToolRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ToolRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ToolRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEAttemptRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEAttemptRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TrackEAttemptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEAttemptRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackECourseAccessRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TrackECourseAccessRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TrackECourseAccessRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackECourseAccessRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEDefaultRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEDefaultRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TrackEDefaultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEDefaultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEDownloadsRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEDownloadsRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TrackEDownloadsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEDownloadsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEExerciseRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEExerciseRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TrackEExerciseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEExerciseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackELoginRecordRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TrackELoginRecordRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TrackELoginRecordRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackELoginRecordRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackELoginRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TrackELoginRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TrackELoginRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackELoginRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEOnlineRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEOnlineRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\TrackEOnlineRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEOnlineRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\UserAuthSourceRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\UserAuthSourceRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\UserAuthSourceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\UserAuthSourceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ValidationTokenRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\ValidationTokenRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\ValidationTokenRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ValidationTokenRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiActivityProfileRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiActivityProfileRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiActivityProfileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiActivityProfileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiActivityStateRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiActivityStateRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiActivityStateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiActivityStateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiActorRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiActorRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiActorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiActorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiAttachmentRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiAttachmentRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiAttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiAttachmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiContextRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiContextRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiContextRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiContextRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiExtensionsRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiExtensionsRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiExtensionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiExtensionsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiInternalLogRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiInternalLogRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiInternalLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiInternalLogRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiLrsAuthRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiLrsAuthRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiLrsAuthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiLrsAuthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiObjectRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiObjectRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiObjectRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiObjectRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiResultRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiResultRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiResultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiResultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiSharedStatementRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiSharedStatementRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiSharedStatementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiSharedStatementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiStatementRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiStatementRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiStatementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiStatementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiToolLaunchRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiToolLaunchRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiToolLaunchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiToolLaunchRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiVerbRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\XApiVerbRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\XApiVerbRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiVerbRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\AccessUrlRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\AccessUrlRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\AccessUrlRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\AccessUrlRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\CourseRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\CourseRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\CourseRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\CourseRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\IllustrationRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\IllustrationRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\IllustrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\IllustrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\MessageAttachmentRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\MessageAttachmentRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\MessageAttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\MessageAttachmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\PersonalFileRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\PersonalFileRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\PersonalFileRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\PersonalFileRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\PortfolioCommentRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\PortfolioCommentRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\PortfolioCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\PortfolioCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\PortfolioRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\PortfolioRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\PortfolioRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\PortfolioRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\SocialPostAttachmentRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\SocialPostAttachmentRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\SocialPostAttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\SocialPostAttachmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\TicketMessageAttachmentRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\TicketMessageAttachmentRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\TicketMessageAttachmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\TicketMessageAttachmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\UserRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\UserRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\UsergroupRepository" (parent: .abstract.instanceof.Chamilo\CoreBundle\Repository\Node\UsergroupRepository).
Resolving inheritance for "Chamilo\CoreBundle\Repository\Node\UsergroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\UsergroupRepository).
Resolving inheritance for ".instanceof.Chamilo\CoreBundle\EventListener\MessageStatusListener.0.Chamilo\CoreBundle\EventListener\MessageStatusListener" (parent: .abstract.instanceof.Chamilo\CoreBundle\EventListener\MessageStatusListener).
Resolving inheritance for "Chamilo\CoreBundle\EventListener\MessageStatusListener" (parent: .instanceof.Chamilo\CoreBundle\EventListener\MessageStatusListener.0.Chamilo\CoreBundle\EventListener\MessageStatusListener).
Resolving inheritance for "oneup_flysystem.asset_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.asset_cache_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.asset_azure_adapter_adapter" (parent: oneup_flysystem.adapter.azureblob).
Resolving inheritance for "oneup_flysystem.asset_cache_azure_adapter_adapter" (parent: oneup_flysystem.adapter.azureblob).
Resolving inheritance for "oneup_flysystem.asset_awss3_adapter_adapter" (parent: oneup_flysystem.adapter.awss3v3).
Resolving inheritance for "oneup_flysystem.asset_cache_awss3_adapter_adapter" (parent: oneup_flysystem.adapter.awss3v3).
Resolving inheritance for "oneup_flysystem.asset_google_adapter_adapter" (parent: oneup_flysystem.adapter.googlecloudstorage).
Resolving inheritance for "oneup_flysystem.asset_cache_google_adapter_adapter" (parent: oneup_flysystem.adapter.googlecloudstorage).
Resolving inheritance for "oneup_flysystem.resource_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.resource_cache_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.resource_azure_adapter_adapter" (parent: oneup_flysystem.adapter.azureblob).
Resolving inheritance for "oneup_flysystem.resource_cache_azure_adapter_adapter" (parent: oneup_flysystem.adapter.azureblob).
Resolving inheritance for "oneup_flysystem.resource_google_adapter_adapter" (parent: oneup_flysystem.adapter.googlecloudstorage).
Resolving inheritance for "oneup_flysystem.resource_cache_google_adapter_adapter" (parent: oneup_flysystem.adapter.googlecloudstorage).
Resolving inheritance for "oneup_flysystem.resource_awss3_adapter_adapter" (parent: oneup_flysystem.adapter.awss3v3).
Resolving inheritance for "oneup_flysystem.resource_cache_awss3_adapter_adapter" (parent: oneup_flysystem.adapter.awss3v3).
Resolving inheritance for "oneup_flysystem.themes_adapter_adapter" (parent: oneup_flysystem.adapter.local).
Resolving inheritance for "oneup_flysystem.themes_azure_adapter_adapter" (parent: oneup_flysystem.adapter.azureblob).
Resolving inheritance for "oneup_flysystem.themes_awss3_adapter_adapter" (parent: oneup_flysystem.adapter.awss3v3).
Resolving inheritance for "oneup_flysystem.themes_google_adapter_adapter" (parent: oneup_flysystem.adapter.googlecloudstorage).
Resolving inheritance for "oneup_flysystem.asset_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.asset_cache_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.resource_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.resource_cache_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "oneup_flysystem.themes_filesystem" (parent: oneup_flysystem.filesystem).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.resources" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Chamilo\CoreBundle\Component\VichUploader\AssetFileNameNamer.assets" (parent: Chamilo\CoreBundle\Component\VichUploader\AssetFileNameNamer).
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.inject.resources" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.clean.resources" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.resources" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.resources" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.inject.assets" (parent: vich_uploader.listener.inject.orm).
Resolving inheritance for "vich_uploader.listener.clean.assets" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.assets" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.assets" (parent: vich_uploader.listener.upload.orm).
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.graphql.cache.subscription" (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 "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 "annotated_chamilo_core_bundle_entity_course_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_course_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_course_category_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_course_category_api_platform_serializer_filter_property_filter" (parent: ApiPlatform\Serializer\Filter\PropertyFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_course_category_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_course_rel_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_course_rel_user_chamilo_core_bundle_filter_partial_search_or_filter" (parent: .abstract.instanceof.annotated_chamilo_core_bundle_entity_course_rel_user_chamilo_core_bundle_filter_partial_search_or_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_course_rel_user_chamilo_core_bundle_filter_partial_search_or_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_course_rel_user_chamilo_core_bundle_filter_partial_search_or_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_course_rel_user_chamilo_core_bundle_filter_partial_search_or_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_course_rel_user_chamilo_core_bundle_filter_partial_search_or_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_extra_field_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_extra_field_values_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_gradebook_category_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_language_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_language_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_language_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_legal_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_legal_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_message_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_message_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_message_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_message_chamilo_core_bundle_filter_partial_search_or_filter" (parent: .abstract.instanceof.annotated_chamilo_core_bundle_entity_message_chamilo_core_bundle_filter_partial_search_or_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_message_chamilo_core_bundle_filter_partial_search_or_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_message_chamilo_core_bundle_filter_partial_search_or_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_message_chamilo_core_bundle_filter_partial_search_or_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_message_chamilo_core_bundle_filter_partial_search_or_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_message_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_message_rel_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_message_rel_user_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_message_tag_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_page_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_page_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_page_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_personal_file_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_personal_file_api_platform_serializer_filter_property_filter" (parent: ApiPlatform\Serializer\Filter\PropertyFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_personal_file_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_push_subscription_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_push_subscription_api_platform_doctrine_orm_filter_numeric_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\NumericFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_resource_file_api_platform_serializer_filter_property_filter" (parent: ApiPlatform\Serializer\Filter\PropertyFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_resource_file_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_resource_file_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_resource_node_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_resource_node_api_platform_serializer_filter_property_filter" (parent: ApiPlatform\Serializer\Filter\PropertyFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_resource_node_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_session_rel_course_rel_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_session_rel_course_rel_user_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_session_rel_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_session_rel_user_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_skill_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_skill_rel_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_social_post_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_social_post_api_platform_doctrine_orm_filter_exists_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\ExistsFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_social_post_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_social_post_chamilo_core_bundle_filter_social_wall_filter" (parent: .abstract.instanceof.annotated_chamilo_core_bundle_entity_social_post_chamilo_core_bundle_filter_social_wall_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_social_post_chamilo_core_bundle_filter_social_wall_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_social_post_chamilo_core_bundle_filter_social_wall_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_social_post_chamilo_core_bundle_filter_social_wall_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_social_post_chamilo_core_bundle_filter_social_wall_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_third_party_data_exchange_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_track_e_attempt_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_track_e_attempt_qualify_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_track_e_exercise_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_track_e_exercise_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_track_e_exercise_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_track_e_exercise_chamilo_core_bundle_filter_user_extra_field_filter" (parent: .abstract.instanceof.annotated_chamilo_core_bundle_entity_track_e_exercise_chamilo_core_bundle_filter_user_extra_field_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_track_e_exercise_chamilo_core_bundle_filter_user_extra_field_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_track_e_exercise_chamilo_core_bundle_filter_user_extra_field_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_track_e_exercise_chamilo_core_bundle_filter_user_extra_field_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_track_e_exercise_chamilo_core_bundle_filter_user_extra_field_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_user_chamilo_core_bundle_filter_partial_search_or_filter" (parent: .abstract.instanceof.annotated_chamilo_core_bundle_entity_user_chamilo_core_bundle_filter_partial_search_or_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_user_chamilo_core_bundle_filter_partial_search_or_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_user_chamilo_core_bundle_filter_partial_search_or_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_user_chamilo_core_bundle_filter_partial_search_or_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_user_chamilo_core_bundle_filter_partial_search_or_filter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_user_api_platform_doctrine_orm_filter_boolean_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\BooleanFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_user_rel_course_vote_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_user_rel_course_vote_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_core_bundle_entity_user_rel_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_attendance_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_attendance_chamilo_core_bundle_filter_sid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_attendance_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_attendance_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_attendance_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_attendance_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_attendance_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_blog_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_blog_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_blog_comment_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_blog_comment_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_blog_rating_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_blog_rating_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_blog_rel_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_calendar_event_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_calendar_event_api_platform_doctrine_orm_filter_date_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\DateFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_cid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_sid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_global_event_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_global_event_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_global_event_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_global_event_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_global_event_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_global_event_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_document_api_platform_serializer_filter_property_filter" (parent: ApiPlatform\Serializer\Filter\PropertyFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_document_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_document_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_cid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_sid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_glossary_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_glossary_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_group_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_link_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_link_category_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_link_category_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_lp_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_lp_chamilo_core_bundle_filter_sid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_lp_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_lp_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_lp_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_lp_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_lp_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_lp_category_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_student_publication_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_parent_null_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_parent_null_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_parent_null_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_parent_null_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_parent_null_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_parent_null_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_cid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_sid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_student_publication_comment_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_student_publication_rel_document_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_student_publication_rel_user_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_cid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_sid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_tool_api_platform_doctrine_orm_filter_order_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\OrderFilter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_tool_intro_api_platform_doctrine_orm_filter_search_filter" (parent: ApiPlatform\Doctrine\Orm\Filter\SearchFilter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_cid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_cid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_cid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_sid_filter" (parent: .abstract.instanceof.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_sid_filter).
Resolving inheritance for "annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_sid_filter" (parent: .instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_sid_filter).
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 "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
2
Skipping service "Chamilo\CoreBundle\Hook\HookFactory": Class or interface "Chamilo\CoreBundle\Hook\HookFactory" cannot be loaded.
Skipping service "Chamilo\CoreBundle\Helpers\GlideAssetUtil": Class or interface "Chamilo\CoreBundle\Helpers\GlideAssetUtil" cannot be loaded.
8
Removing service-argument resolver for controller "Chamilo\CoreBundle\Controller\ChatController::denyAccessUnlessValidResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Chamilo\CoreBundle\Controller\ChatController::setSession": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Chamilo\CoreBundle\Controller\CourseController::setSession": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Chamilo\CoreBundle\Controller\EditorController::denyAccessUnlessValidResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Chamilo\CoreBundle\Controller\EditorController::setSession": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Chamilo\CoreBundle\Controller\ResourceController::denyAccessUnlessValidResource": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Chamilo\CoreBundle\Controller\ResourceController::setSession": no corresponding services exist for the referenced types.
Removing service-argument resolver for controller "Chamilo\LtiBundle\Controller\CourseController::setSession": no corresponding services exist for the referenced types.
671
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\UriSigner"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "http_client.uri_template_expander"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "routing.loader.annotation"; reason: private alias.
Removed service "routing.loader.annotation.directory"; reason: private alias.
Removed service "routing.loader.annotation.file"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "annotation_reader"; reason: private alias.
Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\PropertyNormalizer"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\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 $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.result_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineResultCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\TagAwareCacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Symfony\Contracts\Cache\CacheInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface $doctrineSystemCachePool"; reason: private alias.
Removed service ".Psr\Cache\CacheItemPoolInterface $doctrine.system_cache_pool"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface $doctrineSystemCachePool"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "messenger.listener.stop_worker_on_sigterm_signal_listener"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "notifier.logger_notification_listener"; reason: private alias.
Removed service "html_sanitizer"; reason: private alias.
Removed service "Symfony\Component\HtmlSanitizer\HtmlSanitizerInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Twig_Environment"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.api"; reason: private alias.
Removed service "security.user_checker.api"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "fos_js_routing.router"; reason: private alias.
Removed service "Sylius\Bundle\SettingsBundle\Form\Factory\SettingsFormFactory"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $assetFilesystem"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $asset_cacheFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $assetCacheFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $resourceFilesystem"; reason: private alias.
Removed service ".League\Flysystem\FilesystemOperator $resource_cacheFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $resourceCacheFilesystem"; reason: private alias.
Removed service "League\Flysystem\FilesystemOperator $themesFilesystem"; reason: private alias.
Removed service "a2lix_auto_form.manipulator.default"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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\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\Storage\FlysystemStorage"; 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 "slugify"; reason: private alias.
Removed service "Cocur\Slugify\SlugifyInterface"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\ClientRegistry"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\OAuth2Client"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\FacebookClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\KeycloakClient"; reason: private alias.
Removed service "KnpU\OAuth2ClientBundle\Client\Provider\AzureClient"; 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 "ApiPlatform\GraphQl\Serializer\SerializerContextBuilderInterface"; reason: private alias.
Removed service "api_platform.graphql.state_provider"; reason: private alias.
Removed service "api_platform.graphql.state_processor"; 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 "api_platform.http_cache.purger.varnish"; reason: private alias.
Removed service "api_platform.http_cache.purger"; reason: private alias.
Removed service "ApiPlatform\Validator\ValidatorInterface"; reason: private alias.
Removed service "api_platform.message_bus"; reason: private alias.
Removed service "api_platform.security.expression_language"; reason: private alias.
Removed service "ApiPlatform\Symfony\Security\ResourceAccessCheckerInterface"; reason: private alias.
Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; 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 "nelmio_alice.generator"; reason: private alias.
Removed service "nelmio_alice.generator.object_generator"; reason: private alias.
Removed service "nelmio_alice.generator.caller"; reason: private alias.
Removed service "nelmio_alice.generator.instantiator"; 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.resolver.fixture_set"; reason: private alias.
Removed service "nelmio_alice.generator.resolver.parameter_bag"; 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.file_locator"; reason: private alias.
Removed service "nelmio_alice.file_parser"; reason: private alias.
Removed service "nelmio_alice.property_accessor"; 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.fixture_builder.denormalizer.flag_parser"; 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.expression_language.parser"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.lexer"; reason: private alias.
Removed service "nelmio_alice.fixture_builder.expression_language.parser.token_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 "Sonata\Exporter\Exporter"; reason: private alias.
Removed service "Sonata\Exporter\ExporterInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "a2lix_translation_form.locale_provider.default"; reason: private alias.
Removed service "api_platform.name_converter"; reason: private alias.
Removed service ".stof_doctrine_extensions.reader"; reason: private alias.
Removed service ".service_locator.PrGg9lH"; reason: private alias.
Removed service ".service_locator.zJSqG9u"; reason: private alias.
Removed service ".service_locator.APNbYyP"; reason: private alias.
Removed service ".service_locator.gg_9N1Y"; reason: private alias.
Removed service ".service_locator.avDu1TK"; reason: private alias.
Removed service ".service_locator.JYo.9Ts"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.bnaLdkn"; reason: private alias.
Removed service ".service_locator.hEZEosg"; reason: private alias.
Removed service ".service_locator.S79ueEz"; reason: private alias.
Removed service ".service_locator.rN7fFER"; reason: private alias.
Removed service ".service_locator.bJ.4HC5"; reason: private alias.
Removed service ".service_locator.wAGZz6p"; reason: private alias.
Removed service ".service_locator.RJoL9vA"; reason: private alias.
Removed service ".service_locator.a3RZehK"; reason: private alias.
Removed service ".service_locator.EYZicpo"; reason: private alias.
Removed service ".service_locator.Lpctd8V"; reason: private alias.
Removed service ".service_locator.uokAJ6y"; reason: private alias.
Removed service ".service_locator.0boELGN"; reason: private alias.
Removed service ".service_locator.OyS7L5s"; reason: private alias.
Removed service ".service_locator.ggEGoTr"; reason: private alias.
Removed service ".service_locator.dMkPqVw"; reason: private alias.
Removed service ".service_locator.tC.Frso"; reason: private alias.
Removed service ".service_locator._9CnXp6"; reason: private alias.
Removed service ".service_locator.J_OqqiG"; reason: private alias.
Removed service ".service_locator.Nnja7wR"; reason: private alias.
Removed service ".service_locator.FFM_EDA"; reason: private alias.
Removed service ".service_locator.3yL8gIO"; reason: private alias.
Removed service ".service_locator.fbfYaN5"; reason: private alias.
Removed service ".service_locator.ynIlw.J"; reason: private alias.
Removed service ".service_locator.NZwV0vS"; reason: private alias.
Removed service ".service_locator.JnayN1x"; reason: private alias.
Removed service ".service_locator.CM90Ppn"; reason: private alias.
Removed service ".service_locator.PEAdqos"; reason: private alias.
Removed service ".service_locator.GcYZABe"; reason: private alias.
Removed service ".service_locator._b3YX8j"; reason: private alias.
Removed service ".service_locator.snxsj1m"; reason: private alias.
Removed service ".service_locator.ZsZdUI4"; reason: private alias.
Removed service ".service_locator.xQS3cav"; reason: private alias.
Removed service ".service_locator.1uAO.ES"; reason: private alias.
Removed service ".service_locator.Z5N0R73"; reason: private alias.
Removed service ".service_locator.2LOt.w_"; reason: private alias.
Removed service ".service_locator.c9LGuTe"; reason: private alias.
Removed service ".service_locator.yblxJEj"; reason: private alias.
Removed service ".service_locator.OPheF78"; reason: private alias.
Removed service ".service_locator.d46jUsR"; reason: private alias.
Removed service ".service_locator.5a72kcn"; reason: private alias.
Removed service ".service_locator.swvnCvR"; reason: private alias.
Removed service ".service_locator.ZmDAohL"; reason: private alias.
Removed service ".service_locator.qWjnvEe"; reason: private alias.
Removed service ".service_locator.nfPbVfB"; reason: private alias.
Removed service ".service_locator.25uQ3Nk"; reason: private alias.
Removed service ".service_locator.3eR3Pye"; reason: private alias.
Removed service ".service_locator.xU_Bzm3"; reason: private alias.
Removed service ".service_locator.wqaQUgD"; reason: private alias.
Removed service ".service_locator.8gctm1."; reason: private alias.
Removed service ".service_locator.aMMMTEO"; reason: private alias.
Removed service ".service_locator.69fsvbU"; reason: private alias.
Removed service ".service_locator.jrfxy1_"; reason: private alias.
Removed service ".service_locator.cmgzI4T"; reason: private alias.
Removed service ".service_locator.rgIsuE3"; reason: private alias.
Removed service ".service_locator.TnHRIwS"; reason: private alias.
Removed service ".service_locator.xx6qemy"; reason: private alias.
Removed service ".service_locator.jtk_ljz"; reason: private alias.
Removed service ".service_locator.iE0DIiZ"; reason: private alias.
Removed service ".service_locator.t0JFmaw"; reason: private alias.
Removed service ".service_locator.gbE86EP"; reason: private alias.
Removed service ".service_locator.5BreCYc"; reason: private alias.
Removed service ".service_locator.UdImMCd"; reason: private alias.
Removed service ".service_locator.BphA1jJ"; reason: private alias.
Removed service ".service_locator.8q9Ivmx"; reason: private alias.
Removed service ".service_locator.7DgYI7i"; reason: private alias.
Removed service ".service_locator.AxH2WWU"; reason: private alias.
Removed service ".service_locator.lnTxncE"; reason: private alias.
Removed service ".service_locator.7xLFAVP"; reason: private alias.
Removed service ".service_locator.Wj_denb"; reason: private alias.
Removed service ".service_locator.OxB6JKv"; reason: private alias.
Removed service ".service_locator.y_b0qsQ"; reason: private alias.
Removed service ".service_locator.C2vdSzR"; reason: private alias.
Removed service ".service_locator.5s8xRCa"; reason: private alias.
Removed service ".service_locator.v24wPT1"; reason: private alias.
Removed service ".service_locator.teOiBXA"; reason: private alias.
Removed service ".service_locator.H9LJAfd"; reason: private alias.
Removed service ".service_locator.iL4RUqj"; reason: private alias.
Removed service ".service_locator.tO9Vuwg"; reason: private alias.
Removed service ".service_locator.ApgSHb1"; reason: private alias.
Removed service ".service_locator.F3TfV5."; reason: private alias.
Removed service ".service_locator.o1l.Ol1"; reason: private alias.
Removed service ".service_locator.aZxcMXD"; reason: private alias.
Removed service ".service_locator.nYG88ph"; reason: private alias.
Removed service ".service_locator.E1thhSX"; reason: private alias.
Removed service ".service_locator.BFrsqsn"; reason: private alias.
Removed service ".service_locator.JHyITEC"; reason: private alias.
Removed service ".service_locator.sSs3SDm"; reason: private alias.
Removed service ".service_locator.mdy3594"; reason: private alias.
Removed service ".service_locator.dOqH9re"; reason: private alias.
Removed service ".service_locator.tHkYE2M"; reason: private alias.
Removed service ".service_locator.JPv_mYR"; reason: private alias.
Removed service ".service_locator.jUv.zyj"; reason: private alias.
Removed service ".service_locator.7MwFgV1"; 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.graphql.state_provider.read.inner"; reason: private alias.
Removed service "api_platform.state_processor.respond"; reason: private alias.
Removed service "api_platform.graphql.state_provider.parameter.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.denormalizer.inner"; 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.graphql.state_processor.subscription.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.validate.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.resolver.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.validate_after_resolver.inner"; reason: private alias.
Removed service "api_platform.graphql.state_provider.access_checker.after_resolver.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.graphql.state_processor.write.inner"; reason: private alias.
Removed service "api_platform.messenger.metadata.resource.metadata_collection_factory.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 "mailer.transport_factory"; reason: private alias.
Removed service "knpu.oauth2.provider_factory"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.api"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "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.jsonapi.state_provider.inner"; reason: private alias.
Removed service "api_platform.hydra.json_schema.schema_factory.inner"; 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.hal.json_schema.schema_factory.inner"; reason: private alias.
Removed service "api_platform.http_cache.processor.add_headers.inner"; reason: private alias.
Removed service "api_platform.http_cache_purger.processor.add_tags.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 "api_platform.graphql.state_provider.read"; reason: private alias.
Removed service "api_platform.graphql.state_provider.denormalizer"; reason: private alias.
Removed service "api_platform.graphql.state_provider.validate"; reason: private alias.
Removed service "api_platform.openapi.factory"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.api"; reason: private alias.
Removed service "security.event_dispatcher.main"; 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.Xbsa8iG"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.UkyLee7"; reason: private alias.
Removed service ".service_locator.8IHF6vv"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.HJjex4y"; reason: private alias.
Removed service ".service_locator.02QcOgL"; reason: private alias.
Removed service ".service_locator.kCKcYvU"; reason: private alias.
Removed service ".service_locator.k1V1jE."; reason: private alias.
Removed service ".service_locator.mMDFOm0"; reason: private alias.
Removed service ".service_locator.qFaWipC"; reason: private alias.
Removed service ".service_locator.S6BFZuh"; reason: private alias.
Removed service ".service_locator.uEL_yRI"; reason: private alias.
Removed service ".service_locator.xl7pVCP"; reason: private alias.
Removed service ".service_locator.9tB2t8O"; reason: private alias.
Removed service ".service_locator.zAG17rX"; reason: private alias.
Removed service ".service_locator.0.sIbzU"; reason: private alias.
Removed service ".service_locator.oCi1tZM"; reason: private alias.
Removed service ".service_locator.At5PWfg"; reason: private alias.
Removed service ".service_locator.0WyZuTf"; reason: private alias.
Removed service ".service_locator.rnRG3ks"; reason: private alias.
Removed service ".service_locator.otPJwpL"; reason: private alias.
Removed service ".service_locator.iU92Ait"; reason: private alias.
Removed service ".service_locator.pB.bqHl"; reason: private alias.
Removed service ".service_locator.CokLs.H"; reason: private alias.
Removed service ".service_locator.1_S1Bnt"; reason: private alias.
Removed service ".service_locator.JeUvfNx"; reason: private alias.
Removed service ".service_locator.xu8yN6B"; reason: private alias.
Removed service ".service_locator.tftyCxg"; reason: private alias.
Removed service ".service_locator.IuzG3bG"; reason: private alias.
Removed service ".service_locator.m5eAvUb"; reason: private alias.
Removed service ".service_locator.XcScVAl"; reason: private alias.
Removed service ".service_locator.r0O12LZ"; reason: private alias.
Removed service ".service_locator.13aVzhi"; reason: private alias.
Removed service ".service_locator.Fi.nN5p"; reason: private alias.
Removed service ".service_locator.r7CJEha"; reason: private alias.
Removed service ".service_locator.wc0q1Ar"; reason: private alias.
Removed service ".service_locator.0nFtWKY"; reason: private alias.
Removed service ".service_locator.n..KrCN"; reason: private alias.
Removed service ".service_locator.WSWcAlH"; reason: private alias.
Removed service ".service_locator.1B3bxRH"; reason: private alias.
Removed service ".service_locator.0GXNeqX"; reason: private alias.
Removed service ".service_locator.jxNJELy"; reason: private alias.
Removed service ".service_locator.vm_f3PC"; reason: private alias.
Removed service ".service_locator..eynITR"; reason: private alias.
Removed service ".service_locator.SvcVRlf"; reason: private alias.
Removed service ".service_locator.5ePR.WB"; reason: private alias.
Removed service ".service_locator.YkswqkE"; reason: private alias.
Removed service ".service_locator.az2xgdL"; reason: private alias.
Removed service ".service_locator.S56ChkX"; reason: private alias.
Removed service ".service_locator.V0gwDXP"; reason: private alias.
Removed service ".service_locator.Zer0_4R"; reason: private alias.
Removed service ".service_locator.KUMtyY4"; reason: private alias.
Removed service ".service_locator.Yi3uA58"; reason: private alias.
Removed service ".service_locator.u2PT8G5"; reason: private alias.
Removed service ".service_locator.BFnZQQx"; reason: private alias.
Removed service ".service_locator.341ySpn"; reason: private alias.
Removed service ".service_locator.eQ296SW"; reason: private alias.
Removed service ".service_locator.vDKSAVK"; reason: private alias.
Removed service ".service_locator.9e2t_lq"; reason: private alias.
Removed service ".service_locator.bP0KFVQ"; reason: private alias.
Removed service ".service_locator.8BIuSW7"; reason: private alias.
Removed service ".service_locator.TGPZx7T"; reason: private alias.
Removed service ".service_locator.edPzKmQ"; reason: private alias.
Removed service ".service_locator.T2Q2_ou"; reason: private alias.
Removed service ".service_locator.ZBq0qy9"; reason: private alias.
Removed service ".service_locator.Ej1Kcfd"; reason: private alias.
Removed service ".service_locator.ce8onLK"; reason: private alias.
Removed service ".service_locator.3jAeLnb"; reason: private alias.
Removed service ".service_locator.M0P5mpZ"; reason: private alias.
Removed service ".service_locator.7suKqvy"; reason: private alias.
Removed service ".service_locator.NYffgTT"; reason: private alias.
Removed service ".service_locator.d35rtKw"; reason: private alias.
Removed service ".service_locator.0Ncu708"; reason: private alias.
Removed service ".service_locator.Dj3PoRO"; reason: private alias.
Removed service ".service_locator.N221N3H"; reason: private alias.
Removed service ".service_locator.1tw21.X"; reason: private alias.
Removed service ".service_locator.VLpEYpp"; reason: private alias.
Removed service ".service_locator.72LEmsU"; reason: private alias.
Removed service ".service_locator.XMwKu7p"; reason: private alias.
Removed service ".service_locator.XlHv717"; reason: private alias.
Removed service ".service_locator.d_H5jUJ"; reason: private alias.
Removed service ".service_locator.I0UsknH"; reason: private alias.
Removed service ".service_locator.V_Hv0yS"; reason: private alias.
Removed service ".service_locator.NObk8bI"; reason: private alias.
Removed service ".service_locator.smh4agE"; reason: private alias.
Removed service ".service_locator.M4_8Jpq"; reason: private alias.
Removed service ".service_locator.9JOLsAj"; reason: private alias.
Removed service ".service_locator.OJmnvRJ"; reason: private alias.
Removed service ".service_locator.W47vLMj"; reason: private alias.
Removed service ".service_locator.CSijcGC"; reason: private alias.
Removed service ".service_locator.faAY26b"; reason: private alias.
Removed service ".service_locator.t_kYQ0y"; reason: private alias.
Removed service ".service_locator.2VmAjUt"; reason: private alias.
Removed service ".service_locator.JRTLIAS"; reason: private alias.
Removed service ".service_locator.AizYWZw"; reason: private alias.
Removed service ".service_locator.1_ya4CS"; reason: private alias.
Removed service ".service_locator.Z_ouUau"; reason: private alias.
Removed service ".service_locator..8_2zMr"; reason: private alias.
Removed service ".service_locator.2PrYgJh"; reason: private alias.
Removed service ".service_locator.sZuy2rO"; reason: private alias.
Removed service ".service_locator.VByg8.w"; reason: private alias.
Removed service ".service_locator.MT9T1je"; reason: private alias.
Removed service ".service_locator.5cKt1SW"; reason: private alias.
Removed service ".service_locator.bv2AR2H"; reason: private alias.
Removed service ".service_locator.YHXBhWP"; reason: private alias.
Removed service ".service_locator.M5dDVpP"; reason: private alias.
Removed service ".service_locator.taKiQH2"; reason: private alias.
Removed service ".service_locator.OgzUBQf"; reason: private alias.
Removed service ".service_locator.3Aszoir"; reason: private alias.
Removed service ".service_locator.ixw_Xz2"; reason: private alias.
Removed service ".service_locator.mM49d1f"; reason: private alias.
Removed service ".service_locator.0RYrlvj"; reason: private alias.
Removed service ".service_locator.1f0Q2j2"; reason: private alias.
Removed service ".service_locator.ZgTANFv"; reason: private alias.
Removed service ".service_locator.ZrqVeUH"; reason: private alias.
Removed service ".service_locator.6irK7BI"; reason: private alias.
Removed service ".service_locator.kerHRVE"; reason: private alias.
Removed service ".service_locator.hSCopWN"; reason: private alias.
Removed service ".service_locator.jxAI2Qa"; reason: private alias.
Removed service ".service_locator.MK0VIDU"; reason: private alias.
Removed service ".service_locator.RhRrqwu"; reason: private alias.
Removed service ".service_locator.5jFr2lX"; reason: private alias.
Removed service ".service_locator.NxRBt2Q"; reason: private alias.
Removed service ".service_locator.uZETK1D"; reason: private alias.
Removed service ".service_locator.YKepZ3C"; reason: private alias.
Removed service ".service_locator.S9x2lK2"; reason: private alias.
Removed service ".service_locator.EmxrtR6"; reason: private alias.
Removed service ".service_locator.NyQNRRg"; reason: private alias.
Removed service ".service_locator.twClkbm"; reason: private alias.
Removed service ".service_locator.JavUi7d"; reason: private alias.
Removed service ".service_locator.Sa46.gt"; reason: private alias.
Removed service ".service_locator.46QSxdT"; reason: private alias.
Removed service ".service_locator.Bd0641i"; reason: private alias.
Removed service ".service_locator.ItPgVRz"; reason: private alias.
Removed service ".service_locator.4tWuyeW"; reason: private alias.
Removed service ".service_locator.Q1z.f9O"; reason: private alias.
Removed service ".service_locator.32qtqYX"; reason: private alias.
Removed service ".service_locator.KryVg_L"; reason: private alias.
Removed service ".service_locator._kIAbz1"; reason: private alias.
Removed service ".service_locator.hnz5ZNh"; reason: private alias.
Removed service ".service_locator..Fs8Kd7"; reason: private alias.
Removed service ".service_locator.8TaxigA"; reason: private alias.
Removed service ".service_locator.JOGGyit"; reason: private alias.
329
Changed reference of service "Chamilo\CoreBundle\Command\LpProgressReminderCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Command\LpProgressReminderCommand" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Command\ProcessUserDataRequestsCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Command\SendEventRemindersCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Command\SessionRepetitionCommand" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Command\UpdateVueTranslations" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Controller\AccessUrlController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Controller\AccountController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Controller\Admin\IndexBlocksController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Controller\Admin\IndexBlocksController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Chamilo\CoreBundle\Controller\Admin\SettingsController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Controller\Api\ExportCGlossaryAction" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Controller\AttendanceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Controller\ExceptionController" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Controller\PushNotificationController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Controller\SecurityController" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Controller\SessionController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\DataFixtures\PageFixtures" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\DataFixtures\TicketFixtures" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\DataTransformer\CalendarEventTransformer" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Form\ContactType" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Helpers\ContainerHelper" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Chamilo\CoreBundle\Helpers\CourseHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Helpers\LoginAttemptLoggerHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Helpers\ScheduledAnnouncementHelper" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Helpers\ThemeHelper" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Helpers\ValidationTokenHelper" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Security\AuthenticationEntryPoint" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Security\Authenticator\Ldap\LdapAuthenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Security\Authenticator\LoginTokenAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Security\Authenticator\OAuth2\AzureAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Security\Authenticator\OAuth2\FacebookAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Security\Authenticator\OAuth2\GenericAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Security\Authenticator\OAuth2\KeycloakAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Security\Authorization\Voter\CourseVoter" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Serializer\ResourceNormalizer" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\State\CStudentPublicationPostStateProcessor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\State\CStudentPublicationPostStateProcessor" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\State\CalendarEventStateProvider" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Twig\Extension\ChamiloExtension" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Component\Editor\CkEditor\CkEditor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Component\Editor\CkEditor\CkEditor" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Component\VichUploader\AssetFileNameNamer" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Repository\AssetRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Settings\SettingsManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Chamilo\CoreBundle\EventListener\AccessUrlValidationListener" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\LtiBundle\Controller\ServiceController" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Symfony\Component\Mailer\Mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "Symfony\Component\Mailer\Mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "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.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.amazon" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.brevo" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.mailjet" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "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 "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.jwt.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.api" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.success_handler.api.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api.json_login" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.failure_handler.api.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authenticator.json_login.main" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" 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 "fos_js_routing.extractor" previously pointing to "router.default" to "router".
Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
Changed reference of service "chamilo_core.settings.admin" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.announcement" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.agenda" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.attendance" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.cas" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.certificate" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.chat" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.course" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.crons" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.display" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.document" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.dropbox" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.editor" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.exercise" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.forum" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.glossary" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.gradebook" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.group" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.language" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.lp" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.mail" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.message" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.platform" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.profile" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.registration" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.search" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.security" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.session" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.skill" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.social" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.survey" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.work" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.ticket" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.tracking" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.webservice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.ai_helpers" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.catalog" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.workflows" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "chamilo_core.settings.privacy" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Repository\ResourceNodeRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\AccessUrlRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\CourseRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\IllustrationRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\MessageAttachmentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\PersonalFileRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\PortfolioCommentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\PortfolioRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\SocialPostAttachmentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\TicketMessageAttachmentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\UserRepository" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\UserRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Repository\Node\UsergroupRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\EventListener\CidReqListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\EventListener\LegacyListener" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\EventListener\LogoutListener" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\EventListener\ExceptionListener" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Entity\Listener\UserListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CoreBundle\Entity\Listener\SkillRelUserListener" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CoreBundle\Entity\Listener\SkillRelUserListener" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "Chamilo\CourseBundle\Settings\SettingsCourseManager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Chamilo\CourseBundle\Repository\CAnnouncementAttachmentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CAnnouncementRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CAttendanceCalendarRelGroupRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CAttendanceRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CAttendanceSheetRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CBlogAttachmentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CBlogCommentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CBlogPostRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CBlogRatingRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CBlogRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CCalendarEventAttachmentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CCalendarEventRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CChatConversationRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CCourseDescriptionRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CDocumentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CDropboxCategoryRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CDropboxFeedbackRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CDropboxFileRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CForumAttachmentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CForumCategoryRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CForumPostRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CForumRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CForumThreadRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CGlossaryRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CGroupCategoryRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CGroupRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CLinkCategoryRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CLinkRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CLpCategoryRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CLpItemRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CLpRelUserRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CLpRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CNotebookRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CQuizCategoryRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CQuizQuestionCategoryRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CQuizQuestionRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CQuizRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CShortcutRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CStudentPublicationAssignmentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CStudentPublicationCommentRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CStudentPublicationCorrectionRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CStudentPublicationRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CSurveyAnswerRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CSurveyInvitationRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CSurveyQuestionRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CSurveyRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CThematicAdvanceRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CThematicPlanRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CThematicRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CToolIntroRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CToolRepository" previously pointing to "router.default" to "router".
Changed reference of service "Chamilo\CourseBundle\Repository\CWikiRepository" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Chamilo\CoreBundle\Component\VichUploader\AssetFileNameNamer.assets" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "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 "ApiPlatform\Symfony\Messenger\Processor" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
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 "lexik_jwt_authentication.security.authentication.provider" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.authentication.listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.default" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "lexik_jwt_authentication.encoder.lcobucci" to "lexik_jwt_authentication.encoder".
Changed reference of service "lexik_jwt_authentication.jwt_manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.jws_provider.lcobucci" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.handler.authentication_success" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.handler.authentication_failure" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.jwt_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "lexik_jwt_authentication.security.guard.jwt_token_authenticator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "lexik_jwt_authentication.check_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "lexik_jwt_authentication.migrate_config_command" previously pointing to "lexik_jwt_authentication.key_loader.raw" to "lexik_jwt_authentication.key_loader".
Changed reference of service "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.console.command.doctrine.doctrine_orm_load_data_fixtures_command" previously pointing to "hautelook_alice.loader.doctrine_orm_loader" to "hautelook_alice.loader".
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 "gregwar_captcha.type" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "gregwar_captcha.generator" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.kw1.lAN" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.2dfm5Rw" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.x3waEq2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.m2ymlcO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.i47uX4V" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.8NpGJ3K" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.tFQ_HlJ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.RZv6CSn" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.uhnTwWQ" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.uhnTwWQ" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cuMURMS" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.NiySgOz" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.dNzcmvO" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.lx9TavF" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.Xb2iyqE" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.1Z9fEX7" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.JWsLd_s" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.j3tQBt6" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.kKPI7d2" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.QfLZ5qd" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.5cAhUFF" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.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.Chamilo\CoreBundle\Security\Authorization\Voter\AnonymousVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\CCalendarEventVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\CourseVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\GroupVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\MessageRelUserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\MessageTagVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\MessageVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceNodeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\SessionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\SocialPostVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEAttemptQualifyVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEExerciseVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\UserRelUserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\UserVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.Chamilo\CoreBundle\Security\Authorization\Voter\UsergroupVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Dkles0P" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.Dkles0P" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.im8QGPA" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "Chamilo\CoreBundle\Decorator\OAuth2ProviderFactoryDecorator.inner" previously pointing to "router.default" to "router".
Changed reference of service "api_platform.state_provider.access_checker.post_deserialize.inner" previously pointing to "translator.data_collector" to "translator".
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".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.resolver.bundle.no_bundle_resolver" to "hautelook_alice.resolver.bundle".
Changed reference of service "hautelook_alice.loader" previously pointing to "hautelook_alice.locator.environmentless" to "hautelook_alice.locator".
1081
Removed service "Chamilo\CoreBundle\ApiResource"; reason: abstract.
Removed service "Chamilo\CoreBundle\ChamiloCoreBundle"; reason: abstract.
Removed service "Chamilo\CoreBundle\Component"; reason: abstract.
Removed service "Chamilo\CoreBundle\DependencyInjection"; reason: abstract.
Removed service "Chamilo\CoreBundle\Entity"; reason: abstract.
Removed service "Chamilo\CoreBundle\EventListener"; reason: abstract.
Removed service "Chamilo\CoreBundle\Form\DataTransformer\ResourceToIdentifierTransformer"; reason: abstract.
Removed service "Chamilo\CoreBundle\Framework"; reason: abstract.
Removed service "Chamilo\CoreBundle\Migrations"; reason: abstract.
Removed service "Chamilo\CoreBundle\Repository"; reason: abstract.
Removed service "Chamilo\CoreBundle\Security\Badge"; reason: abstract.
Removed service "Chamilo\CoreBundle\Settings"; reason: abstract.
Removed service "Chamilo\LtiBundle\ChamiloLtiBundle"; reason: abstract.
Removed service "Chamilo\LtiBundle\Component"; reason: abstract.
Removed service "Chamilo\LtiBundle\Entity"; reason: abstract.
Removed service "Chamilo\LtiBundle\Form"; reason: abstract.
Removed service "Chamilo\LtiBundle\Util"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionLanguageSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "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 "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 "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; reason: abstract.
Removed service "Chamilo\CoreBundle\Repository\Node"; reason: abstract.
Removed service "Chamilo\CoreBundle\Repository\ResourceRepository"; reason: abstract.
Removed service "oneup_flysystem.adapter.local"; reason: abstract.
Removed service "oneup_flysystem.adapter.awss3v3"; reason: abstract.
Removed service "oneup_flysystem.adapter.ftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.sftp"; reason: abstract.
Removed service "oneup_flysystem.adapter.memory"; reason: abstract.
Removed service "oneup_flysystem.adapter.async_aws_s3"; reason: abstract.
Removed service "oneup_flysystem.adapter.googlecloudstorage"; reason: abstract.
Removed service "oneup_flysystem.adapter.gitlab"; reason: abstract.
Removed service "oneup_flysystem.adapter.azureblob"; reason: abstract.
Removed service "oneup_flysystem.filesystem"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; 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 "maker.auto_command.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.key_loader.abstract"; reason: abstract.
Removed service "lexik_jwt_authentication.security.jwt_authenticator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\AzureSyncUsergroupsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\AzureSyncUsergroupsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\AzureSyncUsersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\AzureSyncUsersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ClearTempUploadsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\ClearTempUploadsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\CreateCoursesFromStructuredFileCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\CreateCoursesFromStructuredFileCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\DeactivateUsersWithNoActiveSessionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\DeactivateUsersWithNoActiveSessionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ImportAccessUrlCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\ImportAccessUrlCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\LpProgressReminderCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\LpProgressReminderCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ProcessUserDataRequestsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\ProcessUserDataRequestsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\ReinscriptionCheckCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\ReinscriptionCheckCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendCourseExpirationEmailsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\SendCourseExpirationEmailsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendCourseExpirationRemindersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\SendCourseExpirationRemindersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendEventRemindersCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\SendEventRemindersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendNotificationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\SendNotificationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SendScheduledAnnouncementsCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\SendScheduledAnnouncementsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\SessionRepetitionCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\SessionRepetitionCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\UpdateSessionStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\UpdateSessionStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.Chamilo\CoreBundle\Command\UpdateVueTranslations"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Command\UpdateVueTranslations"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AccessUrlController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AccessUrlController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\AccessUrlController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\IndexBlocksController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\IndexBlocksController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\IndexBlocksController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\PluginsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\PluginsController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\PluginsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\SessionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\SessionAdminController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\SessionAdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Admin\SettingsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AiController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AiController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\AiController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\CLinkDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\CLinkDetailsController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CLinkDetailsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\CheckCLinkAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\CheckCLinkAction"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CheckCLinkAction"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateBlogAttachmentAction.0.Chamilo\CoreBundle\Controller\Api\CreateBlogAttachmentAction"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateBlogAttachmentAction"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateCBlogAction.0.Chamilo\CoreBundle\Controller\Api\CreateCBlogAction"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateCBlogAction"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateDropboxFileAction.0.Chamilo\CoreBundle\Controller\Api\CreateDropboxFileAction"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateDropboxFileAction"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateSessionWithUsersAndCoursesAction.0.Chamilo\CoreBundle\Controller\Api\CreateSessionWithUsersAndCoursesAction"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateSessionWithUsersAndCoursesAction"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction.0.Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\CreateUserOnAccessUrlAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction.0.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\GetCourseStatsAction.0.Chamilo\CoreBundle\Controller\Api\GetCourseStatsAction"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\GetCourseStatsAction"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\GetStatsAction.0.Chamilo\CoreBundle\Controller\Api\GetStatsAction"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\GetStatsAction"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\LikeSocialPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\LikeSocialPostController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\LikeSocialPostController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink.0.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory.0.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController.0.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Controller\Api\VideoConferenceCallbackController.0.Chamilo\CoreBundle\Controller\Api\VideoConferenceCallbackController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\Api\VideoConferenceCallbackController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\AttendanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\AttendanceController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\AttendanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\BadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\BadgeController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\BadgeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CatalogueController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CatalogueController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\CatalogueController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CertificateController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\CertificateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ChatController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\ChatController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ContactCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ContactCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\ContactCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CourseController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CourseMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CourseMaintenanceController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\CourseMaintenanceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\CoursesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\CoursesController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\CoursesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\DropboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\DropboxController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\DropboxController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\EditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\EditorController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\EditorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ExceptionController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\ExceptionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\FileManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\FileManagerController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\FileManagerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\GradebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\GradebookController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\GradebookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\IndexController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\IndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\NewsController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\NewsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\OnlineController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\OnlineController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PageController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\PageController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PermissionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PermissionsController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\PermissionsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PlatformConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PlatformConfigurationController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\PlatformConfigurationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PushNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PushNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\PushNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\PwaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\PwaController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\PwaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\ResetPasswordController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ResourceController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\ResourceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\SessionController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\SessionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\SocialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\SocialController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\SocialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\StudentPublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\StudentPublicationController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\StudentPublicationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\TemplateController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\TemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ThemeController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\ThemeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ToolController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ToolController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\ToolController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\UserController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\UserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\CoreBundle\Controller\ValidationTokenController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\CoreBundle\Controller\ValidationTokenController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Controller\ValidationTokenController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\AccessGroupFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\AccessGroupFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\AccessUserFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\AccessUserFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\AccessUserUrlFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\AccessUserUrlFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\BranchFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\BranchFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\ColorThemeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\ColorThemeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\CourseCategoryFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\CourseCategoryFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\CourseTypeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\CourseTypeFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\ExtraFieldFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\ExtraFieldFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\LanguageFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\LanguageFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\PageFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\PageFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\PermissionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\PermissionFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\ResourceFormatFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\ResourceFormatFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\RoleFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\RoleFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SequenceFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SequenceFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SettingsCurrentFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SettingsCurrentFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SettingsValueTemplateFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SettingsValueTemplateFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SkillFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SkillFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SysAnnouncementFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SysAnnouncementFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\SystemTemplateFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\SystemTemplateFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\TicketFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\TicketFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.Chamilo\CoreBundle\DataFixtures\UserFriendRelationTypeFixtures"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataFixtures\UserFriendRelationTypeFixtures"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CCalendarEventExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CCalendarEventExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CDocumentExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CDocumentExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CStudentPublicationExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CStudentPublicationExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CToolExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CToolExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CToolIntroExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CToolIntroExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CourseExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CourseExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\CourseRelUserExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\CourseRelUserExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\MessageExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\MessageExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\MessageRelUserExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\MessageRelUserExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\MessageTagExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\MessageTagExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\PageExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\PageExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\PersonalFileExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\PersonalFileExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\SessionRelUserExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\SessionRelUserExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\SocialPostExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\SocialPostExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\TrackEAttemptQualifyExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\TrackEAttemptQualifyExtension"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Extension\QueryCollectionExtensionInterface.0.Chamilo\CoreBundle\DataProvider\Extension\TrackEExerciseExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\DataProvider\Extension\TrackEExerciseExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\AnonymousUserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\AnonymousUserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\LocaleSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\LoginFailureSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\LoginFailureSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\PaginationSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\PaginationSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\SwitchUserSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\SwitchUserSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Chamilo\CoreBundle\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\CidFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\CidFilter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Filter\CidFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\GlobalEventFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\GlobalEventFilter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Filter\GlobalEventFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\ParentNullFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\ParentNullFilter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Filter\ParentNullFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\PartialSearchOrFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\PartialSearchOrFilter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Filter\PartialSearchOrFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\SidFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\SidFilter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Filter\SidFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\SocialWallFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\SocialWallFilter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Filter\SocialWallFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.Chamilo\CoreBundle\Filter\UserExtraFieldFilter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.Chamilo\CoreBundle\Filter\UserExtraFieldFilter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Filter\UserExtraFieldFilter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\BranchType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\BranchType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\ChangePasswordFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\ChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ContactCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\ContactCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ContactType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\ContactType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CourseHomeToolType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\CourseHomeToolType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\CurriculumCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumItemRelUserCollectionType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\CurriculumItemRelUserCollectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumItemRelUserType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\CurriculumItemRelUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\CurriculumItemType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\CurriculumItemType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ExtraFieldType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\ExtraFieldType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\JuryMembersType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\JuryMembersType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\JuryType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\JuryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\JuryUserType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\JuryUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\PermissionType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\PermissionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ProfileType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\ProfileType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\QuestionScoreNameType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\QuestionScoreNameType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\QuestionScoreType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\QuestionScoreType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\ResetPasswordRequestFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\SessionPathType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\SessionPathType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\SessionTreeType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\SessionTreeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\SessionType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\SessionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\CourseType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\Type\CourseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\IllustrationType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\Type\IllustrationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceCommentType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\Type\ResourceCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceLinkType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\Type\ResourceLinkType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceNodeType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\Type\ResourceNodeType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\ResourceRightType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\Type\ResourceRightType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\YesNoNumericType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\Type\YesNoNumericType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.Chamilo\CoreBundle\Form\Type\YesNoType"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Form\Type\YesNoType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\AnonymousVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\AnonymousVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\CCalendarEventVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\CCalendarEventVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\CourseVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\CourseVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\GroupVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\GroupVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\MessageRelUserVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\MessageRelUserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\MessageTagVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\MessageTagVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\MessageVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\MessageVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceNodeVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceNodeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\ResourceVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\SessionVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\SessionVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\SocialPostVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\SocialPostVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEAttemptQualifyVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEAttemptQualifyVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEExerciseVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\TrackEExerciseVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\UserRelUserVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\UserRelUserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\UserVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\UserVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.Chamilo\CoreBundle\Security\Authorization\Voter\UsergroupVoter"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Security\Authorization\Voter\UsergroupVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Chamilo\CoreBundle\Serializer\Normalizer\SessionNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Serializer\Normalizer\SessionNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Chamilo\CoreBundle\Serializer\Normalizer\UserNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Serializer\Normalizer\UserNormalizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Serializer\Normalizer\NormalizerInterface.0.Chamilo\CoreBundle\Serializer\ResourceNormalizer"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Serializer\ResourceNormalizer"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\AccessUrlRelColorThemeStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CAttendanceStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\CAttendanceStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CBlogAssignAuthorProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\CBlogAssignAuthorProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CCalendarEventStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\CCalendarEventStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CStudentPublicationDeleteProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\CStudentPublicationDeleteProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\CStudentPublicationPostStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\CStudentPublicationPostStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\CToolStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\CToolStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\CalendarEventStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\CalendarEventStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\CategorizedExerciseResultStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\CategorizedExerciseResultStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\ColorThemeStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\ColorThemeStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\GroupMembersStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\GroupMembersStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\LpCollectionStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\LpCollectionStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\MessageByGroupStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\MessageByGroupStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\MessageProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\MessageProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\MessageStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\MessageStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\PublicCatalogueCourseStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\PublicCatalogueCourseStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\SkillTreeStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\SkillTreeStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\SocialPostStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\SocialPostStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\UserRelUserStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\UserRelUserStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\UserSessionSubscriptionsStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\UserSessionSubscriptionsStateProvider"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProcessorInterface.0.Chamilo\CoreBundle\State\UsergroupPostStateProcessor"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\UsergroupPostStateProcessor"; reason: abstract.
Removed service ".instanceof.ApiPlatform\State\ProviderInterface.0.Chamilo\CoreBundle\State\UsergroupStateProvider"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\State\UsergroupStateProvider"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Agenda"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Agenda"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Announcement"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Announcement"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Asset"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Asset"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Assignment"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Assignment"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Attendance"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Attendance"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Blog"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Blog"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Chat"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Chat"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseDescription"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\CourseDescription"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseHomePage"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\CourseHomePage"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseProgress"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\CourseProgress"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CourseTool"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\CourseTool"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\CustomCertificate"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\CustomCertificate"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Document"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Document"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Dropbox"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Dropbox"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Exercise"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Exercise"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Forum"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Forum"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\GlobalTool"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\GlobalTool"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Glossary"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Glossary"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Gradebook"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Gradebook"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Group"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Group"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\LearningPath"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\LearningPath"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Link"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Link"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Maintenance"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Maintenance"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Member"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Member"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Mobidico"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Mobidico"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Notebook"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Notebook"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\NotebookTeacher"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\NotebookTeacher"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Portfolio"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Portfolio"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Positioning"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Positioning"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Settings"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Settings"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Shortcut"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Shortcut"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Survey"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Survey"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Test2Pdf"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Test2Pdf"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\ToolIntro"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\ToolIntro"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Tracking"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Tracking"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\User"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\User"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\UserGroup"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\UserGroup"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\VideoConference"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\VideoConference"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Wiki"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Wiki"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Tool\ToolInterface.0.Chamilo\CoreBundle\Tool\Zoom"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Tool\Zoom"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Chamilo\CoreBundle\Twig\Extension\ChamiloExtension"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Twig\Extension\ChamiloExtension"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AssetRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\AssetRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CourseBundle\Repository\CAttendanceCalendarRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CourseBundle\Repository\CAttendanceCalendarRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\LtiBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\LtiBundle\Controller\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\LtiBundle\Controller\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\LtiBundle\Controller\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\LtiBundle\Controller\CourseController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\LtiBundle\Controller\CourseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.Chamilo\LtiBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.Chamilo\LtiBundle\Controller\ServiceController"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\LtiBundle\Controller\ServiceController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\LtiBundle\Repository\ExternalToolRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\LtiBundle\Repository\ExternalToolRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Translation\LocaleAwareInterface.0.stof_doctrine_extensions.tool.locale_synchronizer"; reason: abstract.
Removed service ".abstract.instanceof.stof_doctrine_extensions.tool.locale_synchronizer"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.Symfony\Component\Ldap\Security\CheckLdapCredentialsListener"; reason: abstract.
Removed service ".abstract.instanceof.Symfony\Component\Ldap\Security\CheckLdapCredentialsListener"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.admin"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.admin"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.announcement"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.announcement"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.agenda"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.agenda"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.attendance"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.attendance"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.cas"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.cas"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.certificate"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.certificate"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.chat"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.chat"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.course"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.course"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.crons"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.crons"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.display"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.display"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.document"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.document"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.dropbox"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.dropbox"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.editor"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.editor"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.exercise"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.exercise"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.forum"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.forum"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.glossary"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.glossary"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.gradebook"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.gradebook"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.group"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.group"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.language"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.language"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.lp"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.lp"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.mail"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.mail"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.message"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.message"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.platform"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.platform"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.profile"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.profile"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.registration"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.registration"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.search"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.search"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.security"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.security"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.session"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.session"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.skill"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.skill"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.social"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.social"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.survey"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.survey"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.work"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.work"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.ticket"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.ticket"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.tracking"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.tracking"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.webservice"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.webservice"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.ai_helpers"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.ai_helpers"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.catalog"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.catalog"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.workflows"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.workflows"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\Settings\AbstractSettingsSchema.0.chamilo_core.settings.privacy"; reason: abstract.
Removed service ".abstract.instanceof.chamilo_core.settings.privacy"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AccessUrlRelColorThemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\AccessUrlRelColorThemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AccessUrlRelPluginRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\AccessUrlRelPluginRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AiRequestsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\AiRequestsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\AzureSyncStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\AzureSyncStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\BranchSyncRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\BranchSyncRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CareerRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\CareerRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CatalogueCourseRelAccessUrlRelUsergroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\CatalogueCourseRelAccessUrlRelUsergroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CatalogueSessionRelAccessUrlRelUsergroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\CatalogueSessionRelAccessUrlRelUsergroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ColorThemeRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ColorThemeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ConferenceActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ConferenceActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ConferenceMeetingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ConferenceMeetingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ConferenceRecordingRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ConferenceRecordingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CourseCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\CourseCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\CourseRelUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\CourseRelUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldOptionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ExtraFieldOptionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldRelTagRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ExtraFieldRelTagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ExtraFieldRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ExtraFieldValuesRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ExtraFieldValuesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GradeBookCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\GradeBookCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GradebookCertificateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\GradebookCertificateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GradebookResultRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\GradebookResultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\GroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\GroupRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\LanguageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\LanguageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\LegalRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\LegalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\MessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\MessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PageCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\PageCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PageRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\PageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PermissionRelRoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\PermissionRelRoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PermissionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\PermissionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PluginRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\PluginRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PromotionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\PromotionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\PushSubscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\PushSubscriptionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ResetPasswordRequestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ResourceFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ResourceFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\RoleRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\RoleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ScheduledAnnouncementRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ScheduledAnnouncementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SequenceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\SequenceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SequenceResourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\SequenceResourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SessionRelCourseRelUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\SessionRelCourseRelUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SessionRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\SessionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SettingsCurrentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\SettingsCurrentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SkillRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\SkillRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SocialPostRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\SocialPostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SysAnnouncementRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\SysAnnouncementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\SystemTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\SystemTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TagRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TagRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TemplatesRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TemplatesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TicketRelUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TicketRelUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TicketRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TicketRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ToolRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ToolRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEAttemptRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEAttemptRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackECourseAccessRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TrackECourseAccessRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEDefaultRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEDefaultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEDownloadsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEDownloadsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEExerciseRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEExerciseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackELoginRecordRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TrackELoginRecordRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackELoginRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TrackELoginRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\TrackEOnlineRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\TrackEOnlineRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\UserAuthSourceRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\UserAuthSourceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\ValidationTokenRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\ValidationTokenRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiActivityProfileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiActivityProfileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiActivityStateRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiActivityStateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiActorRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiActorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiAttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiAttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiContextRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiContextRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiExtensionsRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiExtensionsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiInternalLogRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiInternalLogRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiLrsAuthRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiLrsAuthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiObjectRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiObjectRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiResultRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiResultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiSharedStatementRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiSharedStatementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiStatementRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiStatementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiToolLaunchRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiToolLaunchRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\XApiVerbRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\XApiVerbRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\AccessUrlRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\AccessUrlRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\CourseRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\CourseRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\IllustrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\IllustrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\MessageAttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\MessageAttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\PersonalFileRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\PersonalFileRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\PortfolioCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\PortfolioCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\PortfolioRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\PortfolioRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\SocialPostAttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\SocialPostAttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\TicketMessageAttachmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\TicketMessageAttachmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.Chamilo\CoreBundle\Repository\Node\UsergroupRepository"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\Repository\Node\UsergroupRepository"; reason: abstract.
Removed service ".instanceof.Chamilo\CoreBundle\EventListener\MessageStatusListener.0.Chamilo\CoreBundle\EventListener\MessageStatusListener"; reason: abstract.
Removed service ".abstract.instanceof.Chamilo\CoreBundle\EventListener\MessageStatusListener"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_course_rel_user_chamilo_core_bundle_filter_partial_search_or_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_course_rel_user_chamilo_core_bundle_filter_partial_search_or_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_core_bundle_entity_course_rel_user_chamilo_core_bundle_filter_partial_search_or_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_message_chamilo_core_bundle_filter_partial_search_or_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_message_chamilo_core_bundle_filter_partial_search_or_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_core_bundle_entity_message_chamilo_core_bundle_filter_partial_search_or_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_social_post_chamilo_core_bundle_filter_social_wall_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_social_post_chamilo_core_bundle_filter_social_wall_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_core_bundle_entity_social_post_chamilo_core_bundle_filter_social_wall_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_track_e_exercise_chamilo_core_bundle_filter_user_extra_field_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_track_e_exercise_chamilo_core_bundle_filter_user_extra_field_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_core_bundle_entity_track_e_exercise_chamilo_core_bundle_filter_user_extra_field_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_core_bundle_entity_user_chamilo_core_bundle_filter_partial_search_or_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_core_bundle_entity_user_chamilo_core_bundle_filter_partial_search_or_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_core_bundle_entity_user_chamilo_core_bundle_filter_partial_search_or_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_attendance_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_attendance_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_attendance_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_global_event_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_global_event_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_calendar_event_chamilo_core_bundle_filter_global_event_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_document_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_lp_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_lp_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_lp_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_parent_null_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_parent_null_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_parent_null_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_student_publication_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_tool_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_cid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Doctrine\Orm\Filter\AbstractFilter.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".instanceof.ApiPlatform\Metadata\FilterInterface.0.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
Removed service ".abstract.instanceof.annotated_chamilo_course_bundle_entity_c_tool_intro_chamilo_core_bundle_filter_sid_filter"; reason: abstract.
239
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "annotations.filesystem_cache_adapter"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "name_based_uuid.factory"; reason: unused.
Removed service "random_based_uuid.factory"; reason: unused.
Removed service "time_based_uuid.factory"; reason: unused.
Removed service ".cache_connection.GD_MSZC"; reason: unused.
Removed service ".cache_connection.JKE6keX"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "messenger.listener.stop_worker_signals_listener"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; 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.entity_manager_registry_loader"; reason: unused.
Removed service "doctrine.migrations.container_aware_migrations_factory"; 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 "twig.loader.chain"; reason: unused.
Removed service "twig.extension.debug"; 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"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service ".1_ServiceRegistry~Q6Yr7Hp"; reason: unused.
Removed service "sylius.registry.settings_resolver"; reason: unused.
Removed service "sylius.settings_resolver.default"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.local"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.awss3v3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.ftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.sftp"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.in_memory"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.customadapter"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.async_aws_s3"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.google_cloud_storage"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.gitlab"; reason: unused.
Removed service "oneup_flysystem.adapter_factory.azureblob"; reason: unused.
Removed service "oneup_flysystem.asset_azure_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.asset_cache_azure_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.asset_awss3_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.asset_cache_awss3_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.asset_google_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.asset_cache_google_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.resource_azure_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.resource_cache_azure_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.resource_google_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.resource_cache_google_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.resource_awss3_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.resource_cache_awss3_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.themes_azure_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.themes_awss3_adapter_adapter"; reason: unused.
Removed service "oneup_flysystem.themes_google_adapter_adapter"; reason: unused.
Removed service "webpack_encore.cache"; 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.storage.file_system"; reason: unused.
Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
Removed service "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service "knpu.oauth2.user_provider"; 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.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.metadata.path_segment_name_generator.dash"; reason: unused.
Removed service "api_platform.graphql.query_resolver_locator"; reason: unused.
Removed service "api_platform.graphql.mutation_resolver_locator"; reason: unused.
Removed service "api_platform.graphql.provider.read"; 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 "api_platform.http_cache.purger.varnish.xkey"; reason: unused.
Removed service "api_platform.http_cache.purger.souin"; 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 "symfonycasts.reset_password.fake_request_repository"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "stof_doctrine_extensions.event_listener.locale"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.provider"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.listener"; reason: unused.
Removed service "lexik_jwt_authentication.security.authentication.entry_point"; reason: unused.
Removed service "lexik_jwt_authentication.key_loader.openssl"; reason: unused.
Removed service "lexik_jwt_authentication.jws_provider.default"; reason: unused.
Removed service "lexik_jwt_authentication.payload_enrichment.random_jti_enrichment"; reason: unused.
Removed service "lexik_jwt_authentication.encoder.default"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_success"; reason: unused.
Removed service "lexik_jwt_authentication.handler.authentication_failure"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.query_parameter_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.extractor.split_cookie_extractor"; reason: unused.
Removed service "lexik_jwt_authentication.security.jwt_user_provider"; reason: unused.
Removed service ".1_TokenStorage~1juoV3I"; reason: unused.
Removed service "lexik_jwt_authentication.security.guard.jwt_token_authenticator"; 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 ".service_locator.kMZxL.9"; reason: unused.
Removed service ".service_locator.MO4fkc5"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.Chamilo\CoreBundle\Serializer\Normalizer\SessionNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.Chamilo\CoreBundle\Serializer\Normalizer\UserNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.Chamilo\CoreBundle\Serializer\ResourceNormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.serializer.uuid_denormalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.api_gateway"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer.legacy"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonapi.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.graphql.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.graphql.normalizer.http_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.graphql.normalizer.runtime_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonapi.normalizer.error"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.graphql.normalizer.error"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.openapi.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonapi.normalizer.entrypoint"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.documentation"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.entrypoint"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.error"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hal.normalizer.entrypoint"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.normalizer.validation_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.problem.normalizer.error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.flatten_exception"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonapi.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hal.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.graphql.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.serializer.normalizer.item"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonapi.normalizer.collection"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hydra.normalizer.collection"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hal.normalizer.collection"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonapi.normalizer.object"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.jsonld.normalizer.object"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.hal.normalizer.object"; reason: unused.
Removed service ".debug.serializer.normalizer.api_platform.graphql.normalizer.object"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.yamlopenapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonapi.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.jsonld.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.hal.encoder"; reason: unused.
Removed service ".debug.serializer.encoder.api_platform.problem.encoder"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.0TACwl3"; reason: unused.
Removed service ".service_locator.Ar70cHn"; reason: unused.
Removed service "doctrine.migrations.container_aware_migrations_factory.inner"; reason: unused.
756
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\AccessUrlController" to "Chamilo\CoreBundle\Controller\AccessUrlController".
Inlined service ".service_locator.Dkles0P.Chamilo\CoreBundle\Controller\AccountController" to "Chamilo\CoreBundle\Controller\AccountController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Admin\AdminController" to "Chamilo\CoreBundle\Controller\Admin\AdminController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Admin\IndexBlocksController" to "Chamilo\CoreBundle\Controller\Admin\IndexBlocksController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Admin\PluginsController" to "Chamilo\CoreBundle\Controller\Admin\PluginsController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Admin\SecurityController" to "Chamilo\CoreBundle\Controller\Admin\SecurityController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Admin\SessionAdminController" to "Chamilo\CoreBundle\Controller\Admin\SessionAdminController".
Inlined service ".service_locator.Dkles0P.Chamilo\CoreBundle\Controller\Admin\SettingsController" to "Chamilo\CoreBundle\Controller\Admin\SettingsController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\AiController" to "Chamilo\CoreBundle\Controller\AiController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\CLinkDetailsController" to "Chamilo\CoreBundle\Controller\Api\CLinkDetailsController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\CheckCLinkAction" to "Chamilo\CoreBundle\Controller\Api\CheckCLinkAction".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController" to "Chamilo\CoreBundle\Controller\Api\DislikeSocialPostController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction" to "Chamilo\CoreBundle\Controller\Api\DocumentLearningPathUsageAction".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\LikeSocialPostController" to "Chamilo\CoreBundle\Controller\Api\LikeSocialPostController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\UpdatePositionLink" to "Chamilo\CoreBundle\Controller\Api\UpdatePositionLink".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog" to "Chamilo\CoreBundle\Controller\Api\UpdateVisibilityBlog".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument" to "Chamilo\CoreBundle\Controller\Api\UpdateVisibilityDocument".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink" to "Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLink".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory" to "Chamilo\CoreBundle\Controller\Api\UpdateVisibilityLinkCategory".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController" to "Chamilo\CoreBundle\Controller\Api\UserAccessUrlsController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\AttendanceController" to "Chamilo\CoreBundle\Controller\AttendanceController".
Inlined service ".service_locator.Dkles0P.Chamilo\CoreBundle\Controller\BadgeController" to "Chamilo\CoreBundle\Controller\BadgeController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\CatalogueController" to "Chamilo\CoreBundle\Controller\CatalogueController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\CertificateController" to "Chamilo\CoreBundle\Controller\CertificateController".
Inlined service ".service_locator.Dkles0P.Chamilo\CoreBundle\Controller\ChatController" to "Chamilo\CoreBundle\Controller\ChatController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\ContactCategoryController" to "Chamilo\CoreBundle\Controller\ContactCategoryController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\ContactController" to "Chamilo\CoreBundle\Controller\ContactController".
Inlined service ".service_locator.Dkles0P.Chamilo\CoreBundle\Controller\CourseController" to "Chamilo\CoreBundle\Controller\CourseController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\CourseMaintenanceController" to "Chamilo\CoreBundle\Controller\CourseMaintenanceController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\CoursesController" to "Chamilo\CoreBundle\Controller\CoursesController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\DropboxController" to "Chamilo\CoreBundle\Controller\DropboxController".
Inlined service ".service_locator.Dkles0P.Chamilo\CoreBundle\Controller\EditorController" to "Chamilo\CoreBundle\Controller\EditorController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\ExceptionController" to "Chamilo\CoreBundle\Controller\ExceptionController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\FileManagerController" to "Chamilo\CoreBundle\Controller\FileManagerController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\GradebookController" to "Chamilo\CoreBundle\Controller\GradebookController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\IndexController" to "Chamilo\CoreBundle\Controller\IndexController".
Inlined service ".service_locator.Dkles0P.Chamilo\CoreBundle\Controller\NewsController" to "Chamilo\CoreBundle\Controller\NewsController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController" to "Chamilo\CoreBundle\Controller\OAuth2\AzureProviderController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController" to "Chamilo\CoreBundle\Controller\OAuth2\FacebookProviderController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController" to "Chamilo\CoreBundle\Controller\OAuth2\GenericProviderController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController" to "Chamilo\CoreBundle\Controller\OAuth2\KeycloakProviderController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\OnlineController" to "Chamilo\CoreBundle\Controller\OnlineController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\PageController" to "Chamilo\CoreBundle\Controller\PageController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\PermissionsController" to "Chamilo\CoreBundle\Controller\PermissionsController".
Inlined service ".service_locator.Dkles0P.Chamilo\CoreBundle\Controller\PlatformConfigurationController" to "Chamilo\CoreBundle\Controller\PlatformConfigurationController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\PushNotificationController" to "Chamilo\CoreBundle\Controller\PushNotificationController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\PwaController" to "Chamilo\CoreBundle\Controller\PwaController".
Inlined service "symfonycasts.reset_password.helper" to "Chamilo\CoreBundle\Controller\ResetPasswordController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\ResetPasswordController" to "Chamilo\CoreBundle\Controller\ResetPasswordController".
Inlined service ".service_locator.Dkles0P.Chamilo\CoreBundle\Controller\ResourceController" to "Chamilo\CoreBundle\Controller\ResourceController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\SecurityController" to "Chamilo\CoreBundle\Controller\SecurityController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\SessionController" to "Chamilo\CoreBundle\Controller\SessionController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\SocialController" to "Chamilo\CoreBundle\Controller\SocialController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\StudentPublicationController" to "Chamilo\CoreBundle\Controller\StudentPublicationController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\TemplateController" to "Chamilo\CoreBundle\Controller\TemplateController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\ThemeController" to "Chamilo\CoreBundle\Controller\ThemeController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\ToolController" to "Chamilo\CoreBundle\Controller\ToolController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\UserController" to "Chamilo\CoreBundle\Controller\UserController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\CoreBundle\Controller\ValidationTokenController" to "Chamilo\CoreBundle\Controller\ValidationTokenController".
Inlined service "Chamilo\CoreBundle\Decorator\MailTransportDecorator.inner" to "Chamilo\CoreBundle\Decorator\MailTransportDecorator".
Inlined service "Chamilo\CoreBundle\Decorator\OAuth2ProviderFactoryDecorator.inner" to "Chamilo\CoreBundle\Decorator\OAuth2ProviderFactoryDecorator".
Inlined service "Chamilo\CoreBundle\Migrations\MigrationFactory.inner" to "Chamilo\CoreBundle\Migrations\MigrationFactory".
Inlined service ".service_locator.Dkles0P.Chamilo\LtiBundle\Controller\AdminController" to "Chamilo\LtiBundle\Controller\AdminController".
Inlined service ".service_locator.Dkles0P.Chamilo\LtiBundle\Controller\CourseController" to "Chamilo\LtiBundle\Controller\CourseController".
Inlined service ".service_locator.O2p6Lk7.Chamilo\LtiBundle\Controller\ServiceController" to "Chamilo\LtiBundle\Controller\ServiceController".
Inlined service "security.ldap_locator" to "Symfony\Component\Ldap\Security\CheckLdapCredentialsListener".
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.NYCuMTz" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" 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 "http_client.uri_template_expander.rize" to "http_client.uri_template".
Inlined service ".service_locator.2IHA6Nd" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "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.3KSGD8R" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "doctrine.result_cache_pool.recorder_inner" to "doctrine.result_cache_pool".
Inlined service "doctrine.system_cache_pool.recorder_inner" to "doctrine.system_cache_pool".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.TpoC7U9" to "session_listener".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.rhplta8" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.F9PKc.7" 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 "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.5cAhUFF" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.sync_priority_high".
Inlined service "messenger.transport_factory" to "messenger.transport.sync_priority_high".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "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.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "html_sanitizer.config.default" to "html_sanitizer.sanitizer.default".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.HIVVARU" 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.0Fvr1Zl" 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 ".service_locator.I1TuVO1" to "doctrine.orm.default_entity_listener_resolver".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.connection_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 "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
Inlined service ".service_locator.xRhNObu.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
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.htmlsanitizer" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "webpack_encore.twig_stimulus_extension" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "cocur_slugify.twig.slugify" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.extension.cssinliner" to "twig".
Inlined service "twig.extension.inky" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.MaCAr52" 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.QR43s4z" to "security.helper".
Inlined service ".service_locator.scgQt6e" to "security.helper".
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.1NJSYR2" to "security.access_map".
Inlined service ".security.request_matcher.I_Wy6An" to "security.access_map".
Inlined service ".security.request_matcher.WSItAZo" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service ".security.request_matcher.AMZT15Y" to ".security.request_matcher.vhy2oy3".
Inlined service "lexik_jwt_authentication.extractor.chain_extractor" to "security.authenticator.jwt.api".
Inlined service "security.authentication.success_handler.api.json_login" to "security.authenticator.json_login.api".
Inlined service "security.authentication.failure_handler.api.json_login" to "security.authenticator.json_login.api".
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._LA_AHr" to ".security.request_matcher.yy_ZK6T".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.EFAslXi" to ".security.request_matcher.1NJSYR2".
Inlined service ".security.request_matcher.xKZVXt1" to ".security.request_matcher.I_Wy6An".
Inlined service ".security.request_matcher.cOXB5tV" to ".security.request_matcher.WSItAZo".
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 "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
Inlined service "oneup_flysystem.asset_adapter_adapter" to "oneup_flysystem.asset_filesystem".
Inlined service "oneup_flysystem.asset_cache_adapter_adapter" to "oneup_flysystem.asset_cache_filesystem".
Inlined service "oneup_flysystem.resource_adapter_adapter" to "oneup_flysystem.resource_filesystem".
Inlined service "oneup_flysystem.resource_cache_adapter_adapter" to "oneup_flysystem.resource_cache_filesystem".
Inlined service "oneup_flysystem.themes_adapter_adapter" to "oneup_flysystem.themes_filesystem".
Inlined service "a2lix_auto_form.object_info.doctrine_orm_info" to "a2lix_auto_form.form.manipulator.doctrine_orm_manipulator".
Inlined service "a2lix_auto_form.form.event_listener.auto_form_listener" to "a2lix_auto_form.form.type.auto_form_type".
Inlined service "a2lix_auto_form.doctrine.metadata_factory" to "a2lix_auto_form.object_info.doctrine_orm_info".
Inlined service "a2lix_translation_form.form.event_listener.translations_listener" to "a2lix_translation_form.form.type.translations_type".
Inlined service "a2lix_translation_form.form.event_listener.translations_form_listener" to "a2lix_translation_form.form.type.translations_forms_type".
Inlined service ".service_locator.Yi4Ff.p" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~Q0SQgWm" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
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.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service ".service_locator.GoYNaJU" to "vich_uploader.storage.flysystem".
Inlined service "knpu.oauth2.provider.generic" to "knpu.oauth2.client.generic".
Inlined service "knpu.oauth2.provider.facebook" to "knpu.oauth2.client.facebook".
Inlined service "knpu.oauth2.provider.keycloak" to "knpu.oauth2.client.keycloak".
Inlined service "knpu.oauth2.provider.azure" to "knpu.oauth2.client.azure".
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.cDk0V3s" to "api_platform.state_provider.locator".
Inlined service ".service_locator.MRMlt5R" 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 "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.metadata.path_segment_name_generator.underscore" 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.hal.json_schema.schema_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service ".2_ObjectNormalizer~yRNDtxV" to ".1_Serializer~yRNDtxV".
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.jsonapi.json_schema.schema_factory.inner" to "api_platform.jsonapi.json_schema.schema_factory".
Inlined service "api_platform.swagger_ui.provider" to "api_platform.jsonapi.state_provider".
Inlined service "api_platform.hydra.processor.link.inner" to "api_platform.hydra.processor.link".
Inlined service "api_platform.jsonapi.json_schema.schema_factory" 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.hydra.json_schema.schema_factory" to "api_platform.hal.json_schema.schema_factory".
Inlined service "api_platform.graphql.type_locator" to "api_platform.graphql.types_factory".
Inlined service "api_platform.graphql.error_handler" to "api_platform.graphql.action.entrypoint".
Inlined service "api_platform.graphql.cache.subscription.recorder_inner" to "api_platform.graphql.cache.subscription".
Inlined service "api_platform.graphql.resolver.resource_field" to "api_platform.graphql.type_builder".
Inlined service "api_platform.graphql.fields_builder_locator" to "api_platform.graphql.type_builder".
Inlined service "api_platform.graphql.type_converter" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.resolver.factory.item" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.types_factory" to "api_platform.graphql.schema_builder".
Inlined service "api_platform.graphql.state_provider.access_checker" to "api_platform.graphql.state_provider.parameter".
Inlined service "api_platform.graphql.state_provider.access_checker.post_validate" to "api_platform.graphql.state_provider.resolver".
Inlined service "api_platform.graphql.subscription.subscription_manager" to "api_platform.graphql.state_processor.subscription".
Inlined service "api_platform.graphql.state_processor.subscription" to "api_platform.graphql.state_processor.write".
Inlined service "api_platform.graphql.state_provider.access_checker.after_resolver" to "api_platform.graphql.resolver.factory.item".
Inlined service "api_platform.graphql.state_processor.write" to "api_platform.graphql.resolver.factory.item".
Inlined service "api_platform.graphql.runtime_operation_metadata_factory" to "api_platform.graphql.resolver.factory.item".
Inlined service "api_platform.graphql.subscription.subscription_identifier_generator" to "api_platform.graphql.subscription.subscription_manager".
Inlined service "api_platform.metadata.property.metadata_factory.property_info" to "api_platform.doctrine.orm.metadata.property.metadata_factory".
Inlined service "api_platform.messenger.metadata.resource.metadata_collection_factory" 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.http_cache.processor.add_headers" to "api_platform.http_cache_purger.processor.add_tags".
Inlined service "api_platform.metadata.property.metadata_factory.yaml" to "api_platform.metadata.property.metadata_factory.validator".
Inlined service "api_platform.graphql.state_provider.resolver" to "api_platform.graphql.state_provider.validate_after_resolver".
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 "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.metadata.resource.metadata_collection_factory.php_doc" to "api_platform.messenger.metadata.resource.metadata_collection_factory".
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 "api_platform.graphql.state_provider.access_checker.inner" to "api_platform.graphql.state_provider.access_checker".
Inlined service "api_platform.graphql.state_provider.access_checker.post_deserialize.inner" to "api_platform.graphql.state_provider.access_checker.post_deserialize".
Inlined service "api_platform.graphql.state_provider.access_checker.post_validate.inner" to "api_platform.graphql.state_provider.access_checker.post_validate".
Inlined service "api_platform.graphql.state_provider.validate_after_resolver" to "api_platform.graphql.state_provider.access_checker.after_resolver".
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 "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
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 "lexik_jwt_authentication.api_platform.openapi.factory.inner" to "lexik_jwt_authentication.api_platform.openapi.factory".
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.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.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.hydrator.property.symfony_property_access" to "nelmio_alice.generator.hydrator.simple".
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.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.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.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.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.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.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.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.file_locator.default" to "hautelook_alice.alice.file_locator.kernel".
Inlined service "sonata.exporter.writer.csv" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.json" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xls" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xlsx" to "sonata.exporter.exporter".
Inlined service "sonata.exporter.writer.xml" to "sonata.exporter.exporter".
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 "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.QXXNQ9d".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.kEzMhfs".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.6kVvRT.".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.tGvt0LH".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.p4Qvabm".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.vMw0m61".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.XZowc.T".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.Lml2ICs".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
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 "debug.security.event_dispatcher.api.inner" to "debug.security.event_dispatcher.api".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.b.mdbP7" to ".service_locator.b.mdbP7.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.xRhNObu" to ".service_locator.xRhNObu.sensio_framework_extra.view.listener".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service ".service_locator.Pc4BK4x" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "api_platform.serializer.uuid_denormalizer" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.problem.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "api_platform.graphql.normalizer.validation_exception" to "debug.serializer.inner".
Inlined service "api_platform.graphql.normalizer.http_exception" to "debug.serializer.inner".
Inlined service "api_platform.graphql.normalizer.runtime_exception" to "debug.serializer.inner".
Inlined service "api_platform.jsonapi.normalizer.error" to "debug.serializer.inner".
Inlined service "api_platform.graphql.normalizer.error" to "debug.serializer.inner".
Inlined service "api_platform.openapi.normalizer.legacy" to "debug.serializer.inner".
Inlined service "api_platform.jsonapi.normalizer.entrypoint" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.normalizer.validation_exception" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.documentation" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.entrypoint" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.error" to "debug.serializer.inner".
Inlined service "api_platform.hal.normalizer.entrypoint" to "debug.serializer.inner".
Inlined service "api_platform.problem.normalizer.validation_exception" to "debug.serializer.inner".
Inlined service "api_platform.problem.normalizer.error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.flatten_exception" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "api_platform.hal.normalizer.item" to "debug.serializer.inner".
Inlined service "api_platform.graphql.normalizer.item" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "api_platform.jsonapi.normalizer.collection" to "debug.serializer.inner".
Inlined service "api_platform.hydra.normalizer.collection_filters" to "debug.serializer.inner".
Inlined service "api_platform.hal.normalizer.collection" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "api_platform.jsonapi.normalizer.object" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.normalizer.object" to "debug.serializer.inner".
Inlined service "api_platform.hal.normalizer.object" to "debug.serializer.inner".
Inlined service "api_platform.graphql.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service "api_platform.jsonopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.yamlopenapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.jsonapi.encoder" to "debug.serializer.inner".
Inlined service "api_platform.jsonld.encoder" to "debug.serializer.inner".
Inlined service "api_platform.hal.encoder" to "debug.serializer.inner".
Inlined service "api_platform.problem.encoder" to "debug.serializer.inner".
Inlined service "api_platform.json_schema.type_factory" to "api_platform.jsonapi.json_schema.schema_factory.inner".
Inlined service "api_platform.jsonapi.state_provider" to "api_platform.state_provider.security_parameter.inner".
Inlined service "api_platform.graphql.state_provider.parameter" to "api_platform.graphql.state_provider.access_checker.post_deserialize.inner".
Inlined service "api_platform.graphql.state_provider.access_checker.post_deserialize" to "api_platform.graphql.state_provider.access_checker.post_validate.inner".
Inlined service "api_platform.pagination_options" to "lexik_jwt_authentication.api_platform.openapi.factory.inner".
Inlined service "serializer.mapping.chain_loader" to "api_platform.serializer.mapping.class_metadata_factory.inner".
Inlined service ".1_Serializer~yRNDtxV" 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.CRLA7AG" to "console.command_loader".
Inlined service ".service_locator.b.mdbP7.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "lexik_jwt_authentication.jws_provider.lcobucci" to "lexik_jwt_authentication.encoder".
Inlined service "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.locator.env_directory" to "hautelook_alice.locator".
Inlined service "hautelook_alice.resolver.bundle.simple_resolver" to "hautelook_alice.resolver.bundle".
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 "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "api_platform.jsonapi.normalizer.constraint_violation_list" to "debug.serializer".
Inlined service "api_platform.jsonapi.normalizer.item" to "debug.serializer".
Inlined service "api_platform.jsonapi.normalizer.constraint_violation_list" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.error" to "debug.serializer".
Inlined service "api_platform.jsonapi.normalizer.item" to "debug.serializer".
Inlined service "api_platform.serializer.normalizer.item" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.normalizer.object" to "debug.serializer".
Inlined service "serializer.encoder.json" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
Inlined service "serializer.encoder.yaml" to "debug.serializer".
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 "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 "api_platform.json_schema.definition_name_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service "api_platform.json_schema.definition_name_factory" to "api_platform.json_schema.backward_compatible_schema_factory".
Inlined service "api_platform.graphql.type_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.type_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.state_processor.normalize" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.state_processor.normalize" to "api_platform.graphql.fields_builder".
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 "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 "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.jsonapi.name_converter.reserved_attribute_name" to "debug.serializer".
Inlined service "api_platform.jsonapi.name_converter.reserved_attribute_name" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "debug.serializer".
Inlined service "api_platform.jsonld.normalizer.item" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
Inlined service "api_platform.graphql.serializer.context_builder" to "api_platform.graphql.fields_builder".
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".
3
Tag "container.decorator" was defined on service(s) "Chamilo\CoreBundle\Decorator\MailTransportDecorator", "Chamilo\CoreBundle\Decorator\OAuth2ProviderFactoryDecorator", "Chamilo\CoreBundle\Migrations\MigrationFactory", "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.api", "debug.security.firewall.authenticator.main", "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_purger.processor.add_tags", "lexik_jwt_authentication.api_platform.openapi.factory", ".debug.http_client", "debug.security.event_dispatcher.api", "debug.security.event_dispatcher.main", "messenger.default_bus", "event_dispatcher", but was never used.
Tag "templating.helper" was defined on service(s) "Chamilo\CoreBundle\Twig\SettingsHelper", "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.
Tag "vich_uploader.namer" was defined on service(s) "Chamilo\CoreBundle\Component\VichUploader\AssetFileNameNamer", but was never used.